]> granicus.if.org Git - pdns/commitdiff
happy new year :)
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 31 Dec 2014 23:57:08 +0000 (00:57 +0100)
committermind04 <mind04@monshouwer.org>
Wed, 31 Dec 2014 23:57:08 +0000 (00:57 +0100)
pdns/version.cc
pdns/ws-auth.cc

index ccbe491197a7025d56673726420f4c62c1946e33..4d2a5bce060cbe4fd599c1b76adbae476912ffd8 100644 (file)
@@ -68,7 +68,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 b30846d70b9fc6f2544e2c15d793b1bd46558994..c46928569addd9c2617a4f396f57d238a63004e6 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();