snprintf_2.2/LICENSE.txt

Sun, 06 May 2007 16:05:59 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 06 May 2007 16:05:59 +0200
changeset 111
7d1dccdd7215
parent 35
5a71d53d0228
permissions
-rw-r--r--

Some list code improvements

35
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
1 The Frontier Artistic License Version 1.0
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
2 Derived from the Artistic License at OpenSource.org.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
3 Submitted to OpenSource.org for Open Source Initiative certification.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
4
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
5 Preamble
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
6
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
7 The intent of this document is to state the conditions under which a
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
8 Package may be copied, such that the Copyright Holder maintains some
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
9 semblance of artistic control over the development of the package,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
10 while giving the users of the package the right to use and distribute
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
11 the Package in a more-or-less customary fashion, plus the right to
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
12 make reasonable modifications.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
13
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
14 Definitions
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
15
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
16 "Package" refers to the script, suite, file, or collection of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
17 scripts, suites, and/or files distributed by the Copyright Holder,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
18 and to derivatives of that Package created through textual modification.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
19
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
20 "Standard Version" refers to such a Package if it has not been
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
21 modified, or has been modified in accordance with the wishes of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
22 the Copyright Holder.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
23
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
24 "Copyright Holder" is whoever is named in the copyright statement
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
25 or statements for the package.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
26
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
27 "You" is you, if you're thinking about copying or distributing
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
28 this Package.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
29
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
30 "Reasonable copying fee" is whatever you can justify on the basis
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
31 of media cost, duplication charges, time of people involved, and
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
32 so on. (You will not be required to justify it to the Copyright
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
33 Holder, but only to the computing community at large as a market
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
34 that must bear the fee.)
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
35
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
36 "Freely Available" means that no fee is charged for the item
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
37 itself, though there may be fees involved in handling the item.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
38 It also means that recipients of the item may redistribute it under
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
39 the same conditions they received it.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
40
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
41
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
42 Terms
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
43
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
44 1. You may make and give away verbatim copies of the source form of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
45 the Standard Version of this Package without restriction, provided
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
46 that you duplicate all of the original copyright notices and
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
47 associated disclaimers.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
48
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
49 2. You may apply bug fixes, portability fixes, and other modifications
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
50 derived from the Public Domain or from the Copyright Holder. A Package
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
51 modified in such a way shall still be considered the Standard Version.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
52
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
53 3. You may otherwise modify your copy of this Package in any way,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
54 provided that you insert a prominent notice in each changed script,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
55 suite, or file stating how and when you changed that script, suite,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
56 or file, and provided that you do at least ONE of the following:
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
57
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
58 a) Use the modified Package only within your corporation or
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
59 organization, or retain the modified Package solely for personal use.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
60
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
61 b) Place your modifications in the Public Domain or otherwise make
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
62 them Freely Available, such as by posting said modifications to Usenet
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
63 or an equivalent medium, or placing the modifications on a major archive
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
64 site such as ftp.uu.net, or by allowing the Copyright Holder to include
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
65 your modifications in the Standard Version of the Package.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
66
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
67 c) Rename any non-standard executables so the names do not conflict
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
68 with standard executables, which must also be provided, and provide
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
69 a separate manual page (or equivalent) for each non-standard executable
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
70 that clearly documents how it differs from the Standard Version.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
71
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
72 d) Make other distribution arrangements with the Copyright Holder.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
73
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
74 4. You may distribute the programs of this Package in object code or
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
75 executable form, provided that you do at least ONE of the following:
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
76
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
77 a) Distribute a Standard Version of the executables and library
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
78 files, together with instructions (in the manual page or
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
79 equivalent) on where to get the Standard Version.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
80
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
81 b) Accompany the distribution with the machine-readable source of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
82 the Package with your modifications.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
83
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
84 c) Accompany any non-standard executables with their corresponding
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
85 Standard Version executables, give the non-standard executables
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
86 non-standard names, and clearly document the differences in manual
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
87 pages (or equivalent), together with instructions on where to get
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
88 the Standard Version.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
89
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
90 d) Make other distribution arrangements with the Copyright Holder.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
91
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
92 5. You may charge a reasonable copying fee for any distribution of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
93 this Package. You may charge any fee you choose for support of this
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
94 Package. You may not charge a fee for this Package itself. However,
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
95 you may distribute this Package in aggregate with other (possibly
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
96 commercial) programs as part of a larger (possibly commercial)
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
97 software distribution provided that you do not advertise this Package
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
98 as a product of your own.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
99
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
100 6. The scripts and library files supplied as input to or produced as
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
101 output from the programs of this Package do not automatically fall
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
102 under the copyright of this Package, but belong to whomever generated
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
103 them, and may be sold commercially, and may be aggregated with this
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
104 Package.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
105
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
106 7. Scripts, suites, or programs supplied by you that depend on or
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
107 otherwise make use of this Package shall not be considered part of
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
108 this Package.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
109
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
110 8. The name of the Copyright Holder may not be used to endorse or
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
111 promote products derived from this software without specific prior
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
112 written permission.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
113
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
114 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
115 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
116 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
117
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
118 The End
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
119
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
120
5a71d53d0228 trunk: changeset 38
tuomov
parents:
diff changeset
121 http://www.spinwardstars.com/frontier/fal.html

mercurial