From 2905b720b89ed17cc6c54e1a163acd54a1580adf Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 4 Jan 2018 14:57:47 -0800 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/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 +- .../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/resources/copyright_header.txt | 2 +- src/test/java/org/gaul/s3proxy/AwsSdkTest.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 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index dae08a4..be903cc 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,6 @@ References License ------- -Copyright (C) 2014-2017 Andrew Gaul +Copyright (C) 2014-2018 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 7cf852f..90a1829 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-2017 Andrew Gaul + * Copyright 2014-2018 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 c4cea12..709deda 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-2017 Andrew Gaul + * Copyright 2014-2018 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 a3c920b..99579dd 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-2017 Andrew Gaul + * Copyright 2014-2018 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 9063545..8766784 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-2017 Andrew Gaul + * Copyright 2014-2018 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 055841c..78ef502 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-2017 Andrew Gaul + * Copyright 2014-2018 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 31ff285..2920bcc 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-2017 Andrew Gaul + * Copyright 2014-2018 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 8971ba7..f9c0d50 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-2017 Andrew Gaul + * Copyright 2014-2018 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 6268fab..fd3036f 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-2017 Andrew Gaul + * Copyright 2014-2018 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 d4ecdf3..680430c 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-2017 Andrew Gaul + * Copyright 2014-2018 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 4ccd049..a5efd65 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-2017 Andrew Gaul + * Copyright 2014-2018 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 cbfbb03..a116e88 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-2017 Andrew Gaul + * Copyright 2014-2018 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 b03c99d..4ba5ba1 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-2017 Andrew Gaul + * Copyright 2014-2018 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 7d0fd5f..11adde0 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-2017 Andrew Gaul + * Copyright 2014-2018 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 1212f6f..4f636ef 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-2017 Andrew Gaul + * Copyright 2014-2018 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 b96d719..4677fbe 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-2017 Andrew Gaul + * Copyright 2014-2018 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 78c5512..08710f1 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-2017 Andrew Gaul + * Copyright 2014-2018 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 555e053..7ada4f9 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-2017 Andrew Gaul + * Copyright 2014-2018 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 3244960..94ac449 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-2017 Andrew Gaul + * Copyright 2014-2018 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 e3b6e39..519b4f9 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-2017 Andrew Gaul + * Copyright 2014-2018 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 0e51e29..5e24968 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-2017 Andrew Gaul + * Copyright 2014-2018 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 654ea77..8b413cd 100644 --- a/src/main/resources/copyright_header.txt +++ b/src/main/resources/copyright_header.txt @@ -1,5 +1,5 @@ /* - * Copyright 2014-2017 Andrew Gaul + * Copyright 2014-2018 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 796b3a4..99414d0 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-2017 Andrew Gaul + * Copyright 2014-2018 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 68afb49..4cb219a 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-2017 Andrew Gaul + * Copyright 2014-2018 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 682ba9b..68937fd 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-2017 Andrew Gaul + * Copyright 2014-2018 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 7fd74a5..1aac739 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-2017 Andrew Gaul + * Copyright 2014-2018 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 229c3ec..d1220cb 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-2017 Andrew Gaul + * Copyright 2014-2018 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 736021f..f596fc1 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-2017 Andrew Gaul + * Copyright 2014-2018 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 bd66c0d..2b42d8d 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-2017 Andrew Gaul + * Copyright 2014-2018 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 57388c1..fbf2e76 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-2017 Andrew Gaul + * Copyright 2014-2018 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 22a2ffa..3b88a1b 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-2017 Andrew Gaul + * Copyright 2014-2018 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 868b762..fbcd205 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-2017 Andrew Gaul + * Copyright 2014-2018 Andrew Gaul * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.