Changeset 1333 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 02/09/09 07:20:01 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r1332 r1333 1 1 /* 2 2 PowerDNS Versatile Database Driven Nameserver 3 Copyright (C) 2003 - 200 8PowerDNS.COM BV3 Copyright (C) 2003 - 2009 PowerDNS.COM BV 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 1687 1687 } 1688 1688 1689 L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-200 8PowerDNS.COM BV ("<<__DATE__", "__TIME__;1689 L<<Logger::Warning<<"PowerDNS recursor "<<VERSION<<" (C) 2001-2009 PowerDNS.COM BV ("<<__DATE__", "__TIME__; 1690 1690 #ifdef __GNUC__ 1691 1691 L<<", gcc "__VERSION__;