r860 - in trunk: mavenpom4labs/src/license mavenpom4redmine/src/license
Author: tchemit Date: 2010-04-10 00:32:08 +0200 (Sat, 10 Apr 2010) New Revision: 860 Log: add license project descriptor Added: trunk/mavenpom4labs/src/license/project.xml trunk/mavenpom4redmine/src/license/project.xml Added: trunk/mavenpom4labs/src/license/project.xml =================================================================== --- trunk/mavenpom4labs/src/license/project.xml (rev 0) +++ trunk/mavenpom4labs/src/license/project.xml 2010-04-09 22:32:08 UTC (rev 860) @@ -0,0 +1,57 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + #%L + Mavenpom4labs + + $Author: tchemit $ + $LastChangedDate: 2010-04-09 23:58:01 +0200 (ven. 09 avril 2010) $ + $LastChangedRevision: 858 $ + $Id: pom.xml 858 2010-04-09 21:58:01Z tchemit $ + $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/pom.xml $ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% +--> +<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProject-1.0.0.xsd"> + <mainLicense>lgpl_v3</mainLicense> + <licenseSets> + <licenseSet> + <!--<licenseName>lgpl_v3</licenseName>--> + <fileSets> + + <fileSet> + <headerType>apt</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.apt</include> + </includes> + </fileSet> + + <fileSet> + <headerType>xml</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.xml</include> + </includes> + </fileSet> + + </fileSets> + </licenseSet> + </licenseSets> +</project> Added: trunk/mavenpom4redmine/src/license/project.xml =================================================================== --- trunk/mavenpom4redmine/src/license/project.xml (rev 0) +++ trunk/mavenpom4redmine/src/license/project.xml 2010-04-09 22:32:08 UTC (rev 860) @@ -0,0 +1,57 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + #%L + Mavenpom4redmine + + $Author: tchemit $ + $LastChangedDate: 2010-04-09 23:58:01 +0200 (ven. 09 avril 2010) $ + $LastChangedRevision: 858 $ + $Id: pom.xml 858 2010-04-09 21:58:01Z tchemit $ + $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/pom.xml $ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% +--> +<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProject-1.0.0.xsd"> + <mainLicense>lgpl_v3</mainLicense> + <licenseSets> + <licenseSet> + <!--<licenseName>lgpl_v3</licenseName>--> + <fileSets> + + <fileSet> + <headerType>apt</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.apt</include> + </includes> + </fileSet> + + <fileSet> + <headerType>xml</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.xml</include> + </includes> + </fileSet> + + </fileSets> + </licenseSet> + </licenseSets> +</project>
participants (1)
-
tchemit@users.nuiton.org