diff options
| author | Roy Marples <roy@marples.name> | 2020-01-14 06:53:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-01-14 06:53:17 +0000 |
| commit | e114fa2672a86a3b827599d4c4c5ec2ead0a94c2 (patch) | |
| tree | 8d6af66a508cd616709a0c5f2779441d3a9b5d60 | |
| parent | 084935b6b873663c842d21d84d44f8d8d55ee188 (diff) | |
| download | openresolv-e114fa2672a86a3b827599d4c4c5ec2ead0a94c2.tar.xz | |
Welcome to 2020!
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | dnsmasq.in | 2 | ||||
| -rw-r--r-- | libc.in | 2 | ||||
| -rw-r--r-- | named.in | 2 | ||||
| -rw-r--r-- | pdns_recursor.in | 2 | ||||
| -rw-r--r-- | pdnsd.in | 2 | ||||
| -rw-r--r-- | resolvconf.8.in | 2 | ||||
| -rw-r--r-- | resolvconf.conf.5.in | 2 | ||||
| -rw-r--r-- | resolvconf.in | 4 | ||||
| -rw-r--r-- | unbound.in | 2 |
10 files changed, 11 insertions, 11 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |
