Skip to content

Commit

Permalink
update checkstyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Sep 16, 2024
1 parent f0f9691 commit bcde12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<!-- Only defines "fatal" violations; there are additional "non-fatal" rules in checkstyle-non-fatal.xml -->

<module name="RegexpHeader">
<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 \*\/"/>
<property name="fileExtensions" value="java,gradle,groovy"/>
<property name="header" value=""/>
<property name="fileExtensions" value="\/\*\n * SPDX-License-Identifier: LGPL-2.1-or-later\n \* Copyright Red Hat Inc. and Hibernate Authors\n \*\/java"/>
</module>

<module name="RegexpHeader">
Expand Down

0 comments on commit bcde12c

Please sign in to comment.