We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b166ff4 commit 660d4f5Copy full SHA for 660d4f5
.changeset/tall-chicken-push.md
@@ -0,0 +1,2 @@
1
+---
2
config/checkstyle/checkstyle.xml
@@ -19,7 +19,7 @@
19
<property name="fileNamePattern" value="(module\-info\.java$|Test.java$|src/test/java)"/>
20
</module>
21
22
- <!-- Files must contain a copyright header, with or without a year. -->
+ <!-- Files must contain a copyright header without a year. The check for 2019-2023 is retained for historical purposes. -->
23
<module name="RegexpHeader">
24
<property name="header"
25
value="/\*\n \* Copyright( 20(19|20|21|22|23)|) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/>
0 commit comments