SDL: license: Fixed references to COPYING.txt that are now LICENSE.txt

From abe2c0f1b1d7aac75051194d32fdfdec912cd868 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 18 Feb 2021 11:06:44 -0500
Subject: [PATCH] license: Fixed references to COPYING.txt that are now
 LICENSE.txt.

Fixes #4108
---
 SDL2.spec.in                                            | 2 +-
 docs/README.md                                          | 2 +-
 visualtest/README.txt                                   | 2 +-
 visualtest/include/SDL_visualtest_action_configparser.h | 2 +-
 visualtest/include/SDL_visualtest_exhaustive_variator.h | 2 +-
 visualtest/include/SDL_visualtest_parsehelper.h         | 2 +-
 visualtest/include/SDL_visualtest_process.h             | 2 +-
 visualtest/include/SDL_visualtest_random_variator.h     | 2 +-
 visualtest/include/SDL_visualtest_rwhelper.h            | 2 +-
 visualtest/include/SDL_visualtest_screenshot.h          | 2 +-
 visualtest/include/SDL_visualtest_sut_configparser.h    | 2 +-
 visualtest/include/SDL_visualtest_variator_common.h     | 2 +-
 visualtest/include/SDL_visualtest_variators.h           | 2 +-
 visualtest/src/action_configparser.c                    | 2 +-
 visualtest/src/harness_argparser.c                      | 2 +-
 visualtest/src/linux/linux_process.c                    | 2 +-
 visualtest/src/parsehelper.c                            | 2 +-
 visualtest/src/rwhelper.c                               | 2 +-
 visualtest/src/screenshot.c                             | 2 +-
 visualtest/src/sut_configparser.c                       | 2 +-
 visualtest/src/testharness.c                            | 2 +-
 visualtest/src/variator_common.c                        | 2 +-
 visualtest/src/variator_exhaustive.c                    | 2 +-
 visualtest/src/variator_random.c                        | 2 +-
 visualtest/src/variators.c                              | 2 +-
 visualtest/src/windows/windows_process.c                | 2 +-
 visualtest/src/windows/windows_screenshot.c             | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/SDL2.spec.in b/SDL2.spec.in
index eee5e5d83..812d2d861 100644
--- a/SDL2.spec.in
+++ b/SDL2.spec.in
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %{__defattr}
-%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt
+%doc README*.txt LICENSE.txt CREDITS.txt BUGS.txt
 %{_libdir}/lib*.%{__soext}.*
 
 %files devel
diff --git a/docs/README.md b/docs/README.md
index 34e457ada..30277437e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -21,7 +21,7 @@ SDL is written in C, works natively with C++, and there are bindings
 available for several other languages, including C# and Python.
 
 This library is distributed under the zlib license, which can be found
-in the file "COPYING.txt".
+in the file "LICENSE.txt".
 
 The best way to learn how to use SDL is to check out the header files in
 the "include" subdirectory and the programs in the "test" subdirectory.
diff --git a/visualtest/README.txt b/visualtest/README.txt
index f7718ad78..0d9a905f6 100644
--- a/visualtest/README.txt
+++ b/visualtest/README.txt
@@ -3,7 +3,7 @@
 \mainpage Visual and Interactive Test Automation for SDL 2.0
 
 \section license_sec License
-Check the file \c COPYING.txt for licensing information.
+Check the file \c LICENSE.txt for licensing information.
 
 \section intro_sec Introduction
 The goal of this GSoC project is to automate the testing of testsprite2.
diff --git a/visualtest/include/SDL_visualtest_action_configparser.h b/visualtest/include/SDL_visualtest_action_configparser.h
index 340924852..490c8a359 100644
--- a/visualtest/include/SDL_visualtest_action_configparser.h
+++ b/visualtest/include/SDL_visualtest_action_configparser.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_action_configparser.h
  *
diff --git a/visualtest/include/SDL_visualtest_exhaustive_variator.h b/visualtest/include/SDL_visualtest_exhaustive_variator.h
index 6fee88f8f..4637ce29e 100644
--- a/visualtest/include/SDL_visualtest_exhaustive_variator.h
+++ b/visualtest/include/SDL_visualtest_exhaustive_variator.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_exhaustive_variator.h
  *
diff --git a/visualtest/include/SDL_visualtest_parsehelper.h b/visualtest/include/SDL_visualtest_parsehelper.h
index 0a12c65c7..4558552c1 100644
--- a/visualtest/include/SDL_visualtest_parsehelper.h
+++ b/visualtest/include/SDL_visualtest_parsehelper.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_parsehelper.h
  *
diff --git a/visualtest/include/SDL_visualtest_process.h b/visualtest/include/SDL_visualtest_process.h
index b548690c2..632e0ac27 100644
--- a/visualtest/include/SDL_visualtest_process.h
+++ b/visualtest/include/SDL_visualtest_process.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_process.h
  *
diff --git a/visualtest/include/SDL_visualtest_random_variator.h b/visualtest/include/SDL_visualtest_random_variator.h
index 99a13c2e3..0514ce631 100644
--- a/visualtest/include/SDL_visualtest_random_variator.h
+++ b/visualtest/include/SDL_visualtest_random_variator.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_random_variator.h
  *
diff --git a/visualtest/include/SDL_visualtest_rwhelper.h b/visualtest/include/SDL_visualtest_rwhelper.h
index 2fbf10e14..bc3942594 100644
--- a/visualtest/include/SDL_visualtest_rwhelper.h
+++ b/visualtest/include/SDL_visualtest_rwhelper.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file rwhelper.c
  *
