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

Fixes #4108
This commit is contained in:
Ryan C. Gordon
2021-02-18 11:06:44 -05:00
parent ef85ed9352
commit abe2c0f1b1
27 changed files with 27 additions and 27 deletions

View File

@@ -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.