]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update copyright year in publicly visible output and files 5677/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 16 Feb 2017 13:08:40 +0000 (14:08 +0100)
committerErik Winkels <erik.winkels@powerdns.com>
Thu, 7 Sep 2017 11:56:42 +0000 (13:56 +0200)
(cherry picked from commit ff8f70b800e8b81a6d97c2d2568483d03228df2a)

pdns/recursordist/README.md
pdns/version.cc
pdns/ws-auth.cc

index 49e4e8420d32a5bacad356ca8bc9720c4ff89a13..cd56a6fc0cd9ec0dd3a8d3da046bbff70b9dd250 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 bb478a305c29e8c3eebcf8f89ee6aa452bab0bd8..7ac3351380e65bf0f8c4fd0fe851d57399908cc3 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 74a9f7ee7eb8666f15b97b108ae3b4771a8442ff..ac6ed58d7b8416472efd693f7bfc66d901605f61 100644 (file)
@@ -281,7 +281,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();