Author: tchemit Date: 2008-08-17 21:19:32 +0000 (Sun, 17 Aug 2008) New Revision: 1041 Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/PluginHelper.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nParser.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nPlugin.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Generate.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Getter.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Parser.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserEvent.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserException.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/SourceEntry.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJava.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaActionConfig.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaTabConfig.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJaxx.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserSwixat.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserXml.java trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/ui/KeysModifier.java Log: application license lgpl v3 (mvn org.codelutin.plugin:maven-license-switcher:switch) Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/PluginHelper.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/PluginHelper.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/PluginHelper.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -1,19 +1,20 @@ /** * *##% Plugin maven pour lutini18n * Copyright (C) 2007 - 2008 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>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nParser.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nParser.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nParser.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; import org.apache.maven.plugin.MojoExecutionException; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nPlugin.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nPlugin.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/AbstractI18nPlugin.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Generate.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Generate.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Generate.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Getter.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Getter.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Getter.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Parser.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Parser.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/Parser.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserEvent.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserEvent.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserEvent.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserException.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserException.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/ParserException.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/SourceEntry.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/SourceEntry.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/core/SourceEntry.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.core; import org.apache.maven.plugin.logging.Log; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJava.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJava.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJava.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaActionConfig.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaActionConfig.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaActionConfig.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; import org.codelutin.i18n.plugin.core.ParserEvent; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaTabConfig.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaTabConfig.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJavaTabConfig.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -1,19 +1,20 @@ /** * *##% Plugin maven pour lutini18n * Copyright (C) 2007 - 2008 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>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJaxx.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJaxx.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserJaxx.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserSwixat.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserSwixat.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserSwixat.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserXml.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserXml.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/extension/ParserXml.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.extension; Modified: trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/ui/KeysModifier.java =================================================================== --- trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/ui/KeysModifier.java 2008-08-17 21:17:12 UTC (rev 1040) +++ trunk/maven-i18n-plugin/src/main/java/org/codelutin/i18n/plugin/ui/KeysModifier.java 2008-08-17 21:19:32 UTC (rev 1041) @@ -13,7 +13,8 @@ * 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>. ##%* */ + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.i18n.plugin.ui;