diff --git a/build.gradle b/build.gradle index 248b878..88275d0 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,6 @@ plugins { id 'com.github.johnrengelman.shadow' version '5.2.0' id 'com.palantir.git-version' version '0.12.3' id 'java' - id 'com.github.hierynomus.license' version '0.15.0' } repositories { @@ -56,14 +55,4 @@ shadowJar { relocate 'org.objectweb.asm', 'moe.yushi.authlibinjector.internal.org.objectweb.asm' } -license { - header project.file('license-header.txt') - strictCheck true - mapping { - java='SLASHSTAR_STYLE' - } - include '**/*.java' - exclude '**/package-info.java' -} - defaultTasks 'clean', 'shadowJar' diff --git a/license-header.txt b/license-header.txt index 6ac81d4..23eb23b 100644 --- a/license-header.txt +++ b/license-header.txt @@ -1,4 +1,4 @@ -Copyright (C) 2019 Haowei Wen and contributors +Copyright (C) 2020 Haowei Wen and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by