Skip to content

Commit 5938d20

Browse files
authored
Merge pull request #1357 from nexB/new-and-improved-license-rules3
Add new and improved license and rules
2 parents a763b50 + 65efc01 commit 5938d20

735 files changed

Lines changed: 7234 additions & 311 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The PostScript Type 1 implementation of the Computer Modern and AMSFonts produced by and previously distributed by Blue Sky Research and Y&Y, Inc., are now
2+
freely available for general use. This has been accomplished through the cooperation of a consortium of scientific publishers with Blue Sky Research and Y&Y.
3+
Members of this consortium include:
4+
5+
* Elsevier Science
6+
* IBM Corporation
7+
* Society for Industrial and Applied Mathematics (SIAM)
8+
* Springer-Verlag
9+
* American Mathematical Society (AMS)
10+
11+
In order to assure the authenticity of these fonts, copyright will be held by the American Mathematical Society. This is not meant to restrict in any way
12+
the legitimate use of the fonts, such as (but not limited to) electronic distribution of documents containing these fonts, inclusion of these fonts into
13+
other public domain or commercial font collections or computer applications, use of the outline data to create derivative fonts or faces, etc. However,
14+
the AMS does require that the AMS copyright notice be removed from any derivative versions of the fonts which have been altered in any way. In addition,
15+
to ensure the fidelity of TeX documents using Computer Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces, has requested that any
16+
alterations which yield different font metrics be given a different name.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
key: ams-fonts
2+
short_name: AMSFonts license
3+
name: AMSFonts license
4+
category: Permissive
5+
owner: AMS
6+
homepage_url: http://www.ams.org/publications/type1-fonts
7+
other_urls:
8+
- https://fedoraproject.org/wiki/Licensing:AMS

src/licensedcode/data/licenses/apache-due-credit.LICENSE

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@ notices. Redistributions must also contain a copy of this document.
99
this list of conditions and the following disclaimer in the documentation
1010
and/or other materials provided with the distribution.
1111

12-
3. The name "{Author}" must not be used to endorse or promote products derived
13-
from this Software without prior written permission of {Author}. For
14-
written permission, please contact {Author Contact}.
12+
3. The name "Author" must not be used to endorse or promote products derived
13+
from this Software without prior written permission of Author. For
14+
written permission, please contact Author.
1515

16-
4. Products derived from this Software may not be called "{Product}" nor may
17-
"{Author}" appear in their names without prior written permission of {Author}. {Product} is a registered trademark of {Author}.
16+
4. Products derived from this Software may not be called "Product" nor may
17+
"Author" appear in their names without prior written permission of Author.
18+
Product is a registered trademark of Author.
1819

19-
5. Due credit should be given to {Author} ({Author URL}).
20+
5. Due credit should be given to Author.
2021

21-
THIS SOFTWARE IS PROVIDED BY INTALIO, INC. AND CONTRIBUTORS ''AS IS'' AND
22+
THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ''AS IS'' AND
2223
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2324
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2425
ARE DISCLAIMED.
2526

26-
IN NO EVENT SHALL {Author} OR ITS CONTRIBUTORS BE LIABLE FOR ANY
27+
IN NO EVENT SHALL AUTHOR OR ITS CONTRIBUTORS BE LIABLE FOR ANY
2728
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2829
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2930
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3031
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3132
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

src/licensedcode/data/licenses/apache-due-credit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
key: apache-due-credit
2+
is_deprecated: yes
23
short_name: Apache Due Credit Variant
34
name: Apache Due Credit Variant
45
category: Permissive
56
owner: Codehaus
7+
notes: replaced by dom4j
68
other_urls:
79
- http://openorb.sourceforge.net/license.txt
810
- http://opensource.dell.com/releases/Dell_Active_System_Manager/1.0.0/license_text/DOM4J-2005-BSD-Style.pdf

src/licensedcode/data/licenses/bitstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ owner: Bitstream
66
homepage_url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
77
text_urls:
88
- http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
9+
minimum_coverage: 50
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Redistribution and use, with or without modification, are permitted provided
2+
that the following condition is met:
3+
4+
Redistributions of this build system must retain the above copyright notice,
5+
this condition and the following disclaimer.
6+
7+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
8+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
10+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
11+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
12+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
13+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
14+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
16+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17+
18+
Note that while this license applies to the build system itself the
19+
software it builds is separately licensed under its own terms and conditions.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
key: bsd-1-clause-build
2+
short_name: BSD-1-Clause Build
3+
name: BSD-1-Clause Build system
4+
category: Permissive
5+
owner: PRPL Foundation.
6+
homepage_url: https://github.com/prplfoundation/prplwrt/blob/master/LICENSE
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Redistribution and use in source and binary forms, with or without
2+
modification, are permitted provided that the following conditions
3+
are met:
4+
5+
1. Redistributions of source code must retain the above copyright
6+
notice, this list of conditions and the following disclaimer.
7+
2. Redistributions in binary form must reproduce the above copyright
8+
notice, this list of conditions and the following disclaimer in the
9+
documentation and/or other materials provided with the distribution.
10+
3. All advertising materials mentioning features or use of this software
11+
must display the following acknowledgement:
12+
This product includes software developed by:
13+
David Corcoran <corcoran@linuxnet.com>
14+
http://www.linuxnet.com (MUSCLE)
15+
4. The name of the author may not be used to endorse or promote products
16+
derived from this software without specific prior written permission.
17+
18+
Changes to this license can be made only by the copyright author with
19+
explicit written consent.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
key: bsd-original-muscle
2+
short_name: BSD-Original MUSCLE
3+
name: BSD-Original MUSCLE
4+
category: Permissive
5+
owner: David Corcoran
6+
homepage_url: https://web.archive.org/web/20060318003856/http://linuxnet.com/
7+
notes: This license has some extra terms beyond the advertizing clause not found in the bsd-originl
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
key: classworlds
2+
is_deprecated: yes
23
short_name: Classworlds License
34
name: Classworlds License
45
category: Permissive
56
owner: Codehaus
67
homepage_url: http://classworlds.codehaus.org/license.html
7-
notes: |-
8+
notes: |
89
Per Fedora, this is an Apache 1.1 derived license. Unfortunately, clause 4
9-
is too broad, making it Free but GPL-incompatible.
10-
spdx_license_key: Plexus
10+
is too broad, making it Free but GPL-incompatible. replaced by dom4j
1111
text_urls:
1212
- https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License

0 commit comments

Comments
 (0)