Package: libsoftware-license-perl / 0.103004-2

Metadata

Package Version Patches format
libsoftware-license-perl 0.103004-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
create license from short name | (download)

lib/Software/License.pm | 44 43 + 1 - 0 !
1 file changed, 43 insertions(+), 1 deletion(-)

 create license from short name

test short name | (download)

t/short_name.t | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 test short name

summary_method | (download)

lib/Software/License.pm | 17 16 + 1 - 0 !
1 file changed, 16 insertions(+), 1 deletion(-)

 new method

artistic_1.0_summary | (download)

lib/Software/License/Artistic_1_0.pm | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 added summary

apache 2 summary | (download)

lib/Software/License/Apache_2_0.pm | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 added apache 2 summary

gpl 1 plus class | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/GPL_1_plus.pm | 42 42 + 0 - 0 !
t/short_name.t | 8 7 + 1 - 0 !
3 files changed, 50 insertions(+), 1 deletion(-)

 new class to represent gpl-1+ clauses

gpl 1 summary | (download)

lib/Software/License/GPL_1.pm | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 added summary

gpl 2 plus class | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/GPL_2_plus.pm | 43 43 + 0 - 0 !
2 files changed, 44 insertions(+)

 new class 

gpl 2 summary | (download)

lib/Software/License/GPL_2.pm | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 gpl-2 summary

gpl 3 plus class | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/GPL_3_plus.pm | 42 42 + 0 - 0 !
2 files changed, 43 insertions(+)

 new class for gpl3 plus summary

gpl 3 summary | (download)

lib/Software/License/GPL_3.pm | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 gpl3 summary

lgpl 2 1 plus | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/LGPL_2_1_plus.pm | 43 43 + 0 - 0 !
2 files changed, 44 insertions(+)

 lgpl 2.1+ license class

lgpl 2 1 summary | (download)

lib/Software/License/LGPL_2_1.pm | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 lgpl 2.1 summary

lgpl 3 summary | (download)

lib/Software/License/LGPL_3_0.pm | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 lgpl 3 summary

lgpl 3 plus | (download)

lib/Software/License.pm | 2 2 + 0 - 0 !
lib/Software/License/LGPL_3_0_plus.pm | 43 43 + 0 - 0 !
2 files changed, 45 insertions(+)

 lgpl 3+ license class

lgpl 2 summary | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/LGPL_2.pm | 531 531 + 0 - 0 !
2 files changed, 532 insertions(+)

 summary for lgpl-2 license

lgpl 2 plus | (download)

lib/Software/License.pm | 1 1 + 0 - 0 !
lib/Software/License/LGPL_2_plus.pm | 43 43 + 0 - 0 !
2 files changed, 44 insertions(+)

 lgpl 2 plus license informations

summary_test | (download)

t/summary.t | 32 32 + 0 - 0 !
1 file changed, 32 insertions(+)

 new test for summary feature