Skip to content

Commit 010a0a9

Browse files
authored
Merge pull request #715 from stevenbuccini/bump-version
2 parents 3db9a3c + acede9c commit 010a0a9

27 files changed

+1911
-704
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
The "Artistic License"
2+
3+
Preamble
4+
5+
The intent of this document is to state the conditions under which a
6+
Package may be copied, such that the Copyright Holder maintains some
7+
semblance of artistic control over the development of the Package,
8+
while giving the users of the package the right to use and distribute
9+
the Package in a more-or-less customary fashion, plus the right to make
10+
reasonable modifications.
11+
12+
It also grants you the rights to reuse parts of a Package in your own
13+
programs without transferring this License to those programs, provided
14+
that you meet some reasonable requirements.
15+
16+
Definitions:
17+
18+
"Package" refers to the collection of files distributed by the
19+
Copyright Holder, and derivatives of that collection of files
20+
created through textual modification.
21+
22+
"Standard Version" refers to such a Package if it has not been
23+
modified, or has been modified in accordance with the wishes
24+
of the Copyright Holder as specified below.
25+
26+
"Copyright Holder" is whoever is named in the copyright or
27+
copyrights for the package.
28+
29+
"You" is you, if you're thinking about copying or distributing
30+
this Package.
31+
32+
"Reasonable copying fee" is whatever you can justify on the
33+
basis of media cost, duplication charges, time of people involved,
34+
and so on. (You will not be required to justify it to the
35+
Copyright Holder, but only to the computing community at large
36+
as a market that must bear the fee.)
37+
38+
"Freely Available" means that no fee is charged for the item
39+
itself, though there may be fees involved in handling the item.
40+
It also means that recipients of the item may redistribute it
41+
under the same conditions they received it.
42+
43+
1. You may make and give away verbatim copies of the source form of the
44+
Standard Version of this Package without restriction, provided that you
45+
duplicate all of the original copyright notices and associated disclaimers.
46+
47+
2. You may apply bug fixes, portability fixes and other modifications
48+
derived from the Public Domain or from the Copyright Holder. A Package
49+
modified in such a way shall still be considered the Standard Version.
50+
51+
3. You may otherwise modify your copy of this Package in any way, provided
52+
that you insert a prominent notice in each changed file stating how and
53+
when you changed that file, and provided that you do at least ONE of the
54+
following:
55+
56+
a) place your modifications in the Public Domain or otherwise make them
57+
Freely Available, such as by posting said modifications to Usenet or
58+
an equivalent medium, or placing the modifications on a major archive
59+
site such as uunet.uu.net, or by allowing the Copyright Holder to include
60+
your modifications in the Standard Version of the Package.
61+
62+
b) use the modified Package only within your corporation or organization.
63+
64+
c) rename any non-standard executables so the names do not conflict
65+
with standard executables, which must also be provided, and provide
66+
a separate manual page for each non-standard executable that clearly
67+
documents how it differs from the Standard Version.
68+
69+
d) make other distribution arrangements with the Copyright Holder.
70+
71+
4. You may distribute the programs of this Package in object code or
72+
executable form, provided that you do at least ONE of the following:
73+
74+
a) distribute a Standard Version of the executables and library files,
75+
together with instructions (in the manual page or equivalent) on where
76+
to get the Standard Version.
77+
78+
b) accompany the distribution with the machine-readable source of
79+
the Package with your modifications.
80+
81+
c) give non-standard executables non-standard names, and clearly
82+
document the differences in manual pages (or equivalent), together
83+
with instructions on where to get the Standard Version.
84+
85+
d) make other distribution arrangements with the Copyright Holder.
86+
87+
5. You may charge a reasonable copying fee for any distribution of this
88+
Package. You may charge any fee you choose for support of this
89+
Package. You may not charge a fee for this Package itself. However,
90+
you may distribute this Package in aggregate with other (possibly
91+
commercial) programs as part of a larger (possibly commercial) software
92+
distribution provided that you do not advertise this Package as a
93+
product of your own.
94+
95+
6. The scripts and library files supplied as input to or produced as
96+
output from the programs of this Package do not automatically fall
97+
under the copyright of this Package, but belong to whoever generated
98+
them, and may be sold commercially, and may be aggregated with this
99+
Package. If such scripts or library files are aggregated with this
100+
Package via the so-called "undump" or "unexec" methods of producing a
101+
binary executable image, then distribution of such an image shall
102+
neither be construed as a distribution of this Package nor shall it
103+
fall under the restrictions of Paragraphs 3 and 4, provided that you do
104+
not represent such an executable image as a Standard Version of this
105+
Package.
106+
107+
7. You may reuse parts of this Package in your own programs, provided that
108+
you explicitly state where you got them from, in the source code (and, left
109+
to your courtesy, in the documentation), duplicating all the associated
110+
copyright notices and disclaimers. Besides your changes, if any, must be
111+
clearly marked as such. Parts reused that way will no longer fall under this
112+
license if, and only if, the name of your program(s) have no immediate
113+
connection with the name of the Package itself or its associated programs.
114+
You may then apply whatever restrictions you wish on the reused parts or
115+
choose to place them in the Public Domain--this will apply only within the
116+
context of your package.
117+
118+
8. The name of the Copyright Holder may not be used to endorse or promote
119+
products derived from this software without specific prior written permission.
120+
121+
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
122+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
123+
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
124+
125+
THE END
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Permission to use, copy, redistribute is granted.
2+
Permission to redistribute modifications in patch form is granted.
3+
Permission to redistribute binaries made of modified sources is granted.
4+
All other rights reserved.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright © 2001-2025 Audacious developers and others
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice,
7+
this list of conditions, and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions, and the following disclaimer in the
11+
documentation provided with the distribution.
12+
13+
This software is provided “as is” and without any warranty, express or
14+
implied. In no event shall the authors be liable for any damages arising
15+
from the use of this software.

