You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/s3/src/test/java/software/amazon/awssdk/services/s3/checksums/ChecksumValidatingPublisherTest.java
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
/*
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.
5
3
*
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
7
7
*
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
0 commit comments