diff options
Diffstat (limited to '')
-rw-r--r-- | Prebuild/COPYING | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/Prebuild/COPYING b/Prebuild/COPYING index d3cdf7e..c57c080 100644 --- a/Prebuild/COPYING +++ b/Prebuild/COPYING | |||
@@ -1,65 +1,65 @@ | |||
1 | BSD License | 1 | BSD License |
2 | Copyright (c)2004-2008 | 2 | Copyright (c)2004-2008 |
3 | 3 | ||
4 | See AUTHORS file for list of copyright holders | 4 | See AUTHORS file for list of copyright holders |
5 | 5 | ||
6 | Dave Hudson (jendave@yahoo.com), | 6 | Dave Hudson (jendave@yahoo.com), |
7 | Matthew Holmes (matthew@wildfiregames.com) | 7 | Matthew Holmes (matthew@wildfiregames.com) |
8 | Dan Moorehead (dan05a@gmail.com) | 8 | Dan Moorehead (dan05a@gmail.com) |
9 | Rob Loach (http://www.robloach.net) | 9 | Rob Loach (http://www.robloach.net) |
10 | C.J. Adams-Collier (cjac@colliertech.org) | 10 | C.J. Adams-Collier (cjac@colliertech.org) |
11 | 11 | ||
12 | http://dnpb.sourceforge.net | 12 | http://dnpb.sourceforge.net |
13 | All rights reserved. | 13 | All rights reserved. |
14 | 14 | ||
15 | Redistribution and use in source and binary forms, with or without | 15 | Redistribution and use in source and binary forms, with or without |
16 | modification, are permitted provided that the following conditions | 16 | modification, are permitted provided that the following conditions |
17 | are met: | 17 | are met: |
18 | 18 | ||
19 | 1. Redistributions of source code must retain the above copyright notice, | 19 | 1. Redistributions of source code must retain the above copyright notice, |
20 | this list of conditions and the following disclaimer. | 20 | this list of conditions and the following disclaimer. |
21 | 21 | ||
22 | 2. Redistributions in binary form must reproduce the above copyright notice, | 22 | 2. Redistributions in binary form must reproduce the above copyright notice, |
23 | this list of conditions and the following disclaimer in the documentation | 23 | this list of conditions and the following disclaimer in the documentation |
24 | and/or other materials provided with the distribution. | 24 | and/or other materials provided with the distribution. |
25 | 25 | ||
26 | 3. The names of the authors may not be used to endorse or promote | 26 | 3. The names of the authors may not be used to endorse or promote |
27 | products derived from this software without specific prior written | 27 | products derived from this software without specific prior written |
28 | permission. | 28 | permission. |
29 | 29 | ||
30 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 30 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
31 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 31 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
32 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 32 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
33 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 33 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
34 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 34 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
35 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 35 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
36 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 36 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
37 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 37 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
38 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 38 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
39 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | 39 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
40 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 40 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
41 | POSSIBILITY OF SUCH DAMAGE. | 41 | POSSIBILITY OF SUCH DAMAGE. |
42 | 42 | ||
43 | --- | 43 | --- |
44 | 44 | ||
45 | Portions of src/Core/Targets/AutotoolsTarget.cs | 45 | Portions of src/Core/Targets/AutotoolsTarget.cs |
46 | // Copyright (C) 2006 Novell, Inc (http://www.novell.com) | 46 | // Copyright (C) 2006 Novell, Inc (http://www.novell.com) |
47 | // | 47 | // |
48 | // Permission is hereby granted, free of charge, to any person obtaining | 48 | // Permission is hereby granted, free of charge, to any person obtaining |
49 | // a copy of this software and associated documentation files (the | 49 | // a copy of this software and associated documentation files (the |
50 | // "Software"), to deal in the Software without restriction, including | 50 | // "Software"), to deal in the Software without restriction, including |
51 | // without limitation the rights to use, copy, modify, merge, publish, | 51 | // without limitation the rights to use, copy, modify, merge, publish, |
52 | // distribute, sublicense, and/or sell copies of the Software, and to | 52 | // distribute, sublicense, and/or sell copies of the Software, and to |
53 | // permit persons to whom the Software is furnished to do so, subject to | 53 | // permit persons to whom the Software is furnished to do so, subject to |
54 | // the following conditions: | 54 | // the following conditions: |
55 | // | 55 | // |
56 | // The above copyright notice and this permission notice shall be | 56 | // The above copyright notice and this permission notice shall be |
57 | // included in all copies or substantial portions of the Software. | 57 | // included in all copies or substantial portions of the Software. |
58 | // | 58 | // |
59 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 59 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
60 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 60 | // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
61 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | 61 | // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
62 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | 62 | // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
63 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | 63 | // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
64 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | 64 | // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
65 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 65 | // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |