Skip to content

Fix/ibpp license detection issue#4864

Open
kumarasantosh wants to merge 2 commits intoaboutcode-org:developfrom
kumarasantosh:fix/ibpp-license-detection-issue
Open

Fix/ibpp license detection issue#4864
kumarasantosh wants to merge 2 commits intoaboutcode-org:developfrom
kumarasantosh:fix/ibpp-license-detection-issue

Conversation

@kumarasantosh
Copy link
Copy Markdown
Contributor

@kumarasantosh kumarasantosh commented Mar 24, 2026

Fixes #3553

Summary

Adds detection support for the IBPP License v1.1, which was not being detected when scanning the Wt project's licenses.md.

Root Cause

The passwdqc BSD-style warranty disclaimer immediately before the IBPP section was interfering with detection — the scanner absorbed those tokens and failed to recognize the IBPP block as a separate license. removing the passwdqc disclaimer caused IBPP to be detected correctly.

@kumarasantosh kumarasantosh force-pushed the fix/ibpp-license-detection-issue branch 2 times, most recently from b2f4026 to 2eae344 Compare March 24, 2026 16:19
@AyanSinhaMahapatra
Copy link
Copy Markdown
Member

Commits from other changes are here, remove those first.

@kumarasantosh kumarasantosh force-pushed the fix/ibpp-license-detection-issue branch from 2eae344 to 39679c4 Compare April 15, 2026 16:48
Signed-off-by: kumarasantosh <santosh.pulikond02@gmail.com>
Signed-off-by: kumarasantosh <santosh.pulikond02@gmail.com>
@kumarasantosh kumarasantosh force-pushed the fix/ibpp-license-detection-issue branch from 39679c4 to 9be3495 Compare April 15, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scan and review https://github.com/emweb/wt/blob/8ada2e04a1a5ced7e865769d19a9b69b183fc39a/doc/licenses.md?plain=1#L153 for correctness

2 participants