summaryrefslogtreecommitdiffstats
path: root/src/boot
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 17:15:23 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:20 +0200
commit810adae9e9e0b028bd1d210918d0380e15c5595a (patch)
tree26d8267909cb7a22e64f830801786bd5000351f2 /src/boot
parenttree-wide: drop 'This file is part of systemd' blurb (diff)
downloadsystemd-810adae9e9e0b028bd1d210918d0380e15c5595a.tar.xz
systemd-810adae9e9e0b028bd1d210918d0380e15c5595a.zip
tree-wide: use proper unicode © instead of (C) where we can
Let's use a proper unicode copyright symbol where we can, it's prettier. This important patch is very important.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/efi/boot.c4
-rw-r--r--src/boot/efi/console.c4
-rw-r--r--src/boot/efi/console.h4
-rw-r--r--src/boot/efi/disk.c2
-rw-r--r--src/boot/efi/disk.h2
-rw-r--r--src/boot/efi/graphics.c6
-rw-r--r--src/boot/efi/graphics.h6
-rw-r--r--src/boot/efi/linux.c2
-rw-r--r--src/boot/efi/linux.h2
-rw-r--r--src/boot/efi/pe.c2
-rw-r--r--src/boot/efi/pe.h2
-rw-r--r--src/boot/efi/splash.c4
-rw-r--r--src/boot/efi/splash.h4
-rw-r--r--src/boot/efi/stub.c2
-rw-r--r--src/boot/efi/util.c4
-rw-r--r--src/boot/efi/util.h4
16 files changed, 27 insertions, 27 deletions
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
index 72a946b1ad..11d690aa2e 100644
--- a/src/boot/efi/boot.c
+++ b/src/boot/efi/boot.c
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2015 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012-2015 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012-2015 Harald Hoyer <harald@redhat.com>
*/
#include <efi.h>
diff --git a/src/boot/efi/console.c b/src/boot/efi/console.c
index 94551a89e1..765e766fef 100644
--- a/src/boot/efi/console.c
+++ b/src/boot/efi/console.c
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#include <efi.h>
diff --git a/src/boot/efi/console.h b/src/boot/efi/console.h
index 6296d467c4..03268bffb5 100644
--- a/src/boot/efi/console.h
+++ b/src/boot/efi/console.h
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#ifndef __SDBOOT_CONSOLE_H
diff --git a/src/boot/efi/disk.c b/src/boot/efi/disk.c
index 9a90818847..5de182aacd 100644
--- a/src/boot/efi/disk.c
+++ b/src/boot/efi/disk.c
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#include <efi.h>
diff --git a/src/boot/efi/disk.h b/src/boot/efi/disk.h
index c5894f8e4e..9c2f6d2c63 100644
--- a/src/boot/efi/disk.h
+++ b/src/boot/efi/disk.h
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#ifndef __SDBOOT_DISK_H
diff --git a/src/boot/efi/graphics.c b/src/boot/efi/graphics.c
index 29577c837a..90130f1b11 100644
--- a/src/boot/efi/graphics.c
+++ b/src/boot/efi/graphics.c
@@ -10,9 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
- * Copyright (C) 2013 Intel Corporation
+ * 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 10e0c269ba..a2787663a5 100644
--- a/src/boot/efi/graphics.h
+++ b/src/boot/efi/graphics.h
@@ -10,9 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
- * Copyright (C) 2013 Intel Corporation
+ * 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 1f81f3e771..7d72183795 100644
--- a/src/boot/efi/linux.c
+++ b/src/boot/efi/linux.c
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#include <efi.h>
diff --git a/src/boot/efi/linux.h b/src/boot/efi/linux.h
index 3c11423591..3b61207d73 100644
--- a/src/boot/efi/linux.h
+++ b/src/boot/efi/linux.h
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#ifndef __SDBOOT_kernel_H
diff --git a/src/boot/efi/pe.c b/src/boot/efi/pe.c
index 7f178d6e85..dc05e8ffb7 100644
--- a/src/boot/efi/pe.c
+++ b/src/boot/efi/pe.c
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#include <efi.h>
diff --git a/src/boot/efi/pe.h b/src/boot/efi/pe.h
index 4a411f5d76..23f628d4d7 100644
--- a/src/boot/efi/pe.h
+++ b/src/boot/efi/pe.h
@@ -10,7 +10,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2015 Kay Sievers <kay@vrfy.org>
*/
#ifndef __SDBOOT_PEFILE_H
diff --git a/src/boot/efi/splash.c b/src/boot/efi/splash.c
index 77dadda443..49afe5efc4 100644
--- a/src/boot/efi/splash.c
+++ b/src/boot/efi/splash.c
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#include <efi.h>
diff --git a/src/boot/efi/splash.h b/src/boot/efi/splash.h
index c7e9c7a78d..69c29a6aec 100644
--- a/src/boot/efi/splash.h
+++ b/src/boot/efi/splash.h
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#ifndef __SDBOOT_SPLASH_H
diff --git a/src/boot/efi/stub.c b/src/boot/efi/stub.c
index c107a07ee7..a2d4cea60b 100644
--- a/src/boot/efi/stub.c
+++ b/src/boot/efi/stub.c
@@ -9,7 +9,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
+ * 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 00bbb50203..a2767ae3e8 100644
--- a/src/boot/efi/util.c
+++ b/src/boot/efi/util.c
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#include <efi.h>
diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h
index f61082bc19..267d000ed9 100644
--- a/src/boot/efi/util.h
+++ b/src/boot/efi/util.h
@@ -10,8 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright © 2012-2013 Kay Sievers <kay@vrfy.org>
+ * Copyright © 2012 Harald Hoyer <harald@redhat.com>
*/
#ifndef __SDBOOT_UTIL_H