diff --git a/LICENSE b/LICENSE index 8cc065b..6052606 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015 Dhatim +Copyright 2023 Dhatim Licensed 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/dhatim/dropwizard/jwt/cookie/authentication/DefaultJwtCookiePrincipal.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DefaultJwtCookiePrincipal.java index 1918a8b..95a9a4f 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DefaultJwtCookiePrincipal.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DefaultJwtCookiePrincipal.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSession.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSession.java index 9df29b9..df8c16c 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSession.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSession.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSessionFilter.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSessionFilter.java index 91d6544..4beb877 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSessionFilter.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/DontRefreshSessionFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthBundle.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthBundle.java index 7eb3491..2ea46a8 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthBundle.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthBundle.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthConfiguration.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthConfiguration.java index dd80df0..69ba9c5 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthConfiguration.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthRequestFilter.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthRequestFilter.java index a62ce33..254330b 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthRequestFilter.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthRequestFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthResponseFilter.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthResponseFilter.java index 9f27e14..4f0ef58 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthResponseFilter.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieAuthResponseFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipal.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipal.java index 03ba377..c056594 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipal.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipal.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Dhatim. + * Copyright 2023 Dhatim. * * Licensed 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/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipalAuthenticator.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipalAuthenticator.java index 899a0df..054f7d7 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipalAuthenticator.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookiePrincipalAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieSecurityContext.java b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieSecurityContext.java index a05ab58..29710ce 100644 --- a/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieSecurityContext.java +++ b/src/main/java/org/dhatim/dropwizard/jwt/cookie/authentication/JwtCookieSecurityContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/test/java/org/dhatim/dropwizard/jwt/cookie/authentication/TestResource.java b/src/test/java/org/dhatim/dropwizard/jwt/cookie/authentication/TestResource.java index c32396e..06521a6 100644 --- a/src/test/java/org/dhatim/dropwizard/jwt/cookie/authentication/TestResource.java +++ b/src/test/java/org/dhatim/dropwizard/jwt/cookie/authentication/TestResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2020 Dhatim + * Copyright 2023 Dhatim * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of