Skip to content

Commit d8be9dd

Browse files
committed
Update copyright year to 2025
1 parent d2dd96e commit d8be9dd

72 files changed

Lines changed: 399 additions & 355 deletions

File tree

Some content is hidden

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

build.gradle.kts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import net.kyori.blossom.BlossomExtension
2-
31
/*
4-
* LICENSE
2+
* LICENSE
53
* AdvancedPlHide
64
* -------------
7-
* Copyright (C) 2021 - 2021 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
86
* -------------
97
* This program is free software: you can redistribute it and/or modify
108
* it under the terms of the GNU General Public License as
@@ -16,11 +14,14 @@ import net.kyori.blossom.BlossomExtension
1614
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1715
* GNU General Public License for more details.
1816
*
19-
* You should have received a copy of the GNU General Public
20-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
2119
* <http://www.gnu.org/licenses/gpl-3.0.html>.
22-
* END
20+
* END
2321
*/
22+
23+
import net.kyori.blossom.BlossomExtension
24+
2425
plugins {
2526
id("java")
2627
id("com.github.johnrengelman.shadow") version "8.1.1"

bungee/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222
plugins {
2323
id("net.minecrell.plugin-yml.bungee") version "0.6.0"

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/AdvancedPlHideBungee.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/AdvancedPlHideCommand.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/Metrics.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/impl/completer/StringCommandCompleter.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee.impl.completer;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/impl/completer/StringCommandCompleterList.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee.impl.completer;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/impl/subcompleter/StringSubCommandCompleter.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee.impl.subcompleter;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/impl/subcompleter/StringSubCommandCompleterList.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee.impl.subcompleter;

bungee/src/main/java/dev/bluetree242/advancedplhide/bungee/listener/event/BungeeEventListener.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* LICENSE
2+
* LICENSE
33
* AdvancedPlHide
44
* -------------
5-
* Copyright (C) 2021 - 2024 BlueTree242
5+
* Copyright (C) 2021 - 2025 BlueTree242
66
* -------------
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as
@@ -14,10 +14,10 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU General
18+
* Public License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/gpl-3.0.html>.
20-
* END
20+
* END
2121
*/
2222

2323
package dev.bluetree242.advancedplhide.bungee.listener.event;

0 commit comments

Comments
 (0)