Skip to content

Add various curations for edu.berkeley.cs.jqf packages #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions curations/Maven/edu.berkeley.cs.jqf/jqf-fuzz.yml
Original file line number Diff line number Diff line change
@@ -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"
13 changes: 13 additions & 0 deletions curations/Maven/edu.berkeley.cs.jqf/jqf-instrument.yml
Original file line number Diff line number Diff line change
@@ -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"
13 changes: 13 additions & 0 deletions curations/Maven/edu.berkeley.cs.jqf/jqf-maven-plugin.yml
Original file line number Diff line number Diff line change
@@ -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"
Loading