Skip to content

Commit ae0d1b1

Browse files
committed
- Version update of package
- use statement changes - perl version updates - artistic license 2.0 added
1 parent 7da4433 commit ae0d1b1

File tree

8 files changed

+246
-108
lines changed

8 files changed

+246
-108
lines changed

LICENSE

+203
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
2+
The Artistic License 2.0
3+
4+
Copyright (c) 2000-2015, The Perl Foundation.
5+
6+
Everyone is permitted to copy and distribute verbatim copies
7+
of this license document, but changing it is not allowed.
8+
9+
Preamble
10+
11+
This license establishes the terms under which a given free software
12+
Package may be copied, modified, distributed, and/or redistributed.
13+
The intent is that the Copyright Holder maintains some artistic
14+
control over the development of that Package while still keeping the
15+
Package available as open source and free software.
16+
17+
You are always permitted to make arrangements wholly outside of this
18+
license directly with the Copyright Holder of a given Package. If the
19+
terms of this license do not permit the full use that you propose to
20+
make of the Package, you should contact the Copyright Holder and seek
21+
a different licensing arrangement.
22+
23+
Definitions
24+
25+
"Copyright Holder" means the individual(s) or organization(s)
26+
named in the copyright notice for the entire Package.
27+
28+
"Contributor" means any party that has contributed code or other
29+
material to the Package, in accordance with the Copyright Holder's
30+
procedures.
31+
32+
"You" and "your" means any person who would like to copy,
33+
distribute, or modify the Package.
34+
35+
"Package" means the collection of files distributed by the
36+
Copyright Holder, and derivatives of that collection and/or of
37+
those files. A given Package may consist of either the Standard
38+
Version, or a Modified Version.
39+
40+
"Distribute" means providing a copy of the Package or making it
41+
accessible to anyone else, or in the case of a company or
42+
organization, to others outside of your company or organization.
43+
44+
"Distributor Fee" means any fee that you charge for Distributing
45+
this Package or providing support for this Package to another
46+
party. It does not mean licensing fees.
47+
48+
"Standard Version" refers to the Package if it has not been
49+
modified, or has been modified only in ways explicitly requested
50+
by the Copyright Holder.
51+
52+
"Modified Version" means the Package, if it has been changed, and
53+
such changes were not explicitly requested by the Copyright
54+
Holder.
55+
56+
"Original License" means this Artistic License as Distributed with
57+
the Standard Version of the Package, in its current version or as
58+
it may be modified by The Perl Foundation in the future.
59+
60+
"Source" form means the source code, documentation source, and
61+
configuration files for the Package.
62+
63+
"Compiled" form means the compiled bytecode, object code, binary,
64+
or any other form resulting from mechanical transformation or
65+
translation of the Source form.
66+
67+
68+
Permission for Use and Modification Without Distribution
69+
70+
(1) You are permitted to use the Standard Version and create and use
71+
Modified Versions for any purpose without restriction, provided that
72+
you do not Distribute the Modified Version.
73+
74+
75+
Permissions for Redistribution of the Standard Version
76+
77+
(2) You may Distribute verbatim copies of the Source form of the
78+
Standard Version of this Package in any medium without restriction,
79+
either gratis or for a Distributor Fee, provided that you duplicate
80+
all of the original copyright notices and associated disclaimers. At
81+
your discretion, such verbatim copies may or may not include a
82+
Compiled form of the Package.
83+
84+
(3) You may apply any bug fixes, portability changes, and other
85+
modifications made available from the Copyright Holder. The resulting
86+
Package will still be considered the Standard Version, and as such
87+
will be subject to the Original License.
88+
89+
90+
Distribution of Modified Versions of the Package as Source
91+
92+
(4) You may Distribute your Modified Version as Source (either gratis
93+
or for a Distributor Fee, and with or without a Compiled form of the
94+
Modified Version) provided that you clearly document how it differs
95+
from the Standard Version, including, but not limited to, documenting
96+
any non-standard features, executables, or modules, and provided that
97+
you do at least ONE of the following:
98+
99+
(a) make the Modified Version available to the Copyright Holder
100+
of the Standard Version, under the Original License, so that the
101+
Copyright Holder may include your modifications in the Standard
102+
Version.
103+
104+
(b) ensure that installation of your Modified Version does not
105+
prevent the user installing or running the Standard Version. In
106+
addition, the Modified Version must bear a name that is different
107+
from the name of the Standard Version.
108+
109+
(c) allow anyone who receives a copy of the Modified Version to
110+
make the Source form of the Modified Version available to others
111+
under
112+
113+
(i) the Original License or
114+
115+
(ii) a license that permits the licensee to freely copy,
116+
modify and redistribute the Modified Version using the same
117+
licensing terms that apply to the copy that the licensee
118+
received, and requires that the Source form of the Modified
119+
Version, and of any works derived from it, be made freely
120+
available in that license fees are prohibited but Distributor
121+
Fees are allowed.
122+
123+
124+
Distribution of Compiled Forms of the Standard Version
125+
or Modified Versions without the Source
126+
127+
(5) You may Distribute Compiled forms of the Standard Version without
128+
the Source, provided that you include complete instructions on how to
129+
get the Source of the Standard Version. Such instructions must be
130+
valid at the time of your distribution. If these instructions, at any
131+
time while you are carrying out such distribution, become invalid, you
132+
must provide new instructions on demand or cease further distribution.
133+
If you provide valid instructions or cease distribution within thirty
134+
days after you become aware that the instructions are invalid, then
135+
you do not forfeit any of your rights under this license.
136+
137+
(6) You may Distribute a Modified Version in Compiled form without
138+
the Source, provided that you comply with Section 4 with respect to
139+
the Source of the Modified Version.
140+
141+
142+
Aggregating or Linking the Package
143+
144+
(7) You may aggregate the Package (either the Standard Version or
145+
Modified Version) with other packages and Distribute the resulting
146+
aggregation provided that you do not charge a licensing fee for the
147+
Package. Distributor Fees are permitted, and licensing fees for other
148+
components in the aggregation are permitted. The terms of this license
149+
apply to the use and Distribution of the Standard or Modified Versions
150+
as included in the aggregation.
151+
152+
(8) You are permitted to link Modified and Standard Versions with
153+
other works, to embed the Package in a larger work of your own, or to
154+
build stand-alone binary or bytecode versions of applications that
155+
include the Package, and Distribute the result without restriction,
156+
provided the result does not expose a direct interface to the Package.
157+
158+
159+
Items That are Not Considered Part of a Modified Version
160+
161+
(9) Works (including, but not limited to, modules and scripts) that
162+
merely extend or make use of the Package, do not, by themselves, cause
163+
the Package to be a Modified Version. In addition, such works are not
164+
considered parts of the Package itself, and are not subject to the
165+
terms of this license.
166+
167+
168+
General Provisions
169+
170+
(10) Any use, modification, and distribution of the Standard or
171+
Modified Versions is governed by this Artistic License. By using,
172+
modifying or distributing the Package, you accept this license. Do not
173+
use, modify, or distribute the Package, if you do not accept this
174+
license.
175+
176+
(11) If your Modified Version has been derived from a Modified
177+
Version made by someone other than you, you are nevertheless required
178+
to ensure that your Modified Version complies with the requirements of
179+
this license.
180+
181+
(12) This license does not grant you the right to use any trademark,
182+
service mark, tradename, or logo of the Copyright Holder.
183+
184+
(13) This license includes the non-exclusive, worldwide,
185+
free-of-charge patent license to make, have made, use, offer to sell,
186+
sell, import and otherwise transfer the Package with respect to any
187+
patent claims licensable by the Copyright Holder that are necessarily
188+
infringed by the Package. If you institute patent litigation
189+
(including a cross-claim or counterclaim) against any party alleging
190+
that the Package constitutes direct or contributory patent
191+
infringement, then this Artistic License to you shall terminate on the
192+
date that such litigation is filed.
193+
194+
(14) Disclaimer of Warranty:
195+
THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
196+
IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
197+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
198+
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
199+
LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
200+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
201+
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
202+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
203+

META.info

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"depends": [
66
"XML"
77
],
8+
"license": "The Artistic License 2.0",
89
"description": "Semi xml parser",
910
"name": "Semi-xml",
1011
"perl": "6c",
@@ -25,5 +26,5 @@
2526
"sxml2xml": "bin/sxml2xml.pl6"
2627
},
2728
"source-url": "git://github.com/MARTIMM/Semi-xml.git",
28-
"version": "v0.16.3"
29+
"version": "v0.17.0"
2930
}

0 commit comments

Comments
 (0)