Changeset 681
- Timestamp:
- 04/12/06 09:38:45 (7 years ago)
- Location:
- trunk/pdns
- Files:
-
- 69 modified
-
modules/ldapbackend/ldapbackend.hh (modified) (1 diff)
-
modules/ldapbackend/powerldap.hh (modified) (1 diff)
-
modules/ldapbackend/zone2ldap.cc (modified) (1 diff)
-
modules/odbcbackend/odbcbackend.cc (modified) (1 diff)
-
modules/odbcbackend/odbcbackend.hh (modified) (1 diff)
-
modules/opendbxbackend/odbxbackend.hh (modified) (1 diff)
-
pdns/ahuexception.hh (modified) (1 diff)
-
pdns/arguments.hh (modified) (1 diff)
-
pdns/backends/bind/bindbackend.hh (modified) (1 diff)
-
pdns/backends/bind/bindparser.cc (modified) (1 diff)
-
pdns/backends/bind/bindparser.hh (modified) (1 diff)
-
pdns/backends/bind/huffman.cc (modified) (1 diff)
-
pdns/backends/bind/huffman.hh (modified) (1 diff)
-
pdns/backends/bind/zone2ldap.cc (modified) (1 diff)
-
pdns/backends/bind/zone2sql.cc (modified) (1 diff)
-
pdns/backends/bind/zoneparser.hh (modified) (1 diff)
-
pdns/binpatch.cc (modified) (1 diff)
-
pdns/common_startup.cc (modified) (1 diff)
-
pdns/common_startup.hh (modified) (1 diff)
-
pdns/communicator.hh (modified) (1 diff)
-
pdns/distributor.hh (modified) (1 diff)
-
pdns/dns.hh (modified) (1 diff)
-
pdns/dnsbackend.cc (modified) (1 diff)
-
pdns/dnsbackend.hh (modified) (1 diff)
-
pdns/dnsproxy.hh (modified) (1 diff)
-
pdns/dynhandler.hh (modified) (1 diff)
-
pdns/dynlistener.hh (modified) (1 diff)
-
pdns/dynmessenger.cc (modified) (1 diff)
-
pdns/dynmessenger.hh (modified) (1 diff)
-
pdns/iputils.hh (modified) (1 diff)
-
pdns/lock.hh (modified) (1 diff)
-
pdns/lwres.hh (modified) (1 diff)
-
pdns/misc.cc (modified) (1 diff)
-
pdns/misc.hh (modified) (1 diff)
-
pdns/mtasker.hh (modified) (1 diff)
-
pdns/ntservice.cc (modified) (1 diff)
-
pdns/ntservice.hh (modified) (1 diff)
-
pdns/packetcache.hh (modified) (1 diff)
-
pdns/packethandler.hh (modified) (1 diff)
-
pdns/pdnsmsg.cc (modified) (1 diff)
-
pdns/pdnsservice.cc (modified) (1 diff)
-
pdns/pdnsservice.hh (modified) (1 diff)
-
pdns/qtype.cc (modified) (1 diff)
-
pdns/qtype.hh (modified) (1 diff)
-
pdns/randombackend.cc (modified) (1 diff)
-
pdns/receiver.cc (modified) (1 diff)
-
pdns/recursorservice.cc (modified) (1 diff)
-
pdns/recursorservice.hh (modified) (1 diff)
-
pdns/resolver.hh (modified) (1 diff)
-
pdns/session.cc (modified) (1 diff)
-
pdns/session.hh (modified) (1 diff)
-
pdns/singleton.hh (modified) (1 diff)
-
pdns/statbag.cc (modified) (1 diff)
-
pdns/statbag.hh (modified) (1 diff)
-
pdns/tcpreceiver.cc (modified) (1 diff)
-
pdns/tcpreceiver.hh (modified) (1 diff)
-
pdns/ueberbackend.hh (modified) (1 diff)
-
pdns/utility.hh (modified) (1 diff)
-
pdns/webserver.cc (modified) (1 diff)
-
pdns/webserver.hh (modified) (1 diff)
-
pdns/win32_dynlistener.cc (modified) (1 diff)
-
pdns/win32_dynloader.cc (modified) (1 diff)
-
pdns/win32_dynmessenger.cc (modified) (1 diff)
-
pdns/win32_logger.cc (modified) (1 diff)
-
pdns/win32_mtasker.hh (modified) (1 diff)
-
pdns/win32_pdns_recursor.cc (modified) (1 diff)
-
pdns/win32_receiver.cc (modified) (1 diff)
-
pdns/win32_utility.cc (modified) (1 diff)
-
pdns/ws.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/ldapbackend/ldapbackend.hh
r680 r681 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation ; either version 2 of the License, or6 * it under the terms of the GNU General Public License version 2 7 * the Free Software Foundation 8 8 * any later version. 9 9 * -
trunk/pdns/modules/ldapbackend/powerldap.hh
r680 r681 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by8 * the Free Software Foundation ; either version 2 of the License, or7 * it under the terms of the GNU General Public License version 2 8 * the Free Software Foundation 9 9 * any later version. 10 10 * -
trunk/pdns/modules/ldapbackend/zone2ldap.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/modules/odbcbackend/odbcbackend.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/modules/odbcbackend/odbcbackend.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/modules/opendbxbackend/odbxbackend.hh
r680 r681 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation ; either version 2 of the License, or6 * it under the terms of the GNU General Public License version 2 7 * the Free Software Foundation 8 8 * any later version. 9 9 * -
trunk/pdns/pdns/ahuexception.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/arguments.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/bindbackend.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/bindparser.cc
r495 r681 5 5 6 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by8 the Free Software Foundation; either version 2, or (at your option)7 it under the terms of the GNU General Public License version 2 8 as published by the Free Software Foundation; either version 2, or (at your option) 9 9 any later version. 10 10 -
trunk/pdns/pdns/backends/bind/bindparser.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/huffman.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/huffman.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/zone2ldap.cc
r680 r681 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by7 * the Free Software Foundation ; either version 2 of the License, or8 * (at your option) any later version.6 * it under the terms of the GNU General Public License version 2 7 * the Free Software Foundation 8 * 9 9 * 10 10 * This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/zone2sql.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/backends/bind/zoneparser.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/binpatch.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/common_startup.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/common_startup.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/communicator.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/distributor.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dns.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dnsbackend.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dnsbackend.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dnsproxy.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dynhandler.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dynlistener.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dynmessenger.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/dynmessenger.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/iputils.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/lock.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/lwres.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/misc.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/misc.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/mtasker.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/ntservice.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/ntservice.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/packetcache.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/packethandler.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/pdnsmsg.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/pdnsservice.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/pdnsservice.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/qtype.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/qtype.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/randombackend.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/receiver.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License version 2 as published by7 the Free Software Foundation6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 8 9 9 -
trunk/pdns/pdns/recursorservice.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/recursorservice.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/resolver.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/session.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/session.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/singleton.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/statbag.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/statbag.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/tcpreceiver.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/tcpreceiver.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/ueberbackend.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/utility.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/webserver.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/webserver.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_dynlistener.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_dynloader.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_dynmessenger.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_logger.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_mtasker.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_pdns_recursor.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_receiver.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/win32_utility.cc
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful, -
trunk/pdns/pdns/ws.hh
r680 r681 4 4 5 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 2 of the License, or8 (at your option) any later version.6 it under the terms of the GNU General Public License version 2 7 as published by the Free Software Foundation 8 9 9 10 10 This program is distributed in the hope that it will be useful,