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

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