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

72 guess_license_from_pod doesn't recognize Apache licenses #80

Conversation

jbakerdev
Copy link
Contributor

Fix #72

@Leont Leont self-assigned this Jun 7, 2021
@jbakerdev jbakerdev force-pushed the 72-guess_license_from_pod-doesnt-recogni branch from cd20dab to 05987d7 Compare October 13, 2021 17:42
@jbakerdev
Copy link
Contributor Author

@Leont addressed merge conflicts

@@ -52,6 +52,10 @@ my @phrases = (
'has dedicated the work to the Commons' => 'CC0_1_0',
'waiving all of his or her rights to the work worldwide under copyright law' => 'CC0_1_0',
'has waived all copyright and related or neighboring rights to' => 'CC0_1_0',
'(?:apache)(?: |-)(?:1.1)' => "Apache_1_1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think only the middle (?:) is necessary here? (and two lines below)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Leont good call, updated

@Leont
Copy link
Member

Leont commented Jun 14, 2022

Applied this manually, to deal with further merge conflicts

@Leont Leont closed this Jun 14, 2022
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.

guess_license_from_pod doesn't recognize Apache licenses
2 participants