]> granicus.if.org Git - pdns/commitdiff
Update copyright year in publicly visible output and files
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 16 Feb 2017 13:08:40 +0000 (14:08 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 16 Feb 2017 13:08:40 +0000 (14:08 +0100)
pdns/recursordist/README.md
pdns/version.cc
pdns/ws-auth.cc

index 1dd3b981a9a0ad3c1db64f92a9260258498fc950..c0cb7880b1c06555aee5c07a760ed5091be2cac7 100644 (file)
@@ -78,6 +78,6 @@ reported.
 
 License
 -------
-PowerDNS is copyright © 2002-2016 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2002-2017 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
index 06a7bee36997d3a01ec2067e84ec514492954166..f7cea22b88638bb9762e80731050aca49d527f08 100644 (file)
@@ -68,7 +68,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2016 "
+  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2017 "
     "PowerDNS.COM BV" << endl;
   theL()<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()
index c99e047a2a6427399f5c722ab5bda2aae8c7ad47..be9c7c6fbb6c444b74f0a34a2263fe420020e430 100644 (file)
@@ -278,7 +278,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 - 2016 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2017 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();