diff --git a/README.md b/README.md index 9ec00fb..9f6286b 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,6 @@ References License ------- -Copyright (C) 2014-2016 Andrew Gaul +Copyright (C) 2014-2017 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 125f01c..7cf852f 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-2016 Andrew Gaul + * Copyright 2014-2017 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 5d3cad1..c4cea12 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-2016 Andrew Gaul + * Copyright 2014-2017 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 6781607..9063545 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-2016 Andrew Gaul + * Copyright 2014-2017 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 e4af4f4..055841c 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-2016 Andrew Gaul + * Copyright 2014-2017 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 bb055f2..31ff285 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-2016 Andrew Gaul + * Copyright 2014-2017 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 bd3c336..8971ba7 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-2016 Andrew Gaul + * Copyright 2014-2017 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 04df76e..6268fab 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-2016 Andrew Gaul + * Copyright 2014-2017 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 63605f8..d4ecdf3 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-2016 Andrew Gaul + * Copyright 2014-2017 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 e031db4..0c15d1b 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-2016 Andrew Gaul + * Copyright 2014-2017 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 e9989cc..4eca898 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-2016 Andrew Gaul + * Copyright 2014-2017 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 b576f24..1212f6f 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-2016 Andrew Gaul + * Copyright 2014-2017 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 51e5697..578a7c0 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-2016 Andrew Gaul + * Copyright 2014-2017 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 a75671e..78c5512 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-2016 Andrew Gaul + * Copyright 2014-2017 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 6957b5f..475a316 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-2016 Andrew Gaul + * Copyright 2014-2017 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 0c5426d..b18439c 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-2016 Andrew Gaul + * Copyright 2014-2017 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 efd79b5..30283b6 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-2016 Andrew Gaul + * Copyright 2014-2017 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 9d356bb..fb07941 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-2016 Andrew Gaul + * Copyright 2014-2017 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 b7c675b..654ea77 100644 --- a/src/main/resources/copyright_header.txt +++ b/src/main/resources/copyright_header.txt @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 Andrew Gaul + * Copyright 2014-2017 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 4fbc991..00bfd63 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-2016 Andrew Gaul + * Copyright 2014-2017 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 44374b0..8f71e3d 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-2016 Andrew Gaul + * Copyright 2014-2017 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 3bdf6bf..0d91d86 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-2016 Andrew Gaul + * Copyright 2014-2017 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 411386b..cf514a9 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-2016 Andrew Gaul + * Copyright 2014-2017 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 031564b..1894e5a 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-2016 Andrew Gaul + * Copyright 2014-2017 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 760cd0a..ce0b496 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-2016 Andrew Gaul + * Copyright 2014-2017 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/S3AwsSdkTest.java b/src/test/java/org/gaul/s3proxy/S3AwsSdkTest.java index b5d3660..74784a0 100644 --- a/src/test/java/org/gaul/s3proxy/S3AwsSdkTest.java +++ b/src/test/java/org/gaul/s3proxy/S3AwsSdkTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2016 Andrew Gaul + * Copyright 2014-2017 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 e4dcceb..d90e8f3 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-2016 Andrew Gaul + * Copyright 2014-2017 Andrew Gaul * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.