This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit ad0a2eefec1f3c96770f3967377b3513fb616b37 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 1 16:46:00 2016 +0200 Add missing license headers --- .../org/nuiton/config/ApplicationConfigInit.java | 22 ++++++++++++++++++++++ .../org/nuiton/config/ApplicationConfigScope.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigInit.java b/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigInit.java index 5abe140..daa94a1 100644 --- a/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigInit.java +++ b/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigInit.java @@ -1,5 +1,27 @@ package org.nuiton.config; +/*- + * #%L + * Nuiton Config :: API + * %% + * Copyright (C) 2016 Code Lutin, Tony Chemit + * %% + * 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.Arrays; import java.util.Collections; import java.util.EnumSet; diff --git a/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigScope.java b/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigScope.java index d5f7a16..29d827b 100644 --- a/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigScope.java +++ b/nuiton-config/src/main/java/org/nuiton/config/ApplicationConfigScope.java @@ -1,5 +1,27 @@ package org.nuiton.config; +/*- + * #%L + * Nuiton Config :: API + * %% + * Copyright (C) 2016 Code Lutin, Tony Chemit + * %% + * 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% + */ + /** * Définit le scope d'un lecture/écriture d'une option dans application config. * -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.