Skip to content

Commit bcde12c

Browse files
committed
update checkstyle rule
1 parent f0f9691 commit bcde12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/config/checkstyle/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<!-- Only defines "fatal" violations; there are additional "non-fatal" rules in checkstyle-non-fatal.xml -->
1212

1313
<module name="RegexpHeader">
14-
<property name="header" value="\/\*\n \* Hibernate, Relational Persistence for Idiomatic Java\n \*\n \* License: GNU Lesser General Public License \(LGPL\), version 2\.1 or later[\.]?\n \* See the lgpl\.txt file in the root directory or [&lt;]?http:\/\/www\.gnu\.org\/licenses\/lgpl-2\.1\.html[&gt;]?[\.]?\n \*\/"/>
15-
<property name="fileExtensions" value="java,gradle,groovy"/>
14+
<property name="header" value=""/>
15+
<property name="fileExtensions" value="\/\*\n * SPDX-License-Identifier: LGPL-2.1-or-later\n \* Copyright Red Hat Inc. and Hibernate Authors\n \*\/java"/>
1616
</module>
1717

1818
<module name="RegexpHeader">

0 commit comments

Comments
 (0)