This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit cbfbaaa5a889d30d4528c5aa2065b1e3066d415b Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Jun 7 16:30:06 2018 +0200 Add missing file headers --- .../internal/HibernateProviderTest.java | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java b/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java index d16e1b24..7d213824 100644 --- a/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java +++ b/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/HibernateProviderTest.java @@ -1,5 +1,27 @@ package org.nuiton.topia.persistence.internal; +/*- + * #%L + * ToPIA :: Persistence + * %% + * Copyright (C) 2004 - 2018 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.hibernate.engine.jdbc.connections.spi.ConnectionProvider; import org.junit.Assert; import org.junit.Test; @@ -24,4 +46,4 @@ public class HibernateProviderTest { Assert.fail(connectionProviderClassName + " should be available in classpath at runtime, maybe the constant is wrong and the library moved the connection provider"); } } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.