summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-01-14 06:53:17 +0000
committerRoy Marples <roy@marples.name>2020-01-14 06:53:17 +0000
commite114fa2672a86a3b827599d4c4c5ec2ead0a94c2 (patch)
tree8d6af66a508cd616709a0c5f2779441d3a9b5d60
parent084935b6b873663c842d21d84d44f8d8d55ee188 (diff)
downloadopenresolv-e114fa2672a86a3b827599d4c4c5ec2ead0a94c2.tar.xz
Welcome to 2020!
-rw-r--r--LICENSE2
-rw-r--r--dnsmasq.in2
-rw-r--r--libc.in2
-rw-r--r--named.in2
-rw-r--r--pdns_recursor.in2
-rw-r--r--pdnsd.in2
-rw-r--r--resolvconf.8.in2
-rw-r--r--resolvconf.conf.5.in2
-rw-r--r--resolvconf.in4
-rw-r--r--unbound.in2
10 files changed, 11 insertions, 11 deletions
diff --git a/LICENSE b/LICENSE
index 758aec3..19785dd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2019 Roy Marples <roy@marples.name>
+Copyright (c) 2007-2020 Roy Marples <roy@marples.name>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/dnsmasq.in b/dnsmasq.in
index 8b51866..8014eed 100644
--- a/dnsmasq.in
+++ b/dnsmasq.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2019 Roy Marples
+# Copyright (c) 2007-2020 Roy Marples
# All rights reserved
# dnsmasq subscriber for resolvconf
diff --git a/libc.in b/libc.in
index f44f61b..2b291b7 100644
--- a/libc.in
+++ b/libc.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2019 Roy Marples
+# Copyright (c) 2007-2020 Roy Marples
# All rights reserved
# libc subscriber for resolvconf
diff --git a/named.in b/named.in
index e5b5a91..3301896 100644
--- a/named.in
+++ b/named.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2016 Roy Marples
+# Copyright (c) 2007-2020 Roy Marples
# All rights reserved
# named subscriber for resolvconf
diff --git a/pdns_recursor.in b/pdns_recursor.in
index f3632e0..0cf9630 100644
--- a/pdns_recursor.in
+++ b/pdns_recursor.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2009-2019 Roy Marples
+# Copyright (c) 2009-2020 Roy Marples
# All rights reserved
# PowerDNS Recursor subscriber for resolvconf
diff --git a/pdnsd.in b/pdnsd.in
index 971d90d..2e8f6eb 100644
--- a/pdnsd.in
+++ b/pdnsd.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2010-2018 Roy Marples
+# Copyright (c) 2010-2020 Roy Marples
# All rights reserved
# pdnsd subscriber for resolvconf
diff --git a/resolvconf.8.in b/resolvconf.8.in
index fa00582..12387bb 100644
--- a/resolvconf.8.in
+++ b/resolvconf.8.in
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2007-2016 Roy Marples
+.\" Copyright (c) 2007-2020 Roy Marples
.\" All rights reserved
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/resolvconf.conf.5.in b/resolvconf.conf.5.in
index a24acd2..989fc80 100644
--- a/resolvconf.conf.5.in
+++ b/resolvconf.conf.5.in
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2009-2016 Roy Marples
+.\" Copyright (c) 2009-2020 Roy Marples
.\" All rights reserved
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/resolvconf.in b/resolvconf.in
index 664a4c1..79e23fe 100644
--- a/resolvconf.in
+++ b/resolvconf.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007-2019 Roy Marples
+# Copyright (c) 2007-2020 Roy Marples
# All rights reserved
# Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,7 @@ RESTARTCMD=@RESTARTCMD@
if [ "$1" = "--version" ]; then
echo "openresolv $OPENRESOLV_VERSION"
- echo "Copyright (c) 2007-2016 Roy Marples"
+ echo "Copyright (c) 2007-2020 Roy Marples"
exit 0
fi
diff --git a/unbound.in b/unbound.in
index 34cb401..bdb7766 100644
--- a/unbound.in
+++ b/unbound.in
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2009-2016 Roy Marples
+# Copyright (c) 2009-2020 Roy Marples
# All rights reserved
# unbound subscriber for resolvconf