]> git.donarmstrong.com Git - infobot.git/blob - LICENSE
dunno
[infobot.git] / LICENSE
1 Infobot is Copyright (C) 1997-2015, by Tim Riker <Tim@Rikers.org> and others.
2
3 It is free software; you can redistribute it and/or modify it under the terms of either:
4
5 a) the GNU General Public License as published by the Free Software Foundation;
6    either version 1, or (at your option) any later version, or
7
8 b) the "Artistic License" as contained here:
9
10
11
12                          The "Artistic License"
13
14                                 Preamble
15
16 The intent of this document is to state the conditions under which a
17 Package may be copied, such that the Copyright Holder maintains some
18 semblance of artistic control over the development of the package,
19 while giving the users of the package the right to use and distribute
20 the Package in a more-or-less customary fashion, plus the right to make
21 reasonable modifications.
22
23 Definitions:
24
25         "Package" refers to the collection of files distributed by the
26         Copyright Holder, and derivatives of that collection of files
27         created through textual modification.
28
29         "Standard Version" refers to such a Package if it has not been
30         modified, or has been modified in accordance with the wishes
31         of the Copyright Holder as specified below.
32
33         "Copyright Holder" is whoever is named in the copyright or
34         copyrights for the package.
35
36         "You" is you, if you're thinking about copying or distributing
37         this Package.
38
39         "Reasonable copying fee" is whatever you can justify on the
40         basis of media cost, duplication charges, time of people involved,
41         and so on.  (You will not be required to justify it to the
42         Copyright Holder, but only to the computing community at large
43         as a market that must bear the fee.)
44
45         "Freely Available" means that no fee is charged for the item
46         itself, though there may be fees involved in handling the item.
47         It also means that recipients of the item may redistribute it
48         under the same conditions they received it.
49
50 1. You may make and give away verbatim copies of the source form of the
51 Standard Version of this Package without restriction, provided that you
52 duplicate all of the original copyright notices and associated disclaimers.
53
54 2. You may apply bug fixes, portability fixes and other modifications
55 derived from the Public Domain or from the Copyright Holder.  A Package
56 modified in such a way shall still be considered the Standard Version.
57
58 3. You may otherwise modify your copy of this Package in any way, provided
59 that you insert a prominent notice in each changed file stating how and
60 when you changed that file, and provided that you do at least ONE of the
61 following:
62
63     a) place your modifications in the Public Domain or otherwise make them
64     Freely Available, such as by posting said modifications to Usenet or
65     an equivalent medium, or placing the modifications on a major archive
66     site such as uunet.uu.net, or by allowing the Copyright Holder to include
67     your modifications in the Standard Version of the Package.
68
69     b) use the modified Package only within your corporation or organization.
70
71     c) rename any non-standard executables so the names do not conflict
72     with standard executables, which must also be provided, and provide
73     a separate manual page for each non-standard executable that clearly
74     documents how it differs from the Standard Version.
75
76     d) make other distribution arrangements with the Copyright Holder.
77
78 4. You may distribute the programs of this Package in object code or
79 executable form, provided that you do at least ONE of the following:
80
81     a) distribute a Standard Version of the executables and library files,
82     together with instructions (in the manual page or equivalent) on where
83     to get the Standard Version.
84
85     b) accompany the distribution with the machine-readable source of
86     the Package with your modifications.
87
88     c) give non-standard executables non-standard names, and clearly
89     document the differences in manual pages (or equivalent), together
90     with instructions on where to get the Standard Version.
91
92     d) make other distribution arrangements with the Copyright Holder.
93
94 5. You may charge a reasonable copying fee for any distribution of this
95 Package.  You may charge any fee you choose for support of this
96 Package.  You may not charge a fee for this Package itself.  However,
97 you may distribute this Package in aggregate with other (possibly
98 commercial) programs as part of a larger (possibly commercial) software
99 distribution provided that you do not advertise this Package as a
100 product of your own.  You may embed this Package's interpreter within
101 an executable of yours (by linking); this shall be construed as a mere
102 form of aggregation, provided that the complete Standard Version of the
103 interpreter is so embedded.
104
105 6. The scripts and library files supplied as input to or produced as
106 output from the programs of this Package do not automatically fall
107 under the copyright of this Package, but belong to whoever generated
108 them, and may be sold commercially, and may be aggregated with this
109 Package.  If such scripts or library files are aggregated with this
110 Package via the so-called "undump" or "unexec" methods of producing a
111 binary executable image, then distribution of such an image shall
112 neither be construed as a distribution of this Package nor shall it
113 fall under the restrictions of Paragraphs 3 and 4, provided that you do
114 not represent such an executable image as a Standard Version of this
115 Package.
116
117 7. C subroutines (or comparably compiled subroutines in other
118 languages) supplied by you and linked into this Package in order to
119 emulate subroutines and variables of the language defined by this
120 Package shall not be considered part of this Package, but are the
121 equivalent of input as in Paragraph 6, provided these subroutines do
122 not change the language in any way that would cause it to fail the
123 regression tests for the language.
124
125 8. Aggregation of this Package with a commercial distribution is always
126 permitted provided that the use of this Package is embedded; that is,
127 when no overt attempt is made to make this Package's interfaces visible
128 to the end user of the commercial distribution.  Such use shall not be
129 construed as a distribution of this Package.
130
131 9. The name of the Copyright Holder may not be used to endorse or promote
132 products derived from this software without specific prior written permission.
133
134 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
135 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
136 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
137
138                                 The End