Author: echatellier Date: 2014-07-29 17:27:05 +0200 (Tue, 29 Jul 2014) New Revision: 2607 Url: http://forge.nuiton.org/projects/nuiton-config/repository/revisions/2607 Log: Add header Modified: trunk/src/main/java/org/nuiton/config/OverwriteApplicationConfig.java trunk/src/main/java/org/nuiton/config/SubApplicationConfig.java Modified: trunk/src/main/java/org/nuiton/config/OverwriteApplicationConfig.java =================================================================== --- trunk/src/main/java/org/nuiton/config/OverwriteApplicationConfig.java 2014-07-29 15:08:14 UTC (rev 2606) +++ trunk/src/main/java/org/nuiton/config/OverwriteApplicationConfig.java 2014-07-29 15:27:05 UTC (rev 2607) @@ -1,6 +1,28 @@ package org.nuiton.config; +/* + * #%L + * Nuiton Config + * %% + * Copyright (C) 2014 CodeLutin, Benjamin Poussin + * %% + * 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% + */ + import java.util.Map; import java.util.Properties; import org.apache.commons.logging.Log; Modified: trunk/src/main/java/org/nuiton/config/SubApplicationConfig.java =================================================================== --- trunk/src/main/java/org/nuiton/config/SubApplicationConfig.java 2014-07-29 15:08:14 UTC (rev 2606) +++ trunk/src/main/java/org/nuiton/config/SubApplicationConfig.java 2014-07-29 15:27:05 UTC (rev 2607) @@ -1,6 +1,28 @@ package org.nuiton.config; +/* + * #%L + * Nuiton Config + * %% + * Copyright (C) 2014 CodeLutin, Benjamin Poussin + * %% + * 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% + */ + import java.beans.PropertyChangeListener; import java.util.Map; import java.util.Properties;
participants (1)
-
echatellier@users.nuiton.org