Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Next release

- Improve copyright detection for statements with parens or trailing "authors"

- Remove two duplicate keys in the alpine ``DECLARED_TO_SPDX`` mapping that
silently discarded the earlier entry of each pair.
https://github.com/aboutcode-org/scancode-toolkit/issues/5312


v33.0.0rc1 - 2026-05-14
------------------------
Expand Down
2 changes: 0 additions & 2 deletions src/packagedcode/alpine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,6 @@ def apply_syntax_fixes(s):
'unrestricted': 'licenseref-scancode-other-permissive',

'open_source': 'licenseref-scancode-free-unknown',
'as-is': 'licenseref-scancode-free-unknown',

'elementtree': 'licenseref-scancode-secret-labs-2011 and bsd-3-clause',

Expand Down Expand Up @@ -1687,7 +1686,6 @@ def apply_syntax_fixes(s):
'custom:pil': 'licenseref-scancode-secret-labs-2011',
'custom:postcardware': 'licenseref-scancode-unknown-license-reference',
'custom:sip': 'licenseref-scancode-unknown-license-reference',
'custom:tu-berlin-2.0': 'licenseref-scancode-unknown-license-reference',

'custom:xfree86': 'mit and x11 and hpnd-sell-variant and hpnd and mit-open-group and licenseref-scancode-other-permissive',

Expand Down