diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-03-20 10:31:37 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-03-20 10:31:37 +0000 |
| commit | d9ddfb4662dc3d9ba283e7832f6d1ec0e1451d25 (patch) | |
| tree | 417c4a313b1d6428c1a43f38278d2c828a36b293 /spec/fixtures/expected/java | |
| parent | df97efaccfc0a5d4e3ef564e74c60987f65ff6fa (diff) | |
| parent | 43fec0e1e3151371929139c4f67c43e7f81f1a80 (diff) | |
Merge branch 'java-maven-multimodules' into 'master'v3.1.2
Detect all licenses for maven multi-module projects.
See merge request gitlab-org/security-products/license-management!123
Diffstat (limited to 'spec/fixtures/expected/java')
3 files changed, 309 insertions, 0 deletions
diff --git a/spec/fixtures/expected/java/maven-multimodules/v1.0.json b/spec/fixtures/expected/java/maven-multimodules/v1.0.json new file mode 100644 index 0000000..ac9f480 --- /dev/null +++ b/spec/fixtures/expected/java/maven-multimodules/v1.0.json @@ -0,0 +1,94 @@ +{ + "licenses": [ + { "count": 15, "name": "Apache 2.0" }, + { "count": 4, "name": "BSD" }, + { "count": 1, "name": "MPL 1.1, GNU Lesser General Public License version 2.1, Apache 2.0" }, + { "count": 1, "name": "unknown" } + ], + "dependencies": [ + { + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm-commons", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm-tree", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-fileupload", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-io", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-lang3", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "freemarker", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-annotations", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-core", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-databind", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-dataformat-xml", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-module-jaxb-annotations", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "MPL 1.1, GNU Lesser General Public License version 2.1, Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "javassist", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-api", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-api", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-core", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "unknown" }, + "dependency": { "name": "model", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "netty-all", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "ognl", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "stax2-api", "description": "", "pathes": [ "." ] } + }, + { + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "struts2-core", "description": "", "pathes": [ "." ] } + } + ] +} diff --git a/spec/fixtures/expected/java/maven-multimodules/v1.1.json b/spec/fixtures/expected/java/maven-multimodules/v1.1.json new file mode 100644 index 0000000..a8e2841 --- /dev/null +++ b/spec/fixtures/expected/java/maven-multimodules/v1.1.json @@ -0,0 +1,157 @@ +{ + "version": "1.1", + "licenses": [ + { "count": 15, "name": "Apache 2.0" }, + { "count": 4, "name": "BSD" }, + { "count": 1, "name": "MPL 1.1, GNU Lesser General Public License version 2.1, Apache 2.0" }, + { "count": 1, "name": "unknown" } + ], + "dependencies": [ + { + "licenses": [ + { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" } + ], + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" } ], + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm-commons", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" } ], + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "asm-tree", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-fileupload", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-io", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "commons-lang3", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "freemarker", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-annotations", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-core", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-databind", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-dataformat-xml", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "jackson-module-jaxb-annotations", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { "name": "GNU Lesser General Public License version 2.1", "url": "https://opensource.org/licenses/LGPL-2.1" }, + { "name": "MPL 1.1", "url": "" } + ], + "license": { "name": "MPL 1.1, GNU Lesser General Public License version 2.1, Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "javassist", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-api", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-api", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "log4j-core", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "unknown", "url": "" } + ], + "license": { "name": "unknown" }, + "dependency": { "name": "model", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { + "name": "Apache 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" + } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "netty-all", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "ognl", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" } + ], + "license": { "name": "BSD", "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, + "dependency": { "name": "stax2-api", "description": "", "pathes": [ "." ] } + }, + { + "licenses": [ + { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" } + ], + "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + "dependency": { "name": "struts2-core", "description": "", "pathes": [ "." ] } + } + ] +} diff --git a/spec/fixtures/expected/java/maven-multimodules/v2.0.json b/spec/fixtures/expected/java/maven-multimodules/v2.0.json new file mode 100644 index 0000000..aa08ef9 --- /dev/null +++ b/spec/fixtures/expected/java/maven-multimodules/v2.0.json @@ -0,0 +1,58 @@ +{ + "version": "2.0", + "licenses": [ + { + "id": "Apache-2.0", + "name": "Apache License 2.0", + "url": "https://opensource.org/licenses/Apache-2.0", + "count": 16 + }, + { + "id": "BSD-4-Clause", + "name": "BSD 4-Clause \"Original\" or \"Old\" License", + "url": "http://directory.fsf.org/wiki/License:BSD_4Clause", + "count": 4 + }, + { + "id": "LGPL-2.1", + "name": "GNU Lesser General Public License v2.1 only", + "url": "https://opensource.org/licenses/LGPL-2.1", + "count": 1 + }, + { + "id": "MPL-1.1", + "name": "Mozilla Public License 1.1", + "url": "https://opensource.org/licenses/MPL-1.1", + "count": 1 + }, + { + "id": "unknown", + "name": "unknown", + "url": "", + "count": 1 + } + ], + "dependencies": [ + { "name": "asm", "url": "", "description": "", "paths": [ "." ], "licenses": [ "BSD-4-Clause" ] }, + { "name": "asm-commons", "url": "", "description": "", "paths": [ "." ], "licenses": [ "BSD-4-Clause" ] }, + { "name": "asm-tree", "url": "", "description": "", "paths": [ "." ], "licenses": [ "BSD-4-Clause" ] }, + { "name": "commons-fileupload", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "commons-io", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "commons-lang3", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "freemarker", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "jackson-annotations", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "jackson-core", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "jackson-databind", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "jackson-dataformat-xml", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "jackson-module-jaxb-annotations", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "javassist", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0", "LGPL-2.1", "MPL-1.1" ] }, + { "name": "log4j-api", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "log4j-api", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "log4j-core", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "model", "url": "", "description": "", "paths": [ "." ], "licenses": [ "unknown" ] }, + { "name": "netty-all", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "ognl", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] }, + { "name": "stax2-api", "url": "", "description": "", "paths": [ "." ], "licenses": [ "BSD-4-Clause" ] }, + { "name": "struts2-core", "url": "", "description": "", "paths": [ "." ], "licenses": [ "Apache-2.0" ] } + ] +} |
