This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 0a66e3aef6 Switch to SPDX identifier for the license (#527)
0a66e3aef6 is described below
commit 0a66e3aef6842ebebac6ef2f65d50fca5aaa03b5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 5 08:03:51 2023 +0100
Switch to SPDX identifier for the license (#527)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 45e5ab98e1..65e8ad00be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
<licenses>
<license>
- <name>Apache License, Version 2.0</name>
+ <name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>