Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copyright merging for all copyright styles. #964

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sudorook
Copy link

Fixes patterns not matching spdx-c, spdx-symbol, and string-symbol correctly, thereby causing merges to not occur.

Also change test_annotate_merge_copyrights_simple() to test copyright merging for all copyright styles defined in _COPYRIGHT_STYLES dictionary.

Fixes patterns not matching `spdx-c`, `spdx-symbol`, and
`string-symbol` correctly, thereby causing merges to not occur.
Import _COPYRIGHT_STYLES dict in tests/test_main_annotate_merge.py, and
loop over all copyright styles in
test_annotate_merge_copyrights_simple() to check that copyright merging
works with all variants.
There seems to be an encoding issue in the windows test runner when
reading or writing the copyright symbol. Let's see if this helps...
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.

None yet

1 participant