Add license file and copyright information in files

This commit is contained in:
2015-03-16 20:48:27 +00:00
parent f41b6903b4
commit 5f15aefd9a
133 changed files with 2709 additions and 13 deletions

View File

@@ -1,9 +1,7 @@
subprojects {
version = '0.1'
allprojects {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
version = '0.1'
repositories {
maven {
@@ -39,3 +37,12 @@ subprojects {
mavenCentral()
}
}
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
}
}