Skip to content

Commit f3247d2

Browse files
Vanco Bucazoewangg
Vanco Buca
authored andcommitted
Fixed copyright message
1 parent cc8f203 commit f3247d2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

services/s3/src/test/java/software/amazon/awssdk/services/s3/checksums/ChecksumValidatingPublisherTest.java

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
/*
2-
* Licensed under the Apache License, Version 2.0 (the "License");
3-
* you may not use this file except in compliance with the License.
4-
* You may obtain a copy of the License at
2+
* Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
53
*
6-
* http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
77
*
8-
* Unless required by applicable law or agreed to in writing, software
9-
* distributed under the License is distributed on an "AS IS" BASIS,
10-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
* See the License for the specific language governing permissions and
12-
* limitations under the License.
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
1314
*/
15+
1416
package software.amazon.awssdk.services.s3.checksums;
1517

1618
import static org.junit.Assert.assertArrayEquals;

0 commit comments

Comments
 (0)