Skip to content

Commit fef2e4c

Browse files
Fix license errors
1 parent 12d274f commit fef2e4c

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

spark-common/src/main/java/me/lucko/spark/common/legacy/LegacyBytesocksClient.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* This file is part of spark.
3+
*
4+
* Copyright (c) lucko (Luck) <luck@lucko.me>
5+
* Copyright (c) contributors
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
*/
20+
121
package me.lucko.spark.common.legacy;
222

323
import com.neovisionaries.ws.client.*;

spark-common/src/main/java/me/lucko/spark/common/legacy/LegacyBytesocksClientFactory.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* This file is part of spark.
3+
*
4+
* Copyright (c) lucko (Luck) <luck@lucko.me>
5+
* Copyright (c) contributors
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
*/
20+
121
package me.lucko.spark.common.legacy;
222

323
import me.lucko.bytesocks.client.BytesocksClient;

spark-forge1710/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,15 @@ tasks.named("reobfJar", ReobfuscatedJar) {
7676
archiveFileName = "spark-${project.pluginVersion}-forge-1.7.10.jar"
7777
inputJar.set(tasks.named("shadowJar", ShadowJar).map { it.archiveFile }.get())
7878
}
79+
80+
tasks.named("checkLicenseInjectedTags") {
81+
enabled = false;
82+
}
83+
84+
tasks.named("checkLicenseMcLauncher") {
85+
enabled = false;
86+
}
87+
88+
tasks.named("checkLicensePatchedMc") {
89+
enabled = false;
90+
}

0 commit comments

Comments
 (0)