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 @@ -4,6 +4,10 @@ Changelog
Next release
--------------

- Fix detection of "Happy Bunny License or MIT License" dual-license
statement to correctly use OR instead of AND
https://github.com/aboutcode-org/scancode-toolkit/issues/4982

v3.5.0 - 2026-01-15
-------------------

Expand Down
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/happy-bunny_or_mit_1.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: happy-bunny OR mit
is_license_notice: yes
relevance: 100
---

licensed under The {{Happy Bunny License or MIT}} License
Loading