| 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 |
*/ |
|---|