]> granicus.if.org Git - pdns/commitdiff
some (c) updates - happy 2016
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 11 Jan 2016 12:58:19 +0000 (13:58 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 11 Jan 2016 13:00:08 +0000 (14:00 +0100)
pdns/common_startup.cc
pdns/pdns_recursor.cc
pdns/version.cc
pdns/ws-auth.cc

index 4286ef4be8c9376d44e6070d72b7218e1b747ccb..253c90f3b8c305a05a2ad4b5f197cb8f41242a4d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2005 - 2013  PowerDNS.COM BV
+    Copyright (C) 2005 - 2016  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2
index 72584279a1230a372658549107bbf0f15fcf6d25..5fdb7be88a7c51cbe88e7491abe3d6d2ab74bffc 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2003 - 2015  PowerDNS.COM BV
+    Copyright (C) 2003 - 2016  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2
index 63aec3fffa478a930fba2b115e53ee7b25cecd41..8bec1d5bcc6f09151e2fe71dadf17d0e061b5f9f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2002 - 2013  PowerDNS.COM BV
+    Copyright (C) 2002 - 2016  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2
@@ -74,7 +74,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2015 "
+  theL()<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2016 "
     "PowerDNS.COM BV" << endl;
   theL()<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()
index f911898e63c8394db26863e9cf5ab5275abbb672..83501ac672b498fda4be56a5d9c6d693755cf7b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 - 2015  PowerDNS.COM BV
+    Copyright (C) 2002 - 2016  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2
@@ -279,7 +279,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 - 2015 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2016 <a href=\"http://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();