]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
happy new year :) 1977/head
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 31 Dec 2014 23:57:08 +0000 (00:57 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 2 Jan 2015 08:40:23 +0000 (09:40 +0100)
pdns/version.cc
pdns/ws-auth.cc

index 510ff796c9672c3d042becd71b4ce284f01e7473..627e4812df2593717977792bfd6aebf3da553f27 100644 (file)
@@ -62,7 +62,7 @@ string productTypeApiType() {
 void showProductVersion()
 {
   theL()<<Logger::Warning<<productName()<<" "<<PDNS_VERSION<<" ("DIST_HOST") "
-    "(C) 2001-2014 PowerDNS.COM BV" << endl;
+    "(C) 2001-2015 PowerDNS.COM BV" << endl;
   theL()<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built on "BUILD_DATE" by "BUILD_HOST", "<<compilerVersion()<<"."<<endl;
   theL()<<Logger::Warning<<"PowerDNS comes with ABSOLUTELY NO WARRANTY. "
index c1b51f53bb7fffc9e0cc40e3b2e2d98edd8f0af5..0f196ad7081f29f366ebcefa5ec3f3b217ad017e 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 - 2014 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2015 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();