]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Copy the NOTICE file instead of using a link
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Feb 2025 16:17:44 +0000 (17:17 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 7 Mar 2025 16:24:58 +0000 (17:24 +0100)
Otherwise our builder does not find it, because the root directory
of the repository is not available to the Docker context.

pdns/dnsdistdist/NOTICE [changed from symlink to file mode: 0644]

deleted file mode 120000 (symlink)
index fb376cfaa4716ac7e1f305dfa99c168ba1851595..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../../NOTICE
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..ddd9b4211242cc8f6af154025793841cc515aa31
--- /dev/null
@@ -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.