Skip to content

Commit d6228b9

Browse files
committed
Update copyright and remove unused tests
Signed-off-by: KiriCattus <[email protected]>
1 parent 900a1a6 commit d6228b9

File tree

169 files changed

+169
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+169
-455
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ println "Bots: ${String.join(" ", BOTS)}"
4545
final var actualDateTime = OffsetDateTime.now(ZoneOffset.UTC).withNano(0)
4646

4747
application {
48-
mainClass = 'com.mcmoddev.mmdbot.core.RunBots'
48+
applicationName = "MMDBot"
49+
mainClass = "com.mcmoddev.mmdbot.core.RunBots"
50+
executableDir = "run"
4951
}
5052

5153
tasks.withType(JavaCompile).configureEach {

src/commander/java/com/mcmoddev/mmdbot/commander/TheCommander.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/annotation/RegisterSlashCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFProjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CurseForgeManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CurseForgeWebhooksCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/commands/EvaluateCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/commands/McAgeCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)