From 248e327146daf008b32615423f86d0a985d9d519 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 9 Jul 2020 00:24:57 -0400 Subject: [PATCH] Remove a couple of incorrect license claims. A certain someone's default editor template leaked in to a couple of source files, and claims they're GPL licensed. They're not. Signed-off-by: Peter Jones (cherry picked from commit 476cbff111001d01a5a27dc2289fc7cd2d34c38e) --- errlog.c | 3 --- mok.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/errlog.c b/errlog.c index 18be482..e2ac04a 100644 --- a/errlog.c +++ b/errlog.c @@ -1,10 +1,7 @@ /* * errlog.c * Copyright 2017 Peter Jones - * - * Distributed under terms of the GPLv3 license. */ - #include "shim.h" static CHAR16 **errs = NULL; diff --git a/mok.c b/mok.c index 0bcab32..9498440 100644 --- a/mok.c +++ b/mok.c @@ -1,8 +1,6 @@ /* * mok.c * Copyright 2017 Peter Jones - * - * Distributed under terms of the GPLv3 license. */ #include "shim.h" -- 2.27.0