From fc0f108972be6e825c2b00c8308ac5fece232fc5 Mon Sep 17 00:00:00 2001 From: "Daniel V." Date: Wed, 23 Oct 2024 17:37:17 -0400 Subject: [PATCH] Update license header to LGPL for AccountPermission. --- .../vault2/economy/AccountPermission.java | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/main/java/net/milkbowl/vault2/economy/AccountPermission.java b/src/main/java/net/milkbowl/vault2/economy/AccountPermission.java index b604263..18668b2 100644 --- a/src/main/java/net/milkbowl/vault2/economy/AccountPermission.java +++ b/src/main/java/net/milkbowl/vault2/economy/AccountPermission.java @@ -1,27 +1,26 @@ package net.milkbowl.vault2.economy; -/* - * The New Kings - * Copyright (C) 2022 - 2024 Daniel "creatorfromhell" Vidmar - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + +/* This file is part of Vault. + + Vault is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Vault 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with Vault. If not, see . */ /** * AccountPermission * * @author creatorfromhell - * @since 0.0.1.0 + * @since 2.7 */ public enum AccountPermission {