diff --git a/curations/Maven/edu.berkeley.cs.jqf/jqf-fuzz.yml b/curations/Maven/edu.berkeley.cs.jqf/jqf-fuzz.yml new file mode 100644 index 00000000..9fadce87 --- /dev/null +++ b/curations/Maven/edu.berkeley.cs.jqf/jqf-fuzz.yml @@ -0,0 +1,13 @@ +- id: "Maven:edu.berkeley.cs.jqf:jqf-fuzz" + curations: + comment: |- + Mapped based on https://github.com/rohanpadhye/JQF/blob/ba9566c/LICENSE. + declared_license_mapping: + "FreeBSD License": "BSD-2-Clause" +- id: "Maven:edu.berkeley.cs.jqf:jqf-fuzz" + curations: + comment: |- + Set the VCS path of the module inside the multi-module repository. + See also https://github.com/rohanpadhye/JQF/blob/ba9566c/fuzz/pom.xml. + vcs: + path: "fuzz" diff --git a/curations/Maven/edu.berkeley.cs.jqf/jqf-instrument.yml b/curations/Maven/edu.berkeley.cs.jqf/jqf-instrument.yml new file mode 100644 index 00000000..c5fa6b7d --- /dev/null +++ b/curations/Maven/edu.berkeley.cs.jqf/jqf-instrument.yml @@ -0,0 +1,13 @@ +- id: "Maven:edu.berkeley.cs.jqf:jqf-instrument" + curations: + comment: |- + Mapped based on https://github.com/rohanpadhye/JQF/blob/ba9566c/LICENSE. + declared_license_mapping: + "FreeBSD License": "BSD-2-Clause" +- id: "Maven:edu.berkeley.cs.jqf:jqf-instrument" + curations: + comment: |- + Set the VCS path of the module inside the multi-module repository. + See also https://github.com/rohanpadhye/JQF/blob/ba9566c/instrument/pom.xml. + vcs: + path: "instrument" diff --git a/curations/Maven/edu.berkeley.cs.jqf/jqf-maven-plugin.yml b/curations/Maven/edu.berkeley.cs.jqf/jqf-maven-plugin.yml new file mode 100644 index 00000000..36b07547 --- /dev/null +++ b/curations/Maven/edu.berkeley.cs.jqf/jqf-maven-plugin.yml @@ -0,0 +1,13 @@ +- id: "Maven:edu.berkeley.cs.jqf:jqf-maven-plugin" + curations: + comment: |- + Mapped based on https://github.com/rohanpadhye/JQF/blob/ba9566c/LICENSE. + declared_license_mapping: + "FreeBSD License": "BSD-2-Clause" +- id: "Maven:edu.berkeley.cs.jqf:jqf-maven-plugin" + curations: + comment: |- + Set the VCS path of the module inside the multi-module repository. + See also https://github.com/rohanpadhye/JQF/blob/ba9566c/maven-plugin/pom.xml. + vcs: + path: "maven-plugin"