Skip to content

Commit fc2ba3d

Browse files
committed
Fix checkstyle failures due to new-format headers
1 parent d94a2a7 commit fc2ba3d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/Compatibility.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
2-
* SPDX-License-Identifier: LGPL-2.1-or-later
3-
* Copyright Red Hat Inc. and Hibernate Authors
2+
* Hibernate, Relational Persistence for Idiomatic Java
3+
*
4+
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
5+
* See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html
46
*/
57
package org.hibernate.cfg;
68

hibernate-core/src/main/java/org/hibernate/cfg/Unsafe.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
2-
* SPDX-License-Identifier: LGPL-2.1-or-later
3-
* Copyright Red Hat Inc. and Hibernate Authors
2+
* Hibernate, Relational Persistence for Idiomatic Java
3+
*
4+
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
5+
* See the lgpl.txt file in the root directory or http://www.gnu.org/licenses/lgpl-2.1.html
46
*/
57
package org.hibernate.cfg;
68

0 commit comments

Comments
 (0)