This is an automated email from the git hooks/post-receive script. New commit to branch release/4.0-rc-2 in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 9c97b85d685156aa4404edb3f3a912a34357634d Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Jan 6 17:40:20 2020 +0100 Ajout de header manquant --- .../test/java/org/nuiton/i18n/I18nUtilTest.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nUtilTest.java b/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nUtilTest.java index 410ee97..c919418 100644 --- a/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nUtilTest.java +++ b/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nUtilTest.java @@ -1,5 +1,27 @@ package org.nuiton.i18n; +/*- + * #%L + * I18n :: Api + * %% + * Copyright (C) 2004 - 2020 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% + */ + import org.junit.Assert; import org.junit.Test; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.