license: update license to in sync with Perl/perl5#99
Open
chenrui333 wants to merge 1 commit intocpan-authors:masterfrom
Open
license: update license to in sync with Perl/perl5#99chenrui333 wants to merge 1 commit intocpan-authors:masterfrom
Perl/perl5#99chenrui333 wants to merge 1 commit intocpan-authors:masterfrom
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev>
Author
|
cc @toddr |
Author
|
@toddr gentle ping |
Member
|
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 <bh@bugs.cc> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
The metadata says https://metacpan.org/release/TODDR/XML-Parser-2.47/source/META.yml#L13 This includes Artistic (1.0?) and GPL 1.0: https://dev.perl.org/licenses/ Hoewever, the That's also problematic for automated tools that try to get the license from a module. They might get the wrong one. btw, not sure how to specify something like "perl5, but Artistic 2.0 instead of 1.0 in the META.(json|yml). |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Mar 1, 2025
https://build.opensuse.org/request/show/1249251 by user pgajdos + dimstar_suse - Fix license manually (module metadata is contradicting). See also cpan-authors/XML-Parser#99 (forwarded request 1249249 from tinita)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like the license got updated into
Artistic-2.0per 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: