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

license: update license to in sync with Perl/perl5 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chenrui333
Copy link

Looks like the license got updated into Artistic-2.0 per 298c06c, which is not aligned with perl5, https://github.com/Perl/perl5/blob/blead/Copying. Thus, filing this PR to update license, @toddr let me know if it makes sense. Thanks!

relates to:

@chenrui333
Copy link
Author

cc @toddr

@chenrui333
Copy link
Author

@toddr gentle ping

@toddr
Copy link
Member

toddr commented Jan 10, 2024

Larry's license is the Artistic license, not GPL.

arnout pushed a commit to buildroot/buildroot that referenced this pull request Feb 5, 2024
The license file 'README' has changed due to the following diff:

-      $p3->parse($foo, ProtocolEncoding => 'ISO-8859-1');
-      close($foo);
+      $p3->parse($fh, ProtocolEncoding => 'ISO-8859-1');
+      close($fh);

This does not affect the licensing terms.

A 'LICENSE' file was added in 2.47, but it contains the terms of the
wrong license (Artistic 2.0), while this package is under Artistic or
GPL-1.0+. This has been reported upstream at
cpan-authors/XML-Parser#99.

Signed-off-by: Kevin Cui <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
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.

2 participants