Author: sletellier Date: 2012-01-04 11:55:47 +0100 (Wed, 04 Jan 2012) New Revision: 17 Url: http://forge.codelutin.com/repositories/revision/jmexico/17 Log: Update files headers Modified: trunk/jmexico-model/LICENSE.txt trunk/jmexico-swing-editor/LICENSE.txt trunk/jmexico-swing-editor/src/main/java/fr/reseaumexico/editor/ui/decorator/MexicoDecoratorProvider.java Modified: trunk/jmexico-model/LICENSE.txt =================================================================== --- trunk/jmexico-model/LICENSE.txt 2012-01-03 17:28:12 UTC (rev 16) +++ trunk/jmexico-model/LICENSE.txt 2012-01-04 10:55:47 UTC (rev 17) @@ -163,3 +163,4 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. + Modified: trunk/jmexico-swing-editor/LICENSE.txt =================================================================== --- trunk/jmexico-swing-editor/LICENSE.txt 2012-01-03 17:28:12 UTC (rev 16) +++ trunk/jmexico-swing-editor/LICENSE.txt 2012-01-04 10:55:47 UTC (rev 17) @@ -163,3 +163,4 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. + Modified: trunk/jmexico-swing-editor/src/main/java/fr/reseaumexico/editor/ui/decorator/MexicoDecoratorProvider.java =================================================================== --- trunk/jmexico-swing-editor/src/main/java/fr/reseaumexico/editor/ui/decorator/MexicoDecoratorProvider.java 2012-01-03 17:28:12 UTC (rev 16) +++ trunk/jmexico-swing-editor/src/main/java/fr/reseaumexico/editor/ui/decorator/MexicoDecoratorProvider.java 2012-01-04 10:55:47 UTC (rev 17) @@ -1,3 +1,27 @@ +/* + * #%L + * JMexico :: Swing Editor + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2012 Réseau Mexico, 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% + */ package fr.reseaumexico.editor.ui.decorator; import fr.reseaumexico.model.Factor;