summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 19:00:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:21 +0200
commit96b2fb93c53c35934d667ccdc914a3841332704b (patch)
tree69d46130ab6739df0ee6e791d9db243069a8c2a5 /src/core
parent0c697941389b7379c4471bc0a067ede02814bc57 (diff)
downloadsystemd-96b2fb93c53c35934d667ccdc914a3841332704b.tar.gz
tree-wide: beautify remaining copyright statements
Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/bpf-firewall.c2
-rw-r--r--src/core/bpf-firewall.h2
-rw-r--r--src/core/dbus-swap.c2
-rw-r--r--src/core/dbus-swap.h2
-rw-r--r--src/core/emergency-action.c2
-rw-r--r--src/core/emergency-action.h2
-rw-r--r--src/core/ip-address-access.c2
-rw-r--r--src/core/ip-address-access.h2
-rw-r--r--src/core/killall.c2
-rw-r--r--src/core/load-fragment.c2
-rw-r--r--src/core/meson.build2
-rw-r--r--src/core/namespace.h2
-rw-r--r--src/core/selinux-access.c2
-rw-r--r--src/core/selinux-access.h2
-rw-r--r--src/core/shutdown.c2
-rw-r--r--src/core/swap.h2
-rw-r--r--src/core/triggers.systemd.in4
-rw-r--r--src/core/umount.c2
-rw-r--r--src/core/umount.h2
19 files changed, 20 insertions, 20 deletions
diff --git a/src/core/bpf-firewall.c b/src/core/bpf-firewall.c
index 069342e3e4..4818553663 100644
--- a/src/core/bpf-firewall.c
+++ b/src/core/bpf-firewall.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2016 Daniel Mack
+ Copyright © 2016 Daniel Mack
***/
#include <arpa/inet.h>
diff --git a/src/core/bpf-firewall.h b/src/core/bpf-firewall.h
index 5feda18fbe..8f0ef17365 100644
--- a/src/core/bpf-firewall.h
+++ b/src/core/bpf-firewall.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2016 Daniel Mack
+ Copyright © 2016 Daniel Mack
***/
#include <inttypes.h>
diff --git a/src/core/dbus-swap.c b/src/core/dbus-swap.c
index 397437d059..b272d10113 100644
--- a/src/core/dbus-swap.c
+++ b/src/core/dbus-swap.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 Maarten Lankhorst
+ Copyright © 2010 Maarten Lankhorst
***/
#include "bus-util.h"
diff --git a/src/core/dbus-swap.h b/src/core/dbus-swap.h
index 67d55c0e2c..b114fe04c7 100644
--- a/src/core/dbus-swap.h
+++ b/src/core/dbus-swap.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2010 Maarten Lankhorst
+ Copyright © 2010 Maarten Lankhorst
***/
#include "sd-bus.h"
diff --git a/src/core/emergency-action.c b/src/core/emergency-action.c
index b87a9b4852..76e1124cff 100644
--- a/src/core/emergency-action.c
+++ b/src/core/emergency-action.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Michael Olbrich
+ Copyright © 2012 Michael Olbrich
***/
#include <sys/reboot.h>
diff --git a/src/core/emergency-action.h b/src/core/emergency-action.h
index 0334f29dc0..61791f176f 100644
--- a/src/core/emergency-action.h
+++ b/src/core/emergency-action.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2012 Michael Olbrich
+ Copyright © 2012 Michael Olbrich
***/
typedef enum EmergencyAction {
diff --git a/src/core/ip-address-access.c b/src/core/ip-address-access.c
index 6b2737dad6..7305861190 100644
--- a/src/core/ip-address-access.c
+++ b/src/core/ip-address-access.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2016 Daniel Mack
+ Copyright © 2016 Daniel Mack
***/
#include <stdio.h>
diff --git a/src/core/ip-address-access.h b/src/core/ip-address-access.h
index 46dea9a2e1..d9415a4b25 100644
--- a/src/core/ip-address-access.h
+++ b/src/core/ip-address-access.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2016 Daniel Mack
+ Copyright © 2016 Daniel Mack
***/
#include "conf-parser.h"
diff --git a/src/core/killall.c b/src/core/killall.c
index 36ccf14b94..87d207fd3d 100644
--- a/src/core/killall.c
+++ b/src/core/killall.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 ProFUSION embedded systems
+ Copyright © 2010 ProFUSION embedded systems
***/
#include <errno.h>
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c
index a9e6f12eb5..beb08dfe9b 100644
--- a/src/core/load-fragment.c
+++ b/src/core/load-fragment.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Holger Hans Peter Freyther
+ Copyright © 2012 Holger Hans Peter Freyther
***/
#include <errno.h>
diff --git a/src/core/meson.build b/src/core/meson.build
index 9df8c20a0e..c02b0c70da 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
libcore_la_sources = '''
audit-fd.c
diff --git a/src/core/namespace.h b/src/core/namespace.h
index c530565239..b45eb57c73 100644
--- a/src/core/namespace.h
+++ b/src/core/namespace.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2016 Djalal Harouni
+ Copyright © 2016 Djalal Harouni
***/
typedef struct NamespaceInfo NamespaceInfo;
diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c
index 4b6e12e440..39e994afd7 100644
--- a/src/core/selinux-access.c
+++ b/src/core/selinux-access.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2012 Dan Walsh
+ Copyright © 2012 Dan Walsh
***/
#include "selinux-access.h"
diff --git a/src/core/selinux-access.h b/src/core/selinux-access.h
index 8496542747..59f2e60c77 100644
--- a/src/core/selinux-access.h
+++ b/src/core/selinux-access.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2012 Dan Walsh
+ Copyright © 2012 Dan Walsh
***/
#include "sd-bus.h"
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index a56c445505..038345b752 100644
--- a/src/core/shutdown.c
+++ b/src/core/shutdown.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 ProFUSION embedded systems
+ Copyright © 2010 ProFUSION embedded systems
***/
#include <errno.h>
diff --git a/src/core/swap.h b/src/core/swap.h
index 4a7c80bf0a..1c0c7fcadc 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2010 Maarten Lankhorst
+ Copyright © 2010 Maarten Lankhorst
***/
#include "libudev.h"
diff --git a/src/core/triggers.systemd.in b/src/core/triggers.systemd.in
index a1ebfd563f..c88f55a581 100644
--- a/src/core/triggers.systemd.in
+++ b/src/core/triggers.systemd.in
@@ -3,8 +3,8 @@
#
# This file is part of systemd.
#
-# Copyright 2015 Zbigniew Jędrzejewski-Szmek
-# Copyright 2018 Neal Gompa
+# Copyright © 2015 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2018 Neal Gompa
# The contents of this are an example to be copied into systemd.spec.
#
diff --git a/src/core/umount.c b/src/core/umount.c
index 7a72515b2d..241fe6fc62 100644
--- a/src/core/umount.c
+++ b/src/core/umount.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 ProFUSION embedded systems
+ Copyright © 2010 ProFUSION embedded systems
***/
#include <errno.h>
diff --git a/src/core/umount.h b/src/core/umount.h
index 1aa2275425..6f2b24d195 100644
--- a/src/core/umount.h
+++ b/src/core/umount.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright 2010 ProFUSION embedded systems
+ Copyright © 2010 ProFUSION embedded systems
***/
#include "list.h"