From 7305fc48f059141b26d4122d8c8865ff9c946de0 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 5 Aug 2026 12:06:06 +0530 Subject: [PATCH 1/2] Update LICENSE Name --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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..7420540 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 2.0 POM_LICENCE_URL=https://raw.githubusercontent.com/auth0/auth0-auth-java/main/LICENSE POM_LICENCE_DIST=repo From d2e06f26655dd01a8533c73a84b5b55933f3b414 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 5 Aug 2026 12:21:17 +0530 Subject: [PATCH 2/2] update url name --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7420540..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=Apache License 2.0 +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