Skip to content

Commit 266d768

Browse files
singku-chinasingku
andcommitted
Update license to remove Copyright year.
Co-authored-by: Andrew Tang <[email protected]>
1 parent 82f9454 commit 266d768

File tree

498 files changed

+1916
-6864
lines changed

Some content is hidden

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

498 files changed

+1916
-6864
lines changed

CMakeLists.txt

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#
2-
# Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
#
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-
#
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.
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0.
143
#
154

165
cmake_minimum_required (VERSION 3.1)

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWS SDK for C++
2-
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33

44
This product includes software developed by
55
Amazon Technologies, Inc (http://www.amazon.com/).

android-build/CurlAndroidCrossCompile.cmake

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#
2-
# Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
#
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-
#
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.
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0.
143
#
154

165
SET( HAVE_GLIBC_STRERROR_R 1 CACHE STRING "Result from TRY_RUN" FORCE)

android-build/build_and_test_android.py

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#
2-
# Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
#
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-
#
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.
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0.
143
#
154

165
import re

android-build/configure_openssl_cmake.py

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#
2-
# Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
#
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-
#
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.
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0.
143
#
154

165
import argparse

android-unified-tests/RunTests.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <jni.h>
177

attribution

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
144
*/

aws-cpp-sdk-access-management/include/aws/access-management/AccessManagementClient.h

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155
#pragma once
166

177
#include <aws/access-management/AccessManagement_EXPORTS.h>

aws-cpp-sdk-access-management/include/aws/access-management/AccessManagement_EXPORTS.h

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#pragma once
177

aws-cpp-sdk-access-management/source/AccessManagementClient.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/access-management/AccessManagementClient.h>
177

aws-cpp-sdk-cloudfront-integration-tests/CloudfrontOperationTest.cpp

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
144
*/
155

166
#include <aws/external/gtest.h>

aws-cpp-sdk-cloudfront-integration-tests/RunTests.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/core/Aws.h>

aws-cpp-sdk-cognitoidentity-integration-tests/IdentityPoolOperationTest.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/testing/MemoryTesting.h>

aws-cpp-sdk-cognitoidentity-integration-tests/RunTests.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/core/Aws.h>

aws-cpp-sdk-core-tests/RunTests.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/core/Aws.h>

aws-cpp-sdk-core-tests/VersionTests.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/core/utils/StringUtils.h>

aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#include <aws/external/gtest.h>
177
#include <aws/core/auth/AWSAuthSigner.h>

aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155

166
#define AWS_DISABLE_DEPRECATION
177
#include <aws/external/gtest.h>

aws-cpp-sdk-core-tests/aws/auth/AWSHttpResourceClientTest.cpp

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
/*
2-
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
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-
*
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.
14-
*/
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
155
#define AWS_DISABLE_DEPRECATION
166

177
#include <aws/external/gtest.h>

0 commit comments

Comments
 (0)