Skip to content

Commit

Permalink
chore(java-dep-check): add GPL/CP to the caution list (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva authored Oct 30, 2023
1 parent 08cfc4f commit 7e49618
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions java-dependency-check/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
"LGPL-3.0",
"EPL-1.0",
"EPL-2.0",
"W3C-20150513"
"W3C-20150513",
"GPL-2.0-with-classpath-exception"
],
"stop": [
"GPL-2.0",
"GPL-3.0",
"TMate"
]
}
}

0 comments on commit 7e49618

Please sign in to comment.