root/1.8.3/branches/devel/COPYRITE

Revision 1327, 12.1 KB (checked in by shawnw, 8 weeks ago)

Update COPYRITE with copies of the PCRE and SFMT licenses.

Line 
1/* copyrite.h */
2
3/*
4 * Copyright, License, and Credits for PennMUSH 1.x. Revised March 2006.
5 *
6 * I. Copyrights
7 *
8 * PennMUSH 1.x
9 * Copyright (c) 1995-2006, T. Alexander Popiel <talek@pennmush.org> and
10 * Shawn Wagner <raevnos@pennmush.org>.
11 *
12 * Some code used in this server may have been derived from the
13 * TinyMUSH 2.2 source code, with permission. TinyMUSH 2.2 is
14 * Copyright (c) 1994-2002, Jean Marie Diaz, Lydia Leong, and Devin Hooker.
15 *
16 * Some code used in this server may have been derived from TinyMUSH 2.0.
17 * Copyright (c) 1995, Joseph Traub, Glenn Crocker.
18 *
19 * Some code used in this server may have been derived from TinyMUD.
20 * Copyright (c) 1995, David Applegate, James Aspnes, Timothy Freeman
21 * and Bennet Yee.
22 *
23 *------------------------------------------------------------------------*
24 *
25 * II. License
26 *
27 * Because PennMUSH includes parts of multiple works, you must comply
28 * with all of the relevant licenses of those works. The portions derived
29 * from TinyMUD/TinyMUSH 2.0 are licensed under the following terms:
30 *
31 *   Redistribution and use in source and binary forms, with or without
32 *   modification, are permitted provided that: (1) source code distributions
33 *   retain the above copyright notice and this paragraph in its entirety, and
34 *   (2) distributions including binary code include the above copyright
35 *   notice and this paragraph in its entirety in the documentation or other
36 *   materials provided with the distribution.  The names of the copyright
37 *   holders may not be used to endorse or promote products derived from
38 *   this software without specific prior written permission.
39 *
40 *   THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
41 *   WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
42 *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
43 *
44 * Although not necessary given the above copyright, the TinyMUSH 2.0
45 * developers, Joseph Traub and Glenn Crocker, confirmed in email to
46 * Alan Schwartz in 2002 that they were willing to have any of their
47 * code present in PennMUSH redistributed under the Artistic License.
48 *
49 * The portions derived from TinyMUSH 2.2 are used under the Artistic
50 * License. Jean Marie Diaz, Lydia Leong, and Devin Hooker, the
51 * TinyMUSH 2.2 copyright holders, explicitly agreed to relicense
52 * their source code under the Artistic License in 2002, and TinyMUSH 2.2.5
53 * was released under this license; Alan Schwartz has confirmatory email
54 * from them authorizing the redistribution of any portions of TinyMUSH 2.2
55 * that may be present in PennMUSH under the Artistic License.
56 *
57 * The Artistic License is also the license under which you
58 * are granted permission to copy, modify, and redistribute PennMUSH:
59 *
60 * The Artistic License
61 *
62 * Preamble
63 *
64 * The intent of this document is to state the conditions under which a
65 * Package may be copied, such that the Copyright Holder maintains some
66 * semblance of artistic control over the development of the package,
67 * while giving the users of the package the right to use and distribute
68 * the Package in a more-or-less customary fashion, plus the right to make
69 * reasonable modifications.
70 *
71 * Definitions:
72 *
73 * "Package" refers to the collection of files distributed by the Copyright
74 * Holder, and derivatives of that collection of files created through
75 * textual modification.
76 * "Standard Version" refers to such a Package if it has not been modified,
77 * or has been modified in accordance with the wishes of the Copyright
78 * Holder.
79 * "Copyright Holder" is whoever is named in the copyright or copyrights
80 * for the package.
81 * "You" is you, if you're thinking about copying or distributing this Package.
82 * "Reasonable copying fee" is whatever you can justify on the basis of media
83 * cost, duplication charges, time of people involved, and so on. (You will
84 * not be required to justify it to the Copyright Holder, but only to the
85 * computing community at large as a market that must bear the fee.)
86 * "Freely Available" means that no fee is charged for the item itself,
87 * though there may be fees involved in handling the item. It also means
88 * that recipients of the item may redistribute it under the same conditions
89 * they received it.
90 *
91 * 1. You may make and give away verbatim copies of the source form of the
92 * Standard Version of this Package without restriction, provided that
93 * you duplicate all of the original copyright notices and associated
94 * disclaimers.
95 *
96 * 2. You may apply bug fixes, portability fixes and other modifications
97 * derived from the Public Domain or from the Copyright Holder. A Package
98 * modified in such a way shall still be considered the Standard Version.
99 *
100 * 3. You may otherwise modify your copy of this Package in any way, provided
101 * that you insert a prominent notice in each changed file stating how and
102 * when you changed that file, and provided that you do at least ONE of
103 * the following:
104 *
105 *  a) place your modifications in the Public Domain or otherwise make them
106 *  Freely Available, such as by posting said modifications to Usenet or an
107 *  equivalent medium, or placing the modifications on a major archive site
108 *  such as ftp.uu.net, or by allowing the Copyright Holder to include your
109 *  modifications in the Standard Version of the Package.
110 *
111 *  b) use the modified Package only within your corporation or organization.
112 *
113 *  c) rename any non-standard executables so the names do not conflict with
114 *  standard executables, which must also be provided, and provide a separate
115 *  manual page for each non-standard executable that clearly documents how
116 *  it differs from the Standard Version.
117 *
118 *  d) make other distribution arrangements with the Copyright Holder.
119 *
120 * 4. You may distribute the programs of this Package in object code or
121 * executable form, provided that you do at least ONE of the following:
122 *
123 *  a) distribute a Standard Version of the executables and library files,
124 *  together with instructions (in the manual page or equivalent) on where
125 *  to get the Standard Version.
126 *
127 *  b) accompany the distribution with the machine-readable source of the
128 *  Package with your modifications.
129 *
130 *  c) accompany any non-standard executables with their corresponding
131 *  Standard Version executables, giving the non-standard executables
132 *  non-standard names, and clearly documenting the differences in manual
133 *  pages (or equivalent), together with instructions on where to get the
134 *  Standard Version.
135 *
136 *  d) make other distribution arrangements with the Copyright Holder.
137 *
138 * 5. You may charge a reasonable copying fee for any distribution of
139 * this Package. You may charge any fee you choose for support of this
140 * Package. You may not charge a fee for this Package itself. However, you
141 * may distribute this Package in aggregate with other (possibly commercial)
142 * programs as part of a larger (possibly commercial) software distribution
143 * provided that you do not advertise this Package as a product of your own.
144 *
145 * 6. The scripts and library files supplied as input to or produced as
146 * output from the programs of this Package do not automatically fall under
147 * the copyright of this Package, but belong to whomever generated them,
148 * and may be sold commercially, and may be aggregated with this Package.
149 *
150 * 7. C or perl subroutines supplied by you and linked into this Package
151 * shall not be considered part of this Package.
152 *
153 * 8. The name of the Copyright Holder may not be used to endorse or
154 * promote products derived from this software without specific prior
155 * written permission.
156 *
157 * 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
158 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
159 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
160 *
161 * The End
162 *
163 *---------------------------------------------------------------------*
164 *
165 * III. Credits
166 *
167 * Many people have helped develop PennMUSH. In addition to the people
168 * listed above, and the many people noted in the CHANGES file
169 * for suggestions and patches, special mention is due to:
170 *
171 * Past and present PennMUSH development team members:
172 *  T. Alexander Popiel, Ralph Melton, Thorvald Natvig, Luuk de Waard,
173 *  Shawn Wagner, Ervin Hearn III, Greg Millam, Alan "Javelin" Schwartz
174 * Past and present PennMUSH porters:
175 *  Nick Gammon, Sylvia, Dan Williams, Ervin Hearn III
176 * TinyMUSH 2.2, TinyMUSH 3.0, TinyMUX 2, and RhostMUSH developers
177 * All PennMUSH users who've sent in bug reports and patches
178 * The admin and players of DuneMUSH, Dune II, M*U*S*H, Rio:MdC,
179 *  and other places Javelin has beta-tested new versions
180 * Lydia Leong (Amberyl), who maintained PennMUSH until 1995, and taught
181 *  Javelin how to be a Wizard and a God of a MUSH.
182 *
183 */
184
185 IV: Additional Copyrights
186
187+ Penn includes the SIMD-oriented Fast Mersenne Twister PRNG:
188
189Copyright (c) 2006,2007 Mutsuo Saito, Makoto Matsumoto and Hiroshima
190University. All rights reserved.
191
192Redistribution and use in source and binary forms, with or without
193modification, are permitted provided that the following conditions are
194met:
195
196    * Redistributions of source code must retain the above copyright
197      notice, this list of conditions and the following disclaimer.
198    * Redistributions in binary form must reproduce the above
199      copyright notice, this list of conditions and the following
200      disclaimer in the documentation and/or other materials provided
201      with the distribution.
202    * Neither the name of the Hiroshima University nor the names of
203      its contributors may be used to endorse or promote products
204      derived from this software without specific prior written
205      permission.
206
207THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
208"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
209LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
210A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
211OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
212SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
213LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
214DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
215THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
216(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
217OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
218
219+ Penn includes a heavily modified old version of the Perl Compatible
220Regular Expression library:
221
222                       Written by Philip Hazel
223           Copyright (c) 1997-2005 University of Cambridge
224
225-----------------------------------------------------------------------------
226Redistribution and use in source and binary forms, with or without
227modification, are permitted provided that the following conditions are met:
228
229    * Redistributions of source code must retain the above copyright notice,
230      this list of conditions and the following disclaimer.
231
232    * Redistributions in binary form must reproduce the above copyright
233      notice, this list of conditions and the following disclaimer in the
234      documentation and/or other materials provided with the distribution.
235
236    * Neither the name of the University of Cambridge nor the names of its
237      contributors may be used to endorse or promote products derived from
238      this software without specific prior written permission.
239
240THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
241AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
242IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
243ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
244LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
245CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
246SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
247INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
248CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
249ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
250POSSIBILITY OF SUCH DAMAGE.
251-----------------------------------------------------------------------------
Note: See TracBrowser for help on using the browser.