Skip to content

Commit 707aa47

Browse files
committed
New License: Artistic-dist
1 parent 4fbb6b9 commit 707aa47

File tree

1 file changed

+207
-0
lines changed

1 file changed

+207
-0
lines changed

src/Artistic-dist.xml

Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<license isOsiApproved="false" licenseId="Artistic-dist"
4+
name="Artistic License 1.0 (dist)" listVersionAdded="3.27.0">
5+
<crossRefs>
6+
<crossRef>https://github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L2720-L2845</crossRef>
7+
</crossRefs>
8+
<notes>
9+
This license is very similar to Artistic-1.0-Perl, but
10+
uses a different clause 7 and has changes in clause 5.
11+
</notes>
12+
<text>
13+
<titleText>
14+
The "Artistic License"
15+
</titleText>
16+
<p>
17+
Preamble
18+
</p>
19+
<p>
20+
The intent of this document is to state the conditions under
21+
which a Package may be copied, such that the Copyright Holder
22+
maintains some semblance of artistic control over the development
23+
of the Package, while giving the users of the package the right
24+
to use and distribute the Package in a more-or-less customary
25+
fashion, plus the right to make reasonable modifications.
26+
</p>
27+
<p>
28+
It also grants you the rights to reuse parts of a Package in
29+
your own programs without transferring this License to those
30+
programs, provided that you meet some reasonable requirements.
31+
</p>
32+
<p>
33+
Definitions:
34+
</p>
35+
<p>
36+
"Package" refers to the collection of files distributed
37+
by the Copyright Holder, and derivatives of that
38+
collection of files created through textual modification.
39+
</p>
40+
<p>
41+
"Standard Version" refers to such a Package if it has not
42+
been modified, or has been modified in accordance with
43+
the wishes of the Copyright Holder as specified below.
44+
</p>
45+
<p>
46+
"Copyright Holder" is whoever is named in
47+
the copyright or copyrights for the package.
48+
</p>
49+
<p>
50+
"You" is you, if you're thinking about
51+
copying or distributing this Package.
52+
</p>
53+
<p>
54+
"Reasonable copying fee" is whatever you can justify on the
55+
basis of media cost, duplication charges, time of people
56+
involved, and so on. (You will not be required to justify
57+
it to the Copyright Holder, but only to the computing
58+
community at large as a market that must bear the fee.)
59+
</p>
60+
<p>
61+
"Freely Available" means that no fee is charged for the
62+
item itself, though there may be fees involved in handling
63+
the item. It also means that recipients of the item may
64+
redistribute it under the same conditions they received it.
65+
</p>
66+
<list>
67+
<item>
68+
<bullet>1.</bullet>
69+
You may make and give away verbatim copies of the source
70+
form of the Standard Version of this Package without
71+
restriction, provided that you duplicate all of the
72+
original copyright notices and associated disclaimers.
73+
</item>
74+
<item>
75+
<bullet>2.</bullet>
76+
You may apply bug fixes, portability fixes and other
77+
modifications derived from the Public Domain or from
78+
the Copyright Holder. A Package modified in such a
79+
way shall still be considered the Standard Version.
80+
</item>
81+
<item>
82+
<bullet>3.</bullet>
83+
You may otherwise modify your copy of this Package in any
84+
way, provided that you insert a prominent notice in each
85+
changed file stating how and when you changed that file,
86+
and provided that you do at least ONE of the following:
87+
<list>
88+
<item>
89+
<bullet>a)</bullet>
90+
place your modifications in the Public Domain
91+
or otherwise make them Freely Available, such
92+
as by posting said modifications to Usenet or an
93+
equivalent medium, or placing the modifications
94+
on a major archive site such as uunet.uu.net, or
95+
by allowing the Copyright Holder to include your
96+
modifications in the Standard Version of the Package.
97+
</item>
98+
<item>
99+
<bullet>b)</bullet>
100+
use the modified Package only within
101+
your corporation or organization.
102+
</item>
103+
<item>
104+
<bullet>c)</bullet>
105+
rename any non-standard executables so the names do
106+
not conflict with standard executables, which must
107+
also be provided, and provide a separate manual
108+
page for each non-standard executable that clearly
109+
documents how it differs from the Standard Version.
110+
</item>
111+
<item>
112+
<bullet>d)</bullet>
113+
make other distribution arrangements
114+
with the Copyright Holder.
115+
</item>
116+
</list>
117+
</item>
118+
<item>
119+
<bullet>4.</bullet>
120+
You may distribute the programs of this Package
121+
in object code or executable form, provided
122+
that you do at least ONE of the following:
123+
<list>
124+
<item>
125+
<bullet>a)</bullet>
126+
distribute a Standard Version of the executables and
127+
library files, together with instructions (in the manual
128+
page or equivalent) on where to get the Standard Version.
129+
</item>
130+
<item>
131+
<bullet>b)</bullet>
132+
accompany the distribution with the machine-readable
133+
source of the Package with your modifications.
134+
</item>
135+
<item>
136+
<bullet>c)</bullet>
137+
give non-standard executables non-standard
138+
names, and clearly document the differences
139+
in manual pages (or equivalent), together with
140+
instructions on where to get the Standard Version.
141+
</item>
142+
<item>
143+
<bullet>d)</bullet>
144+
make other distribution arrangements
145+
with the Copyright Holder.
146+
</item>
147+
</list>
148+
</item>
149+
<item>
150+
<bullet>5.</bullet>
151+
You may charge a reasonable copying fee for any distribution
152+
of this Package. You may charge any fee you choose for support
153+
of this Package. You may not charge a fee for this Package
154+
itself. However, you may distribute this Package in aggregate
155+
with other (possibly commercial) programs as part of a larger
156+
(possibly commercial) software distribution provided that
157+
you do not advertise this Package as a product of your own.
158+
</item>
159+
<item>
160+
<bullet>6.</bullet>
161+
The scripts and library files supplied as input to or
162+
produced as output from the programs of this Package do
163+
not automatically fall under the copyright of this Package,
164+
but belong to whoever generated them, and may be sold
165+
commercially, and may be aggregated with this Package.
166+
If such scripts or library files are aggregated with this
167+
Package via the so-called "undump" or "unexec" methods of
168+
producing a binary executable image, then distribution of
169+
such an image shall neither be construed as a distribution
170+
of this Package nor shall it fall under the restrictions of
171+
Paragraphs 3 and 4, provided that you do not represent such
172+
an executable image as a Standard Version of this Package.
173+
</item>
174+
<item>
175+
<bullet>7.</bullet>
176+
You may reuse parts of this Package in your own programs,
177+
provided that you explicitly state where you got them from,
178+
in the source code (and, left to your courtesy, in the
179+
documentation), duplicating all the associated copyright notices
180+
and disclaimers. Besides your changes, if any, must be clearly
181+
marked as such. Parts reused that way will no longer fall under
182+
this license if, and only if, the name of your program(s) have no
183+
immediate connection with the name of the Package itself or its
184+
associated programs. You may then apply whatever restrictions you
185+
wish on the reused parts or choose to place them in the Public
186+
Domain--this will apply only within the context of your package.
187+
</item>
188+
<item>
189+
<bullet>8.</bullet>
190+
The name of the Copyright Holder may not be used
191+
to endorse or promote products derived from this
192+
software without specific prior written permission.
193+
</item>
194+
<item>
195+
<bullet>9.</bullet>
196+
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT
197+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
198+
WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
199+
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
200+
</item>
201+
</list>
202+
<p>
203+
The End
204+
</p>
205+
</text>
206+
</license>
207+
</SPDXLicenseCollection>

0 commit comments

Comments
 (0)