src/main/resources/licenses/CC-BY-ND-2.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Creative Commons Attribution-NoDerivs 2.5
1+
Creative Commons Attribution-NoDerivs 2.5 Generic
22

33
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
44

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (C) 2014-3099 Marcin Krzyżanowski
2+
This software is provided 'as-is', without any express or implied warranty.
3+
4+
In no event will the authors be held liable for any damages arising from the use of this software.
5+
6+
Permission is granted to anyone to use this software for any purpose,including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
7+
8+
- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation is required.
9+
- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
10+
- This notice may not be removed or altered from any source or binary distribution.
11+
- Redistributions of any form whatsoever must retain the following acknowledgment: 'This product includes software developed by the "Marcin Krzyzanowski" (http://krzyzanowskim.com/).'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Digia Qt LGPL Exception version 1.1
2+
3+
As a special exception to the GNU Lesser General Public License version 2.1,
4+
the object code form of a "work that uses the Library" may incorporate material
5+
from a header file that is part of the Library. You may distribute such object
6+
code under terms of your choice, provided that the incorporated material (i)
7+
does not exceed more than 5% of the total size of the Library; and (ii) is
8+
limited to numerical parameters, data structure layouts, accessors, macros,
9+
inline functions and templates.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright 1992-2002 HaL Computer Systems, Inc.,
2+
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
3+
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
4+
Organization for the Advancement of Structured Information
5+
Standards (OASIS).
6+
7+
$Id: sdbcent.mod,v 1.13 2005/04/01 21:02:17 nwalsh Exp $
8+
9+
Permission to use, copy, modify and distribute the DocBook XML DTD
10+
and its accompanying documentation for any purpose and without fee
11+
is hereby granted in perpetuity, provided that the above copyright
12+
notice and this paragraph appear in all copies. The copyright
13+
holders make no representation about the suitability of the DTD for
14+
any purpose. It is provided "as is" without expressed or implied
15+
warranty.
16+
17+
If you modify the Simplified DocBook DTD in any way, except for
18+
declaring and referencing additional sets of general entities and
19+
declaring additional notations, label your DTD as a variant of
20+
DocBook. See the maintenance documentation for more information.
21+
22+
Please direct all questions, bug reports, or suggestions for
23+
changes to the [email protected] mailing list. For more
24+
information, see http://www.oasis-open.org/docbook/.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This file is free software; the Free Software Foundation
2+
gives unlimited permission to copy and/or distribute it,
3+
with or without modifications, as long as this notice is preserved.
4+
This file is offered as-is, without any warranty.
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# Functional Source License, Version 1.1, ALv2 Future License
2+
3+
## Abbreviation
4+
5+
FSL-1.1-ALv2
6+
7+
## Notice
8+
9+
Copyright ${year} ${licensor name}
10+
11+
## Terms and Conditions
12+
13+
### Licensor ("We")
14+
15+
The party offering the Software under these Terms and Conditions.
16+
17+
### The Software
18+
19+
The "Software" is each version of the software that we make available under
20+
these Terms and Conditions, as indicated by our inclusion of these Terms and
21+
Conditions with the Software.
22+
23+
### License Grant
24+
25+
Subject to your compliance with this License Grant and the Patents,
26+
Redistribution and Trademark clauses below, we hereby grant you the right to
27+
use, copy, modify, create derivative works, publicly perform, publicly display
28+
and redistribute the Software for any Permitted Purpose identified below.
29+
30+
### Permitted Purpose
31+
32+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
33+
means making the Software available to others in a commercial product or
34+
service that:
35+
36+
1. substitutes for the Software;
37+
38+
2. substitutes for any other product or service we offer using the Software
39+
that exists as of the date we make the Software available; or
40+
41+
3. offers the same or substantially similar functionality as the Software.
42+
43+
Permitted Purposes specifically include using the Software:
44+
45+
1. for your internal use and access;
46+
47+
2. for non-commercial education;
48+
49+
3. for non-commercial research; and
50+
51+
4. in connection with professional services that you provide to a licensee
52+
using the Software in accordance with these Terms and Conditions.
53+
54+
### Patents
55+
56+
To the extent your use for a Permitted Purpose would necessarily infringe our
57+
patents, the license grant above includes a license under our patents. If you
58+
make a claim against any party that the Software infringes or contributes to
59+
the infringement of any patent, then your patent license to the Software ends
60+
immediately.
61+
62+
### Redistribution
63+
64+
The Terms and Conditions apply to all copies, modifications and derivatives of
65+
the Software.
66+
67+
If you redistribute any copies, modifications or derivatives of the Software,
68+
you must include a copy of or a link to these Terms and Conditions and not
69+
remove any copyright notices provided in or with the Software.
70+
71+
### Disclaimer
72+
73+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
74+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
75+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
76+
77+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
78+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
79+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
80+
81+
### Trademarks
82+
83+
Except for displaying the License Details and identifying us as the origin of
84+
the Software, you have no right under these Terms and Conditions to use our
85+
trademarks, trade names, service marks or product names.
86+
87+
## Grant of Future License
88+
89+
We hereby irrevocably grant you an additional license to use the Software under
90+
the Apache License, Version 2.0 that is effective on the second anniversary of
91+
the date we make the Software available. On or after that date, you may use the
92+
Software under the Apache License, Version 2.0, in which case the following
93+
will apply:
94+
95+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
96+
this file except in compliance with the License.
97+
98+
You may obtain a copy of the License at
99+
100+
http://www.apache.org/licenses/LICENSE-2.0
101+
102+
Unless required by applicable law or agreed to in writing, software distributed
103+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
104+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
105+
specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)