Skip to content

Commit

Permalink
Use Correct License Name "Plexus"
Browse files Browse the repository at this point in the history
The pom.xml states that dom4j is using the BSD-3-Clause license, but the license text does not match that statement.

The license text matches the "Plexus Classworlds License".
The SPDX identifier is "Plexus", which would be the recomended entry for the name field in the pom.

https://spdx.org/licenses/Plexus.html
  • Loading branch information
tisoft authored and FilipJirsak committed Jan 22, 2023
1 parent 4d38f75 commit cd4bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -76,7 +76,7 @@ publishing {
url = 'http://dom4j.github.io/'
licenses {
license {
name = 'BSD 3-clause New License'
name = 'Plexus'
url = 'https://github.com/dom4j/dom4j/blob/master/LICENSE'
}
}
Expand Down

0 comments on commit cd4bcda

Please sign in to comment.