From f782fe38f3b1245c4a7aa62a31dbe055d5e13d2b Mon Sep 17 00:00:00 2001 From: Marc Haber Date: Thu, 24 Oct 2013 15:52:16 +0200 Subject: [PATCH] add OpenSSL exception to PowerDNS, Netherlabs, van Dijk and Hubert copyrights --- modules/randombackend/randombackend.cc | 5 ++++- pdns/arguments.cc | 4 ++++ pdns/arguments.hh | 5 ++++- pdns/backends/bind/bindbackend2.cc | 4 ++++ pdns/backends/bind/bindbackend2.hh | 4 ++++ pdns/backends/bind/binddnssec.cc | 5 ++++- pdns/backends/bind/bindparserclasses.hh | 5 ++++- pdns/backends/bind/zone2json.cc | 5 ++++- pdns/backends/bind/zone2sql.cc | 5 ++++- pdns/backends/gsql/gsqlbackend.cc | 4 ++++ pdns/backends/gsql/ssql.hh | 5 +++++ pdns/common_startup.cc | 4 ++++ pdns/common_startup.hh | 5 ++++- pdns/communicator.cc | 4 ++++ pdns/communicator.hh | 5 ++++- pdns/dbdnsseckeeper.cc | 4 ++++ pdns/distributor.hh | 5 ++++- pdns/dns.hh | 5 ++++- pdns/dnsbackend.cc | 5 ++++- pdns/dnsbackend.hh | 5 ++++- pdns/dnsdist.cc | 6 +++++- pdns/dnslabel.cc | 4 ++++ pdns/dnslabel.hh | 6 +++++- pdns/dnspacket.cc | 4 ++++ pdns/dnspacket.hh | 4 ++++ pdns/dnsparser.cc | 4 ++++ pdns/dnsparser.hh | 4 ++++ pdns/dnsproxy.cc | 4 ++++ pdns/dnsproxy.hh | 5 ++++- pdns/dnsrecords.cc | 4 ++++ pdns/dnsrecords.hh | 4 ++++ pdns/dnsseckeeper.hh | 4 ++++ pdns/dnssecsigner.cc | 4 ++++ pdns/dnstcpbench.cc | 6 +++++- pdns/dynhandler.cc | 4 ++++ pdns/dynhandler.hh | 5 ++++- pdns/dynlistener.cc | 4 ++++ pdns/dynlistener.hh | 5 ++++- pdns/dynloader.cc | 4 ++++ pdns/dynmessenger.cc | 5 ++++- pdns/dynmessenger.hh | 5 ++++- pdns/ednssubnet.cc | 4 ++++ pdns/ednssubnet.hh | 4 ++++ pdns/iputils.hh | 5 ++++- pdns/json.hh | 6 +++++- pdns/json_ws.cc | 4 ++++ pdns/json_ws.hh | 4 ++++ pdns/lock.hh | 5 ++++- pdns/logger.cc | 4 ++++ pdns/logger.hh | 4 ++++ pdns/lwres.cc | 4 ++++ pdns/lwres.hh | 5 ++++- pdns/mastercommunicator.cc | 4 ++++ pdns/misc.cc | 5 ++++- pdns/misc.hh | 6 +++++- pdns/mtasker.cc | 4 ++++ pdns/mtasker.hh | 5 ++++- pdns/nameserver.cc | 4 ++++ pdns/nameserver.hh | 4 ++++ pdns/packetcache.cc | 4 ++++ pdns/packetcache.hh | 3 +++ pdns/packethandler.cc | 4 ++++ pdns/packethandler.hh | 5 ++++- pdns/pdns_recursor.cc | 4 ++++ pdns/pdnsexception.hh | 5 ++++- pdns/pdnsservice.cc | 5 ++++- pdns/pdnsservice.hh | 5 ++++- pdns/qtype.cc | 5 ++++- pdns/qtype.hh | 5 ++++- pdns/rcpgenerator.cc | 4 ++++ pdns/rcpgenerator.hh | 4 ++++ pdns/rec_control.cc | 4 ++++ pdns/receiver.cc | 3 +++ pdns/recursorservice.cc | 6 +++++- pdns/recursorservice.hh | 5 ++++- pdns/reczones.cc | 4 ++++ pdns/resolver.cc | 4 ++++ pdns/resolver.hh | 5 ++++- pdns/serialtweaker.cc | 4 ++++ pdns/session.cc | 5 ++++- pdns/session.hh | 5 ++++- pdns/slavecommunicator.cc | 4 ++++ pdns/statbag.cc | 5 ++++- pdns/statbag.hh | 5 ++++- pdns/syncres.cc | 4 ++++ pdns/tcpreceiver.cc | 6 +++++- pdns/tcpreceiver.hh | 5 ++++- pdns/ueberbackend.cc | 4 ++++ pdns/ueberbackend.hh | 5 ++++- pdns/unix_semaphore.cc | 5 +++++ pdns/unix_utility.cc | 4 ++++ pdns/utility.hh | 3 +++ pdns/version.cc | 4 ++++ pdns/version.hh | 4 ++++ pdns/webserver.cc | 5 ++++- pdns/webserver.hh | 5 ++++- pdns/ws.cc | 4 ++++ pdns/ws.hh | 5 ++++- pdns/zoneparser-tng.cc | 4 ++++ pdns/zoneparser-tng.hh | 4 ++++ 100 files changed, 406 insertions(+), 46 deletions(-) diff --git a/modules/randombackend/randombackend.cc b/modules/randombackend/randombackend.cc index 6893a1b1b..43395673f 100644 --- a/modules/randombackend/randombackend.cc +++ b/modules/randombackend/randombackend.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/arguments.cc b/pdns/arguments.cc index 1ce73c3b8..1985f4446 100644 --- a/pdns/arguments.cc +++ b/pdns/arguments.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/arguments.hh b/pdns/arguments.hh index fad499d3e..a0318540b 100644 --- a/pdns/arguments.hh +++ b/pdns/arguments.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/backends/bind/bindbackend2.cc b/pdns/backends/bind/bindbackend2.cc index 919e6f682..9369d2a3d 100644 --- a/pdns/backends/bind/bindbackend2.cc +++ b/pdns/backends/bind/bindbackend2.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/backends/bind/bindbackend2.hh b/pdns/backends/bind/bindbackend2.hh index 0ee5d5c7a..2b6d61542 100644 --- a/pdns/backends/bind/bindbackend2.hh +++ b/pdns/backends/bind/bindbackend2.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/backends/bind/binddnssec.cc b/pdns/backends/bind/binddnssec.cc index da53c08a8..75aa09bd2 100644 --- a/pdns/backends/bind/binddnssec.cc +++ b/pdns/backends/bind/binddnssec.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/backends/bind/bindparserclasses.hh b/pdns/backends/bind/bindparserclasses.hh index 10b0cfd6a..92bad31a5 100644 --- a/pdns/backends/bind/bindparserclasses.hh +++ b/pdns/backends/bind/bindparserclasses.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/backends/bind/zone2json.cc b/pdns/backends/bind/zone2json.cc index fda60801d..e7bc93d5b 100644 --- a/pdns/backends/bind/zone2json.cc +++ b/pdns/backends/bind/zone2json.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/backends/bind/zone2sql.cc b/pdns/backends/bind/zone2sql.cc index 10508eb87..e823cfddd 100644 --- a/pdns/backends/bind/zone2sql.cc +++ b/pdns/backends/bind/zone2sql.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/backends/gsql/gsqlbackend.cc b/pdns/backends/gsql/gsqlbackend.cc index 3473d5194..6c507b27e 100644 --- a/pdns/backends/gsql/gsqlbackend.cc +++ b/pdns/backends/gsql/gsqlbackend.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/backends/gsql/ssql.hh b/pdns/backends/gsql/ssql.hh index 10fc1d00c..dbad606a1 100644 --- a/pdns/backends/gsql/ssql.hh +++ b/pdns/backends/gsql/ssql.hh @@ -1,5 +1,10 @@ /* Copyright 2001 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE for more information. + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + $Id$ */ #ifndef SSQL_HH #define SSQL_HH diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index b3483db2d..eb7505491 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/common_startup.hh b/pdns/common_startup.hh index b4571385a..aeae738ad 100644 --- a/pdns/common_startup.hh +++ b/pdns/common_startup.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/communicator.cc b/pdns/communicator.cc index ea05114b8..2a074ec89 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/communicator.hh b/pdns/communicator.hh index e56985c99..d7c14e130 100644 --- a/pdns/communicator.hh +++ b/pdns/communicator.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index 7abffd730..56a4f5f0f 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/distributor.hh b/pdns/distributor.hh index de691b299..09187e6a6 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dns.hh b/pdns/dns.hh index 125d799f3..3c71e9a07 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dnsbackend.cc b/pdns/dnsbackend.cc index 7ababc55d..2a5ef2d28 100644 --- a/pdns/dnsbackend.cc +++ b/pdns/dnsbackend.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dnsbackend.hh b/pdns/dnsbackend.hh index 3a71ef7ba..0f9fea4aa 100644 --- a/pdns/dnsbackend.hh +++ b/pdns/dnsbackend.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 5509637fe..189635cf3 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnslabel.cc b/pdns/dnslabel.cc index 6dffc81e6..a10bc4430 100644 --- a/pdns/dnslabel.cc +++ b/pdns/dnslabel.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnslabel.hh b/pdns/dnslabel.hh index 7300f517e..95b11d5bc 100644 --- a/pdns/dnslabel.hh +++ b/pdns/dnslabel.hh @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index 3184927be..d2e7f0741 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnspacket.hh b/pdns/dnspacket.hh index 6a9fa16ad..48b1d2637 100644 --- a/pdns/dnspacket.hh +++ b/pdns/dnspacket.hh @@ -6,6 +6,10 @@ under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsparser.cc b/pdns/dnsparser.cc index be40fea14..f1a23da69 100644 --- a/pdns/dnsparser.cc +++ b/pdns/dnsparser.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 22def5ee6..e5686b06f 100644 --- a/pdns/dnsparser.hh +++ b/pdns/dnsparser.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsproxy.cc b/pdns/dnsproxy.cc index 6c18b123a..da80598fc 100644 --- a/pdns/dnsproxy.cc +++ b/pdns/dnsproxy.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsproxy.hh b/pdns/dnsproxy.hh index b380f4e32..0b4efa4d6 100644 --- a/pdns/dnsproxy.hh +++ b/pdns/dnsproxy.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 7859d8b33..d8ad924ba 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index 7780289d0..59dc0a9c6 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnsseckeeper.hh b/pdns/dnsseckeeper.hh index 853e26645..06f927a60 100644 --- a/pdns/dnsseckeeper.hh +++ b/pdns/dnsseckeeper.hh @@ -8,6 +8,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnssecsigner.cc b/pdns/dnssecsigner.cc index 1abb87030..dba12cf67 100644 --- a/pdns/dnssecsigner.cc +++ b/pdns/dnssecsigner.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dnstcpbench.cc b/pdns/dnstcpbench.cc index ec887b9ca..97e4e8571 100644 --- a/pdns/dnstcpbench.cc +++ b/pdns/dnstcpbench.cc @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dynhandler.cc b/pdns/dynhandler.cc index eda4391c8..133d771d6 100644 --- a/pdns/dynhandler.cc +++ b/pdns/dynhandler.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dynhandler.hh b/pdns/dynhandler.hh index a20ce4adb..80f9ee7bd 100644 --- a/pdns/dynhandler.hh +++ b/pdns/dynhandler.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dynlistener.cc b/pdns/dynlistener.cc index cf025a10c..fed0f7f3a 100644 --- a/pdns/dynlistener.cc +++ b/pdns/dynlistener.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dynlistener.hh b/pdns/dynlistener.hh index f21f9475f..1c3dc834b 100644 --- a/pdns/dynlistener.hh +++ b/pdns/dynlistener.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dynloader.cc b/pdns/dynloader.cc index e48a39424..1a01a5631 100644 --- a/pdns/dynloader.cc +++ b/pdns/dynloader.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/dynmessenger.cc b/pdns/dynmessenger.cc index ba746bf1a..696ae7543 100644 --- a/pdns/dynmessenger.cc +++ b/pdns/dynmessenger.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/dynmessenger.hh b/pdns/dynmessenger.hh index 5a78a9c92..18ab46205 100644 --- a/pdns/dynmessenger.hh +++ b/pdns/dynmessenger.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/ednssubnet.cc b/pdns/ednssubnet.cc index ee15a0a1e..8eb649225 100644 --- a/pdns/ednssubnet.cc +++ b/pdns/ednssubnet.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/ednssubnet.hh b/pdns/ednssubnet.hh index 43707f4f8..15c633bcf 100644 --- a/pdns/ednssubnet.hh +++ b/pdns/ednssubnet.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 59920f9a2..44620b820 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/json.hh b/pdns/json.hh index 00e573e35..11a574245 100644 --- a/pdns/json.hh +++ b/pdns/json.hh @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/json_ws.cc b/pdns/json_ws.cc index c7cd8b685..53397e5f2 100644 --- a/pdns/json_ws.cc +++ b/pdns/json_ws.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/json_ws.hh b/pdns/json_ws.hh index e9da23b2b..061111ef4 100644 --- a/pdns/json_ws.hh +++ b/pdns/json_ws.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/lock.hh b/pdns/lock.hh index 3bb5e4a74..0e59d2a74 100644 --- a/pdns/lock.hh +++ b/pdns/lock.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/logger.cc b/pdns/logger.cc index 8169a5f62..5e6fd2b8b 100644 --- a/pdns/logger.cc +++ b/pdns/logger.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/logger.hh b/pdns/logger.hh index 3c7b2ccbb..327842496 100644 --- a/pdns/logger.hh +++ b/pdns/logger.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/lwres.cc b/pdns/lwres.cc index a76550963..c48b15936 100644 --- a/pdns/lwres.cc +++ b/pdns/lwres.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/lwres.hh b/pdns/lwres.hh index 56de782f1..db9aac708 100644 --- a/pdns/lwres.hh +++ b/pdns/lwres.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/mastercommunicator.cc b/pdns/mastercommunicator.cc index 35340a6d9..a6af2a66b 100644 --- a/pdns/mastercommunicator.cc +++ b/pdns/mastercommunicator.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/misc.cc b/pdns/misc.cc index e66abde41..5b3f895d8 100644 --- a/pdns/misc.cc +++ b/pdns/misc.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/misc.hh b/pdns/misc.hh index 682441779..63857f595 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/mtasker.cc b/pdns/mtasker.cc index a4a7c8349..a9c937337 100644 --- a/pdns/mtasker.cc +++ b/pdns/mtasker.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/mtasker.hh b/pdns/mtasker.hh index ed5487e2d..31cd0c12d 100644 --- a/pdns/mtasker.hh +++ b/pdns/mtasker.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/nameserver.cc b/pdns/nameserver.cc index 6ea51c808..dfe68e8b1 100644 --- a/pdns/nameserver.cc +++ b/pdns/nameserver.cc @@ -5,6 +5,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/nameserver.hh b/pdns/nameserver.hh index 17df1056a..9a9ab22b4 100644 --- a/pdns/nameserver.hh +++ b/pdns/nameserver.hh @@ -6,6 +6,10 @@ under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/packetcache.cc b/pdns/packetcache.cc index da94aae51..0c44a5e87 100644 --- a/pdns/packetcache.cc +++ b/pdns/packetcache.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/packetcache.hh b/pdns/packetcache.hh index b60fccda6..902247b18 100644 --- a/pdns/packetcache.hh +++ b/pdns/packetcache.hh @@ -6,6 +6,9 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 059c7c548..98eb1acca 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/packethandler.hh b/pdns/packethandler.hh index ac11e538d..f6e50e2d4 100644 --- a/pdns/packethandler.hh +++ b/pdns/packethandler.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 2f04a574a..ce56b76f2 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/pdnsexception.hh b/pdns/pdnsexception.hh index d7f054b4b..5ca9b17eb 100644 --- a/pdns/pdnsexception.hh +++ b/pdns/pdnsexception.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/pdnsservice.cc b/pdns/pdnsservice.cc index 89f11e9fb..8dce957fd 100644 --- a/pdns/pdnsservice.cc +++ b/pdns/pdnsservice.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/pdnsservice.hh b/pdns/pdnsservice.hh index 7ad7f71df..30102b7d1 100644 --- a/pdns/pdnsservice.hh +++ b/pdns/pdnsservice.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/qtype.cc b/pdns/qtype.cc index b4068347d..3e23f12b1 100644 --- a/pdns/qtype.cc +++ b/pdns/qtype.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/qtype.hh b/pdns/qtype.hh index 617a52479..f959dd9e6 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/rcpgenerator.cc b/pdns/rcpgenerator.cc index 7548245bf..59702b4b9 100644 --- a/pdns/rcpgenerator.cc +++ b/pdns/rcpgenerator.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/rcpgenerator.hh b/pdns/rcpgenerator.hh index f772385b9..b3bca5925 100644 --- a/pdns/rcpgenerator.hh +++ b/pdns/rcpgenerator.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/rec_control.cc b/pdns/rec_control.cc index 3f6425fb1..1f29a390d 100644 --- a/pdns/rec_control.cc +++ b/pdns/rec_control.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/receiver.cc b/pdns/receiver.cc index bc514a13e..d36ea8160 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -6,6 +6,9 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/recursorservice.cc b/pdns/recursorservice.cc index d16d9191a..224377668 100644 --- a/pdns/recursorservice.cc +++ b/pdns/recursorservice.cc @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/recursorservice.hh b/pdns/recursorservice.hh index 55361f7d4..36b2187f1 100644 --- a/pdns/recursorservice.hh +++ b/pdns/recursorservice.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 9d49279df..f335864a4 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/resolver.cc b/pdns/resolver.cc index 32c87213a..4a4a32e16 100644 --- a/pdns/resolver.cc +++ b/pdns/resolver.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/resolver.hh b/pdns/resolver.hh index 4089097a1..49ff22770 100644 --- a/pdns/resolver.hh +++ b/pdns/resolver.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/serialtweaker.cc b/pdns/serialtweaker.cc index 688b1b0b3..e7e2afb8d 100644 --- a/pdns/serialtweaker.cc +++ b/pdns/serialtweaker.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/session.cc b/pdns/session.cc index 716be607d..5ec778a0f 100644 --- a/pdns/session.cc +++ b/pdns/session.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/session.hh b/pdns/session.hh index ccb71a7af..96412e068 100644 --- a/pdns/session.hh +++ b/pdns/session.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 56df14007..f9cf37b56 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/statbag.cc b/pdns/statbag.cc index 430c04829..e4cc283fa 100644 --- a/pdns/statbag.cc +++ b/pdns/statbag.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/statbag.hh b/pdns/statbag.hh index 2e9194378..ca7af1a64 100644 --- a/pdns/statbag.hh +++ b/pdns/statbag.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 583c2841c..acf476f53 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/tcpreceiver.cc b/pdns/tcpreceiver.cc index 84e77f356..f61d0e1ef 100644 --- a/pdns/tcpreceiver.cc +++ b/pdns/tcpreceiver.cc @@ -5,7 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/tcpreceiver.hh b/pdns/tcpreceiver.hh index 70df64e98..b58a474d4 100644 --- a/pdns/tcpreceiver.hh +++ b/pdns/tcpreceiver.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/ueberbackend.cc b/pdns/ueberbackend.cc index 3d94b0061..fb27c53dc 100644 --- a/pdns/ueberbackend.cc +++ b/pdns/ueberbackend.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/ueberbackend.hh b/pdns/ueberbackend.hh index 05faec5c6..3c29cff0b 100644 --- a/pdns/ueberbackend.hh +++ b/pdns/ueberbackend.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/unix_semaphore.cc b/pdns/unix_semaphore.cc index 0afb9cb6c..50a350ebd 100644 --- a/pdns/unix_semaphore.cc +++ b/pdns/unix_semaphore.cc @@ -5,6 +5,11 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/unix_utility.cc b/pdns/unix_utility.cc index 4dcf5b70a..9561aebc3 100644 --- a/pdns/unix_utility.cc +++ b/pdns/unix_utility.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/utility.hh b/pdns/utility.hh index 9e6e58ee9..0431c1624 100644 --- a/pdns/utility.hh +++ b/pdns/utility.hh @@ -6,6 +6,9 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/version.cc b/pdns/version.cc index b932d9312..e974b8a6f 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/version.hh b/pdns/version.hh index 7e8f3fac2..22da7cdc8 100644 --- a/pdns/version.hh +++ b/pdns/version.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/webserver.cc b/pdns/webserver.cc index 8e0d8f693..e759d1ef8 100644 --- a/pdns/webserver.cc +++ b/pdns/webserver.cc @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/webserver.hh b/pdns/webserver.hh index 0d08dd1a8..14e647193 100644 --- a/pdns/webserver.hh +++ b/pdns/webserver.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/ws.cc b/pdns/ws.cc index 4b17211f8..73d59b3b4 100644 --- a/pdns/ws.cc +++ b/pdns/ws.cc @@ -5,6 +5,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/ws.hh b/pdns/ws.hh index 68599b365..db123fb40 100644 --- a/pdns/ws.hh +++ b/pdns/ws.hh @@ -5,7 +5,10 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation - + + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/pdns/zoneparser-tng.cc b/pdns/zoneparser-tng.cc index 1a44229b1..3c1e1817a 100644 --- a/pdns/zoneparser-tng.cc +++ b/pdns/zoneparser-tng.cc @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the diff --git a/pdns/zoneparser-tng.hh b/pdns/zoneparser-tng.hh index 9f5bc7821..8d5b23860 100644 --- a/pdns/zoneparser-tng.hh +++ b/pdns/zoneparser-tng.hh @@ -6,6 +6,10 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation + Additionally, the license of this program contains a special + exception which allows to distribute the program in binary form when + it is linked against OpenSSL. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- 2.50.1