Skip to content

Commit

Permalink
license header fix :face_palm:
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 16, 2024
1 parent f9f4dd7 commit 3327f79
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/src/main/java/revxrsal/zapper/Dependency.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions api/src/main/java/revxrsal/zapper/DependencyManager.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down Expand Up @@ -87,7 +87,7 @@ public void load() {
}
} catch (DependencyDownloadException e) {
if (e.getCause() instanceof UnknownHostException) {
Bukkit.getLogger().info("[WorldCleaner] It appears you do not have an internet connection. Extract the zip in https://bit.ly/3cd3wGe at /WorldCleaner/libraries.");
Bukkit.getLogger().info("[Zapper] It appears you do not have an internet connection. Extract the zip in https://bit.ly/3cd3wGe at /Zapper/libraries.");
FAILED_TO_DOWNLOAD = true;
} else throw e;
} catch (RuntimeException d) {
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/revxrsal/zapper/DependencyScope.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WorldCleaner, licensed under the MIT License.
* This file is part of Zapper, licensed under the MIT License.
*
* Copyright (c) Revxrsal <[email protected]>
*
Expand Down

0 comments on commit 3327f79

Please sign in to comment.