]> granicus.if.org Git - pdns/commitdiff
it is 2009!
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 9 Feb 2009 06:20:01 +0000 (06:20 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 9 Feb 2009 06:20:01 +0000 (06:20 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1333 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdns_recursor.cc

index 8dd3526b53b70d03b9f6583dbe08e88158fe84fa..94e573c36f0d0ab93507918e61fa3b17009692ae 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2003 - 2008  PowerDNS.COM BV
+    Copyright (C) 2003 - 2009  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 
@@ -1686,7 +1686,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-2008 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
+  L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2009 PowerDNS.COM BV ("<<__DATE__", "__TIME__;
 #ifdef __GNUC__
   L<<", gcc "__VERSION__;
 #endif // add other compilers here