Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed LICENSE to LICENSE.txt
  • Loading branch information
icculus committed Mar 11, 2007
1 parent ca24894 commit 53bbe35
Show file tree
Hide file tree
Showing 34 changed files with 35 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -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)

Expand Down
5 changes: 3 additions & 2 deletions INSTALL
Expand Up @@ -7,8 +7,9 @@ Building is (ahem) very easy.

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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion archivers/dir.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion archivers/grp.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion archivers/hog.c
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archivers/lzma.c
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archivers/mvl.c
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archivers/qpak.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion archivers/wad.c
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion archivers/zip.c
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion extras/globbing.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/globbing.h
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/ignorecase.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/ignorecase.h
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/physfshttpd.c
Expand Up @@ -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).
*/
Expand Down
2 changes: 1 addition & 1 deletion extras/physfsrwops.c
Expand Up @@ -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/
*
Expand Down
2 changes: 1 addition & 1 deletion extras/physfsrwops.h
Expand Up @@ -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/
*
Expand Down
2 changes: 1 addition & 1 deletion extras/selfextract.c
Expand Up @@ -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).
*/
Expand Down
2 changes: 1 addition & 1 deletion physfs.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion physfs.spec.in
Expand Up @@ -67,7 +67,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install

%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.*

Expand Down
2 changes: 1 addition & 1 deletion physfs_byteorder.c
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion physfs_internal.h
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/beos.cpp
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/macclassic.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/os2.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/pocketpc.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/posix.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/skeleton.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/unix.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion platform/windows.c
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
@@ -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.
*/
Expand Down

0 comments on commit 53bbe35

Please sign in to comment.