mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-02 15:59:18 +00:00
Add missing license headers
This commit is contained in:
parent
dc5fe2cde8
commit
9abe775708
@ -16,6 +16,9 @@
|
||||
|
||||
import org.hibernate.testing.jdbc.JdbcProperties;
|
||||
|
||||
/**
|
||||
* @author Vlad Mihalcea
|
||||
*/
|
||||
public class ConnectionLeakUtil {
|
||||
|
||||
private JdbcProperties jdbcProperties = JdbcProperties.INSTANCE;
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.testing.jdbc.leak;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.testing.jdbc.leak;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.testing.jdbc.leak;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Hibernate, Relational Persistence for Idiomatic Java
|
||||
*
|
||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.testing.jdbc.leak;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user