author | Ryan C. Gordon <icculus@icculus.org> |
Tue, 11 Mar 2008 05:28:13 +0000 | |
changeset 933 | 02f861d084a8 |
parent 923 | dd40553428d0 |
child 958 | 5d70fca3be36 |
permissions | -rw-r--r-- |
54 | 1 |
|
923
dd40553428d0
Updated copyright date.
Ryan C. Gordon <icculus@icculus.org>
parents:
921
diff
changeset
|
2 |
Copyright (c) 2003-2008 Ryan C. Gordon and others. |
54 | 3 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
4 |
This software is provided 'as-is', without any express or implied warranty. |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
5 |
In no event will the authors be held liable for any damages arising from |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
6 |
the use of this software. |
54 | 7 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
8 |
Permission is granted to anyone to use this software for any purpose, |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
9 |
including commercial applications, and to alter it and redistribute it |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
10 |
freely, subject to the following restrictions: |
54 | 11 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
12 |
1. The origin of this software must not be misrepresented; you must not |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
13 |
claim that you wrote the original software. If you use this software in a |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
14 |
product, an acknowledgment in the product documentation would be |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
15 |
appreciated but is not required. |
54 | 16 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
17 |
2. Altered source versions must be plainly marked as such, and must not be |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
18 |
misrepresented as being the original software. |
54 | 19 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
20 |
3. This notice may not be removed or altered from any source distribution. |
54 | 21 |
|
767
db29bf06d171
Changed my email address.
Ryan C. Gordon <icculus@icculus.org>
parents:
576
diff
changeset
|
22 |
Ryan C. Gordon <icculus@icculus.org> |
54 | 23 |
|
24 |
||
921
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
25 |
|
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
26 |
|
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
27 |
Notes, separate from the license. This is not legal advice. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
28 |
|
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
29 |
Versions of PhysicsFS prior to 0.1.9 are licensed under the GNU Lesser General |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
30 |
Public License, which restricts you significantly more. For your own safety, |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
31 |
please make sure you've got 0.1.9 or later if you plan to use physfs in a |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
32 |
commercial or closed-source project. |
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
33 |
|
921
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
34 |
Optional pieces of PhysicsFS may fall under other licenses, please consult |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
35 |
your lawyer for legal advice, which this is not... |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
36 |
|
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
37 |
zlib: if you enable ZIP archive support, PhysicsFS uses zlib. Its license |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
38 |
requirements are identical to PhysicsFS. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
39 |
Please see zlib123/README for details. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
40 |
|
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
41 |
lzma: if you enable LZMA (7zip) support, PhysicsFS uses the lzma sdk. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
42 |
It uses the LGPL license, with exceptions for closed-source programs. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
43 |
Please see lzma/lzma.txt for details. |
46119daaaee6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
809
diff
changeset
|
44 |