]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update copyright years to 2018 6671/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 2 Jan 2018 08:57:59 +0000 (09:57 +0100)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Wed, 23 May 2018 12:52:22 +0000 (12:52 +0000)
Also update several years to match the data in pdns/version.cc

README.md
docs/conf.py
pdns/dnsdistdist/docs/conf.py
pdns/recursordist/README.md
pdns/recursordist/docs/conf.py
pdns/version.cc
pdns/ws-auth.cc

index a5411a05d40f806ead78f2c56c0cbd4b0c263349..31d6042e41f83915c4ef5ff5036ab5c9767c2f56 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-PowerDNS is copyright © 2002-2016 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
 
index 9c7226432f1827dd52d07758939b07ac2b3376d2..d81c3376bd056e680becda316170ef530952b429 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'indexTOC'
 
 # General information about the project.
 project = 'PowerDNS Recursor'
-copyright = '2017, PowerDNS.COM BV'
+copyright = '2001-2018, PowerDNS.COM BV'
 author = 'PowerDNS.COM BV'
 
 # The version info for the project you're documenting, acts as replacement for
index 39cfbf9e7b8cff75f1b1981d95903e70407009e0..288c7e60e7ea73b08f40805ee1fa8c1bc38f1a3b 100644 (file)
@@ -48,7 +48,7 @@ master_doc = 'index_TOC'
 
 # General information about the project.
 project = 'dnsdist'
-copyright = '2015-2017, PowerDNS.COM BV and its contributors'
+copyright = '2015-2018, PowerDNS.COM BV and its contributors'
 author = 'PowerDNS.COM BV and its contributors'
 
 # The version info for the project you're documenting, acts as replacement for
index e08be48907c1b4816e71aaa0f557b230a740d2a6..0dd29917717bded8ef636e31615000280cac568c 100644 (file)
@@ -79,6 +79,6 @@ reported.
 
 License
 -------
-PowerDNS is copyright © 2002-2017 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
index 1fbaa8ae861345d3ab7ae4110fc3045cea0729e4..551163b58df3b0a7d87620f1b198e9025264c8a7 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'indexTOC'
 
 # General information about the project.
 project = 'PowerDNS Recursor'
-copyright = '2017, PowerDNS.COM BV'
+copyright = '2001-2018, PowerDNS.COM BV'
 author = 'PowerDNS.COM BV'
 
 # The version info for the project you're documenting, acts as replacement for
index 4ed8b7be0b1a17179bc9f6afecbf96a58e57ef43..3879e4169074d249fa9951a88a5d4dc05c06541a 100644 (file)
@@ -67,7 +67,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2017 "
+  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2018 "
     "PowerDNS.COM BV" << endl;
   theL()<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()
index 212d417a425d25ba2d2ec4afb871df157a962dc3..46aa6f31261de62c698aa496e25e662f3fc8ed31 100644 (file)
@@ -277,7 +277,7 @@ void AuthWebServer::indexfunction(HttpRequest* req, HttpResponse* resp)
     printtable(ret,req->getvars["ring"],S.getRingTitle(req->getvars["ring"]),100);
 
   ret<<"</div></div>"<<endl;
-  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2017 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2018 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();