Skip to content

Commit 14f5067

Browse files
Merge branch 'develop' into fix-ignore-pre-scan-plugin
2 parents 8e88b94 + d2b8f10 commit 14f5067

55 files changed

Lines changed: 140 additions & 57 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following organizations or individuals have contributed to ScanCode:
1515
- Aryan Kenchappagol @aryanxk02
1616
- Avi Aryan @aviaryan
1717
- Aviral Verma @avirlrma
18+
- Ayush @macayu17
1819
- Ayan Sinha Mahapatra @AyanSinhaMahapatra
1920
- Ayush Jain @aj4ayushjain
2021
- Bruno Oliveira @nicoddemus

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Next release
55
--------------
66

7+
- Fix the optional ``licenses`` extra dependency typo to install
8+
``licensedcode-data``.
9+
https://github.com/aboutcode-org/scancode-toolkit/pull/5056
10+
711
v33.0.0rc1 - 2026-05-14
812
------------------------
913

pyproject-scancode-toolkit-mini.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
110110

111111
[project.optional-dependencies]
112112
licenses = [
113-
"licensecode-data",
113+
"licensedcode-data",
114114
]
115115

116116
# no impact but added for symmetry with the mini config

pyproject-scancode-toolkit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
110110

111111
[project.optional-dependencies]
112112
licenses = [
113-
"licensecode-data",
113+
"licensedcode-data",
114114
]
115115

116116
# no impact but added for symmetry with the other pyproject.toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Homepage = "https://github.com/nexB/scancode-toolkit"
113113
[project.optional-dependencies]
114114
# no impact but added for symmetry with the other pyproject.toml
115115
licenses = [
116-
"licensecode-data",
116+
"licensedcode-data",
117117
"licensedcode-index",
118118
]
119119

src/commoncode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) nexB Inc. and others. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
5-
# See https://github.com/aboutcode-org/commoncode for support or download.
5+
# See https://github.com/aboutcode-org/scancode-toolkit for support or download.
66
# See https://aboutcode.org for more information about nexB OSS projects.
77
#
88

src/commoncode/archive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# ScanCode is a trademark of nexB Inc.
34
# SPDX-License-Identifier: Apache-2.0
45
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
5-
# See https://github.com/aboutcode-org/commoncode for support or download.
6+
# See https://github.com/nexB/scancode-toolkit for support or download.
67
# See https://aboutcode.org for more information about nexB OSS projects.
78
#
89

src/commoncode/cliutils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# ScanCode is a trademark of nexB Inc.
34
# SPDX-License-Identifier: Apache-2.0
45
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
5-
# See https://github.com/aboutcode-org/commoncode for support or download.
6+
# See https://github.com/nexB/scancode-toolkit for support or download.
67
# See https://aboutcode.org for more information about nexB OSS projects.
78
#
89

src/commoncode/codec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# ScanCode is a trademark of nexB Inc.
34
# SPDX-License-Identifier: Apache-2.0
45
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
5-
# See https://github.com/aboutcode-org/commoncode for support or download.
6+
# See https://github.com/nexB/scancode-toolkit for support or download.
67
# See https://aboutcode.org for more information about nexB OSS projects.
78
#
89

src/commoncode/command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# ScanCode is a trademark of nexB Inc.
34
# SPDX-License-Identifier: Apache-2.0
45
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
5-
# See https://github.com/aboutcode-org/commoncode for support or download.
6+
# See https://github.com/nexB/scancode-toolkit for support or download.
67
# See https://aboutcode.org for more information about nexB OSS projects.
78
#
89

0 commit comments

Comments
 (0)