diff --git a/visualtest/include/SDL_visualtest_screenshot.h b/visualtest/include/SDL_visualtest_screenshot.h
index 1900ea4e2..69411e99d 100644
--- a/visualtest/include/SDL_visualtest_screenshot.h
+++ b/visualtest/include/SDL_visualtest_screenshot.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_screenshot.h
  *
diff --git a/visualtest/include/SDL_visualtest_sut_configparser.h b/visualtest/include/SDL_visualtest_sut_configparser.h
index 42a108856..63506f5a0 100644
--- a/visualtest/include/SDL_visualtest_sut_configparser.h
+++ b/visualtest/include/SDL_visualtest_sut_configparser.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_sut_configparser.h
  *
diff --git a/visualtest/include/SDL_visualtest_variator_common.h b/visualtest/include/SDL_visualtest_variator_common.h
index 0b7c153e2..19a5b3782 100644
--- a/visualtest/include/SDL_visualtest_variator_common.h
+++ b/visualtest/include/SDL_visualtest_variator_common.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_variator_common.h
  *
diff --git a/visualtest/include/SDL_visualtest_variators.h b/visualtest/include/SDL_visualtest_variators.h
index ce1e785b5..e14f67d2a 100644
--- a/visualtest/include/SDL_visualtest_variators.h
+++ b/visualtest/include/SDL_visualtest_variators.h
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file SDL_visualtest_variators.h
  *
diff --git a/visualtest/src/action_configparser.c b/visualtest/src/action_configparser.c
index bab7fc13e..6d95b91af 100644
--- a/visualtest/src/action_configparser.c
+++ b/visualtest/src/action_configparser.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file action_configparser.c
  *
diff --git a/visualtest/src/harness_argparser.c b/visualtest/src/harness_argparser.c
index 93cf614a3..aa814a67b 100644
--- a/visualtest/src/harness_argparser.c
+++ b/visualtest/src/harness_argparser.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file harness_argparser.c
  *
diff --git a/visualtest/src/linux/linux_process.c b/visualtest/src/linux/linux_process.c
index 27765c562..2fef09c35 100644
--- a/visualtest/src/linux/linux_process.c
+++ b/visualtest/src/linux/linux_process.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  *  \file linux_process.c
  * 
diff --git a/visualtest/src/parsehelper.c b/visualtest/src/parsehelper.c
index 7d601179b..01e64b04c 100644
--- a/visualtest/src/parsehelper.c
+++ b/visualtest/src/parsehelper.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file parsehelper.c
  *
diff --git a/visualtest/src/rwhelper.c b/visualtest/src/rwhelper.c
index a50254006..1b7ac183d 100644
--- a/visualtest/src/rwhelper.c
+++ b/visualtest/src/rwhelper.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file rwhelper.c
  *
diff --git a/visualtest/src/screenshot.c b/visualtest/src/screenshot.c
index 7d19c7f88..394ae0907 100644
--- a/visualtest/src/screenshot.c
+++ b/visualtest/src/screenshot.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file screenshot.c 
  *
diff --git a/visualtest/src/sut_configparser.c b/visualtest/src/sut_configparser.c
index cf18b6208..b4f8e3951 100644
--- a/visualtest/src/sut_configparser.c
+++ b/visualtest/src/sut_configparser.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file sut_configparser.c
  *
diff --git a/visualtest/src/testharness.c b/visualtest/src/testharness.c
index 25e41a611..56a01201f 100644
--- a/visualtest/src/testharness.c
+++ b/visualtest/src/testharness.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  *  \file testharness.c 
  *
diff --git a/visualtest/src/variator_common.c b/visualtest/src/variator_common.c
index dec3d8aac..4eea9b41b 100644
--- a/visualtest/src/variator_common.c
+++ b/visualtest/src/variator_common.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file variator_common.c
  *
diff --git a/visualtest/src/variator_exhaustive.c b/visualtest/src/variator_exhaustive.c
index 2a0ab35c7..3e8f9c80d 100644
--- a/visualtest/src/variator_exhaustive.c
+++ b/visualtest/src/variator_exhaustive.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file variator_exhaustive.c
  *
diff --git a/visualtest/src/variator_random.c b/visualtest/src/variator_random.c
index 14b5d48a8..2c4f05855 100644
--- a/visualtest/src/variator_random.c
+++ b/visualtest/src/variator_random.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file variator_random.c
  *
diff --git a/visualtest/src/variators.c b/visualtest/src/variators.c
index 2d63113c5..57767e587 100644
--- a/visualtest/src/variators.c
+++ b/visualtest/src/variators.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file variators.c
  *
diff --git a/visualtest/src/windows/windows_process.c b/visualtest/src/windows/windows_process.c
index ad0938951..da7a99c58 100644
--- a/visualtest/src/windows/windows_process.c
+++ b/visualtest/src/windows/windows_process.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file windows_process.c 
  *
diff --git a/visualtest/src/windows/windows_screenshot.c b/visualtest/src/windows/windows_screenshot.c
index 785590359..5f26754c0 100644
--- a/visualtest/src/windows/windows_screenshot.c
+++ b/visualtest/src/windows/windows_screenshot.c
@@ -1,4 +1,4 @@
-/* See COPYING.txt for the full license governing this code. */
+/* See LICENSE.txt for the full license governing this code. */
 /**
  * \file windows_screenshot.c 
  *