Relicense the Velocity proxy under the terms of GPLv3 (#448)

This commit is contained in:
Andrew Steinborn
2021-03-31 16:04:06 -04:00
committed by GitHub
parent 514115a85c
commit c747120b20
332 changed files with 5068 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ plugins {
id 'checkstyle'
}
apply plugin: 'org.cadixdev.licenser'
apply from: '../gradle/checkstyle.gradle'
apply from: '../gradle/publish.gradle'
apply plugin: 'com.github.johnrengelman.shadow'
@@ -13,6 +14,10 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
license {
header = project.file('HEADER.txt')
}
sourceSets {
ap {
compileClasspath += main.compileClasspath + main.output