]> 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)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 2 Jan 2018 08:57:59 +0000 (09:57 +0100)
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 630728da4fe41e6d5fb69fe21dbb2f48abe7c985..abfc24f9d3a60a9be9a4556a9d3fc1b4e3ed3cd2 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 2e59afd8a5a96adb89e59b1977d1b1d6128ba4fc..6ee0e1f2a33c3f7a71020dc7a87f9cfe9a7f1c9b 100644 (file)
@@ -51,7 +51,7 @@ master_doc = 'indexTOC'
 
 # General information about the project.
 project = 'PowerDNS Authoritative Server'
-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 e912eab0c7d8244fed25783eed2506c714ec3155..5da5ea95d198692c81e4373c78a8c0b829a5b921 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 8778c52a3eda525eaf6f607621793e72cdc9e9e2..46837173ca2f85ee6fdca46394345ee22e971b8a 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 fe15dcc03b3d402e7582c218e68761adcad23efc..14eb5743ef7e71c5c11db7a3450ebe17afe30ab8 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();