summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2020-07-09 00:24:57 -0400
committerPeter Jones <pjones@redhat.com>2020-07-23 20:53:24 -0400
commite8a04c1d84d2ebd0dbdf7bda26d7a22017100586 (patch)
tree8b750b8ed178c0d920b4981012af926538ae89dd
parent9a209af5d84f4015ec399e1d1fa9dab31ef4d2b7 (diff)
downloadefi-boot-shim-e8a04c1d84d2ebd0dbdf7bda26d7a22017100586.tar.gz
efi-boot-shim-e8a04c1d84d2ebd0dbdf7bda26d7a22017100586.zip
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 <pjones@redhat.com> Upstream-commit-id: 476cbff1110
-rw-r--r--errlog.c3
-rw-r--r--mok.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/errlog.c b/errlog.c
index eebb266d..6669c800 100644
--- a/errlog.c
+++ b/errlog.c
@@ -1,10 +1,7 @@
/*
* errlog.c
* Copyright 2017 Peter Jones <pjones@redhat.com>
- *
- * Distributed under terms of the GPLv3 license.
*/
-
#include "shim.h"
static CHAR16 **errs = NULL;
diff --git a/mok.c b/mok.c
index 59630e74..089ea6bf 100644
--- a/mok.c
+++ b/mok.c
@@ -1,8 +1,6 @@
/*
* mok.c
* Copyright 2017 Peter Jones <pjones@redhat.com>
- *
- * Distributed under terms of the GPLv3 license.
*/
#include "shim.h"