Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/java.header
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(/\*|#|<!--)(| -->)$
( \*|#|<!--) Copyright 2014 DataGenerator Contributors(| -->)$
( \*|#|<!--) Copyright DataGenerator Contributors(| -->)$
( \*|#|<!--)(| -->)$
( \*|#|<!--) Licensed under the Apache License, Version 2\.0 \(the "License"\);(| -->)$
( \*|#|<!--) you may not use this file except in compliance with the License\.(| -->)$
Expand All @@ -12,4 +12,4 @@
( \*|#|<!--) WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.(| -->)$
( \*|#|<!--) See the License for the specific language governing permissions and(| -->)$
( \*|#|<!--) limitations under the License\.(| -->)$
( \*/|#|<!--)(| -->)$
( \*/|#|<!--)(| -->)$
2 changes: 1 addition & 1 deletion config/scalastyle_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<check level="warning" class="org.scalastyle.file.HeaderMatchesChecker" enabled="false">
<parameters>
<parameter name="header"><![CDATA[<!--
~ Copyright 2014 DataGenerator Contributors
~ Copyright DataGenerator Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
Loading