Просмотр исходного кода

Renamed LICENSE to LICENSE.txt

Ryan C. Gordon 19 лет назад
Родитель
Сommit
53bbe35ddd

+ 1 - 0
CHANGELOG

@@ -5,6 +5,7 @@
 03112007 - Removed zlib_license_change.txt ... it's in Subversion and the 1.0
 03112007 - Removed zlib_license_change.txt ... it's in Subversion and the 1.0
            branch for history's sake. Added shared and static build options
            branch for history's sake. Added shared and static build options
            to CMakeLists.txt, and the expected "make install" target.
            to CMakeLists.txt, and the expected "make install" target.
+           Renamed some FILENAME files to FILENAME.txt.
 03082007 - Fixed a comment in physfs.h. Renamed win32.c to windows.c.
 03082007 - Fixed a comment in physfs.h. Renamed win32.c to windows.c.
            Cleaned up whitespace/formatting in pocketpc.c. Updated PocketPC
            Cleaned up whitespace/formatting in pocketpc.c. Updated PocketPC
            code to expect UTF-8 strings from the higher level. Changed
            code to expect UTF-8 strings from the higher level. Changed

+ 1 - 1
CMakeLists.txt

@@ -1,7 +1,7 @@
 # PhysicsFS; a portable, flexible file i/o abstraction.
 # PhysicsFS; a portable, flexible file i/o abstraction.
 # Copyright (C) 2007  Ryan C. Gordon.
 # Copyright (C) 2007  Ryan C. Gordon.
 #
 #
-# Please see the file LICENSE in the source's root directory.
+# Please see the file LICENSE.txt in the source's root directory.
 
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 
 

+ 3 - 2
INSTALL

@@ -7,8 +7,9 @@ Building is (ahem) very easy.
 
 
 ALL PLATFORMS:
 ALL PLATFORMS:
 
 
-Please understand your rights and mine: read the text file LICENSE in the root
-of the source tree. If you can't abide by it, delete this source tree now.
+Please understand your rights and mine: read the text file LICENSE.txt in the
+ root of the source tree. If you can't abide by it, delete this source tree
+ now.
 
 
 If you've got Doxygen (http://www.doxygen.org/) installed, you can run it
 If you've got Doxygen (http://www.doxygen.org/) installed, you can run it
  without any command line arguments in the root of the source tree to generate
  without any command line arguments in the root of the source tree to generate

+ 0 - 0
LICENSE → LICENSE.txt


+ 1 - 1
archivers/dir.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Standard directory I/O support routines for PhysicsFS.
  * Standard directory I/O support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
archivers/grp.c

