Skip to content

Commit 660d4f5

Browse files
authored
Recommend copyright header without a year (#1131)
1 parent b166ff4 commit 660d4f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/tall-chicken-push.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<property name="fileNamePattern" value="(module\-info\.java$|Test.java$|src/test/java)"/>
2020
</module>
2121

22-
<!-- Files must contain a copyright header, with or without a year. -->
22+
<!-- Files must contain a copyright header without a year. The check for 2019-2023 is retained for historical purposes. -->
2323
<module name="RegexpHeader">
2424
<property name="header"
2525
value="/\*\n \* Copyright( 20(19|20|21|22|23)|) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/>

0 commit comments

Comments
 (0)