Package: libsoftware-license-perl / 0.103012-1
Metadata
Package | Version | Patches format |
---|---|---|
libsoftware-license-perl | 0.103012-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
summary_method | (download) |
lib/Software/License.pm |
13 13 + 0 - 0 ! |
new method |
artistic_1.0_summary | (download) |
lib/Software/License/Artistic_1_0.pm |
6 6 + 0 - 0 ! |
added summary |
apache 2 summary | (download) |
lib/Software/License/Apache_2_0.pm |
13 13 + 0 - 0 ! |
added apache 2 summary |
gpl 1 summary | (download) |
lib/Software/License/GPL_1.pm |
7 7 + 0 - 0 ! |
added summary |
gpl 2 summary | (download) |
lib/Software/License/GPL_2.pm |
7 7 + 0 - 0 ! |
gpl-2 summary |
gpl 3 summary | (download) |
lib/Software/License/GPL_3.pm |
7 7 + 0 - 0 ! |
gpl3 summary |
lgpl 2 1 summary | (download) |
lib/Software/License/LGPL_2_1.pm |
7 7 + 0 - 0 ! |
lgpl 2.1 summary |
lgpl 3 summary | (download) |
lib/Software/License/LGPL_3_0.pm |
7 7 + 0 - 0 ! |
lgpl 3 summary |
lgpl 2 summary | (download) |
lib/Software/License/LGPL_2.pm |
531 531 + 0 - 0 ! |
summary for lgpl-2 license |
summary_test | (download) |
t/summary.t |
24 24 + 0 - 0 ! |
new test for summary feature |
add_or_later_clause | (download) |
lib/Software/License.pm |
4 3 + 1 - 0 ! |
add or_later license parameter |
add bsd 3 clause short name | (download) |
lib/Software/LicenseUtils.pm |
1 1 + 0 - 0 ! |
add bsd 3 clause short name BSD-3-clause is often used in debian/copyright. This patch enables cme to automatically fill license text for this license. . Debian only patch. |
backward compat | (download) |
lib/Software/License.pm |
8 8 + 0 - 0 ! |
ensure backward compatibility Patches done for 0.103004-2 were modified to follow upstream advices. This modification are not backward compatible. This patch provides this backward compatibility. . This patch should be dropped once the reverse deps are adapted to the new API. |
add expat short name | (download) |
lib/Software/LicenseUtils.pm |
1 1 + 0 - 0 ! |
add expat short name Expat is accepted and returns a MIT license object. This is Debian specific. |
add debian text method | (download) |
lib/Software/License.pm |
17 17 + 0 - 0 ! |
add debian_text method This method returns the license summary (if available) or the full license text. |
short name fallback | (download) |
lib/Software/LicenseUtils.pm |
15 9 + 6 - 0 ! |
short name fallback Patch short_name to fallback on a Software::License class if short name is unknown |