Blame SOURCES/0050-Remove-a-couple-of-incorrect-license-claims.patch

d84fc6
From e8a04c1d84d2ebd0dbdf7bda26d7a22017100586 Mon Sep 17 00:00:00 2001
d84fc6
From: Peter Jones <pjones@redhat.com>
d84fc6
Date: Thu, 9 Jul 2020 00:24:57 -0400
d84fc6
Subject: [PATCH 50/62] Remove a couple of incorrect license claims.
d84fc6
d84fc6
A certain someone's default editor template leaked in to a couple of
d84fc6
source files, and claims they're GPL licensed.  They're not.
d84fc6
d84fc6
Signed-off-by: Peter Jones <pjones@redhat.com>
d84fc6
Upstream-commit-id: 476cbff1110
d84fc6
---
d84fc6
 errlog.c | 3 ---
d84fc6
 mok.c    | 2 --
d84fc6
 2 files changed, 5 deletions(-)
d84fc6
d84fc6
diff --git a/errlog.c b/errlog.c
d84fc6
index eebb266d396..6669c800233 100644
d84fc6
--- a/errlog.c
d84fc6
+++ b/errlog.c
d84fc6
@@ -1,10 +1,7 @@
d84fc6
 /*
d84fc6
  * errlog.c
d84fc6
  * Copyright 2017 Peter Jones <pjones@redhat.com>
d84fc6
- *
d84fc6
- * Distributed under terms of the GPLv3 license.
d84fc6
  */
d84fc6
-
d84fc6
 #include "shim.h"
d84fc6
 
d84fc6
 static CHAR16 **errs = NULL;
d84fc6
diff --git a/mok.c b/mok.c
d84fc6
index 59630e74425..089ea6bfc9a 100644
d84fc6
--- a/mok.c
d84fc6
+++ b/mok.c
d84fc6
@@ -1,8 +1,6 @@
d84fc6
 /*
d84fc6
  * mok.c
d84fc6
  * Copyright 2017 Peter Jones <pjones@redhat.com>
d84fc6
- *
d84fc6
- * Distributed under terms of the GPLv3 license.
d84fc6
  */
d84fc6
 
d84fc6
 #include "shim.h"
d84fc6
-- 
d84fc6
2.26.2
d84fc6