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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Next release

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

- Remove an unreachable duplicate ``LGPL`` key in the rubygems license mapping.
https://github.com/aboutcode-org/scancode-toolkit/issues/5314


v33.0.0rc1 - 2026-05-14
------------------------
Expand Down
1 change: 0 additions & 1 deletion src/packagedcode/rubygems.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ def get_dependencies(dependencies):
'ISC': 'isc',
'LGPL-2.1+': 'lgpl-2.1-plus',
'LGPL-3': 'lgpl-3.0',
'LGPL': 'lgpl',
'LGPL': 'lgpl-2.0-plus',
'LGPLv2.1+': 'lgpl-2.1-plus',
'MIT': 'mit',
Expand Down
Loading