Author: tchemit Date: 2009-08-28 11:51:16 +0200 (Fri, 28 Aug 2009) New Revision: 555 Modified: trunk/pom.xml trunk/src/main/resources/META-INF/licenses/gpl_v1/header.txt trunk/src/main/resources/META-INF/licenses/gpl_v2/header.txt trunk/src/main/resources/META-INF/licenses/gpl_v3/header.txt trunk/src/main/resources/META-INF/licenses/lgpl_v2_1/header.txt trunk/src/main/resources/META-INF/licenses/lgpl_v3/header.txt trunk/src/main/resources/META-INF/licenses/licenses.properties Log: adding template velocity launcher update license header (now only the license content, the header infos will be generated by velocity) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/pom.xml 2009-08-28 09:51:16 UTC (rev 555) @@ -67,6 +67,12 @@ <version>${maven.version}</version> <scope>provided</scope> </dependency> + + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + <version>1.6.2</version> + </dependency> <!-- tests dependencies --> Modified: trunk/src/main/resources/META-INF/licenses/gpl_v1/header.txt =================================================================== --- trunk/src/main/resources/META-INF/licenses/gpl_v1/header.txt 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/gpl_v1/header.txt 2009-08-28 09:51:16 UTC (rev 555) @@ -1,6 +1,3 @@ -%1$s -Copyright (C) %2$s %3$s - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 1 of the Modified: trunk/src/main/resources/META-INF/licenses/gpl_v2/header.txt =================================================================== --- trunk/src/main/resources/META-INF/licenses/gpl_v2/header.txt 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/gpl_v2/header.txt 2009-08-28 09:51:16 UTC (rev 555) @@ -1,6 +1,3 @@ -%1$s -Copyright (C) %2$s %3$s - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the Modified: trunk/src/main/resources/META-INF/licenses/gpl_v3/header.txt =================================================================== --- trunk/src/main/resources/META-INF/licenses/gpl_v3/header.txt 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/gpl_v3/header.txt 2009-08-28 09:51:16 UTC (rev 555) @@ -1,6 +1,3 @@ -%1$s -Copyright (C) %2$s %3$s - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Modified: trunk/src/main/resources/META-INF/licenses/lgpl_v2_1/header.txt =================================================================== --- trunk/src/main/resources/META-INF/licenses/lgpl_v2_1/header.txt 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/lgpl_v2_1/header.txt 2009-08-28 09:51:16 UTC (rev 555) @@ -1,6 +1,3 @@ -%1$s -Copyright (C) %2$s %3$s - 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 2.1 of the Modified: trunk/src/main/resources/META-INF/licenses/lgpl_v3/header.txt =================================================================== --- trunk/src/main/resources/META-INF/licenses/lgpl_v3/header.txt 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/lgpl_v3/header.txt 2009-08-28 09:51:16 UTC (rev 555) @@ -1,6 +1,3 @@ -%1$s -Copyright (C) %2$s %3$s - 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 Modified: trunk/src/main/resources/META-INF/licenses/licenses.properties =================================================================== --- trunk/src/main/resources/META-INF/licenses/licenses.properties 2009-08-28 09:50:36 UTC (rev 554) +++ trunk/src/main/resources/META-INF/licenses/licenses.properties 2009-08-28 09:51:16 UTC (rev 555) @@ -2,4 +2,4 @@ gpl_v2=License gpl version 2.0 gpl_v3=License gpl version 3.0 lgpl_v2_1=License lgpl version 2.1 -lgpl_v3=License lgpl version 3.0 +lgpl_v3=License lgpl version 3.0 \ No newline at end of file