Skip to content

Commit bb7ac7d

Browse files
Update owners and rules from feedback
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent a525083 commit bb7ac7d

6 files changed

+38
-7
lines changed

src/licensedcode/data/licenses/cgal-linking-exception.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ key: cgal-linking-exception
33
short_name: CGAL Linking Exception
44
name: CGAL Linking Exception
55
category: Copyleft Limited
6-
owner: cgal.org
6+
owner: CGAL Project
77
is_exception: yes
88
spdx_license_key: CGAL-linking-exception
99
other_urls:

src/licensedcode/data/licenses/generic-xts.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ key: generic-xts
33
short_name: Generic XTS License
44
name: Generic XTS License
55
category: Permissive
6-
owner: Unspecified
6+
owner: zulucrypt Project
77
spdx_license_key: generic-xts
88
other_urls:
99
- https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c

src/licensedcode/data/licenses/mips.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ key: mips
33
short_name: MIPS License
44
name: MIPS License
55
category: Permissive
6-
owner: MIPS Computer Systems, Inc.
6+
owner: MIPS Computer Systems
77
notes: |
88
Added in SPDX license list 3.25
99
This was previously the license rule: other-permissive_116.RULE

src/licensedcode/data/licenses/thirdeye.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ key: thirdeye
33
short_name: ThirdEye License
44
name: ThirdEye License
55
category: Permissive
6-
owner: Third Eye Software, Inc.
6+
owner: Third Eye Software
77
spdx_license_key: ThirdEye
88
other_urls:
99
- https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
license_expression: lgpl-2.0-plus WITH independent-module-linking-exception
3+
is_license_notice: yes
4+
minimum_coverage: 90
5+
referenced_filenames:
6+
- COPYING
7+
---
8+
9+
The source code of the Free Pascal Runtime Libraries and packages are
10+
distributed under the {{Library GNU General Public License}}
11+
(see the file COPYING) with the following modification:
12+
13+
As a special exception, the copyright holders of this library give you
14+
permission to link this library with independent modules to produce an
15+
executable, regardless of the license terms of these independent modules,
16+
and to copy and distribute the resulting executable under terms of your choice,
17+
provided that you also meet, for each linked independent module, the terms
18+
and conditions of the license of that module. An independent module is a module
19+
which is not derived from or based on this library. If you modify this
20+
library, you may extend this exception to your version of the library, but you are
21+
not obligated to do so. If you do not wish to do so, delete this exception
22+
statement from your version.
23+
24+
If you didn't receive a copy of the file COPYING, contact:
25+
Free Software Foundation
26+
675 Mass Ave
27+
Cambridge, MA 02139
28+
USA

src/licensedcode/data/rules/independent-module-linking-exception_1.RULE renamed to src/licensedcode/data/rules/lgpl-2.0-plus_with_independent-module-linking-exception_2.RULE

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
license_expression: independent-module-linking-exception
3-
is_license_text: yes
2+
license_expression: lgpl-2.0-plus WITH independent-module-linking-exception
3+
is_license_notice: yes
4+
minimum_coverage: 90
5+
referenced_filenames:
6+
- COPYING
47
---
58

69
This is the file COPYING.FPC, it applies to the Free Pascal Run-Time Library
710
(RTL) and packages (packages) distributed by members of the Free Pascal
811
Development Team.
912

1013
The source code of the Free Pascal Runtime Libraries and packages are
11-
distributed under the Library GNU General Public License
14+
distributed under the {{Library GNU General Public License}}
1215
(see the file COPYING) with the following modification:
1316

1417
As a special exception, the copyright holders of this library give you

0 commit comments

Comments
 (0)