summaryrefslogtreecommitdiffstats
path: root/src/core
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/core
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/core')
-rw-r--r--src/core/ima-setup.c4
-rw-r--r--src/core/ima-setup.h4
-rw-r--r--src/core/smack-setup.c2
-rw-r--r--src/core/smack-setup.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/core/ima-setup.c b/src/core/ima-setup.c
index 52bcceb8c5..4c4e3283bb 100644
--- a/src/core/ima-setup.c
+++ b/src/core/ima-setup.c
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
Copyright 2010 Lennart Poettering
- Copyright (C) 2012 Roberto Sassu - Politecnico di Torino, Italy
- TORSEC group — http://security.polito.it
+ Copyright © 2012 Roberto Sassu - Politecnico di Torino, Italy
+ TORSEC group — http://security.polito.it
***/
#include <errno.h>
diff --git a/src/core/ima-setup.h b/src/core/ima-setup.h
index 215b2b15af..936cc2b4ce 100644
--- a/src/core/ima-setup.h
+++ b/src/core/ima-setup.h
@@ -3,8 +3,8 @@
/***
Copyright 2010 Lennart Poettering
- Copyright (C) 2012 Roberto Sassu - Politecnico di Torino, Italy
- TORSEC group — http://security.polito.it
+ Copyright © 2012 Roberto Sassu - Politecnico di Torino, Italy
+ TORSEC group — http://security.polito.it
***/
int ima_setup(void);
diff --git a/src/core/smack-setup.c b/src/core/smack-setup.c
index 816ac1ce74..50115c0454 100644
--- a/src/core/smack-setup.c
+++ b/src/core/smack-setup.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright (C) 2013 Intel Corporation
+ Copyright © 2013 Intel Corporation
Authors:
Nathaniel Chen <nathaniel.chen@intel.com>
***/
diff --git a/src/core/smack-setup.h b/src/core/smack-setup.h
index 03d14e017c..b65daafcd8 100644
--- a/src/core/smack-setup.h
+++ b/src/core/smack-setup.h
@@ -2,7 +2,7 @@
#pragma once
/***
- Copyright (C) 2013 Intel Corporation
+ Copyright © 2013 Intel Corporation
Authors:
Nathaniel Chen <nathaniel.chen@intel.com>
***/