This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
new bb5d95940 Use SPDX identifier for License (#209)
bb5d95940 is described below
commit bb5d95940969240ec8b6ab06d471907ecea3f580
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 5 05:54:25 2023 +0100
Use SPDX identifier for License (#209)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 05a12815c..9205fa845 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<inceptionYear>2004</inceptionYear>
<licenses>
<license>
- <name>Apache License, Version 2.0</name>
+ <name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>