perl-packages: fix some licenses

This commit is contained in:
Pascal Wittmann
2015-11-29 22:42:14 +01:00
parent 399c428197
commit 64306fab9a
+19 -19
View File
@@ -310,7 +310,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
homepage = http://metacpan.org/release/Attribute-Params-Validate; homepage = http://metacpan.org/release/Attribute-Params-Validate;
description = "Define validation through subroutine attributes"; description = "Define validation through subroutine attributes";
license = "artistic_2"; license = stdenv.lib.licenses.artistic2;
}; };
}; };
@@ -587,7 +587,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Lists of reserved barewords and symbol names"; description = "Lists of reserved barewords and symbol names";
license = "unknown"; license = with stdenv.lib.licenses; [ artistic1 gpl2 ];
}; };
}; };
@@ -707,7 +707,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Perl client for B<memcached>, in C language"; description = "Perl client for B<memcached>, in C language";
license = "unknown"; license = "perl";
maintainers = with maintainers; [ ocharles ]; maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
@@ -1479,7 +1479,7 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ TestDeep ]; buildInputs = [ TestDeep ];
meta = { meta = {
description = "Build structures from CGI data"; description = "Build structures from CGI data";
license = "bsd"; license = stdenv.lib.licenses.bsd2;
}; };
}; };
@@ -2740,7 +2740,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "29a1926314ce1681a312d6155c29590c771ddacf91b7485873ce449ef209dd04"; sha256 = "29a1926314ce1681a312d6155c29590c771ddacf91b7485873ce449ef209dd04";
}; };
meta = { meta = {
license = "unknown"; license = with stdenv.lib.licenses; [ artistic1 gpl2Plus ];
}; };
}; };
@@ -2767,7 +2767,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ DateTime DateTimeEventRecurrence ]; propagatedBuildInputs = [ DateTime DateTimeEventRecurrence ];
meta = { meta = {
description = "DateTime rfc2445 recurrences"; description = "DateTime rfc2445 recurrences";
license = "unknown"; license = "perl";
}; };
}; };
@@ -2950,7 +2950,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ DateTime SetInfinite ]; propagatedBuildInputs = [ DateTime SetInfinite ];
meta = { meta = {
description = "DateTime set objects"; description = "DateTime set objects";
license = "unknown"; license = "perl";
}; };
}; };
@@ -4883,7 +4883,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ ClassXSAccessor ExceptionClass ListMoreUtils MooXlate ]; propagatedBuildInputs = [ ClassXSAccessor ExceptionClass ListMoreUtils MooXlate ];
meta = { meta = {
description = "Verify solutions for solitaire games"; description = "Verify solutions for solitaire games";
license = "mit"; license = stdenv.lib.licenses.mit;
}; };
}; };
@@ -6116,7 +6116,7 @@ let self = _self // overrides; _self = with self; {
''; '';
doCheck = false; # test would need to start apache httpd doCheck = false; # test would need to start apache httpd
meta = { meta = {
license = "open_source"; license = stdenv.lib.licenses.asl20;
}; };
}; };
@@ -6789,7 +6789,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
homepage = http://search.cpan.org/dist/Math-Random-ISAAC; homepage = http://search.cpan.org/dist/Math-Random-ISAAC;
description = "Perl interface to the ISAAC PRNG algorithm"; description = "Perl interface to the ISAAC PRNG algorithm";
license = "unrestricted"; license = with stdenv.lib.licenses; [ publicDomain mit artistic2 gpl3 ];
maintainers = with maintainers; [ ocharles ]; maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
@@ -7234,7 +7234,7 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ IPCRun ]; buildInputs = [ IPCRun ];
meta = { meta = {
description = "Module signature file manipulation"; description = "Module signature file manipulation";
license = "cc0"; license = stdenv.lib.licenses.cc0;
}; };
}; };
@@ -8041,7 +8041,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Mozilla's CA cert bundle in PEM format"; description = "Mozilla's CA cert bundle in PEM format";
license = "unknown"; license = stdenv.lib.licenses.mpl20;
}; };
}; };
@@ -9290,7 +9290,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Modules for parsing/translating POD format documents"; description = "Modules for parsing/translating POD format documents";
license = "unknown"; license = stdenv.lib.licenses.artistic1;
}; };
}; };
@@ -9502,7 +9502,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
homepage = http://wiki.github.com/toddr/Regexp-Parser; homepage = http://wiki.github.com/toddr/Regexp-Parser;
description = "Base class for parsing regexes"; description = "Base class for parsing regexes";
license = "unknown"; license = "perl";
}; };
}; };
@@ -9971,7 +9971,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "a566b792112bbba21131ec1d7a2bf78170c648484895283ae53c7f0c3dc2f0be"; sha256 = "a566b792112bbba21131ec1d7a2bf78170c648484895283ae53c7f0c3dc2f0be";
}; };
meta = { meta = {
license = "unknown"; license = "perl";
}; };
}; };
@@ -10565,7 +10565,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ TemplateToolkit ]; propagatedBuildInputs = [ TemplateToolkit ];
meta = { meta = {
description = "Rudimentary profiling for Template Toolkit"; description = "Rudimentary profiling for Template Toolkit";
license = "null"; license = with stdenv.lib.licenses; [ artistic2 gpl3 ];
}; };
}; };
@@ -10901,7 +10901,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ CaptureTiny TextDiff ]; propagatedBuildInputs = [ CaptureTiny TextDiff ];
meta = { meta = {
description = "Test strings and data structures and show differences if not ok"; description = "Test strings and data structures and show differences if not ok";
license = "unknown"; license = "perl";
}; };
}; };
@@ -11200,7 +11200,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec; homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
description = "Make sure you didn't emit any warnings while testing"; description = "Make sure you didn't emit any warnings while testing";
license = "open_source"; license = stdenv.lib.licenses.lgpl21;
}; };
}; };
@@ -11857,7 +11857,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
homepage = http://www.shlomifish.org/open-source/projects/docmake/; homepage = http://www.shlomifish.org/open-source/projects/docmake/;
description = "Organize Data in Tables"; description = "Organize Data in Tables";
license = "bsd"; license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
}; };