From: Remi Gacogne Date: Mon, 17 Feb 2025 16:17:44 +0000 (+0100) Subject: dnsdist: Copy the NOTICE file instead of using a link X-Git-Tag: dnsdist-2.0.0-alpha1~30^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74cd02b3bae72f35b82c6a33a7dd3d7e79ee27b2;p=thirdparty%2Fpdns.git dnsdist: Copy the NOTICE file instead of using a link Otherwise our builder does not find it, because the root directory of the repository is not available to the Docker context. --- diff --git a/pdns/dnsdistdist/NOTICE b/pdns/dnsdistdist/NOTICE deleted file mode 120000 index fb376cfaa4..0000000000 --- a/pdns/dnsdistdist/NOTICE +++ /dev/null @@ -1 +0,0 @@ -../../NOTICE \ No newline at end of file diff --git a/pdns/dnsdistdist/NOTICE b/pdns/dnsdistdist/NOTICE new file mode 100644 index 0000000000..ddd9b42112 --- /dev/null +++ b/pdns/dnsdistdist/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 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.