Skip to content

Commit 84186d0

Browse files
Add license updates from spdx license list 3.19
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 279732f commit 84186d0

6 files changed

Lines changed: 78 additions & 2 deletions

File tree

src/licensedcode/data/licenses/bsd-new.LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ osi_url: http://www.opensource.org/licenses/BSD-3-Clause
1616
other_urls:
1717
- http://framework.zend.com/license/new-bsd
1818
- https://opensource.org/licenses/BSD-3-Clause
19+
- https://www.eclipse.org/org/documents/edl-v10.php
1920
---
2021

2122
Redistribution and use in source and binary forms, with or without modification,
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
key: checkmk
3+
short_name: Checkmk License
4+
name: Checkmk License
5+
category: Permissive
6+
owner: Unspecified
7+
spdx_license_key: checkmk
8+
other_urls:
9+
- https://github.com/libcheck/check/blob/master/checkmk/checkmk.in
10+
ignorable_copyrights:
11+
- Copyright (c) 2006, 2010 Micah Cowan
12+
ignorable_holders:
13+
- Micah Cowan
14+
---
15+
16+
# Copyright (c) 2006, 2010 Micah Cowan
17+
#
18+
# Redistribution of this program in any form, with or without
19+
# modifications, is permitted, provided that the above copyright is
20+
# retained in distributions of this program in source form.
21+
#
22+
# (This is a free, non-copyleft license compatible with pretty much any
23+
# other free or proprietary license, including the GPL. It's essentially
24+
# a scaled-down version of the "modified" BSD license.)

src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: FSF Unlimited License No Warranty
55
category: Permissive
66
owner: Free Software Foundation (FSF)
77
homepage_url: http://www.fsf.org/licensing/licenses/
8-
spdx_license_key: LicenseRef-scancode-fsf-unlimited-no-warranty
8+
spdx_license_key: FSFULLRWD
99
text_urls:
1010
- http://www.fsf.org/licensing/licenses/
1111
other_urls:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
key: knuth-ctan
3+
short_name: Knuth CTAN License
4+
name: Knuth CTAN License
5+
category: Permissive
6+
owner: CTAN
7+
spdx_license_key: Knuth-CTAN
8+
other_urls:
9+
- https://ctan.org/license/knuth
10+
---
11+
12+
This software is copyrighted. Unlimited copying and redistribution
13+
of this package and/or its individual files are permitted
14+
as long as there are no modifications. Modifications, and
15+
redistribution of modifications, are also permitted, but
16+
only if the resulting package and/or files are renamed.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
key: libutil-david-nugent
3+
short_name: libutil David Nugent License
4+
name: libutil David Nugent License
5+
category: Permissive
6+
owner: David Nugent
7+
spdx_license_key: libutil-David-Nugent
8+
other_urls:
9+
- http://web.mit.edu/freebsd/head/lib/libutil/login_ok.3
10+
- https://cgit.freedesktop.org/libbsd/tree/man/setproctitle.3bsd
11+
ignorable_copyrights:
12+
- Copyright (c) 1995 David Nugent <davidn@blaze.net.au>
13+
ignorable_holders:
14+
- David Nugent
15+
ignorable_emails:
16+
- davidn@blaze.net.au
17+
---
18+
19+
Copyright (c) 1995 David Nugent <davidn@blaze.net.au>
20+
All rights reserved.
21+
22+
23+
Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met:
24+
25+
1. Redistributions of source code must retain the above copyright notice immediately at the beginning of the file, without modification, this list of conditions, and the following disclaimer.
26+
27+
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.
28+
29+
3. This work was done expressly for inclusion into FreeBSD. Other use is permitted provided this notation is included.
30+
31+
4. Absolutely no warranty of function or purpose is made by the author David Nugent.
32+
33+
5. Modifications may be freely made to this file providing the above conditions are met.

src/licensedcode/data/licenses/openssl-exception-gpl-2.0.LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ owner: OpenSSL
77
homepage_url: http://www.openssl.org/source/license.html
88
notes: this is typically used with GPL 2.0 but sometimes seen with GPL 3.0
99
is_exception: yes
10-
spdx_license_key: LicenseRef-scancode-openssl-exception-gpl-2.0
10+
spdx_license_key: x11vnc-openssl-exception
1111
text_urls:
1212
- http://www.openssl.org/source/license.html
1313
- http://www.gnu.org/licenses/gpl-2.0.txt
14+
other_urls:
15+
- https://github.com/LibVNC/x11vnc/blob/master/src/8to24.c#L22
1416
faq_url: http://people.gnome.org/~markmc/openssl-and-the-gpl.html
1517
standard_notice: |
1618
The OpenSSL License is not compatible with the GPL, since it contains the

0 commit comments

Comments
 (0)