diff options
Diffstat (limited to 'src/ip6addr.h')
-rw-r--r-- | src/ip6addr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ip6addr.h b/src/ip6addr.h index 352b330..6388c7d 100644 --- a/src/ip6addr.h +++ b/src/ip6addr.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2020 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley 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 @@ -31,4 +31,3 @@ && ((__const uint32_t *) (a))[1] == 0 \ && ((__const uint32_t *) (a))[2] == 0 \ && ((__const uint32_t *) (a))[3] == 0) - |