diff --git a/build/lemonldap-ng/scripts/changelibversion b/build/lemonldap-ng/scripts/changelibversion index 7d74c8c96..af8a5fb75 100755 --- a/build/lemonldap-ng/scripts/changelibversion +++ b/build/lemonldap-ng/scripts/changelibversion @@ -2,5 +2,5 @@ VERSION=0.99 -perl -pe 's/^our \$VERSION.*$/our \$VERSION = '\'$VERSION\'';/' $(find l*/lib/ -name *pm) +perl -i -pe 's/^our \$VERSION.*$/our \$VERSION = '\'$VERSION\'';/' $(find l*/lib/ -name *pm) diff --git a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm index e062344ea..7eddb750e 100644 --- a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm +++ b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm @@ -360,7 +360,7 @@ L Copyright (C) 2007, 2008, 2009, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm index f40c8d60c..edd8b4c74 100644 --- a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm +++ b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI.pm @@ -399,7 +399,7 @@ Xavier Guimard, Ex.guimard@free.frE Copyright (C) 2006, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index f17aea2cc..c6961d3f7 100644 --- a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -506,7 +506,7 @@ L Copyright (C) 2006, 2007, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm index 5f6dd2b83..28259c4b6 100644 --- a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm +++ b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/SOAP.pm @@ -260,7 +260,7 @@ L Copyright (C) 2007, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index 0d7afbb49..a266212c7 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -374,12 +374,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. -Lemonldap was originaly written by Eric German who decided to publish him in -2003 under the terms of the GNU General Public License version 2. -Lemonldap::NG is a complete rewrite of Lemonldap and is able to have different -policies in a same Apache virtual host. - =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/AuthBasic.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/AuthBasic.pm index 72f48eaf8..350773813 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/AuthBasic.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/AuthBasic.pm @@ -215,7 +215,7 @@ L Copyright (C) 2008, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm index 065a9e39c..aaf1c4683 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm @@ -113,7 +113,7 @@ L Copyright (C) 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm index 145ff2fe8..28a9cf7a2 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CGI.pm @@ -359,7 +359,7 @@ L Copyright (C) 2007, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Proxy.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Proxy.pm index b85ad03f7..4ae3a31b6 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Proxy.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Proxy.pm @@ -221,7 +221,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm index d492a3a61..4b4f36629 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm @@ -322,7 +322,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm index a76143fc5..3e19ff63c 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm @@ -1533,7 +1533,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm index b67a57c0b..ea1d3192f 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm @@ -453,7 +453,7 @@ Xavier Guimard, Ex.guimard@free.frE Copyright (C) 2008, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Vhost.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Vhost.pm index 9129d00d1..e48a330fb 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Vhost.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Vhost.pm @@ -369,7 +369,7 @@ L Copyright (C) 2005, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index cfda2ba11..4bdd38c2d 100644 --- a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -191,7 +191,7 @@ L Copyright (C) 2006, 2009, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm index 78fe063ca..0e02a8f66 100644 --- a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm +++ b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm @@ -857,11 +857,7 @@ Xavier Guimard, Ex.guimard@free.frE Copyright (C) 2008, 2010 by Xavier Guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. -C embedded javascript library is licensed under BSD -L and copyrighted (c) 2008 by Peter -Panov Epanov@elcat.kgE, IKEEN Group L - =cut diff --git a/modules/lemonldap-ng-portal/META.yml b/modules/lemonldap-ng-portal/META.yml index b654221d7..003ec9f14 100644 --- a/modules/lemonldap-ng-portal/META.yml +++ b/modules/lemonldap-ng-portal/META.yml @@ -19,6 +19,7 @@ requires: IO::String: 0 Lemonldap::NG::Common: 0.96 Lemonldap::NG::Handler: 0.93 + MIME::Lite: 0 Net::LDAP: 0 String::Random: 0 XML::LibXML: 0 @@ -36,7 +37,6 @@ recommends: Crypt::OpenSSL::X509: 0 Email::Date::Format: 0 Lasso: 2.3.0 - MIME::Lite: 0 Net::OpenID::Consumer: 0 Net::OpenID::Server: 0 Net::Twitter: 0 diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 10e88017c..cb134ea8e 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -509,12 +509,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. -Lemonldap::NG was originaly written by Eric German who decided to publish him in -2003 under the terms of the GNU General Public License version 2. -Lemonldap::NG is a complete rewrite of Lemonldap and is able to have different -policies in a same Apache virtual host. - =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm index cf8d2ec5c..0f8d102aa 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthApache.pm @@ -148,7 +148,7 @@ Ethomas.chemineau@linagora.comE and Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm index 49e32c78d..29227b159 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthCAS.pm @@ -290,7 +290,7 @@ L Copyright (C) 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm index 66cd59f86..f24f538c6 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthChoice.pm @@ -158,7 +158,7 @@ L Copyright (C) 2010 by Clement Oudot This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm index f16ae833c..45f5bd42c 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthNull.pm @@ -129,7 +129,7 @@ L Copyright (C) 2010 by Clement Oudot This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm index 120bde371..ddb75fd7a 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthOpenID.pm @@ -274,7 +274,7 @@ L Copyright (C) 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm index fe9f40ee6..8c3c2c106 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthSSL.pm @@ -214,7 +214,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm index 13ba3f4d9..a9c874589 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthTwitter.pm @@ -237,7 +237,7 @@ L Copyright (C) 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm index 0bb0ad10c..774ed7df8 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm @@ -116,7 +116,7 @@ L Copyright (C) 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm index 1fe4f45f2..497df8a88 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm @@ -197,7 +197,7 @@ L Copyright (C) 2010 by Clement Oudot, Eclement@oodo.netE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm index 6708a1acd..f72646f53 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Display.pm @@ -342,7 +342,7 @@ Copyright (C) 2005, 2010 by Xavier Guimard Ex.guimard@free.frE, Clement Oudot Eclement@oodo.netE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm index c93a9de66..6680b9181 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/MailReset.pm @@ -280,7 +280,7 @@ Copyright (C) 2005, 2009, 2010 by Xavier Guimard Ex.guimard@free.frE and Clement Oudot, Eclement@oodo.netE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm index 8ce0418a4..c58a719e1 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Menu.pm @@ -559,7 +559,7 @@ Copyright (C) 2005, 2007, 2010 by Clement OUDOT Eclement@oodo.netE Ecoudot@linagora.comE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Notification.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Notification.pm index 167a481f8..db97f6f62 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Notification.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Notification.pm @@ -409,7 +409,7 @@ L Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm index 9e4eaed6f..2b353512d 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/OpenID/Server.pm @@ -262,8 +262,7 @@ guimard, Eguimard@E Copyright (C) 2010 by guimard This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.10.1 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. - =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm index 646d33189..34dc877e8 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/SharedConf.pm @@ -209,7 +209,7 @@ Copyright (C) 2005, 2007, 2010 by Xavier Guimard Ex.guimard@free.frE and Thomas Chemineau, Ethomas.chemineau@linagora.comE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index a9d5ceca7..868335c9b 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm @@ -2598,7 +2598,7 @@ Copyright (C) 2005, 2009, 2010 by Xavier Guimard Ex.guimard@free.frE and Clement Oudot, Ecoudot@linagora.comE This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.4 or, +it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. =cut