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/libsystemd-network/dhcp-lease-internal.h | |
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/libsystemd-network/dhcp-lease-internal.h')
-rw-r--r-- | src/libsystemd-network/dhcp-lease-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h index 2d66708079..fabac183ef 100644 --- a/src/libsystemd-network/dhcp-lease-internal.h +++ b/src/libsystemd-network/dhcp-lease-internal.h @@ -2,8 +2,8 @@ #pragma once /*** - Copyright (C) 2013 Intel Corporation. All rights reserved. - Copyright (C) 2014 Tom Gundersen + Copyright © 2013 Intel Corporation. All rights reserved. + Copyright © 2014 Tom Gundersen ***/ #include <stdint.h> |