Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f00ef3b

Browse files
committedApr 21, 2020
chore: update license to remove date
Every file needs to have the copyright date update on every change. This is complicated and prone to error. Better to update all license files to remove the date.
1 parent 201c102 commit f00ef3b

File tree

206 files changed

+418
-2926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+418
-2926
lines changed
 

‎modules/cache-material/src/build_cryptographic_materials_cache_key_helpers.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
/*
2-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5-
* this file except in compliance with the License. A copy of the License is
6-
* located at
7-
*
8-
* http://aws.amazon.com/apache2.0/
9-
*
10-
* or in the "license" file accompanying this file. This file is distributed on an
11-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12-
* implied. See the License for the specific language governing permissions and
13-
* limitations under the License.
14-
*/
1+
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
153

164
import {
175
SupportedAlgorithmSuites, // eslint-disable-line no-unused-vars

‎modules/cache-material/src/caching_cryptographic_materials_decorators.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
/*
2-
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5-
* this file except in compliance with the License. A copy of the License is
6-
* located at
7-
*
8-
* http://aws.amazon.com/apache2.0/
9-
*
10-
* or in the "license" file accompanying this file. This file is distributed on an
11-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12-
* implied. See the License for the specific language governing permissions and
13-
* limitations under the License.
14-
*/
1+
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
153

164
import {
175
GetEncryptionMaterials, // eslint-disable-line no-unused-vars

0 commit comments

Comments
 (0)
Please sign in to comment.