From 6291e93582cad3ed63e1bd848de138550d63f88f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 22 Oct 2019 10:25:20 -0700 Subject: [PATCH] Update copyright year --- README.md | 2 +- src/main/java/org/gaul/s3proxy/AccessControlPolicy.java | 2 +- src/main/java/org/gaul/s3proxy/AuthenticationType.java | 2 +- src/main/java/org/gaul/s3proxy/AwsHttpHeaders.java | 2 +- src/main/java/org/gaul/s3proxy/AwsSignature.java | 2 +- src/main/java/org/gaul/s3proxy/BlobStoreLocator.java | 2 +- src/main/java/org/gaul/s3proxy/ChunkedInputStream.java | 2 +- .../java/org/gaul/s3proxy/CompleteMultipartUploadRequest.java | 2 +- src/main/java/org/gaul/s3proxy/CreateBucketRequest.java | 2 +- src/main/java/org/gaul/s3proxy/CrossOriginResourceSharing.java | 2 +- .../java/org/gaul/s3proxy/DeleteMultipleObjectsRequest.java | 2 +- src/main/java/org/gaul/s3proxy/EventualBlobStore.java | 2 +- src/main/java/org/gaul/s3proxy/Main.java | 2 +- src/main/java/org/gaul/s3proxy/NullBlobStore.java | 2 +- src/main/java/org/gaul/s3proxy/Quirks.java | 2 +- src/main/java/org/gaul/s3proxy/ReadOnlyBlobStore.java | 2 +- src/main/java/org/gaul/s3proxy/S3AuthorizationHeader.java | 2 +- src/main/java/org/gaul/s3proxy/S3ErrorCode.java | 2 +- src/main/java/org/gaul/s3proxy/S3Exception.java | 2 +- src/main/java/org/gaul/s3proxy/S3Proxy.java | 2 +- src/main/java/org/gaul/s3proxy/S3ProxyConstants.java | 2 +- src/main/java/org/gaul/s3proxy/S3ProxyHandler.java | 2 +- src/main/java/org/gaul/s3proxy/S3ProxyHandlerJetty.java | 2 +- src/main/java/org/gaul/s3proxy/junit/S3ProxyRule.java | 2 +- src/main/resources/copyright_header.txt | 2 +- src/test/java/org/gaul/s3proxy/AwsSdkAnonymousTest.java | 2 +- src/test/java/org/gaul/s3proxy/AwsSdkTest.java | 2 +- .../gaul/s3proxy/CrossOriginResourceSharingResponseTest.java | 2 +- .../org/gaul/s3proxy/CrossOriginResourceSharingRuleTest.java | 2 +- src/test/java/org/gaul/s3proxy/EventualBlobStoreTest.java | 2 +- src/test/java/org/gaul/s3proxy/JcloudsBucketsLiveTest.java | 2 +- .../java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java | 2 +- src/test/java/org/gaul/s3proxy/JcloudsS3BlobSignerLiveTest.java | 2 +- src/test/java/org/gaul/s3proxy/JcloudsS3ClientLiveTest.java | 2 +- .../org/gaul/s3proxy/JcloudsS3ContainerIntegrationLiveTest.java | 2 +- src/test/java/org/gaul/s3proxy/NullBlobStoreTest.java | 2 +- src/test/java/org/gaul/s3proxy/ReadOnlyBlobStoreTest.java | 2 +- src/test/java/org/gaul/s3proxy/TestUtils.java | 2 +- src/test/java/org/gaul/s3proxy/junit/S3ProxyRuleTest.java | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 2ec7602..febbe85 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,6 @@ References License ------- -Copyright (C) 2014-2018 Andrew Gaul +Copyright (C) 2014-2019 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 a0a5b1c..270e681 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-2018 Andrew Gaul + * Copyright 2014-2019 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 f160a72..831caae 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-2018 Andrew Gaul + * Copyright 2014-2019 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 486978e..69c935b 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-2018 Andrew Gaul + * Copyright 2014-2019 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 ef9dbe8..82f41c1 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-2018 Andrew Gaul + * Copyright 2014-2019 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 449aa3d..f92cff3 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-2018 Andrew Gaul + * Copyright 2014-2019 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 a64bd08..a9e5083 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-2018 Andrew Gaul + * Copyright 2014-2019 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 8941c49..ff4fbd4 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-2018 Andrew Gaul + * Copyright 2014-2019 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 13feaa9..76d422f 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-2018 Andrew Gaul + * Copyright 2014-2019 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 143033e..1e0b33f 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-2018 Andrew Gaul + * Copyright 2014-2019 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 4ffcbb7..1d62366 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-2018 Andrew Gaul + * Copyright 2014-2019 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 14f98c3..9b75b62 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-2018 Andrew Gaul + * Copyright 2014-2019 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 6bc51b3..6e0a4a0 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-2018 Andrew Gaul + * Copyright 2014-2019 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 035c672..04867a0 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-2018 Andrew Gaul + * Copyright 2014-2019 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 950176b..2dc6ddd 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-2018 Andrew Gaul + * Copyright 2014-2019 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 234d97c..c0d341f 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-2018 Andrew Gaul + * Copyright 2014-2019 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 46966bd..eb1fd75 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-2018 Andrew Gaul + * Copyright 2014-2019 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 bba67f8..b174e7d 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-2018 Andrew Gaul + * Copyright 2014-2019 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 0d4010a..136cf8c 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-2018 Andrew Gaul + * Copyright 2014-2019 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 6cc0a4c..4c1cfce 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-2018 Andrew Gaul + * Copyright 2014-2019 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 42bc3f9..cb016d9 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-2018 Andrew Gaul + * Copyright 2014-2019 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 3964c9e..1fcf85c 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-2018 Andrew Gaul + * Copyright 2014-2019 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 babbe9d..1d488b1 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-2018 Andrew Gaul + * Copyright 2014-2019 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 dafc873..fc0d8c8 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-2018 Andrew Gaul + * Copyright 2014-2019 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 6fbb822..64c55ae 100644 --- a/src/main/resources/copyright_header.txt +++ b/src/main/resources/copyright_header.txt @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Andrew Gaul + * Copyright 2014-2019 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 495298a..2398fda 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-2018 Andrew Gaul + * Copyright 2014-2019 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 0aae795..1aeda76 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-2018 Andrew Gaul + * Copyright 2014-2019 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 43f980e..97f9ec7 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-2018 Andrew Gaul + * Copyright 2014-2019 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 70d3ebb..3153ce8 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-2018 Andrew Gaul + * Copyright 2014-2019 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 44e1bc1..6325dfe 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-2018 Andrew Gaul + * Copyright 2014-2019 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 9269ce3..bfea1df 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-2018 Andrew Gaul + * Copyright 2014-2019 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 0ac0922..b4d2203 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-2018 Andrew Gaul + * Copyright 2014-2019 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 1f866f4..403cbd9 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-2018 Andrew Gaul + * Copyright 2014-2019 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 97d8e27..122f852 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-2018 Andrew Gaul + * Copyright 2014-2019 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 5367b2b..86ad2cd 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-2018 Andrew Gaul + * Copyright 2014-2019 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 2f7808c..4f6fd70 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-2018 Andrew Gaul + * Copyright 2014-2019 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 59cf587..79bae41 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-2018 Andrew Gaul + * Copyright 2014-2019 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 e1e0ae4..0f87a80 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-2018 Andrew Gaul + * Copyright 2014-2019 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 f0cbc48..7cc2a61 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-2018 Andrew Gaul + * Copyright 2014-2019 Andrew Gaul * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.