From 77df218b30566ab7cd513b723a7e44f9f6afbe7e Mon Sep 17 00:00:00 2001 From: arekkas Date: Tue, 27 Feb 2018 11:43:27 +0100 Subject: [PATCH] all: Updates years in license headers --- access_error.go | 2 +- access_error_test.go | 2 +- access_request.go | 2 +- access_request_handler.go | 2 +- access_request_handler_test.go | 2 +- access_request_test.go | 2 +- access_response.go | 2 +- access_response_test.go | 2 +- access_response_writer.go | 2 +- access_response_writer_test.go | 2 +- access_write.go | 2 +- access_write_test.go | 2 +- arguments.go | 2 +- arguments_test.go | 2 +- authorize_error.go | 2 +- authorize_error_test.go | 2 +- authorize_helper.go | 2 +- authorize_helper_test.go | 2 +- authorize_request.go | 2 +- authorize_request_handler.go | 2 +- authorize_request_handler_test.go | 2 +- authorize_request_test.go | 2 +- authorize_response.go | 2 +- authorize_response_test.go | 2 +- authorize_response_writer.go | 2 +- authorize_response_writer_test.go | 2 +- authorize_write.go | 2 +- authorize_write_test.go | 2 +- client.go | 2 +- client_manager.go | 2 +- client_test.go | 2 +- compose/compose.go | 2 +- compose/compose_oauth2.go | 2 +- compose/compose_openid.go | 2 +- compose/compose_pkce.go | 2 +- compose/compose_strategy.go | 2 +- compose/config.go | 2 +- context.go | 2 +- equalKeys_test.go | 2 +- errors.go | 2 +- errors_test.go | 2 +- fosite.go | 2 +- fosite_test.go | 2 +- handler.go | 2 +- handler/oauth2/flow_authorize_code_auth.go | 2 +- handler/oauth2/flow_authorize_code_auth_test.go | 2 +- handler/oauth2/flow_authorize_code_token.go | 2 +- handler/oauth2/flow_authorize_code_token_test.go | 2 +- handler/oauth2/flow_authorize_implicit.go | 2 +- handler/oauth2/flow_authorize_implicit_test.go | 2 +- handler/oauth2/flow_client_credentials.go | 2 +- handler/oauth2/flow_client_credentials_storage.go | 2 +- handler/oauth2/flow_client_credentials_test.go | 2 +- handler/oauth2/flow_refresh.go | 2 +- handler/oauth2/flow_refresh_test.go | 2 +- handler/oauth2/flow_resource_owner.go | 2 +- handler/oauth2/flow_resource_owner_storage.go | 2 +- handler/oauth2/flow_resource_owner_test.go | 2 +- handler/oauth2/helper.go | 2 +- handler/oauth2/helper_test.go | 2 +- handler/oauth2/introspector.go | 2 +- handler/oauth2/introspector_jwt.go | 2 +- handler/oauth2/introspector_jwt_test.go | 2 +- handler/oauth2/introspector_test.go | 2 +- handler/oauth2/revocation.go | 2 +- handler/oauth2/revocation_storage.go | 2 +- handler/oauth2/revocation_test.go | 2 +- handler/oauth2/storage.go | 2 +- handler/oauth2/strategy.go | 2 +- handler/oauth2/strategy_hmacsha.go | 2 +- handler/oauth2/strategy_hmacsha_test.go | 2 +- handler/oauth2/strategy_jwt.go | 2 +- handler/oauth2/strategy_jwt_session.go | 2 +- handler/oauth2/strategy_jwt_test.go | 2 +- handler/openid/errors.go | 2 +- handler/openid/flow_explicit_auth.go | 2 +- handler/openid/flow_explicit_auth_test.go | 2 +- handler/openid/flow_explicit_token.go | 2 +- handler/openid/flow_explicit_token_test.go | 2 +- handler/openid/flow_hybrid.go | 2 +- handler/openid/flow_hybrid_test.go | 2 +- handler/openid/flow_implicit.go | 2 +- handler/openid/flow_implicit_test.go | 2 +- handler/openid/flow_refresh_token.go | 2 +- handler/openid/flow_refresh_token_test.go | 2 +- handler/openid/helper.go | 2 +- handler/openid/helper_test.go | 2 +- handler/openid/storage.go | 2 +- handler/openid/strategy.go | 2 +- handler/openid/strategy_jwt.go | 2 +- handler/openid/strategy_jwt_test.go | 2 +- handler/pkce/handler.go | 2 +- handler/pkce/handler_test.go | 2 +- hash.go | 2 +- hash_bcrypt.go | 2 +- hash_bcrypt_test.go | 2 +- helper.go | 2 +- helper_test.go | 2 +- integration/authorize_code_grant_public_client_pkce_test.go | 2 +- integration/authorize_code_grant_public_client_test.go | 2 +- integration/authorize_code_grant_test.go | 2 +- integration/authorize_implicit_grant_test.go | 2 +- integration/client_credentials_grant_test.go | 2 +- integration/helper_endpoints_test.go | 2 +- integration/helper_setup_test.go | 2 +- integration/introspect_token_test.go | 2 +- integration/oidc_explicit_test.go | 2 +- integration/oidc_implicit_hybrid_test.go | 2 +- integration/placeholder.go | 2 +- integration/refresh_token_grant_test.go | 2 +- integration/resource_owner_password_credentials_grant_test.go | 2 +- integration/revoke_token_test.go | 2 +- internal/access_request.go | 2 +- internal/access_response.go | 2 +- internal/access_token_storage.go | 2 +- internal/access_token_strategy.go | 2 +- internal/authorize_code_storage.go | 2 +- internal/authorize_code_strategy.go | 2 +- internal/authorize_handler.go | 2 +- internal/authorize_request.go | 2 +- internal/authorize_response.go | 2 +- internal/client.go | 2 +- internal/hash.go | 2 +- internal/id_token_strategy.go | 2 +- internal/introspector.go | 2 +- internal/key.go | 2 +- internal/oauth2_client_storage.go | 2 +- internal/oauth2_explicit_storage.go | 2 +- internal/oauth2_owner_storage.go | 2 +- internal/oauth2_refresh_storage.go | 2 +- internal/oauth2_revoke_storage.go | 2 +- internal/oauth2_storage.go | 2 +- internal/oauth2_strategy.go | 2 +- internal/openid_id_token_storage.go | 2 +- internal/refresh_token_strategy.go | 2 +- internal/request.go | 2 +- internal/revoke_handler.go | 2 +- internal/rw.go | 2 +- internal/storage.go | 2 +- internal/token_handler.go | 2 +- introspect.go | 2 +- introspect_test.go | 2 +- introspection_request_handler.go | 2 +- introspection_request_handler_test.go | 2 +- introspection_response_writer.go | 2 +- introspection_response_writer_test.go | 2 +- oauth2.go | 2 +- request.go | 2 +- request_test.go | 2 +- revoke_handler.go | 2 +- revoke_handler_test.go | 2 +- scope_strategy.go | 2 +- scope_strategy_test.go | 2 +- session.go | 2 +- session_test.go | 2 +- storage.go | 2 +- storage/memory.go | 2 +- token/hmac/bytes.go | 2 +- token/hmac/bytes_test.go | 2 +- token/hmac/hmacsha.go | 2 +- token/hmac/hmacsha_test.go | 2 +- token/jwt/claims.go | 2 +- token/jwt/claims_id_token.go | 2 +- token/jwt/claims_id_token_test.go | 2 +- token/jwt/claims_jwt.go | 2 +- token/jwt/claims_jwt_test.go | 2 +- token/jwt/claims_test.go | 2 +- token/jwt/header.go | 2 +- token/jwt/header_test.go | 2 +- token/jwt/jwt.go | 2 +- token/jwt/jwt_test.go | 2 +- 171 files changed, 171 insertions(+), 171 deletions(-) diff --git a/access_error.go b/access_error.go index 07df5b686..50b3cb51c 100644 --- a/access_error.go +++ b/access_error.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_error_test.go b/access_error_test.go index 984805ab0..4a4c52816 100644 --- a/access_error_test.go +++ b/access_error_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_request.go b/access_request.go index f8ade259d..6efb9df10 100644 --- a/access_request.go +++ b/access_request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_request_handler.go b/access_request_handler.go index 270f3854f..742b10ba3 100644 --- a/access_request_handler.go +++ b/access_request_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_request_handler_test.go b/access_request_handler_test.go index bee2f36bf..1cae39c83 100644 --- a/access_request_handler_test.go +++ b/access_request_handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_request_test.go b/access_request_test.go index 82cd118a6..1a4754cb7 100644 --- a/access_request_test.go +++ b/access_request_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_response.go b/access_response.go index f31cf702d..0734f5f32 100644 --- a/access_response.go +++ b/access_response.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_response_test.go b/access_response_test.go index 482dd3a1a..8d4273797 100644 --- a/access_response_test.go +++ b/access_response_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_response_writer.go b/access_response_writer.go index 0a64c48c6..1a14e9282 100644 --- a/access_response_writer.go +++ b/access_response_writer.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_response_writer_test.go b/access_response_writer_test.go index 92c504657..cc8caf55f 100644 --- a/access_response_writer_test.go +++ b/access_response_writer_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_write.go b/access_write.go index 1f5fb953a..bcefaa4b1 100644 --- a/access_write.go +++ b/access_write.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/access_write_test.go b/access_write_test.go index 7e50f57c9..2bcb0b657 100644 --- a/access_write_test.go +++ b/access_write_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/arguments.go b/arguments.go index b76dcb557..26ee2ee16 100644 --- a/arguments.go +++ b/arguments.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/arguments_test.go b/arguments_test.go index 6c7915dcc..5d4b40c92 100644 --- a/arguments_test.go +++ b/arguments_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_error.go b/authorize_error.go index e089fe178..018910fdd 100644 --- a/authorize_error.go +++ b/authorize_error.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_error_test.go b/authorize_error_test.go index c3ef059f3..5538c0d85 100644 --- a/authorize_error_test.go +++ b/authorize_error_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_helper.go b/authorize_helper.go index ca8ec2e73..3235ecddc 100644 --- a/authorize_helper.go +++ b/authorize_helper.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_helper_test.go b/authorize_helper_test.go index 1b6791325..f869f8870 100644 --- a/authorize_helper_test.go +++ b/authorize_helper_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_request.go b/authorize_request.go index 10aca8aa5..dade3a3a4 100644 --- a/authorize_request.go +++ b/authorize_request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_request_handler.go b/authorize_request_handler.go index 1f17c5cd7..a6ca385df 100644 --- a/authorize_request_handler.go +++ b/authorize_request_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_request_handler_test.go b/authorize_request_handler_test.go index cc0108a45..0803d364b 100644 --- a/authorize_request_handler_test.go +++ b/authorize_request_handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_request_test.go b/authorize_request_test.go index fa7bd2884..529d89582 100644 --- a/authorize_request_test.go +++ b/authorize_request_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_response.go b/authorize_response.go index 524539be3..c7feac3f5 100644 --- a/authorize_response.go +++ b/authorize_response.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_response_test.go b/authorize_response_test.go index 68d2be5c4..bd3d95ae0 100644 --- a/authorize_response_test.go +++ b/authorize_response_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_response_writer.go b/authorize_response_writer.go index 60dfcb038..8de63dc5f 100644 --- a/authorize_response_writer.go +++ b/authorize_response_writer.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_response_writer_test.go b/authorize_response_writer_test.go index 8c39d7f7c..befbd6628 100644 --- a/authorize_response_writer_test.go +++ b/authorize_response_writer_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_write.go b/authorize_write.go index a36636e57..a71c37577 100644 --- a/authorize_write.go +++ b/authorize_write.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/authorize_write_test.go b/authorize_write_test.go index 2830d7c5d..04b5e924c 100644 --- a/authorize_write_test.go +++ b/authorize_write_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/client.go b/client.go index 79be39dde..99204c94e 100644 --- a/client.go +++ b/client.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/client_manager.go b/client_manager.go index 9f4168c69..ed63a3085 100644 --- a/client_manager.go +++ b/client_manager.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/client_test.go b/client_test.go index 960828b56..e88d70dfa 100644 --- a/client_test.go +++ b/client_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/compose.go b/compose/compose.go index d82cdd612..d461a079b 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/compose_oauth2.go b/compose/compose_oauth2.go index 41d0e6bbf..68c813fe7 100644 --- a/compose/compose_oauth2.go +++ b/compose/compose_oauth2.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/compose_openid.go b/compose/compose_openid.go index e8f86de19..27605b26b 100644 --- a/compose/compose_openid.go +++ b/compose/compose_openid.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/compose_pkce.go b/compose/compose_pkce.go index d7a1e53ac..bab866dc7 100644 --- a/compose/compose_pkce.go +++ b/compose/compose_pkce.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/compose_strategy.go b/compose/compose_strategy.go index b76e73bcd..276afef76 100644 --- a/compose/compose_strategy.go +++ b/compose/compose_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/compose/config.go b/compose/config.go index 641772225..4790df158 100644 --- a/compose/config.go +++ b/compose/config.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/context.go b/context.go index b6a2a52ae..90f9aa9b4 100644 --- a/context.go +++ b/context.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/equalKeys_test.go b/equalKeys_test.go index e75760110..cc5c62dc7 100644 --- a/equalKeys_test.go +++ b/equalKeys_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/errors.go b/errors.go index 8cf7f25e4..38b3ef001 100644 --- a/errors.go +++ b/errors.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/errors_test.go b/errors_test.go index d3988b148..2cd6ff86d 100644 --- a/errors_test.go +++ b/errors_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/fosite.go b/fosite.go index f2b471e98..24009cabc 100644 --- a/fosite.go +++ b/fosite.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/fosite_test.go b/fosite_test.go index be15f6600..c31f3ffad 100644 --- a/fosite_test.go +++ b/fosite_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler.go b/handler.go index 4dbe5d338..090538369 100644 --- a/handler.go +++ b/handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_code_auth.go b/handler/oauth2/flow_authorize_code_auth.go index 1f1f42447..dcacea5bc 100644 --- a/handler/oauth2/flow_authorize_code_auth.go +++ b/handler/oauth2/flow_authorize_code_auth.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_code_auth_test.go b/handler/oauth2/flow_authorize_code_auth_test.go index 6534bba9d..5adf28747 100644 --- a/handler/oauth2/flow_authorize_code_auth_test.go +++ b/handler/oauth2/flow_authorize_code_auth_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_code_token.go b/handler/oauth2/flow_authorize_code_token.go index ff59d66e2..b34e2e92c 100644 --- a/handler/oauth2/flow_authorize_code_token.go +++ b/handler/oauth2/flow_authorize_code_token.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_code_token_test.go b/handler/oauth2/flow_authorize_code_token_test.go index 553ba72da..917d873d3 100644 --- a/handler/oauth2/flow_authorize_code_token_test.go +++ b/handler/oauth2/flow_authorize_code_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_implicit.go b/handler/oauth2/flow_authorize_implicit.go index 08acb45eb..ea4770a85 100644 --- a/handler/oauth2/flow_authorize_implicit.go +++ b/handler/oauth2/flow_authorize_implicit.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_authorize_implicit_test.go b/handler/oauth2/flow_authorize_implicit_test.go index 6d3f858e1..42a4d8d7c 100644 --- a/handler/oauth2/flow_authorize_implicit_test.go +++ b/handler/oauth2/flow_authorize_implicit_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_client_credentials.go b/handler/oauth2/flow_client_credentials.go index a63156443..2da5cf3cb 100644 --- a/handler/oauth2/flow_client_credentials.go +++ b/handler/oauth2/flow_client_credentials.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_client_credentials_storage.go b/handler/oauth2/flow_client_credentials_storage.go index f146f4a43..04f0d1eee 100644 --- a/handler/oauth2/flow_client_credentials_storage.go +++ b/handler/oauth2/flow_client_credentials_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_client_credentials_test.go b/handler/oauth2/flow_client_credentials_test.go index af879fb68..7c4fee3bd 100644 --- a/handler/oauth2/flow_client_credentials_test.go +++ b/handler/oauth2/flow_client_credentials_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_refresh.go b/handler/oauth2/flow_refresh.go index 3511568fa..eec77c855 100644 --- a/handler/oauth2/flow_refresh.go +++ b/handler/oauth2/flow_refresh.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_refresh_test.go b/handler/oauth2/flow_refresh_test.go index 1ec70d37d..e664dadd4 100644 --- a/handler/oauth2/flow_refresh_test.go +++ b/handler/oauth2/flow_refresh_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_resource_owner.go b/handler/oauth2/flow_resource_owner.go index 8556fc8f0..1f31c3dfb 100644 --- a/handler/oauth2/flow_resource_owner.go +++ b/handler/oauth2/flow_resource_owner.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_resource_owner_storage.go b/handler/oauth2/flow_resource_owner_storage.go index b4cfef67c..23916ac66 100644 --- a/handler/oauth2/flow_resource_owner_storage.go +++ b/handler/oauth2/flow_resource_owner_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/flow_resource_owner_test.go b/handler/oauth2/flow_resource_owner_test.go index 131f864c4..7e51ebd77 100644 --- a/handler/oauth2/flow_resource_owner_test.go +++ b/handler/oauth2/flow_resource_owner_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/helper.go b/handler/oauth2/helper.go index 304840969..9ee11c59a 100644 --- a/handler/oauth2/helper.go +++ b/handler/oauth2/helper.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/helper_test.go b/handler/oauth2/helper_test.go index 9cab3606c..b056f3640 100644 --- a/handler/oauth2/helper_test.go +++ b/handler/oauth2/helper_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/introspector.go b/handler/oauth2/introspector.go index 4b21f7cb9..28ca49686 100644 --- a/handler/oauth2/introspector.go +++ b/handler/oauth2/introspector.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/introspector_jwt.go b/handler/oauth2/introspector_jwt.go index 2440ca006..1e29aa684 100644 --- a/handler/oauth2/introspector_jwt.go +++ b/handler/oauth2/introspector_jwt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/introspector_jwt_test.go b/handler/oauth2/introspector_jwt_test.go index 255a7b3c1..15b44af4f 100644 --- a/handler/oauth2/introspector_jwt_test.go +++ b/handler/oauth2/introspector_jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/introspector_test.go b/handler/oauth2/introspector_test.go index 0d0b8398b..17b1c45b5 100644 --- a/handler/oauth2/introspector_test.go +++ b/handler/oauth2/introspector_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/revocation.go b/handler/oauth2/revocation.go index e405d39ca..eee796a18 100644 --- a/handler/oauth2/revocation.go +++ b/handler/oauth2/revocation.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/revocation_storage.go b/handler/oauth2/revocation_storage.go index 3718222ee..48a5dba11 100644 --- a/handler/oauth2/revocation_storage.go +++ b/handler/oauth2/revocation_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/revocation_test.go b/handler/oauth2/revocation_test.go index 88ee13c8f..c05c74077 100644 --- a/handler/oauth2/revocation_test.go +++ b/handler/oauth2/revocation_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/storage.go b/handler/oauth2/storage.go index e200bcad4..1ad9dc6b0 100644 --- a/handler/oauth2/storage.go +++ b/handler/oauth2/storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy.go b/handler/oauth2/strategy.go index 1b0ba1e2f..ba629f310 100644 --- a/handler/oauth2/strategy.go +++ b/handler/oauth2/strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy_hmacsha.go b/handler/oauth2/strategy_hmacsha.go index 1c00c78b2..b5e188b27 100644 --- a/handler/oauth2/strategy_hmacsha.go +++ b/handler/oauth2/strategy_hmacsha.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy_hmacsha_test.go b/handler/oauth2/strategy_hmacsha_test.go index 156f3c6f6..9d0c3b330 100644 --- a/handler/oauth2/strategy_hmacsha_test.go +++ b/handler/oauth2/strategy_hmacsha_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy_jwt.go b/handler/oauth2/strategy_jwt.go index a04fbf14e..eb4facc5f 100644 --- a/handler/oauth2/strategy_jwt.go +++ b/handler/oauth2/strategy_jwt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy_jwt_session.go b/handler/oauth2/strategy_jwt_session.go index 1acd3b479..3c8ed6529 100644 --- a/handler/oauth2/strategy_jwt_session.go +++ b/handler/oauth2/strategy_jwt_session.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/oauth2/strategy_jwt_test.go b/handler/oauth2/strategy_jwt_test.go index 2c6a903d5..8ed055839 100644 --- a/handler/oauth2/strategy_jwt_test.go +++ b/handler/oauth2/strategy_jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/errors.go b/handler/openid/errors.go index e9d85e355..426b28db7 100644 --- a/handler/openid/errors.go +++ b/handler/openid/errors.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_explicit_auth.go b/handler/openid/flow_explicit_auth.go index ce7b30ba4..56ed6fff5 100644 --- a/handler/openid/flow_explicit_auth.go +++ b/handler/openid/flow_explicit_auth.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_explicit_auth_test.go b/handler/openid/flow_explicit_auth_test.go index 8f49e5b35..75950102c 100644 --- a/handler/openid/flow_explicit_auth_test.go +++ b/handler/openid/flow_explicit_auth_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_explicit_token.go b/handler/openid/flow_explicit_token.go index 89cda532b..7126614bb 100644 --- a/handler/openid/flow_explicit_token.go +++ b/handler/openid/flow_explicit_token.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_explicit_token_test.go b/handler/openid/flow_explicit_token_test.go index 753ce2781..a0ede6a25 100644 --- a/handler/openid/flow_explicit_token_test.go +++ b/handler/openid/flow_explicit_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_hybrid.go b/handler/openid/flow_hybrid.go index a0829c5be..624c5d78c 100644 --- a/handler/openid/flow_hybrid.go +++ b/handler/openid/flow_hybrid.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_hybrid_test.go b/handler/openid/flow_hybrid_test.go index 6bfe1444c..338822375 100644 --- a/handler/openid/flow_hybrid_test.go +++ b/handler/openid/flow_hybrid_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_implicit.go b/handler/openid/flow_implicit.go index 7198e405c..6404dd76b 100644 --- a/handler/openid/flow_implicit.go +++ b/handler/openid/flow_implicit.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_implicit_test.go b/handler/openid/flow_implicit_test.go index b93353917..0517a44f6 100644 --- a/handler/openid/flow_implicit_test.go +++ b/handler/openid/flow_implicit_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_refresh_token.go b/handler/openid/flow_refresh_token.go index 5c63b3e4c..83023184e 100644 --- a/handler/openid/flow_refresh_token.go +++ b/handler/openid/flow_refresh_token.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/flow_refresh_token_test.go b/handler/openid/flow_refresh_token_test.go index 1913a4c93..eb3c65434 100644 --- a/handler/openid/flow_refresh_token_test.go +++ b/handler/openid/flow_refresh_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/helper.go b/handler/openid/helper.go index f2d3e0a8e..d7873b02e 100644 --- a/handler/openid/helper.go +++ b/handler/openid/helper.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/helper_test.go b/handler/openid/helper_test.go index df8b9a324..a74810a39 100644 --- a/handler/openid/helper_test.go +++ b/handler/openid/helper_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/storage.go b/handler/openid/storage.go index d9fe9fc64..6f912f697 100644 --- a/handler/openid/storage.go +++ b/handler/openid/storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/strategy.go b/handler/openid/strategy.go index 80a205900..92a81caa0 100644 --- a/handler/openid/strategy.go +++ b/handler/openid/strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/strategy_jwt.go b/handler/openid/strategy_jwt.go index a06aeceae..2905b383c 100644 --- a/handler/openid/strategy_jwt.go +++ b/handler/openid/strategy_jwt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/openid/strategy_jwt_test.go b/handler/openid/strategy_jwt_test.go index e6cded78a..69e0c9ba5 100644 --- a/handler/openid/strategy_jwt_test.go +++ b/handler/openid/strategy_jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/pkce/handler.go b/handler/pkce/handler.go index 7c63478ac..9ddd3883f 100644 --- a/handler/pkce/handler.go +++ b/handler/pkce/handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/handler/pkce/handler_test.go b/handler/pkce/handler_test.go index 7b4f2709b..04b862e64 100644 --- a/handler/pkce/handler_test.go +++ b/handler/pkce/handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/hash.go b/hash.go index 72a62bf4e..7d072578c 100644 --- a/hash.go +++ b/hash.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/hash_bcrypt.go b/hash_bcrypt.go index b5d729dc3..458dd5de0 100644 --- a/hash_bcrypt.go +++ b/hash_bcrypt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/hash_bcrypt_test.go b/hash_bcrypt_test.go index 2d4618ba7..e0c2d60bf 100644 --- a/hash_bcrypt_test.go +++ b/hash_bcrypt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/helper.go b/helper.go index 419b38674..d7721c58c 100644 --- a/helper.go +++ b/helper.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/helper_test.go b/helper_test.go index e9a5f7125..f36c92e4c 100644 --- a/helper_test.go +++ b/helper_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/authorize_code_grant_public_client_pkce_test.go b/integration/authorize_code_grant_public_client_pkce_test.go index 26c4d67d0..7ff00ed60 100644 --- a/integration/authorize_code_grant_public_client_pkce_test.go +++ b/integration/authorize_code_grant_public_client_pkce_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/authorize_code_grant_public_client_test.go b/integration/authorize_code_grant_public_client_test.go index bf21bc601..d7e87008b 100644 --- a/integration/authorize_code_grant_public_client_test.go +++ b/integration/authorize_code_grant_public_client_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/authorize_code_grant_test.go b/integration/authorize_code_grant_test.go index 914d6ad61..fb5073008 100644 --- a/integration/authorize_code_grant_test.go +++ b/integration/authorize_code_grant_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/authorize_implicit_grant_test.go b/integration/authorize_implicit_grant_test.go index dde619970..1693d1cdf 100644 --- a/integration/authorize_implicit_grant_test.go +++ b/integration/authorize_implicit_grant_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/client_credentials_grant_test.go b/integration/client_credentials_grant_test.go index dd057aa6e..598694699 100644 --- a/integration/client_credentials_grant_test.go +++ b/integration/client_credentials_grant_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/helper_endpoints_test.go b/integration/helper_endpoints_test.go index 3d3d5ff72..d9b1ac1e4 100644 --- a/integration/helper_endpoints_test.go +++ b/integration/helper_endpoints_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/helper_setup_test.go b/integration/helper_setup_test.go index f0e847a1f..09780c99f 100644 --- a/integration/helper_setup_test.go +++ b/integration/helper_setup_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/introspect_token_test.go b/integration/introspect_token_test.go index 33c007722..c5d21222b 100644 --- a/integration/introspect_token_test.go +++ b/integration/introspect_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/oidc_explicit_test.go b/integration/oidc_explicit_test.go index 76daa95f5..d7e9d750a 100644 --- a/integration/oidc_explicit_test.go +++ b/integration/oidc_explicit_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/oidc_implicit_hybrid_test.go b/integration/oidc_implicit_hybrid_test.go index 679344255..77d7cf264 100644 --- a/integration/oidc_implicit_hybrid_test.go +++ b/integration/oidc_implicit_hybrid_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/placeholder.go b/integration/placeholder.go index bec9bf78e..ded3eeb0d 100644 --- a/integration/placeholder.go +++ b/integration/placeholder.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/refresh_token_grant_test.go b/integration/refresh_token_grant_test.go index 34ce60508..68e8763b9 100644 --- a/integration/refresh_token_grant_test.go +++ b/integration/refresh_token_grant_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/resource_owner_password_credentials_grant_test.go b/integration/resource_owner_password_credentials_grant_test.go index c5b264f3b..57c8ac3be 100644 --- a/integration/resource_owner_password_credentials_grant_test.go +++ b/integration/resource_owner_password_credentials_grant_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/integration/revoke_token_test.go b/integration/revoke_token_test.go index 7acd93b19..2d674db86 100644 --- a/integration/revoke_token_test.go +++ b/integration/revoke_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/access_request.go b/internal/access_request.go index 9958853ea..ab26828b9 100644 --- a/internal/access_request.go +++ b/internal/access_request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/access_response.go b/internal/access_response.go index 4ba208561..86059bcd9 100644 --- a/internal/access_response.go +++ b/internal/access_response.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/access_token_storage.go b/internal/access_token_storage.go index a994a6028..1861f92ac 100644 --- a/internal/access_token_storage.go +++ b/internal/access_token_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/access_token_strategy.go b/internal/access_token_strategy.go index 2ce5525fa..9926e8139 100644 --- a/internal/access_token_strategy.go +++ b/internal/access_token_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/authorize_code_storage.go b/internal/authorize_code_storage.go index cd2d1d590..df6f56295 100644 --- a/internal/authorize_code_storage.go +++ b/internal/authorize_code_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/authorize_code_strategy.go b/internal/authorize_code_strategy.go index bfb0db237..ff8081f2f 100644 --- a/internal/authorize_code_strategy.go +++ b/internal/authorize_code_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/authorize_handler.go b/internal/authorize_handler.go index 7084f5fc4..3a8a9d67c 100644 --- a/internal/authorize_handler.go +++ b/internal/authorize_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/authorize_request.go b/internal/authorize_request.go index af41f1805..4d65b400e 100644 --- a/internal/authorize_request.go +++ b/internal/authorize_request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/authorize_response.go b/internal/authorize_response.go index 957654c53..70c85da63 100644 --- a/internal/authorize_response.go +++ b/internal/authorize_response.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/client.go b/internal/client.go index 06f10539e..b7d64df85 100644 --- a/internal/client.go +++ b/internal/client.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/hash.go b/internal/hash.go index 8b54571cd..7dad6b8a8 100644 --- a/internal/hash.go +++ b/internal/hash.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/id_token_strategy.go b/internal/id_token_strategy.go index 30654014c..ed272da2b 100644 --- a/internal/id_token_strategy.go +++ b/internal/id_token_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/introspector.go b/internal/introspector.go index cce8fcfe3..31cfdbde2 100644 --- a/internal/introspector.go +++ b/internal/introspector.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/key.go b/internal/key.go index 60e1a5b51..40f080103 100644 --- a/internal/key.go +++ b/internal/key.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_client_storage.go b/internal/oauth2_client_storage.go index c7d2cb14a..3d3957223 100644 --- a/internal/oauth2_client_storage.go +++ b/internal/oauth2_client_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_explicit_storage.go b/internal/oauth2_explicit_storage.go index e97300366..594f9ca63 100644 --- a/internal/oauth2_explicit_storage.go +++ b/internal/oauth2_explicit_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_owner_storage.go b/internal/oauth2_owner_storage.go index 5d1af0b7b..31dc4f766 100644 --- a/internal/oauth2_owner_storage.go +++ b/internal/oauth2_owner_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_refresh_storage.go b/internal/oauth2_refresh_storage.go index 9be200c9e..178728a3b 100644 --- a/internal/oauth2_refresh_storage.go +++ b/internal/oauth2_refresh_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_revoke_storage.go b/internal/oauth2_revoke_storage.go index 6a953b69a..48fa60318 100644 --- a/internal/oauth2_revoke_storage.go +++ b/internal/oauth2_revoke_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_storage.go b/internal/oauth2_storage.go index f51d2289b..79744f638 100644 --- a/internal/oauth2_storage.go +++ b/internal/oauth2_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/oauth2_strategy.go b/internal/oauth2_strategy.go index 24cbddc49..0600cf08e 100644 --- a/internal/oauth2_strategy.go +++ b/internal/oauth2_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/openid_id_token_storage.go b/internal/openid_id_token_storage.go index 74f75ad12..0ffef58fe 100644 --- a/internal/openid_id_token_storage.go +++ b/internal/openid_id_token_storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/refresh_token_strategy.go b/internal/refresh_token_strategy.go index 442639cd6..32073493b 100644 --- a/internal/refresh_token_strategy.go +++ b/internal/refresh_token_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/request.go b/internal/request.go index 43ded28cb..661ad89dc 100644 --- a/internal/request.go +++ b/internal/request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/revoke_handler.go b/internal/revoke_handler.go index 8bae0f06e..c96967b82 100644 --- a/internal/revoke_handler.go +++ b/internal/revoke_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/rw.go b/internal/rw.go index 04714b62e..78bbfe991 100644 --- a/internal/rw.go +++ b/internal/rw.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/storage.go b/internal/storage.go index 6f1e89646..aefa96129 100644 --- a/internal/storage.go +++ b/internal/storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/internal/token_handler.go b/internal/token_handler.go index b24aa7721..808bfc8e8 100644 --- a/internal/token_handler.go +++ b/internal/token_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspect.go b/introspect.go index 7518409b1..c4819a61c 100644 --- a/introspect.go +++ b/introspect.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspect_test.go b/introspect_test.go index c489bbd71..2461e906c 100644 --- a/introspect_test.go +++ b/introspect_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspection_request_handler.go b/introspection_request_handler.go index 652ffb3a2..b88975798 100644 --- a/introspection_request_handler.go +++ b/introspection_request_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspection_request_handler_test.go b/introspection_request_handler_test.go index 018be2ffe..d1a879e52 100644 --- a/introspection_request_handler_test.go +++ b/introspection_request_handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspection_response_writer.go b/introspection_response_writer.go index e36fb0e2c..4dc63ce75 100644 --- a/introspection_response_writer.go +++ b/introspection_response_writer.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/introspection_response_writer_test.go b/introspection_response_writer_test.go index 9d1b3c3d7..284b73013 100644 --- a/introspection_response_writer_test.go +++ b/introspection_response_writer_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/oauth2.go b/oauth2.go index 8c060e732..b1096c5e9 100644 --- a/oauth2.go +++ b/oauth2.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/request.go b/request.go index c61bdd837..1ccd00c5a 100644 --- a/request.go +++ b/request.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/request_test.go b/request_test.go index 384b0db01..b8f75a65c 100644 --- a/request_test.go +++ b/request_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/revoke_handler.go b/revoke_handler.go index 81e2c354d..d2fe6a1d2 100644 --- a/revoke_handler.go +++ b/revoke_handler.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/revoke_handler_test.go b/revoke_handler_test.go index d33da963f..0aa1cd95c 100644 --- a/revoke_handler_test.go +++ b/revoke_handler_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/scope_strategy.go b/scope_strategy.go index b39a9fda3..1fa5ad5aa 100644 --- a/scope_strategy.go +++ b/scope_strategy.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/scope_strategy_test.go b/scope_strategy_test.go index 7e82c1921..cf63ce740 100644 --- a/scope_strategy_test.go +++ b/scope_strategy_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/session.go b/session.go index 8adec78d7..c551e297c 100644 --- a/session.go +++ b/session.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/session_test.go b/session_test.go index 0bc9bdfbe..8da9d0f7a 100644 --- a/session_test.go +++ b/session_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/storage.go b/storage.go index 8e606ab0c..ddec91dec 100644 --- a/storage.go +++ b/storage.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/storage/memory.go b/storage/memory.go index 0f8e7f174..95fc988a5 100644 --- a/storage/memory.go +++ b/storage/memory.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/hmac/bytes.go b/token/hmac/bytes.go index 30b63a434..62b2479e8 100644 --- a/token/hmac/bytes.go +++ b/token/hmac/bytes.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/hmac/bytes_test.go b/token/hmac/bytes_test.go index 0b1edd6c9..ab1a031d1 100644 --- a/token/hmac/bytes_test.go +++ b/token/hmac/bytes_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/hmac/hmacsha.go b/token/hmac/hmacsha.go index 90e857260..f02883ced 100644 --- a/token/hmac/hmacsha.go +++ b/token/hmac/hmacsha.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/hmac/hmacsha_test.go b/token/hmac/hmacsha_test.go index bbe159895..3b764f6ff 100644 --- a/token/hmac/hmacsha_test.go +++ b/token/hmac/hmacsha_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims.go b/token/jwt/claims.go index 719a60b47..8ea5efb6d 100644 --- a/token/jwt/claims.go +++ b/token/jwt/claims.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims_id_token.go b/token/jwt/claims_id_token.go index 7c89835cb..7ca70c345 100644 --- a/token/jwt/claims_id_token.go +++ b/token/jwt/claims_id_token.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims_id_token_test.go b/token/jwt/claims_id_token_test.go index 713a71b8a..6cdb3c040 100644 --- a/token/jwt/claims_id_token_test.go +++ b/token/jwt/claims_id_token_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims_jwt.go b/token/jwt/claims_jwt.go index 05f49cb72..53ae25cab 100644 --- a/token/jwt/claims_jwt.go +++ b/token/jwt/claims_jwt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims_jwt_test.go b/token/jwt/claims_jwt_test.go index 4aca62901..31d42c7d6 100644 --- a/token/jwt/claims_jwt_test.go +++ b/token/jwt/claims_jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/claims_test.go b/token/jwt/claims_test.go index ee3d49c5c..3b5cf9441 100644 --- a/token/jwt/claims_test.go +++ b/token/jwt/claims_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/header.go b/token/jwt/header.go index da6520c15..0499f07bf 100644 --- a/token/jwt/header.go +++ b/token/jwt/header.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/header_test.go b/token/jwt/header_test.go index bc51c6003..7444446fe 100644 --- a/token/jwt/header_test.go +++ b/token/jwt/header_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/jwt.go b/token/jwt/jwt.go index 5a3c6eae4..66435ec1d 100644 --- a/token/jwt/jwt.go +++ b/token/jwt/jwt.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * 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/token/jwt/jwt_test.go b/token/jwt/jwt_test.go index 26888d6e0..68e681bef 100644 --- a/token/jwt/jwt_test.go +++ b/token/jwt/jwt_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2017-2018 Aeneas Rekkas + * Copyright © 2015-2018 Aeneas Rekkas * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.