Skip to content
Snippets Groups Projects
Verified Commit fc36457f authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Supplement fixing licenses

parent b64b4fd5
No related branches found
No related tags found
1 merge request!62019 upgrade
Pipeline #149068 passed
......@@ -21,6 +21,7 @@ allprojects {
apply plugin: 'org.owasp.dependencycheck'
apply plugin: 'com.github.hierynomus.license-report'
group 'nl.tudelft.ewi'
version = '0.1.0'
sourceCompatibility = '1.11'
......@@ -88,6 +89,17 @@ allprojects {
downloadLicenses {
dependencyConfiguration = 'compileClasspath'
includeProjectDependencies = true
ext.bsd = license('BSD License', 'http://www.opensource.org/licenses/bsd-license.php')
ext.agpl = license(
'Affero GNU General Public License Version 3',
'https://www.gnu.org/licenses/agpl-3.0.en.html'
)
licenses = [
'org.antlr:ST4:4.1' : bsd,
'nl.tudelft.ewi:auta:0.1.0': agpl
]
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment