Skip to content

Commit e2f7f64

Browse files
authored
chore: Remove copyright year from .swift, .h, .plist files (#1008)
1 parent b4e0abf commit e2f7f64

File tree

1,346 files changed

+2690
-2690
lines changed

Some content is hidden

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

1,346 files changed

+2690
-2690
lines changed

.swiftformat

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--elseposition same-line
1111

1212
--enable fileHeader
13-
--header "//\n// Copyright 2018-{created.year} Amazon.com,\n// Inc. or its affiliates. All Rights Reserved.\n//\n// SPDX-License-Identifier: Apache-2.0\n//"
13+
--header "//\n// Copyright Amazon.com Inc. or its affiliates.\n// All Rights Reserved.\n//\n// SPDX-License-Identifier: Apache-2.0\n//"
1414

1515
--disable hoistPatternLet
1616
--patternlet inline

Amplify.xcodeproj/xcshareddata/IDETemplateMacros.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<dict>
55
<key>FILEHEADER</key>
66
<string>
7-
// Copyright 2018-2019 Amazon.com,
8-
// Inc. or its affiliates. All Rights Reserved.
7+
// Copyright Amazon.com Inc. or its affiliates.
8+
// All Rights Reserved.
99
//
1010
// SPDX-License-Identifier: Apache-2.0
1111
//</string>

Amplify/Amplify.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/APICategory+HubPayloadEventName.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/APICategory.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/APICategoryConfiguration.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/APICategoryPlugin.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/AmplifyAPICategory+APICategory.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/AmplifyAPICategory.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/AuthProvider/APIAuthProviderFactory.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryAuthProviderFactoryBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryGraphQLBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryInterceptorBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryRESTBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/APICategoryReachabilityBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+AuthProviderFactoryBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+GraphQLBehavior+Combine.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+GraphQLBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+InterceptorBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+RESTBehavior+Combine.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+RESTBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/ClientBehavior/AmplifyAPICategory+ReachabilityBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Error/APIError.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Interceptor/URLRequestInterceptor.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Internal/APICategory+CategoryConfigurable.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Internal/APICategory+Resettable.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Operation/AmplifyOperation+APIPublishers.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Operation/GraphQLOperation.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Operation/RESTOperation.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Reachability/ReachabilityUpdate.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/GraphQLOperationRequest.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/GraphQLOperationType.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/GraphQLRequest.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/RESTOperationRequest.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/RESTOperationType.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Request/RESTRequest.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Response/GraphQLError.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Response/GraphQLResponse.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Response/SubscriptionConnectionState.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/API/Response/SubscriptionEvent.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/Analytics/AnalyticsCategory+ClientBehavior.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/Analytics/AnalyticsCategory+HubPayloadEventName.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

Amplify/Categories/Analytics/AnalyticsCategory.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Copyright 2018-2020 Amazon.com,
3-
// Inc. or its affiliates. All Rights Reserved.
2+
// Copyright Amazon.com Inc. or its affiliates.
3+
// All Rights Reserved.
44
//
55
// SPDX-License-Identifier: Apache-2.0
66
//

0 commit comments

Comments
 (0)