r1644 - in trunk/src: . license main/assembly main/java/org/nuiton/profiling site
Author: ymartel Date: 2010-04-20 17:52:30 +0200 (Tue, 20 Apr 2010) New Revision: 1644 Log: Generation des licenses par Maven License Plugin Added: trunk/src/license/ trunk/src/license/project.xml Modified: trunk/src/main/assembly/deps.xml trunk/src/main/assembly/full.xml trunk/src/main/java/org/nuiton/profiling/LutinTrace.java trunk/src/site/site.xml Added: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml (rev 0) +++ trunk/src/license/project.xml 2010-04-20 15:52:30 UTC (rev 1644) @@ -0,0 +1,67 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + #%L + Nuiton utilities extra library + + $Author$ + $Id: $ + $HeadURL: $ + %% + Copyright (C) 2006 - 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/licenseProjectDescriptor-1.0.0.xsd"> + <mainLicense>lgpl_v3</mainLicense> + + <headers> + + <header> + <commentStyle>java</commentStyle> + <fileSets> + <fileSet> + <basedir>src/main/java</basedir> + <include>**/*.java</include> + </fileSet> + <fileSet> + <basedir>src/test/java</basedir> + <include>**/*.java</include> + </fileSet> + </fileSets> + </header> + + <header> + <commentStyle>apt</commentStyle> + <fileSet> + <basedir>src/site</basedir> + <include>**/*.apt</include> + </fileSet> + </header> + + <header> + <commentStyle>xml</commentStyle> + <fileSet> + <basedir>src/site</basedir> + <include>**/*.xml</include> + </fileSet> + </header> + + </headers> + +</project> Modified: trunk/src/main/assembly/deps.xml =================================================================== --- trunk/src/main/assembly/deps.xml 2010-04-20 13:07:50 UTC (rev 1643) +++ trunk/src/main/assembly/deps.xml 2010-04-20 15:52:30 UTC (rev 1644) @@ -1,3 +1,24 @@ +<!-- + #%L + Nuiton utilities extra library + %% + Copyright (C) 2006 - 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% + --> <assembly> <id>deps</id> Modified: trunk/src/main/assembly/full.xml =================================================================== --- trunk/src/main/assembly/full.xml 2010-04-20 13:07:50 UTC (rev 1643) +++ trunk/src/main/assembly/full.xml 2010-04-20 15:52:30 UTC (rev 1644) @@ -1,3 +1,24 @@ +<!-- + #%L + Nuiton utilities extra library + %% + Copyright (C) 2006 - 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% + --> <assembly> <id>full</id> <formats> Modified: trunk/src/main/java/org/nuiton/profiling/LutinTrace.java =================================================================== --- trunk/src/main/java/org/nuiton/profiling/LutinTrace.java 2010-04-20 13:07:50 UTC (rev 1643) +++ trunk/src/main/java/org/nuiton/profiling/LutinTrace.java 2010-04-20 15:52:30 UTC (rev 1644) @@ -1,20 +1,24 @@ -/* *##% - * Copyright (C) 2006 - 2008 CodeLutin - * +/* + * #%L + * Nuiton utilities extra library + * %% + * Copyright (C) 2006 - 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 + * 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 + * + * 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>. ##%*/ - + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.profiling; import org.apache.commons.lang.time.DurationFormatUtils; Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2010-04-20 13:07:50 UTC (rev 1643) +++ trunk/src/site/site.xml 2010-04-20 15:52:30 UTC (rev 1644) @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + #%L + Nuiton utilities extra library + %% + Copyright (C) 2006 - 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 name="${project.name}"> <bannerLeft> @@ -23,7 +45,7 @@ <item name="Accueil" href="index.html"/> </menu> - <menu name="T�l�chargement"> + <menu name="T�l�chargement"> <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" name="Librairie (jar)"/> <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
participants (1)
-
ymartel@users.nuiton.org