summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/efi/boot.c3
-rw-r--r--src/boot/efi/console.c3
-rw-r--r--src/boot/efi/console.h3
-rw-r--r--src/boot/efi/graphics.c1
-rw-r--r--src/boot/efi/graphics.h1
-rw-r--r--src/boot/efi/splash.c3
-rw-r--r--src/boot/efi/splash.h3
-rw-r--r--src/boot/efi/util.c3
-rw-r--r--src/boot/efi/util.h3
9 files changed, 0 insertions, 23 deletions
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
index 2f014446be..fc0a64b23a 100644
--- a/src/boot/efi/boot.c
+++ b/src/boot/efi/boot.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012-2015 Harald Hoyer <harald@redhat.com>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/console.c b/src/boot/efi/console.c
index a365d08951..4d72bada62 100644
--- a/src/boot/efi/console.c
+++ b/src/boot/efi/console.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/console.h b/src/boot/efi/console.h
index bc2ee4959e..3643d3dec4 100644
--- a/src/boot/efi/console.h
+++ b/src/boot/efi/console.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#ifndef __SDBOOT_CONSOLE_H
#define __SDBOOT_CONSOLE_H
diff --git a/src/boot/efi/graphics.c b/src/boot/efi/graphics.c
index 6dbe9e2078..9b5003a85d 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 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 f42f934dd7..56a3ebdd9d 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 Harald Hoyer <harald@redhat.com>
* Copyright © 2013 Intel Corporation
* Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
*/
diff --git a/src/boot/efi/splash.c b/src/boot/efi/splash.c
index dd9cc29e1b..a78f8fd673 100644
--- a/src/boot/efi/splash.c
+++ b/src/boot/efi/splash.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h
index c9aa705b9a..f194a33aec 100644
--- a/src/boot/efi/splash.h
+++ b/src/boot/efi/splash.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#ifndef __SDBOOT_SPLASH_H
#define __SDBOOT_SPLASH_H
diff --git a/src/boot/efi/util.c b/src/boot/efi/util.c
index f513e2fd13..c75e970b03 100644
--- a/src/boot/efi/util.c
+++ b/src/boot/efi/util.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#include <efi.h>
#include <efilib.h>
diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h
index 1f64b026dc..ee57e0de72 100644
--- a/src/boot/efi/util.h
+++ b/src/boot/efi/util.h
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
#ifndef __SDBOOT_UTIL_H
#define __SDBOOT_UTIL_H