]> granicus.if.org Git - pdns/commitdiff
Update copyright years to 2018
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 2 Jan 2018 08:57:59 +0000 (09:57 +0100)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Tue, 15 May 2018 12:41:34 +0000 (12:41 +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 7fd20b83ae9a0be40639cfb15650cbc68493c502..fa2f7f1cb6e01f0e9fa7e7d57e9c446873d74a06 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-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 4655bd470587696b0dca6bc25a8767ad68cb5f9d..f1d04983b9ef35b1fb265798456e4edc859b0782 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 f3e0bb92ff8b87eb12e79cecf8a792cfa17b3bde..0898a7f13fe21956fe7d203bce1ff0028601dfd9 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 4dd758dd4b836996023d2e10330bc312439dded4..2be4d19620e848fd1412f15c1c7d6e3aeff0e466 100644 (file)
@@ -81,6 +81,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 2862469930e2012bfc44caf4eba1ec8a68eae3a0..d77759752efa1aa1fd4afd8767f16c81627827a4 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 b0e998e7e99e584a67674922a93fc65fc8f7d3a8..8dbb9f322f8b10dbf3bbf0942892d158207ce8ce 100644 (file)
@@ -71,7 +71,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 aa4cdab0ec2f6e7111c634ae0e8bdc65f5624149..61bd9e2570eeca262c6eada70c0b6aab67eee986 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();