From: Peter van Dijk Date: Fri, 25 Oct 2013 08:05:45 +0000 (+0200) Subject: make OpenSSL linking exception more prominent - note that this has always applied... X-Git-Tag: rec-3.6.0-rc1~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5871f6b84103acd97e631fff4c94eb84fff5685;p=pdns make OpenSSL linking exception more prominent - note that this has always applied! Fixes #1078, thanks @Zugschlus --- diff --git a/Makefile.am b/Makefile.am index ddd4a2c60..7b02667ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=modules codedocs @programdescend@ DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson -EXTRA_DIST=README HACKING INSTALL debian-pdns/* pdns.spec \ +EXTRA_DIST=README HACKING INSTALL NOTICE debian-pdns/* pdns.spec \ codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \ bootstrap build-scripts/semistaticg++ pdns/docs/dnstcpbench.1 \ diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..d3f7a1eb1 --- /dev/null +++ b/NOTICE @@ -0,0 +1,16 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +In addition, for the avoidance of any doubt, permission is granted to +link this program with OpenSSL or any other library package and to +(re)distribute the binaries produced as the result of such linking. + +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 +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.