author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 20 Jul 2003 21:08:24 +0000 | |
changeset 578 | bff1af8455ca |
parent 576 | 5da65f8e9a50 |
child 766 | 3970811e14f4 |
permissions | -rw-r--r-- |
54 | 1 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
2 |
Copyright (c) 2003 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 |
|
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
22 |
Ryan C. Gordon <icculus@clutteredmind.org> |
54 | 23 |
|
24 |
||
576
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
25 |
(Please note that versions of PhysicsFS prior to 0.1.9 are licensed under |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
26 |
the GNU Lesser General Public License, which restricts you significantly more. |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
27 |
For your own safety, please make sure you've got 0.1.9 or later if you plan |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
28 |
to use physfs in a commercial or closed-source project.) |
5da65f8e9a50
Switched to zlib license.
Ryan C. Gordon <icculus@icculus.org>
parents:
54
diff
changeset
|
29 |