Skip to content

Commit

Permalink
Fix licensee task in sql-language
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Dec 3, 2023
1 parent 94ea461 commit 803f728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/sql-language/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@ licensee {
allow('Apache-2.0')

allow('MIT')
allow('ISC')

allowUrl('https://www.eclipse.org/org/documents/epl-v10.php') // EPL 1.0

allowDependency('com.j256.simplemagic', 'simplemagic', '1.16')

allowDependency('javax.servlet', 'javax.servlet-api', '3.1.0') {
because 'Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the original source code for this can be found at http://www.eclipse.org/jetty/downloads.php'
}
Expand Down

0 comments on commit 803f728

Please sign in to comment.