@@ -19,7 +19,7 @@
  *
  *
  * (That info is from http://www.advsys.net/ken/build.htm ...)
  * (That info is from http://www.advsys.net/ken/build.htm ...)
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
archivers/hog.c

@@ -23,7 +23,7 @@
  *
  *
  * (That info is from http://www.descent2.com/ddn/specs/hog/)
  * (That info is from http://www.descent2.com/ddn/specs/hog/)
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Bradley Bell.
  *  This file written by Bradley Bell.
  *  Based on grp.c by Ryan C. Gordon.
  *  Based on grp.c by Ryan C. Gordon.

+ 1 - 1
archivers/lzma.c

@@ -1,7 +1,7 @@
 /*
 /*
  * LZMA support routines for PhysicsFS.
  * LZMA support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file is written by Dennis Schridde, with some peeking at "7zMain.c"
  *  This file is written by Dennis Schridde, with some peeking at "7zMain.c"
  *   by Igor Pavlov.
  *   by Igor Pavlov.

+ 1 - 1
archivers/mvl.c

@@ -21,7 +21,7 @@
  *
  *
  * (That info is from http://www.descent2.com/ddn/specs/mvl/)
  * (That info is from http://www.descent2.com/ddn/specs/mvl/)
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Bradley Bell.
  *  This file written by Bradley Bell.
  *  Based on grp.c by Ryan C. Gordon.
  *  Based on grp.c by Ryan C. Gordon.

+ 1 - 1
archivers/qpak.c

@@ -24,7 +24,7 @@
  *
  *
  *  ========================================================================
  *  ========================================================================
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
archivers/wad.c

@@ -36,7 +36,7 @@
  * I don't think it's really that important though.
  * I don't think it's really that important though.
  *
  *
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  * This file written by Travis Wells, based on the GRP archiver by
  * This file written by Travis Wells, based on the GRP archiver by
  *  Ryan C. Gordon.
  *  Ryan C. Gordon.

+ 1 - 1
archivers/zip.c

@@ -1,7 +1,7 @@
 /*
 /*
  * ZIP support routines for PhysicsFS.
  * ZIP support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon, with some peeking at "unzip.c"
  *  This file written by Ryan C. Gordon, with some peeking at "unzip.c"
  *   by Gilles Vollant.
  *   by Gilles Vollant.

+ 1 - 1
extras/globbing.c

@@ -22,7 +22,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  \author Ryan C. Gordon.
  *  \author Ryan C. Gordon.
  */
  */

+ 1 - 1
extras/globbing.h

@@ -25,7 +25,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  \author Ryan C. Gordon.
  *  \author Ryan C. Gordon.
  */
  */

+ 1 - 1
extras/ignorecase.c

@@ -22,7 +22,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  \author Ryan C. Gordon.
  *  \author Ryan C. Gordon.
  */
  */

+ 1 - 1
extras/ignorecase.h

@@ -39,7 +39,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  \author Ryan C. Gordon.
  *  \author Ryan C. Gordon.
  */
  */

+ 1 - 1
extras/physfshttpd.c

@@ -27,7 +27,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  This file was written by Ryan C. Gordon. (icculus@icculus.org).
  *  This file was written by Ryan C. Gordon. (icculus@icculus.org).
  */
  */

+ 1 - 1
extras/physfsrwops.c

@@ -13,7 +13,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
  * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
  *
  *

+ 1 - 1
extras/physfsrwops.h

@@ -13,7 +13,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
  * SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
  *
  *

+ 1 - 1
extras/selfextract.c

@@ -12,7 +12,7 @@
  *  NO WARRANTY.
  *  NO WARRANTY.
  *
  *
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
- *  Please see LICENSE in the root of the source tree.
+ *  Please see LICENSE.txt in the root of the source tree.
  *
  *
  *  This file was written by Ryan C. Gordon. (icculus@icculus.org).
  *  This file was written by Ryan C. Gordon. (icculus@icculus.org).
  */
  */

+ 1 - 1
physfs.c

@@ -3,7 +3,7 @@
  *
  *
  * Documentation is in physfs.h. It's verbose, honest.  :)
  * Documentation is in physfs.h. It's verbose, honest.  :)
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
physfs.h

@@ -200,7 +200,7 @@
  *
  *
  * Other stuff:
  * Other stuff:
  *
  *
- * Please see the file LICENSE in the source's root directory for licensing
+ * Please see the file LICENSE.txt in the source's root directory for licensing
  *  and redistribution rights.
  *  and redistribution rights.
  *
  *
  * Please see the file CREDITS in the source's root directory for a more or
  * Please see the file CREDITS in the source's root directory for a more or

+ 1 - 1
physfs.spec.in

@@ -67,7 +67,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install
 
 
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc CHANGELOG CREDITS INSTALL LICENSE TODO zlib_license_change.txt
+%doc CHANGELOG CREDITS INSTALL LICENSE.txt TODO zlib_license_change.txt
 %{_bindir}/test_physfs
 %{_bindir}/test_physfs
 %{_libdir}/*so.*
 %{_libdir}/*so.*
 
 

+ 1 - 1
physfs_byteorder.c

@@ -3,7 +3,7 @@
  *
  *
  * Documentation is in physfs.h. It's verbose, honest.  :)
  * Documentation is in physfs.h. It's verbose, honest.  :)
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
physfs_internal.h

@@ -2,7 +2,7 @@
  * Internal function/structure declaration. Do NOT include in your
  * Internal function/structure declaration. Do NOT include in your
  *  application.
  *  application.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/beos.cpp

@@ -1,7 +1,7 @@
 /*
 /*
  * BeOS platform-dependent support routines for PhysicsFS.
  * BeOS platform-dependent support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/macclassic.c

@@ -1,7 +1,7 @@
 /*
 /*
  * MacOS Classic support routines for PhysicsFS.
  * MacOS Classic support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/os2.c

@@ -1,7 +1,7 @@
 /*
 /*
  * OS/2 support routines for PhysicsFS.
  * OS/2 support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/pocketpc.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Skeleton platform-dependent support routines for PhysicsFS.
  * Skeleton platform-dependent support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/posix.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Posix-esque support routines for PhysicsFS.
  * Posix-esque support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/skeleton.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Skeleton platform-dependent support routines for PhysicsFS.
  * Skeleton platform-dependent support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/unix.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Unix support routines for PhysicsFS.
  * Unix support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */

+ 1 - 1
platform/windows.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Win32 support routines for PhysicsFS.
  * Win32 support routines for PhysicsFS.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon, and made sane by Gregory S. Read.
  *  This file written by Ryan C. Gordon, and made sane by Gregory S. Read.
  */
  */

+ 1 - 1
test/test_physfs.c

@@ -1,7 +1,7 @@
 /**
 /**
  * Test program for PhysicsFS. May only work on Unix.
  * Test program for PhysicsFS. May only work on Unix.
  *
  *
- * Please see the file LICENSE in the source's root directory.
+ * Please see the file LICENSE.txt in the source's root directory.
  *
  *
  *  This file written by Ryan C. Gordon.
  *  This file written by Ryan C. Gordon.
  */
  */