mirror of https://github.com/encounter/SDL.git
license: Fixed references to COPYING.txt that are now LICENSE.txt.
Fixes #4108
This commit is contained in:
parent
ef85ed9352
commit
abe2c0f1b1
|
@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{__defattr}
|
%{__defattr}
|
||||||
%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt
|
%doc README*.txt LICENSE.txt CREDITS.txt BUGS.txt
|
||||||
%{_libdir}/lib*.%{__soext}.*
|
%{_libdir}/lib*.%{__soext}.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
|
|
@ -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.
|
available for several other languages, including C# and Python.
|
||||||
|
|
||||||
This library is distributed under the zlib license, which can be found
|
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 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.
|
the "include" subdirectory and the programs in the "test" subdirectory.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
\mainpage Visual and Interactive Test Automation for SDL 2.0
|
\mainpage Visual and Interactive Test Automation for SDL 2.0
|
||||||
|
|
||||||
\section license_sec License
|
\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
|
\section intro_sec Introduction
|
||||||
The goal of this GSoC project is to automate the testing of testsprite2.
|
The goal of this GSoC project is to automate the testing of testsprite2.
|
||||||
|
|
|
@ -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
|
* \file 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_exhaustive_variator.h
|
* \file 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_parsehelper.h
|
* \file 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_process.h
|
* \file 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_random_variator.h
|
* \file 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 rwhelper.c
|
* \file 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 SDL_visualtest_screenshot.h
|
* \file 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_sut_configparser.h
|
* \file 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_variator_common.h
|
* \file 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_variators.h
|
* \file 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 action_configparser.c
|
* \file 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 harness_argparser.c
|
* \file 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 linux_process.c
|
* \file 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 parsehelper.c
|
* \file 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 rwhelper.c
|
* \file 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 screenshot.c
|
* \file 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 sut_configparser.c
|
* \file 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 testharness.c
|
* \file 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 variator_common.c
|
* \file 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_exhaustive.c
|
* \file 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_random.c
|
* \file 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 variators.c
|
* \file 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 windows_process.c
|
* \file 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_screenshot.c
|
* \file windows_screenshot.c
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue