From b036318ec6648d0620b936c6140fc4ebb484ef5d Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 21 Mar 2015 23:48:57 -0700 Subject: [PATCH] Update copyright year to 2015 --- README.md | 2 +- src/main/java/org/gaul/s3proxy/Main.java | 2 +- src/main/java/org/gaul/s3proxy/S3ErrorCode.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/resources/copyright_header.txt | 2 +- src/test/java/org/gaul/s3proxy/S3AwsSdkTest.java | 2 +- src/test/java/org/gaul/s3proxy/S3ProxyTest.java | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 49fc8a5..1a5ef56 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,6 @@ HTTP access to non-S3-aware applications. License ------- -Copyright (C) 2014 Andrew Gaul +Copyright (C) 2014-2015 Andrew Gaul Licensed under the Apache License, Version 2.0 diff --git a/src/main/java/org/gaul/s3proxy/Main.java b/src/main/java/org/gaul/s3proxy/Main.java index fed1530..107f067 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 Andrew Gaul + * Copyright 2014-2015 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 0787b72..d5639b5 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 Andrew Gaul + * Copyright 2014-2015 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 b123f6f..6add63b 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 Andrew Gaul + * Copyright 2014-2015 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 d7ec06f..b6b3bdd 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 Andrew Gaul + * Copyright 2014-2015 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 53480b9..8149db1 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 Andrew Gaul + * Copyright 2014-2015 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 74209b3..d95572a 100644 --- a/src/main/resources/copyright_header.txt +++ b/src/main/resources/copyright_header.txt @@ -1,5 +1,5 @@ /* - * Copyright 2014 Andrew Gaul + * Copyright 2014-2015 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 1405718..debf038 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 Andrew Gaul + * Copyright 2014-2015 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/S3ProxyTest.java b/src/test/java/org/gaul/s3proxy/S3ProxyTest.java index 820f6e9..bcb1fa5 100644 --- a/src/test/java/org/gaul/s3proxy/S3ProxyTest.java +++ b/src/test/java/org/gaul/s3proxy/S3ProxyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 Andrew Gaul + * Copyright 2014-2015 Andrew Gaul * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.