summaryrefslogtreecommitdiff
path: root/src/boot/efi
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi')
-rw-r--r--src/boot/efi/boot.c1
-rw-r--r--src/boot/efi/console.c1
-rw-r--r--src/boot/efi/console.h1
-rw-r--r--src/boot/efi/disk.c3
-rw-r--r--src/boot/efi/disk.h3
-rw-r--r--src/boot/efi/graphics.c1
-rw-r--r--src/boot/efi/graphics.h1
-rw-r--r--src/boot/efi/linux.c3
-rw-r--r--src/boot/efi/linux.h3
-rw-r--r--src/boot/efi/pe.c3
-rw-r--r--src/boot/efi/pe.h3
-rw-r--r--src/boot/efi/splash.c1
-rw-r--r--src/boot/efi/splash.h1
-rw-r--r--src/boot/efi/stub.c1
-rw-r--r--src/boot/efi/util.c1
-rw-r--r--src/boot/efi/util.h1
16 files changed, 0 insertions, 28 deletions
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
index 51a5286112..2f014446be 100644
--- a/src/boot/efi/boot.c
+++ b/src/boot/efi/boot.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2015 Kay Sievers <kay@vrfy.org>
* Copyright © 2012-2015 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/console.c b/src/boot/efi/console.c
index 826e4ec69c..a365d08951 100644
--- a/src/boot/efi/console.c
+++ b/src/boot/efi/console.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/console.h b/src/boot/efi/console.h
index be018d6f68..bc2ee4959e 100644
--- a/src/boot/efi/console.h
+++ b/src/boot/efi/console.h
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/disk.c b/src/boot/efi/disk.c
index 3b2f160885..a31b7bb478 100644
--- a/src/boot/efi/disk.c
+++ b/src/boot/efi/disk.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/disk.h b/src/boot/efi/disk.h
index 86a5d173ba..dfd9200ae1 100644
--- a/src/boot/efi/disk.h
+++ b/src/boot/efi/disk.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#ifndef __SDBOOT_DISK_H
#define __SDBOOT_DISK_H
diff --git a/src/boot/efi/graphics.c b/src/boot/efi/graphics.c
index 79ef5088ed..6dbe9e2078 100644
--- a/src/boot/efi/graphics.c
+++ b/src/boot/efi/graphics.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
* Copyright © 2013 Intel Corporation
* Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
diff --git a/src/boot/efi/graphics.h b/src/boot/efi/graphics.h
index 9facd8a1a8..f42f934dd7 100644
--- a/src/boot/efi/graphics.h
+++ b/src/boot/efi/graphics.h
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
* Copyright © 2013 Intel Corporation
* Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
diff --git a/src/boot/efi/linux.c b/src/boot/efi/linux.c
index 8b60dc4eb6..d1605523d8 100644
--- a/src/boot/efi/linux.c
+++ b/src/boot/efi/linux.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/linux.h b/src/boot/efi/linux.h
index b135a22cfd..54140a2207 100644
--- a/src/boot/efi/linux.h
+++ b/src/boot/efi/linux.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#ifndef __SDBOOT_kernel_H
#define __SDBOOT_kernel_H
diff --git a/src/boot/efi/pe.c b/src/boot/efi/pe.c
index 82984ec3cc..f1f947b183 100644
--- a/src/boot/efi/pe.c
+++ b/src/boot/efi/pe.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/pe.h b/src/boot/efi/pe.h
index eab6ea9516..d3fc8ecf6b 100644
--- a/src/boot/efi/pe.h
+++ b/src/boot/efi/pe.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
- */
#ifndef __SDBOOT_PEFILE_H
#define __SDBOOT_PEFILE_H
diff --git a/src/boot/efi/splash.c b/src/boot/efi/splash.c
index 82f3932175..dd9cc29e1b 100644
--- a/src/boot/efi/splash.c
+++ b/src/boot/efi/splash.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h
index b0c1f1e469..c9aa705b9a 100644
--- a/src/boot/efi/splash.h
+++ b/src/boot/efi/splash.h
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/stub.c b/src/boot/efi/stub.c
index 8e8a35c63a..4318a054a4 100644
--- a/src/boot/efi/stub.c
+++ b/src/boot/efi/stub.c
@@ -4,7 +4,6 @@
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
- * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#include <efi.h>
diff --git a/src/boot/efi/util.c b/src/boot/efi/util.c
index f6579d15c4..f513e2fd13 100644
--- a/src/boot/efi/util.c
+++ b/src/boot/efi/util.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h
index cf3fda4b60..1f64b026dc 100644
--- a/src/boot/efi/util.h
+++ b/src/boot/efi/util.h
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
* Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/