This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 5038e9b20f Switch to SPDX identifier for the license (#527)
5038e9b20f is described below
commit 5038e9b20f9c63b9fb867fdc4f570d9e912260b9
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 27ea78d130..689743d669 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>