diff --git a/necrify-common/src/main/java/de/jvstvshd/necrify/common/commands/PunishmentLogPaginationRowRenderer.java b/necrify-common/src/main/java/de/jvstvshd/necrify/common/commands/PunishmentLogPaginationRowRenderer.java index 346c3c2c..11b3ceb8 100644 --- a/necrify-common/src/main/java/de/jvstvshd/necrify/common/commands/PunishmentLogPaginationRowRenderer.java +++ b/necrify-common/src/main/java/de/jvstvshd/necrify/common/commands/PunishmentLogPaginationRowRenderer.java @@ -1,3 +1,21 @@ +/* + * This file is part of Necrify (formerly Velocity Punishment), a plugin designed to manage player's punishments for the platforms Velocity and partly Paper. + * Copyright (C) 2022-2024 JvstvsHD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.jvstvshd.necrify.common.commands; import de.jvstvshd.necrify.api.message.MessageProvider; diff --git a/necrify-common/src/main/java/de/jvstvshd/necrify/common/punishment/HistoricalPunishment.java b/necrify-common/src/main/java/de/jvstvshd/necrify/common/punishment/HistoricalPunishment.java index 0c449c70..7a3df97c 100644 --- a/necrify-common/src/main/java/de/jvstvshd/necrify/common/punishment/HistoricalPunishment.java +++ b/necrify-common/src/main/java/de/jvstvshd/necrify/common/punishment/HistoricalPunishment.java @@ -1,3 +1,21 @@ +/* + * This file is part of Necrify (formerly Velocity Punishment), a plugin designed to manage player's punishments for the platforms Velocity and partly Paper. + * Copyright (C) 2022-2024 JvstvsHD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.jvstvshd.necrify.common.punishment; import de.jvstvshd.necrify.api.PunishmentException; diff --git a/necrify-common/src/main/java/de/jvstvshd/necrify/common/user/AbstractNecrifyUser.java b/necrify-common/src/main/java/de/jvstvshd/necrify/common/user/AbstractNecrifyUser.java index f1857051..af78a069 100644 --- a/necrify-common/src/main/java/de/jvstvshd/necrify/common/user/AbstractNecrifyUser.java +++ b/necrify-common/src/main/java/de/jvstvshd/necrify/common/user/AbstractNecrifyUser.java @@ -1,3 +1,21 @@ +/* + * This file is part of Necrify (formerly Velocity Punishment), a plugin designed to manage player's punishments for the platforms Velocity and partly Paper. + * Copyright (C) 2022-2024 JvstvsHD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.jvstvshd.necrify.common.user; import de.jvstvshd.necrify.api.message.MessageProvider; diff --git a/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/EmptyPunishmentType.java b/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/EmptyPunishmentType.java index 0f8c15fe..6dcb63a8 100644 --- a/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/EmptyPunishmentType.java +++ b/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/EmptyPunishmentType.java @@ -1,3 +1,21 @@ +/* + * This file is part of Necrify (formerly Velocity Punishment), a plugin designed to manage player's punishments for the platforms Velocity and partly Paper. + * Copyright (C) 2022-2024 JvstvsHD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.jvstvshd.necrify.common.util; import de.jvstvshd.necrify.api.punishment.PunishmentType; diff --git a/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/Paginator.java b/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/Paginator.java index 41c81508..f662faf8 100644 --- a/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/Paginator.java +++ b/necrify-common/src/main/java/de/jvstvshd/necrify/common/util/Paginator.java @@ -1,3 +1,21 @@ +/* + * This file is part of Necrify (formerly Velocity Punishment), a plugin designed to manage player's punishments for the platforms Velocity and partly Paper. + * Copyright (C) 2022-2024 JvstvsHD + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.jvstvshd.necrify.common.util; import de.jvstvshd.necrify.api.message.MessageProvider;