Skip to content

Commit 08b553e

Browse files
committed
fix: certifified typo
via: ``` grep -rl "certifified" . | xargs sed -i 's/certifified/certified/g' ``` Signed-off-by: Maximilian Huber <gh@maxhbr.de>
1 parent 4e8d711 commit 08b553e

16 files changed

Lines changed: 16 additions & 16 deletions

src/licensedcode/data/licenses/apsl-2.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Apple
77
homepage_url: http://www.opensource.apple.com/license/apsl/
88
notes: |
99
Per SPDX.org, this version was released 6 August 2003. This license is OSI
10-
certifified.
10+
certified.
1111
spdx_license_key: APSL-2.0
1212
osi_license_key: APSL-2.0
1313
text_urls:

src/licensedcode/data/licenses/artistic-2.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Perl Foundation
77
homepage_url: http://www.perlfoundation.org/
88
notes: |
99
Per SPDX.org, this version was released 2006 This license is OSI
10-
certifified.
10+
certified.
1111
spdx_license_key: Artistic-2.0
1212
osi_license_key: Artistic-2.0
1313
text_urls:

src/licensedcode/data/licenses/attribution.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Unspecified
77
homepage_url: http://opensource.org/licenses/attribution.php
88
notes: |
99
Per SPDX.org, this version was released 2002 This license is OSI
10-
certifified.
10+
certified.
1111
spdx_license_key: AAL
1212
text_urls:
1313
- http://opensource.org/licenses/attribution.php

src/licensedcode/data/licenses/boost-1.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Boost
77
homepage_url: http://www.boost.org/users/license.html
88
notes: |
99
Per SPDX.org, this version was released 17 August 2003 This license is OSI
10-
certifified.
10+
certified.
1111
spdx_license_key: BSL-1.0
1212
text_urls:
1313
- http://www.boost.org/LICENSE_1_0.txt

src/licensedcode/data/licenses/ca-tosl-1.1.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Computer Associates Trusted Open Source License 1.1
55
category: Copyleft Limited
66
owner: Computer Associates
77
homepage_url: http://www.opensource.org/licenses/ca-tosl1.1.php
8-
notes: Per SPDX.org, this license is OSI certifified.
8+
notes: Per SPDX.org, this license is OSI certified.
99
spdx_license_key: CATOSL-1.1
1010
osi_license_key: CATOSL-1.1
1111
text_urls:

src/licensedcode/data/licenses/cpal-1.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Common Public Attribution License 1.0
55
category: Copyleft
66
owner: OSI - Open Source Initiative
77
homepage_url: http://www.opensource.org/licenses/cpal_1.0
8-
notes: Per SPDX.org, this license is OSI certifified.
8+
notes: Per SPDX.org, this license is OSI certified.
99
spdx_license_key: CPAL-1.0
1010
osi_license_key: CPAL-1.0
1111
text_urls:

src/licensedcode/data/licenses/cua-opl-1.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CUA Office Public License 1.0
55
category: Copyleft Limited
66
owner: OSI - Open Source Initiative
77
homepage_url: http://www.opensource.org/licenses/cuaoffice.php
8-
notes: Per SPDX.org, this license is OSI certifified.
8+
notes: Per SPDX.org, this license is OSI certified.
99
spdx_license_key: CUA-OPL-1.0
1010
osi_license_key: CUA-OPL-1.0
1111
text_urls:

src/licensedcode/data/licenses/ecl-2.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ category: Permissive
66
owner: OSI - Open Source Initiative
77
homepage_url: http://www.opensource.org/licenses/ecl2.php
88
notes: |
9-
Per SPDX.org, this license is OSI certifified. The Educational Community
9+
Per SPDX.org, this license is OSI certified. The Educational Community
1010
License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to
1111
change the scope of the patent grant in section 3 to be specific to the
1212
needs of the education communities using this license. The url included in

src/licensedcode/data/licenses/epl-1.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ category: Copyleft Limited
66
owner: Eclipse Foundation
77
homepage_url: http://www.eclipse.org/legal/epl-v10.html
88
notes: |
9-
Per SPDX.org, this license is OSI certifified EPL replaced the CPL on 28
9+
Per SPDX.org, this license is OSI certified EPL replaced the CPL on 28
1010
June 2005.
1111
spdx_license_key: EPL-1.0
1212
osi_license_key: EPL-1.0

tests/licensedcode/data/license_db/license_dump/boost-1.0.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Boost
77
homepage_url: http://www.boost.org/users/license.html
88
notes: |
99
Per SPDX.org, this version was released 17 August 2003 This license is OSI
10-
certifified.
10+
certified.
1111
spdx_license_key: BSL-1.0
1212
text_urls:
1313
- http://www.boost.org/LICENSE_1_0.txt

0 commit comments

Comments
 (0)