author | Ryan C. Gordon <icculus@icculus.org> |
Mon, 23 Mar 2009 01:34:52 -0400 | |
branch | stable-1.0 |
changeset 964 | 455ef8c1ebf0 |
parent 960 | 98aa533fb806 |
child 1081 | bee6d056c105 |
permissions | -rw-r--r-- |
54 | 1 |
|
960 | 2 |
Copyright (c) 2003-2009 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 |
|
766
3970811e14f4
Changed my email address.
Ryan C. Gordon <icculus@icculus.org>
parents:
576
diff
changeset
|
22 |
Ryan C. Gordon <icculus@icculus.org> |
54 | 23 |
|
24 |
||
920
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
25 |
|
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
26 |
Notes, separate from the license. This is not legal advice. |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
27 |
|
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
28 |
Versions of PhysicsFS prior to 0.1.9 are licensed under the GNU Lesser General |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
29 |
Public License, which restricts you significantly more. For your own safety, |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
30 |
please make sure you've got 0.1.9 or later if you plan to use physfs in a |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
31 |
commercial or closed-source project. |
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
32 |
|
920
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
33 |
Optional pieces of PhysicsFS may fall under other licenses, please consult |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
34 |
your lawyer for legal advice, which this is not... |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
35 |
|
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
36 |
zlib: if you enable ZIP archive support, PhysicsFS uses zlib. Its license |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
37 |
requirements are identical to PhysicsFS. |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
38 |
Please see zlib123/README for details. |
f8fe5a42c5e6
Added zlib README and updated license notes.
Ryan C. Gordon <icculus@icculus.org>
parents:
766
diff
changeset
|
39 |