Skip to content

Commit 7b63ac4

Browse files
Update SPDX License List to v3.28.0
Reference: #4775 Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 46379d8 commit 7b63ac4

42 files changed

Lines changed: 1378 additions & 36 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
key: alglib-documentation
3+
short_name: ALGLIB Documentation License
4+
name: ALGLIB Documentation License
5+
category: Permissive
6+
owner: ALGLIB Project
7+
spdx_license_key: ALGLIB-Documentation
8+
notes: a variation of freebsd-doc LICENSE
9+
---
10+
11+
Redistribution and use of this document (ALGLIB Reference Manual) with or
12+
without modification, are permitted provided that such redistributions will
13+
retain the above copyright notice, this condition and the following disclaimer
14+
as the first (or last) lines of this file.
15+
16+
THIS DOCUMENTATION IS PROVIDED BY THE ALGLIB PROJECT "AS IS" AND ANY EXPRESS OR
17+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19+
SHALL THE ALGLIB PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
22+
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24+
ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
25+
POSSIBILITY OF SUCH DAMAGE.

src/licensedcode/data/licenses/bola11.LICENSE

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
---
22
key: bola11
3-
short_name: BOLA - Buena Onda License Agreement (v1.1)
3+
short_name: Buena Onda License Agreement (v1.1)
44
name: BOLA - Buena Onda License Agreement (v1.1)
55
category: Permissive
66
owner: blitiri
77
homepage_url: https://blitiri.com.ar/p/bola/
8-
spdx_license_key: LicenseRef-scancode-bola11
8+
spdx_license_key: BOLA-1.1
9+
other_spdx_license_keys:
10+
- LicenseRef-scancode-bola11
11+
notes: |
12+
Added in SPDX license list 3.28
13+
This was previously the license rule: other-permissive_189.RULE
914
---
1015

16+
I don't like licenses, because I don't like having to worry about all this
17+
legal stuff just for a simple piece of software I don't really mind anyone
18+
using. But I also believe that it's important that people share and give back;
19+
so I'm placing this work under the following license.
20+
1121
BOLA - Buena Onda License Agreement (v1.1)
1222
------------------------------------------
1323

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
key: bsd-3-clause-tso
3+
short_name: BSD 3-Clause Tso variant
4+
name: BSD 3-Clause Tso variant
5+
owner: Theodore Ts'o
6+
category: Permissive
7+
notes: |
8+
Added in SPDX license list 3.28
9+
This was previously the license rule: bsd-new_117.RULE
10+
spdx_license_key: BSD-3-Clause-Tso
11+
other_urls:
12+
- https://www.x.org/archive/current/doc/xorg-docs/License.html#Theodore_Tso
13+
---
14+
15+
Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All rights reserved.
16+
17+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
18+
19+
1. Redistributions of source code must retain the above copyright notice, and the entire permission notice in its entirety, including the disclaimer of warranties.
20+
21+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
22+
23+
3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
24+
25+
THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
key: bsd-mark-modifications
3+
short_name: BSD Mark Modifications License
4+
name: BSD Mark Modifications License
5+
category: Permissive
6+
owner: Geoff Kuenning
7+
notes: this is a modification of geoff-kuenning-1993.LICENSE
8+
spdx_license_key: BSD-Mark-Modifications
9+
other_urls:
10+
- https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2
11+
---
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions
15+
are met:
16+
17+
1. Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
20+
2. Redistributions in binary form must reproduce the above copyright
21+
notice, this list of conditions and the following disclaimer in the
22+
documentation and/or other materials provided with the distribution.
23+
24+
3. All modifications to the source code must be clearly marked as
25+
such. Binary redistributions based on modified source code
26+
must be clearly marked as modified versions in the documentation
27+
and/or other materials provided with the distribution.
28+
(clause 4 removed with permission from Geoff Kuenning)
29+
30+
4. The name of Geoff Kuenning may not be used to endorse or promote
31+
products derived from this software without specific prior
32+
written permission.
33+
34+
THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND
35+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37+
ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE
38+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
40+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
42+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
43+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44+
SUCH DAMAGE.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
key: buddy
3+
short_name: Buddy License
4+
name: Buddy License
5+
owner: Jorn Lind-Nielsen
6+
category: Permissive
7+
spdx_license_key: Buddy
8+
other_urls:
9+
- https://sourceforge.net/p/buddy/gitcode/ci/master/tree/README
10+
---
11+
Permission is hereby granted, without written agreement and without
12+
license or royalty fees, to use, reproduce, prepare derivative
13+
works, distribute, and display this software and its documentation
14+
for any purpose, provided that (1) the above copyright notice and
15+
the following two paragraphs appear in all copies of the source code
16+
and (2) redistributions, including without limitation binaries,
17+
reproduce these notices in the supporting documentation. Substantial
18+
modifications to this software may be copyrighted by their authors
19+
and need not follow the licensing terms described here, provided
20+
that the new terms are clearly indicated in all files where they apply.
21+
22+
IN NO EVENT SHALL JORN LIND-NIELSEN, OR DISTRIBUTORS OF THIS
23+
SOFTWARE BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
24+
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
25+
SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS OR ANY OF THE
26+
ABOVE PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
28+
JORN LIND-NIELSEN SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
29+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
30+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
31+
ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO
32+
OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
33+
MODIFICATIONS.

src/licensedcode/data/licenses/capec-tou.LICENSE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ name: Common Attack Pattern Enumeration and Classification ToU
55
category: Permissive
66
owner: Mitre
77
homepage_url: https://capec.mitre.org/about/termsofuse.html
8-
spdx_license_key: LicenseRef-scancode-capec-tou
8+
spdx_license_key: CAPEC-tou
9+
other_spdx_license_keys:
10+
- LicenseRef-scancode-capec-tou
911
faq_url: https://capec.mitre.org/about/index.html
1012
other_urls:
13+
- https://capec.mitre.org/about/termsofuse.html
1114
- https://raw.githubusercontent.com/izar/pytm/master/LICENSE
1215
---
1316

14-
Terms of Use
15-
1617
LICENSE
1718
The MITRE Corporation (MITRE) hereby grants you a non-exclusive, royalty-free license to use Common Attack Pattern Enumeration and Classification (CAPEC™) for research, development, and commercial purposes. Any copy you make for such purposes is authorized provided that you reproduce MITRE’s copyright designation and this license in any such copy.
1819

1920
DISCLAIMERS
21+
2022
ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN ARE PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF TRUSTEES, OFFICERS, AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)