diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 17:15:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 10:20:20 +0200 |
commit | 810adae9e9e0b028bd1d210918d0380e15c5595a (patch) | |
tree | 26d8267909cb7a22e64f830801786bd5000351f2 /src/udev/udev-watch.c | |
parent | tree-wide: drop 'This file is part of systemd' blurb (diff) | |
download | systemd-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/udev/udev-watch.c')
-rw-r--r-- | src/udev/udev-watch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/udev/udev-watch.c b/src/udev/udev-watch.c index 61179ce03d..6f67e1406b 100644 --- a/src/udev/udev-watch.c +++ b/src/udev/udev-watch.c @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright (C) 2004-2012 Kay Sievers <kay@vrfy.org> - * Copyright (C) 2009 Canonical Ltd. - * Copyright (C) 2009 Scott James Remnant <scott@netsplit.com> + * Copyright © 2004-2012 Kay Sievers <kay@vrfy.org> + * Copyright © 2009 Canonical Ltd. + * Copyright © 2009 Scott James Remnant <scott@netsplit.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |