]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update copyright years
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 9 Jan 2013 11:33:45 +0000 (11:33 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 9 Jan 2013 11:33:45 +0000 (11:33 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3030 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdns_recursor.cc
pdns/receiver.cc

index a9020d231edbbadf8d1e8464590e8c7dcbcf0795..3a6511cbf6f859a0197f7fe50bdf6ee819f5ce23 100644 (file)
@@ -1617,7 +1617,7 @@ int serviceMain(int argc, char*argv[])
       L<<Logger::Error<<"Unknown logging facility "<<::arg().asNum("logging-facility") <<endl;
   }
 
-  L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2012 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
+  L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2013 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
 #ifdef __GNUC__
   L<<", gcc "__VERSION__;
 #endif // add other compilers here
index c09f4a5110b72c890ef2ada16c0087cd88772c37..2f9563d91b67fd39589f9e8f0a97216fdc003c49 100644 (file)
@@ -585,7 +585,7 @@ int main(int argc, char **argv)
   declareStats();
   DLOG(L<<Logger::Warning<<"Verbose logging in effect"<<endl);
   
-  L<<Logger::Warning<<"PowerDNS "<<VERSION<<" (C) 2001-2012 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
+  L<<Logger::Warning<<"PowerDNS "<<VERSION<<" (C) 2001-2013 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
 #ifdef __GNUC__
   L<<", gcc "__VERSION__;
 #endif // add other compilers here