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

Remove "portions copyright" header normalizer #166

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Remove "portions copyright" header normalizer #166

merged 1 commit into from
Aug 16, 2023

Conversation

antgamdia
Copy link
Contributor

Following up on the changes performed at #142, this PR is removing another regex that is causing the whole copyright line to be removed by the normalizer (due to the .+$ match) if the line contains Portions Copyright.

closes apache/skywalking#11218

cc @kezhenxu94

@kezhenxu94 kezhenxu94 added the bug Something isn't working label Aug 16, 2023
@kezhenxu94 kezhenxu94 added this to the 0.5.0 milestone Aug 16, 2023
@kezhenxu94
Copy link
Member

I'll cancel the 0.5.0 and re-initiate the release with this patch in

@kezhenxu94 kezhenxu94 merged commit 6b25292 into apache:main Aug 16, 2023
1 check passed
@antgamdia antgamdia deleted the 11218-remove-copyright-regex branch August 16, 2023 10:40
@wu-sheng
Copy link
Member

I'll cancel the 0.5.0 and re-initiate the release with this patch in

@kezhenxu94 I noticed 0.5.0 tag still exists for cancelled release. Would you replace it with the latest commit and initial a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Using pattern with "copyright" always yields a (?i).*.* regex
3 participants