This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/trunk by this push: new 97af6d23b Use SPDX identifier for license name new cd62e2663 Merge pull request #40 from coheigea/coheigea/license 97af6d23b is described below commit 97af6d23bd5a2634f4cc91e1c8abc8a0ed5a18c4 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Thu Oct 5 06:55:06 2023 +0100 Use SPDX identifier for license name --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cc851e7f9..0a48eef79 100644 --- a/pom.xml +++ b/pom.xml @@ -81,8 +81,8 @@ <licenses> <license> - <name>Apache 2.0 License</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <name>Apache-2.0</name> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses>