diff --git a/README.md b/README.md index c784b26..45b5f6d 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,6 @@ for specific storage backends. ## License -Copyright (C) 2014-2021 Andrew Gaul +Copyright (C) 2014-2024 Andrew Gaul Licensed under the Apache License, Version 2.0 diff --git a/src/main/java/org/gaul/s3proxy/AccessControlPolicy.java b/src/main/java/org/gaul/s3proxy/AccessControlPolicy.java index 698e42d..b60fc0e 100644 --- a/src/main/java/org/gaul/s3proxy/AccessControlPolicy.java +++ b/src/main/java/org/gaul/s3proxy/AccessControlPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/AliasBlobStore.java b/src/main/java/org/gaul/s3proxy/AliasBlobStore.java index 6e99be2..363bcc5 100644 --- a/src/main/java/org/gaul/s3proxy/AliasBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/AliasBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/AuthenticationType.java b/src/main/java/org/gaul/s3proxy/AuthenticationType.java index 72a33ea..80db417 100644 --- a/src/main/java/org/gaul/s3proxy/AuthenticationType.java +++ b/src/main/java/org/gaul/s3proxy/AuthenticationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/AwsHttpHeaders.java b/src/main/java/org/gaul/s3proxy/AwsHttpHeaders.java index 5c733ac..b4d1c03 100644 --- a/src/main/java/org/gaul/s3proxy/AwsHttpHeaders.java +++ b/src/main/java/org/gaul/s3proxy/AwsHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/AwsSignature.java b/src/main/java/org/gaul/s3proxy/AwsSignature.java index d500391..c4f5779 100644 --- a/src/main/java/org/gaul/s3proxy/AwsSignature.java +++ b/src/main/java/org/gaul/s3proxy/AwsSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/BlobStoreLocator.java b/src/main/java/org/gaul/s3proxy/BlobStoreLocator.java index cb63735..c74dce5 100644 --- a/src/main/java/org/gaul/s3proxy/BlobStoreLocator.java +++ b/src/main/java/org/gaul/s3proxy/BlobStoreLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/CaseInsensitiveImmutableMultimap.java b/src/main/java/org/gaul/s3proxy/CaseInsensitiveImmutableMultimap.java index 97fb8ff..d45cc5f 100644 --- a/src/main/java/org/gaul/s3proxy/CaseInsensitiveImmutableMultimap.java +++ b/src/main/java/org/gaul/s3proxy/CaseInsensitiveImmutableMultimap.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/ChunkedInputStream.java b/src/main/java/org/gaul/s3proxy/ChunkedInputStream.java index 93e55b0..aee22a1 100644 --- a/src/main/java/org/gaul/s3proxy/ChunkedInputStream.java +++ b/src/main/java/org/gaul/s3proxy/ChunkedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/CompleteMultipartUploadRequest.java b/src/main/java/org/gaul/s3proxy/CompleteMultipartUploadRequest.java index 7286b55..49d3cee 100644 --- a/src/main/java/org/gaul/s3proxy/CompleteMultipartUploadRequest.java +++ b/src/main/java/org/gaul/s3proxy/CompleteMultipartUploadRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/CreateBucketRequest.java b/src/main/java/org/gaul/s3proxy/CreateBucketRequest.java index 00fe532..09c79e3 100644 --- a/src/main/java/org/gaul/s3proxy/CreateBucketRequest.java +++ b/src/main/java/org/gaul/s3proxy/CreateBucketRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/CrossOriginResourceSharing.java b/src/main/java/org/gaul/s3proxy/CrossOriginResourceSharing.java index 7a7f428..3c91b7b 100644 --- a/src/main/java/org/gaul/s3proxy/CrossOriginResourceSharing.java +++ b/src/main/java/org/gaul/s3proxy/CrossOriginResourceSharing.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/DeleteMultipleObjectsRequest.java b/src/main/java/org/gaul/s3proxy/DeleteMultipleObjectsRequest.java index 7b5bb6b..f9a8bd8 100644 --- a/src/main/java/org/gaul/s3proxy/DeleteMultipleObjectsRequest.java +++ b/src/main/java/org/gaul/s3proxy/DeleteMultipleObjectsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/EncryptedBlobStore.java b/src/main/java/org/gaul/s3proxy/EncryptedBlobStore.java index 9af9a5a..4dfa91c 100644 --- a/src/main/java/org/gaul/s3proxy/EncryptedBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/EncryptedBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/EventualBlobStore.java b/src/main/java/org/gaul/s3proxy/EventualBlobStore.java index aa82f4f..0735bc2 100644 --- a/src/main/java/org/gaul/s3proxy/EventualBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/EventualBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/GlobBlobStoreLocator.java b/src/main/java/org/gaul/s3proxy/GlobBlobStoreLocator.java index f6e752e..e05f131 100644 --- a/src/main/java/org/gaul/s3proxy/GlobBlobStoreLocator.java +++ b/src/main/java/org/gaul/s3proxy/GlobBlobStoreLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/Main.java b/src/main/java/org/gaul/s3proxy/Main.java index 063f2c9..d0de484 100644 --- a/src/main/java/org/gaul/s3proxy/Main.java +++ b/src/main/java/org/gaul/s3proxy/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/NullBlobStore.java b/src/main/java/org/gaul/s3proxy/NullBlobStore.java index 4ec4c46..904235d 100644 --- a/src/main/java/org/gaul/s3proxy/NullBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/NullBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/Quirks.java b/src/main/java/org/gaul/s3proxy/Quirks.java index 273c442..0bccba2 100644 --- a/src/main/java/org/gaul/s3proxy/Quirks.java +++ b/src/main/java/org/gaul/s3proxy/Quirks.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/ReadOnlyBlobStore.java b/src/main/java/org/gaul/s3proxy/ReadOnlyBlobStore.java index f9972b0..24fb861 100644 --- a/src/main/java/org/gaul/s3proxy/ReadOnlyBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/ReadOnlyBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/RegexBlobStore.java b/src/main/java/org/gaul/s3proxy/RegexBlobStore.java index cf901d5..40cc731 100644 --- a/src/main/java/org/gaul/s3proxy/RegexBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/RegexBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3AuthorizationHeader.java b/src/main/java/org/gaul/s3proxy/S3AuthorizationHeader.java index 7ef7033..af44ac3 100644 --- a/src/main/java/org/gaul/s3proxy/S3AuthorizationHeader.java +++ b/src/main/java/org/gaul/s3proxy/S3AuthorizationHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3ErrorCode.java b/src/main/java/org/gaul/s3proxy/S3ErrorCode.java index 8e0a248..6530b30 100644 --- a/src/main/java/org/gaul/s3proxy/S3ErrorCode.java +++ b/src/main/java/org/gaul/s3proxy/S3ErrorCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3Exception.java b/src/main/java/org/gaul/s3proxy/S3Exception.java index 6aa2172..b836e85 100644 --- a/src/main/java/org/gaul/s3proxy/S3Exception.java +++ b/src/main/java/org/gaul/s3proxy/S3Exception.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3Proxy.java b/src/main/java/org/gaul/s3proxy/S3Proxy.java index 54bd43d..4120f74 100644 --- a/src/main/java/org/gaul/s3proxy/S3Proxy.java +++ b/src/main/java/org/gaul/s3proxy/S3Proxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3ProxyConstants.java b/src/main/java/org/gaul/s3proxy/S3ProxyConstants.java index a5a4c80..86a8f1c 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyConstants.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java index 654920b..11b23ca 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/S3ProxyHandlerJetty.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandlerJetty.java index c6c0233..bda37d3 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandlerJetty.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandlerJetty.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/ShardedBlobStore.java b/src/main/java/org/gaul/s3proxy/ShardedBlobStore.java index 6cc6a4b..b634e9e 100644 --- a/src/main/java/org/gaul/s3proxy/ShardedBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/ShardedBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/StorageClassBlobStore.java b/src/main/java/org/gaul/s3proxy/StorageClassBlobStore.java index df54538..a333bca 100644 --- a/src/main/java/org/gaul/s3proxy/StorageClassBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/StorageClassBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/UserMetadataReplacerBlobStore.java b/src/main/java/org/gaul/s3proxy/UserMetadataReplacerBlobStore.java index d4f9c99..21e6086 100644 --- a/src/main/java/org/gaul/s3proxy/UserMetadataReplacerBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/UserMetadataReplacerBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobApiMetadata.java b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobApiMetadata.java index 596fb1a..9681c16 100644 --- a/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobApiMetadata.java +++ b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobApiMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobProviderMetadata.java b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobProviderMetadata.java index fa19193..1e1d76e 100644 --- a/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobProviderMetadata.java +++ b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobProviderMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStore.java b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStore.java index 9266007..140718d 100644 --- a/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStore.java +++ b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStoreContextModule.java b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStoreContextModule.java index 75bc38d..1417c7c 100644 --- a/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStoreContextModule.java +++ b/src/main/java/org/gaul/s3proxy/azureblob/AzureBlobStoreContextModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/Constants.java b/src/main/java/org/gaul/s3proxy/crypto/Constants.java index 4e80957..896b910 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/Constants.java +++ b/src/main/java/org/gaul/s3proxy/crypto/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/Decryption.java b/src/main/java/org/gaul/s3proxy/crypto/Decryption.java index 407f154..0eb7c0e 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/Decryption.java +++ b/src/main/java/org/gaul/s3proxy/crypto/Decryption.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/DecryptionInputStream.java b/src/main/java/org/gaul/s3proxy/crypto/DecryptionInputStream.java index 87fff9d..376834b 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/DecryptionInputStream.java +++ b/src/main/java/org/gaul/s3proxy/crypto/DecryptionInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/Encryption.java b/src/main/java/org/gaul/s3proxy/crypto/Encryption.java index 8839372..0e3599a 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/Encryption.java +++ b/src/main/java/org/gaul/s3proxy/crypto/Encryption.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/EncryptionInputStream.java b/src/main/java/org/gaul/s3proxy/crypto/EncryptionInputStream.java index 0d4dfe2..447c1cc 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/EncryptionInputStream.java +++ b/src/main/java/org/gaul/s3proxy/crypto/EncryptionInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/crypto/PartPadding.java b/src/main/java/org/gaul/s3proxy/crypto/PartPadding.java index eff2a99..8172e93 100644 --- a/src/main/java/org/gaul/s3proxy/crypto/PartPadding.java +++ b/src/main/java/org/gaul/s3proxy/crypto/PartPadding.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/junit/S3ProxyExtension.java b/src/main/java/org/gaul/s3proxy/junit/S3ProxyExtension.java index 87c9cd0..8b23fd8 100644 --- a/src/main/java/org/gaul/s3proxy/junit/S3ProxyExtension.java +++ b/src/main/java/org/gaul/s3proxy/junit/S3ProxyExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/junit/S3ProxyJunitCore.java b/src/main/java/org/gaul/s3proxy/junit/S3ProxyJunitCore.java index 68838b5..c6829e9 100644 --- a/src/main/java/org/gaul/s3proxy/junit/S3ProxyJunitCore.java +++ b/src/main/java/org/gaul/s3proxy/junit/S3ProxyJunitCore.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/java/org/gaul/s3proxy/junit/S3ProxyRule.java b/src/main/java/org/gaul/s3proxy/junit/S3ProxyRule.java index b21fbd1..39a4dc7 100644 --- a/src/main/java/org/gaul/s3proxy/junit/S3ProxyRule.java +++ b/src/main/java/org/gaul/s3proxy/junit/S3ProxyRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/main/resources/copyright_header.txt b/src/main/resources/copyright_header.txt index 98284a5..6d99d5b 100644 --- a/src/main/resources/copyright_header.txt +++ b/src/main/resources/copyright_header.txt @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/AliasBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/AliasBlobStoreTest.java index 072424c..bc84ab2 100644 --- a/src/test/java/org/gaul/s3proxy/AliasBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/AliasBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/AwsSdkAnonymousTest.java b/src/test/java/org/gaul/s3proxy/AwsSdkAnonymousTest.java index be61eb8..ad260ca 100644 --- a/src/test/java/org/gaul/s3proxy/AwsSdkAnonymousTest.java +++ b/src/test/java/org/gaul/s3proxy/AwsSdkAnonymousTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/AwsSdkTest.java b/src/test/java/org/gaul/s3proxy/AwsSdkTest.java index accbd0c..3cac2fb 100644 --- a/src/test/java/org/gaul/s3proxy/AwsSdkTest.java +++ b/src/test/java/org/gaul/s3proxy/AwsSdkTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingAllowAllResponseTest.java b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingAllowAllResponseTest.java index 2b2f222..db36f26 100644 --- a/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingAllowAllResponseTest.java +++ b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingAllowAllResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingResponseTest.java b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingResponseTest.java index ed24130..1ec14f8 100644 --- a/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingResponseTest.java +++ b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingResponseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingRuleTest.java b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingRuleTest.java index 7ea7a55..652d8d8 100644 --- a/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingRuleTest.java +++ b/src/test/java/org/gaul/s3proxy/CrossOriginResourceSharingRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreLiveTest.java b/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreLiveTest.java index 72156f2..3e9cc19 100644 --- a/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreTest.java index e541f5b..477b168 100644 --- a/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/EncryptedBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/EventualBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/EventualBlobStoreTest.java index 518fd82..b84a060 100644 --- a/src/test/java/org/gaul/s3proxy/EventualBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/EventualBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/GlobBlobStoreLocatorTest.java b/src/test/java/org/gaul/s3proxy/GlobBlobStoreLocatorTest.java index fac623d..15bb87d 100644 --- a/src/test/java/org/gaul/s3proxy/GlobBlobStoreLocatorTest.java +++ b/src/test/java/org/gaul/s3proxy/GlobBlobStoreLocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/JcloudsBucketsLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsBucketsLiveTest.java index c8a7191..04b5afe 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsBucketsLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsBucketsLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java index 933a86b..90433ff 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/JcloudsS3BlobSignerLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobSignerLiveTest.java index 49e0716..f3fa647 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsS3BlobSignerLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobSignerLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/JcloudsS3ClientLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsS3ClientLiveTest.java index 334edd3..e37d51c 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsS3ClientLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsS3ClientLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/JcloudsS3ContainerIntegrationLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsS3ContainerIntegrationLiveTest.java index 13b386c..e149c0a 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsS3ContainerIntegrationLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsS3ContainerIntegrationLiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/NullBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/NullBlobStoreTest.java index caeda5d..811bd89 100644 --- a/src/test/java/org/gaul/s3proxy/NullBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/NullBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/ReadOnlyBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/ReadOnlyBlobStoreTest.java index ecbbab2..56d5c19 100644 --- a/src/test/java/org/gaul/s3proxy/ReadOnlyBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/ReadOnlyBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/RegexBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/RegexBlobStoreTest.java index dc2cda1..16e7359 100644 --- a/src/test/java/org/gaul/s3proxy/RegexBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/RegexBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/ShardedBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/ShardedBlobStoreTest.java index ed56d87..6786558 100644 --- a/src/test/java/org/gaul/s3proxy/ShardedBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/ShardedBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/TestUtils.java b/src/test/java/org/gaul/s3proxy/TestUtils.java index d3d1647..a92b292 100644 --- a/src/test/java/org/gaul/s3proxy/TestUtils.java +++ b/src/test/java/org/gaul/s3proxy/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/TierBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/TierBlobStoreTest.java index 128f000..a77fbb1 100644 --- a/src/test/java/org/gaul/s3proxy/TierBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/TierBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/UserMetadataReplacerBlobStoreTest.java b/src/test/java/org/gaul/s3proxy/UserMetadataReplacerBlobStoreTest.java index 1cc6d28..32cef42 100644 --- a/src/test/java/org/gaul/s3proxy/UserMetadataReplacerBlobStoreTest.java +++ b/src/test/java/org/gaul/s3proxy/UserMetadataReplacerBlobStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/junit/S3ProxyExtensionTest.java b/src/test/java/org/gaul/s3proxy/junit/S3ProxyExtensionTest.java index d9f7851..fad30c3 100644 --- a/src/test/java/org/gaul/s3proxy/junit/S3ProxyExtensionTest.java +++ b/src/test/java/org/gaul/s3proxy/junit/S3ProxyExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * 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/src/test/java/org/gaul/s3proxy/junit/S3ProxyRuleTest.java b/src/test/java/org/gaul/s3proxy/junit/S3ProxyRuleTest.java index 03795d3..c972bbb 100644 --- a/src/test/java/org/gaul/s3proxy/junit/S3ProxyRuleTest.java +++ b/src/test/java/org/gaul/s3proxy/junit/S3ProxyRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 Andrew Gaul + * Copyright 2014-2024 Andrew Gaul * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.