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/ata_id | |
parent | 818bf5463297a72a2861aa3b360b8b4291a3f2a8 (diff) | |
download | systemd-810adae9e9e0b028bd1d210918d0380e15c5595a.tar.gz systemd-810adae9e9e0b028bd1d210918d0380e15c5595a.tar.bz2 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/ata_id')
-rw-r--r-- | src/udev/ata_id/ata_id.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c index 2cdb0acd9a..4e216f6a04 100644 --- a/src/udev/ata_id/ata_id.c +++ b/src/udev/ata_id/ata_id.c @@ -2,9 +2,9 @@ /* * ata_id - reads product/serial number from ATA drives * - * Copyright (C) 2005-2008 Kay Sievers <kay@vrfy.org> - * Copyright (C) 2009 Lennart Poettering <lennart@poettering.net> - * Copyright (C) 2009-2010 David Zeuthen <zeuthen@gmail.com> + * Copyright © 2005-2008 Kay Sievers <kay@vrfy.org> + * Copyright © 2009 Lennart Poettering <lennart@poettering.net> + * Copyright © 2009-2010 David Zeuthen <zeuthen@gmail.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 |