X-Git-Url: https://code.delx.au/refind/blobdiff_plain/494f7ae2bbd05b26a4a1b3dc2b57120bb7025dd6..4220e9754e288a5aedee79dc8440dc20afab2eea:/refind/gpt.c diff --git a/refind/gpt.c b/refind/gpt.c index cc6c70b..6ce2ba0 100644 --- a/refind/gpt.c +++ b/refind/gpt.c @@ -5,11 +5,19 @@ * Copyright (c) 2014-2015 Roderick W. Smith * All rights reserved. * - * This program is distributed under the terms of the GNU General Public - * License (GPL) version 3 (GPLv3), a copy of which must be distributed - * with this source code or binaries made from it. + * 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 . +*/ #include "gpt.h" #include "lib.h"