|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <!--
|
3 |
| - ~ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
4 |
| - ~ |
5 |
| - ~ Licensed under the Apache License, Version 2.0 (the "License"). |
6 |
| - ~ You may not use this file except in compliance with the License. |
7 |
| - ~ A copy of the License is located at |
8 |
| - ~ |
9 |
| - ~ http://aws.amazon.com/apache2.0 |
10 |
| - ~ |
11 |
| - ~ or in the "license" file accompanying this file. This file is distributed |
12 |
| - ~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either |
13 |
| - ~ express or implied. See the License for the specific language governing |
14 |
| - ~ permissions and limitations under the License. |
| 3 | + ~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 4 | + ~ SPDX-License-Identifier: Apache-2.0 |
15 | 5 | -->
|
16 | 6 |
|
17 | 7 | <!DOCTYPE module PUBLIC
|
|
29 | 19 | <property name="fileNamePattern" value="(module\-info\.java$|Test.java$|src/test/java)"/>
|
30 | 20 | </module>
|
31 | 21 |
|
32 |
| - <!-- Files must contain a copyright header. --> |
| 22 | + <!-- Files must contain a copyright header, with or without a year. --> |
33 | 23 | <module name="RegexpHeader">
|
34 | 24 | <property name="header"
|
35 |
| - value="/\*\n \* Copyright 20(19|20|21|22) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/> |
| 25 | + value="/\*\n \* Copyright( 20(19|20|21|22)|) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/> |
36 | 26 | <property name="fileExtensions" value="java"/>
|
37 | 27 | </module>
|
38 | 28 |
|
| 29 | + <!-- value="/(\*\n \*|\/\/) Copyright( 20(19|20|21|22) | )Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/>--> |
| 30 | + |
39 | 31 | <module name="NewlineAtEndOfFile">
|
40 | 32 | <property name="lineSeparator" value="lf_cr_crlf"/>
|
41 | 33 | </module>
|
|
0 commit comments