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

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