diff --git a/README.md b/README.md index d6d08bf..487e69e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/auth0/auth0-auth-java/actions) ![Java Version](https://img.shields.io/badge/java-8%2B-blue) -![License](https://img.shields.io/badge/license-MIT-green) +![License](https://img.shields.io/badge/license-Apache%202.0-green) A comprehensive Java library for Auth0 JWT authentication with built-in **DPoP (Demonstration of Proof-of-Possession)** and **Multi-Custom Domain (MCD)** support. This project provides Spring Boot integration for secure API development. @@ -100,7 +100,7 @@ The core library (`auth0-api-java`) is bundled as an internal dependency within ## 📄 License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. ## 🆘 Support diff --git a/gradle.properties b/gradle.properties index b3603bf..bdc7c6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ POM_SCM_URL=https://github.com/auth0/auth0-auth-java POM_SCM_CONNECTION=scm:git:https://github.com/auth0/auth0-auth-java.git POM_SCM_DEV_CONNECTION=scm:git:https://github.com/auth0/auth0-auth-java.git -POM_LICENCE_NAME=The MIT License (MIT) +POM_LICENCE_NAME=Apache License Version 2.0 POM_LICENCE_URL=https://raw.githubusercontent.com/auth0/auth0-auth-java/main/LICENSE POM_LICENCE_DIST=repo