diff --git a/security/jwt/src/main/java/module-info.java b/security/jwt/src/main/java/module-info.java index edebd7ffd41..1a4281a78db 100644 --- a/security/jwt/src/main/java/module-info.java +++ b/security/jwt/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2023 Oracle and/or its affiliates. + * Copyright (c) 2018, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ */ /** - * Http signature provider. + * Helidon JWT and JWK token implementation. */ module io.helidon.security.jwt {