This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 2fc4cb285fdbfd69219b03a71a72c0e3d2a96cb4 Author: Maven Release <maven-release@codelutin.com> Date: Fri Sep 2 16:36:25 2016 +0200 Add missing file headers --- .../java/org/nuiton/util/sql/SqlFileReader.java | 22 ++++++++++++++++++++++ .../org/nuiton/util/sql/SqlFileReaderTest.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/main/java/org/nuiton/util/sql/SqlFileReader.java b/src/main/java/org/nuiton/util/sql/SqlFileReader.java index 4c0a12e..d40febb 100644 --- a/src/main/java/org/nuiton/util/sql/SqlFileReader.java +++ b/src/main/java/org/nuiton/util/sql/SqlFileReader.java @@ -1,5 +1,27 @@ package org.nuiton.util.sql; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2016 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 java.io.IOException; import java.io.Reader; import java.io.StringReader; diff --git a/src/test/java/org/nuiton/util/sql/SqlFileReaderTest.java b/src/test/java/org/nuiton/util/sql/SqlFileReaderTest.java index 49aa75e..e42ccbb 100644 --- a/src/test/java/org/nuiton/util/sql/SqlFileReaderTest.java +++ b/src/test/java/org/nuiton/util/sql/SqlFileReaderTest.java @@ -1,5 +1,27 @@ package org.nuiton.util.sql; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2016 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 junit.framework.TestCase; /** -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.