Skip to content

Commit

Permalink
feat(curations): Add a declared license mapping for xmlunit
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jun 7, 2024
1 parent dd3e7a1 commit 7252588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion curations/Maven/xmlunit/xmlunit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
- id: "Maven:xmlunit:xmlunit:(,2.0["
curations:
comment: |-
Wrong SVN repository URL in POM: https://repo1.maven.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom
The POM, e.g. https://repo1.maven.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom, contains a `BSD-3-Clause`
license header but a non-SPDX license name tag. Also the SVN repository URL is wrong as it either points to the
view URL or hard-codes the trunk revision.
declared_license_mapping:
BSD License: "BSD-3-Clause"
vcs:
type: "Subversion"
url: "https://svn.code.sf.net/p/xmlunit/code"

0 comments on commit 7252588

Please sign in to comment.