Skip to content

Detect lower camel case copyright holders - #5261

Open
JustinWonjaePark wants to merge 1 commit into
aboutcode-org:developfrom
JustinWonjaePark:fix/lower-camel-case-copyright-holder
Open

Detect lower camel case copyright holders#5261
JustinWonjaePark wants to merge 1 commit into
aboutcode-org:developfrom
JustinWonjaePark:fix/lower-camel-case-copyright-holder

Conversation

@JustinWonjaePark

@JustinWonjaePark JustinWonjaePark commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Improve copyright holder detection for lower camel case names.

  • Reclassify matching JUNK tokens as MIXEDCAP when they immediately follow a copyright year on the same line.
  • Restrict matching to lower camel case names to avoid broader changes to copyright parsing.

Tests

  • venv/bin/pytest -q -p no:cacheprovider --test-suite all tests/cluecode/test_copyrights.py -k lower_camel_case_holder
    • 1 passed
  • git diff --check develop...HEAD

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁
  • Updated documentation pages (not applicable)
  • Updated CHANGELOG.rst

Signed-off-by: Park Wonjae <wonjae.park@lge.com>
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.

1 participant