diff --git a/NOTICE b/NOTICE index 0ec08ad..e99b4af 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ Smoke AWS Credentials -Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/Package.swift b/Package.swift index 8ad86d1..69da1f0 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,6 @@ -// swift-tools-version:5.2 +// swift-tools-version:5.6 // -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ let package = Package( targets: ["SmokeAWSCredentials"]), ], dependencies: [ - .package(url: "https://github.com/amzn/smoke-aws.git", from: "2.42.37"), + .package(url: "https://github.com/amzn/smoke-aws.git", from: "2.44.174"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), ], diff --git a/Sources/SmokeAWSCredentials/AwsContainerRotatingCredentialsProvider+get.swift b/Sources/SmokeAWSCredentials/AwsContainerRotatingCredentialsProvider+get.swift index 4380ecf..75a2e36 100644 --- a/Sources/SmokeAWSCredentials/AwsContainerRotatingCredentialsProvider+get.swift +++ b/Sources/SmokeAWSCredentials/AwsContainerRotatingCredentialsProvider+get.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProvider.swift b/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProvider.swift index ddbc561..a4de67d 100644 --- a/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProvider.swift +++ b/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProvider.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProviderV2.swift b/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProviderV2.swift index 5961564..87eb2ec 100644 --- a/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProviderV2.swift +++ b/Sources/SmokeAWSCredentials/AwsRotatingCredentialsProviderV2.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/CredentialsProvider+getAssumedCredentials.swift b/Sources/SmokeAWSCredentials/CredentialsProvider+getAssumedCredentials.swift index eaf04ef..609e942 100644 --- a/Sources/SmokeAWSCredentials/CredentialsProvider+getAssumedCredentials.swift +++ b/Sources/SmokeAWSCredentials/CredentialsProvider+getAssumedCredentials.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/ExpiringCredentials.swift b/Sources/SmokeAWSCredentials/ExpiringCredentials.swift index 38bc55e..c7d77b4 100644 --- a/Sources/SmokeAWSCredentials/ExpiringCredentials.swift +++ b/Sources/SmokeAWSCredentials/ExpiringCredentials.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/SecurityTokenClientProtocol+getAssumedCredentials.swift b/Sources/SmokeAWSCredentials/SecurityTokenClientProtocol+getAssumedCredentials.swift index 9745c0d..d7f1c54 100644 --- a/Sources/SmokeAWSCredentials/SecurityTokenClientProtocol+getAssumedCredentials.swift +++ b/Sources/SmokeAWSCredentials/SecurityTokenClientProtocol+getAssumedCredentials.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/SmokeAWSCredentialsError.swift b/Sources/SmokeAWSCredentials/SmokeAWSCredentialsError.swift index 95df13b..08431d0 100644 --- a/Sources/SmokeAWSCredentials/SmokeAWSCredentialsError.swift +++ b/Sources/SmokeAWSCredentials/SmokeAWSCredentialsError.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Sources/SmokeAWSCredentials/StoppableCredentialsProvider.swift b/Sources/SmokeAWSCredentials/StoppableCredentialsProvider.swift index 7395871..7faf25f 100644 --- a/Sources/SmokeAWSCredentials/StoppableCredentialsProvider.swift +++ b/Sources/SmokeAWSCredentials/StoppableCredentialsProvider.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Tests/SmokeAWSCredentialsTests/AwsContainerRotatingCredentialsTests.swift b/Tests/SmokeAWSCredentialsTests/AwsContainerRotatingCredentialsTests.swift index e9e0db3..d0663aa 100644 --- a/Tests/SmokeAWSCredentialsTests/AwsContainerRotatingCredentialsTests.swift +++ b/Tests/SmokeAWSCredentialsTests/AwsContainerRotatingCredentialsTests.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Tests/SmokeAWSCredentialsTests/SwiftAWSCredentialsTests.swift b/Tests/SmokeAWSCredentialsTests/SwiftAWSCredentialsTests.swift index f40b393..7b77c5c 100644 --- a/Tests/SmokeAWSCredentialsTests/SwiftAWSCredentialsTests.swift +++ b/Tests/SmokeAWSCredentialsTests/SwiftAWSCredentialsTests.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. diff --git a/Tests/SmokeAWSCredentialsTests/TestConfiguration.swift b/Tests/SmokeAWSCredentialsTests/TestConfiguration.swift index c91d357..b4cea04 100644 --- a/Tests/SmokeAWSCredentialsTests/TestConfiguration.swift +++ b/Tests/SmokeAWSCredentialsTests/TestConfiguration.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License.