--- a/CHANGELOG Sun Mar 11 09:44:21 2007 +0000
+++ b/CHANGELOG Sun Mar 11 10:10:28 2007 +0000
@@ -5,6 +5,7 @@
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
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.
Cleaned up whitespace/formatting in pocketpc.c. Updated PocketPC
code to expect UTF-8 strings from the higher level. Changed
--- a/CMakeLists.txt Sun Mar 11 09:44:21 2007 +0000
+++ b/CMakeLists.txt Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
# PhysicsFS; a portable, flexible file i/o abstraction.
# 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)
--- a/INSTALL Sun Mar 11 09:44:21 2007 +0000
+++ b/INSTALL Sun Mar 11 10:10:28 2007 +0000
@@ -7,8 +7,9 @@
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
without any command line arguments in the root of the source tree to generate
--- a/LICENSE Sun Mar 11 09:44:21 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-
- Copyright (c) 2003 Ryan C. Gordon and others.
-
- This software is provided 'as-is', without any express or implied warranty.
- In no event will the authors be held liable for any damages arising from
- the use of this software.
-
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software in a
- product, an acknowledgment in the product documentation would be
- appreciated but is not required.
-
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-
- 3. This notice may not be removed or altered from any source distribution.
-
- Ryan C. Gordon <icculus@icculus.org>
-
-
-(Please note that versions of PhysicsFS prior to 0.1.9 are licensed under
-the GNU Lesser General Public License, which restricts you significantly more.
-For your own safety, please make sure you've got 0.1.9 or later if you plan
-to use physfs in a commercial or closed-source project.)
-
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE.txt Sun Mar 11 10:10:28 2007 +0000
@@ -0,0 +1,29 @@
+
+ Copyright (c) 2003 Ryan C. Gordon and others.
+
+ This software is provided 'as-is', without any express or implied warranty.
+ In no event will the authors be held liable for any damages arising from
+ the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software in a
+ product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+
+ 3. This notice may not be removed or altered from any source distribution.
+
+ Ryan C. Gordon <icculus@icculus.org>
+
+
+(Please note that versions of PhysicsFS prior to 0.1.9 are licensed under
+the GNU Lesser General Public License, which restricts you significantly more.
+For your own safety, please make sure you've got 0.1.9 or later if you plan
+to use physfs in a commercial or closed-source project.)
+
--- a/archivers/dir.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/dir.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/archivers/grp.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/grp.c Sun Mar 11 10:10:28 2007 +0000
@@ -19,7 +19,7 @@
*
* (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.
*/
--- a/archivers/hog.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/hog.c Sun Mar 11 10:10:28 2007 +0000
@@ -23,7 +23,7 @@
*
* (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.
* Based on grp.c by Ryan C. Gordon.
--- a/archivers/lzma.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/lzma.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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"
* by Igor Pavlov.
--- a/archivers/mvl.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/mvl.c Sun Mar 11 10:10:28 2007 +0000
@@ -21,7 +21,7 @@
*
* (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.
* Based on grp.c by Ryan C. Gordon.
--- a/archivers/qpak.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/qpak.c Sun Mar 11 10:10:28 2007 +0000
@@ -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.
*/
--- a/archivers/wad.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/wad.c Sun Mar 11 10:10:28 2007 +0000
@@ -36,7 +36,7 @@
* 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
* Ryan C. Gordon.
--- a/archivers/zip.c Sun Mar 11 09:44:21 2007 +0000
+++ b/archivers/zip.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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"
* by Gilles Vollant.
--- a/extras/globbing.c Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/globbing.c Sun Mar 11 10:10:28 2007 +0000
@@ -22,7 +22,7 @@
* NO WARRANTY.
*
* 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.
*/
--- a/extras/globbing.h Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/globbing.h Sun Mar 11 10:10:28 2007 +0000
@@ -25,7 +25,7 @@
* NO WARRANTY.
*
* 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.
*/
--- a/extras/ignorecase.c Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/ignorecase.c Sun Mar 11 10:10:28 2007 +0000
@@ -22,7 +22,7 @@
* NO WARRANTY.
*
* 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.
*/
--- a/extras/ignorecase.h Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/ignorecase.h Sun Mar 11 10:10:28 2007 +0000
@@ -39,7 +39,7 @@
* NO WARRANTY.
*
* 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.
*/
--- a/extras/physfshttpd.c Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/physfshttpd.c Sun Mar 11 10:10:28 2007 +0000
@@ -27,7 +27,7 @@
* NO WARRANTY.
*
* 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).
*/
--- a/extras/physfsrwops.c Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/physfsrwops.c Sun Mar 11 10:10:28 2007 +0000
@@ -13,7 +13,7 @@
* NO WARRANTY.
*
* 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/
*
--- a/extras/physfsrwops.h Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/physfsrwops.h Sun Mar 11 10:10:28 2007 +0000
@@ -13,7 +13,7 @@
* NO WARRANTY.
*
* 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/
*
--- a/extras/selfextract.c Sun Mar 11 09:44:21 2007 +0000
+++ b/extras/selfextract.c Sun Mar 11 10:10:28 2007 +0000
@@ -12,7 +12,7 @@
* NO WARRANTY.
*
* 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).
*/
--- a/physfs.c Sun Mar 11 09:44:21 2007 +0000
+++ b/physfs.c Sun Mar 11 10:10:28 2007 +0000
@@ -3,7 +3,7 @@
*
* 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.
*/
--- a/physfs.h Sun Mar 11 09:44:21 2007 +0000
+++ b/physfs.h Sun Mar 11 10:10:28 2007 +0000
@@ -200,7 +200,7 @@
*
* 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.
*
* Please see the file CREDITS in the source's root directory for a more or
--- a/physfs.spec.in Sun Mar 11 09:44:21 2007 +0000
+++ b/physfs.spec.in Sun Mar 11 10:10:28 2007 +0000
@@ -67,7 +67,7 @@
%files
%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
%{_libdir}/*so.*
--- a/physfs_byteorder.c Sun Mar 11 09:44:21 2007 +0000
+++ b/physfs_byteorder.c Sun Mar 11 10:10:28 2007 +0000
@@ -3,7 +3,7 @@
*
* 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.
*/
--- a/physfs_internal.h Sun Mar 11 09:44:21 2007 +0000
+++ b/physfs_internal.h Sun Mar 11 10:10:28 2007 +0000
@@ -2,7 +2,7 @@
* Internal function/structure declaration. Do NOT include in your
* 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.
*/
--- a/platform/beos.cpp Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/beos.cpp Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/macclassic.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/macclassic.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/os2.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/os2.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/pocketpc.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/pocketpc.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/posix.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/posix.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/skeleton.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/skeleton.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/unix.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/unix.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/platform/windows.c Sun Mar 11 09:44:21 2007 +0000
+++ b/platform/windows.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/*
* 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.
*/
--- a/test/test_physfs.c Sun Mar 11 09:44:21 2007 +0000
+++ b/test/test_physfs.c Sun Mar 11 10:10:28 2007 +0000
@@ -1,7 +1,7 @@
/**
* 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.
*/