diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d115cda4b8..a9f163747d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------------- diff --git a/src/licensedcode/data/rules/happy-bunny_or_mit_1.RULE b/src/licensedcode/data/rules/happy-bunny_or_mit_1.RULE new file mode 100644 index 0000000000..22641cdd16 --- /dev/null +++ b/src/licensedcode/data/rules/happy-bunny_or_mit_1.RULE @@ -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