Skip to content

Commit 23a16c9

Browse files
committed
Add license headers
1 parent 55b5bd2 commit 23a16c9

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

src/main/java/net/silverstonemc/expensivedeaths/DeathEvent.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright JasonHorkles and contributors
2+
// SPDX-License-Identifier: GPL-3.0-or-later
13
package net.silverstonemc.expensivedeaths;
24

35
import net.milkbowl.vault.economy.Economy;

src/main/java/net/silverstonemc/expensivedeaths/Execution.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright JasonHorkles and contributors
2+
// SPDX-License-Identifier: GPL-3.0-or-later
13
package net.silverstonemc.expensivedeaths;
24

35
import com.google.common.base.Suppliers;

src/main/java/net/silverstonemc/expensivedeaths/ExpensiveDeaths.java

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

320
import net.milkbowl.vault.economy.Economy;

src/main/java/net/silverstonemc/expensivedeaths/RespawnEvent.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright JasonHorkles and contributors
2+
// SPDX-License-Identifier: GPL-3.0-or-later
13
package net.silverstonemc.expensivedeaths;
24

35
import org.bukkit.entity.Player;

src/main/java/net/silverstonemc/expensivedeaths/UpdateChecker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright JasonHorkles and contributors
2+
// SPDX-License-Identifier: GPL-3.0-or-later
13
package net.silverstonemc.expensivedeaths;
24

35
import org.bukkit.ChatColor;

0 commit comments

Comments
 (0)