Compare commits
2 Commits
main
...
fix/remove
Author | SHA1 | Date |
---|---|---|
![]() |
a19c96ef8e | |
![]() |
f7e12fec3c |
|
@ -10,7 +10,7 @@
|
|||
--elseposition same-line
|
||||
|
||||
--enable fileHeader
|
||||
--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//"
|
||||
--header "//\n// Copyright Amazon.com Inc. or its affiliates.\n// All Rights Reserved.\n//\n// SPDX-License-Identifier: Apache-2.0\n//"
|
||||
|
||||
--disable hoistPatternLet
|
||||
--patternlet inline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
@ -17,7 +17,7 @@ enum SubscriptionState {
|
|||
|
||||
public class AppSyncSubscriptionConnection: SubscriptionConnection, RetryableConnection {
|
||||
/// Connection provider that connects with the service
|
||||
weak var connectionProvider: ConnectionProvider?
|
||||
var connectionProvider: ConnectionProvider?
|
||||
|
||||
/// The current state of subscription
|
||||
var subscriptionState: SubscriptionState = .notSubscribed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2021 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Copyright 2018-2020 Amazon.com,
|
||||
// Inc. or its affiliates. All Rights Reserved.
|
||||
// Copyright Amazon.com Inc. or its affiliates.
|
||||
// All Rights Reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue