Skip to content

Commit 06baf2d

Browse files
committed
Use correct ignorables for OpenSSL licenses #216
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 92a89a9 commit 06baf2d

3 files changed

Lines changed: 25 additions & 12 deletions

File tree

src/licensedcode/data/licenses/openssl-ssleay.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@ text_urls:
1313
- http://www.openssl.org/source/license.html
1414
faq_url: http://www.openssl.org/support/faq.html
1515
minimum_coverage: 70
16-
ignorable_copyrights:
17-
- Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)
1816
ignorable_authors:
1917
- Eric Young (eay@cryptsoft.com)
2018
- Tim Hudson (tjh@cryptsoft.com)
2119
- the OpenSSL Project
20+
ignorable_copyrights:
21+
- Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)
22+
- holder is Tim Hudson (tjh@cryptsoft.com)
23+
ignorable_emails:
24+
- eay@cryptsoft.com
25+
- openssl-core@openssl.org
26+
- tjh@cryptsoft.com
2227
ignorable_holders:
23-
- Eric Young
28+
- Eric Young
29+
- Tim Hudson
2430
ignorable_urls:
25-
- http://www.openssl.org/
26-
ignorable_emails:
27-
- eay@cryptsoft.com
28-
- openssl-core@openssl.org
29-
- tjh@cryptsoft.com
31+
- http://www.openssl.org/
32+

src/licensedcode/data/licenses/ssleay-windows.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ other_urls:
1212
ignorable_authors:
1313
- Eric Young (eay@cryptsoft.com)
1414
- Tim Hudson (tjh@cryptsoft.com)
15+
ignorable_copyrights:
16+
- holder is Tim Hudson (tjh@cryptsoft.com)
1517
ignorable_emails:
16-
- eay@cryptsoft.com
17-
- tjh@cryptsoft.com
18+
- eay@cryptsoft.com
19+
- tjh@cryptsoft.com
20+
ignorable_holders:
21+
- Tim Hudson
22+

src/licensedcode/data/licenses/ssleay.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ text_urls:
99
- http://www.openssl.org/source/license.html
1010
ignorable_authors:
1111
- Eric Young (eay@cryptsoft.com)
12+
ignorable_copyrights:
13+
- holder is Tim Hudson (tjh@cryptsoft.com)
1214
ignorable_emails:
13-
- eay@cryptsoft.com
14-
- tjh@cryptsoft.com
15+
- eay@cryptsoft.com
16+
- tjh@cryptsoft.com
17+
ignorable_holders:
18+
- Tim Hudson
19+

0 commit comments

Comments
 (0)