summaryrefslogtreecommitdiff
path: root/src/ip6addr.h
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2022-01-12 16:43:03 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2022-01-12 16:49:46 +0900
commitaff4fe95c96ee39f595d743b29245b5813bdece1 (patch)
tree424758e17c91dfd12845449a2061cf5cf2627b65 /src/ip6addr.h
parent9a9940fac7c8116d02571a84692e25396a4cfcfc (diff)
parentd08de9e4ac117490e1bc53b587ee68681ef0fbe9 (diff)
downloaddnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.tar.gz
dnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.tar.bz2
dnsmasq-aff4fe95c96ee39f595d743b29245b5813bdece1.zip
Change-Id: I8c4bbd0b37b8789579fb2e3ac4cdfb7472a9a114
Diffstat (limited to 'src/ip6addr.h')
-rw-r--r--src/ip6addr.h3
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)
-