samples: relicense to GPL-2.0-or-later

This commit is contained in:
Daniel Salzman 2025-03-22 11:46:50 +01:00
parent d18fcbf03a
commit dd27e00b6e
5 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,7 @@
#!/usr/bin/env perl
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
# SPDX-License-Identifier: GPL-2.0-or-later
# For more information, see <https://www.knot-dns.cz/>
# This package is needed on Debian derived ditributions: libnet-dbus-perl

View file

@ -1,4 +1,7 @@
#!/usr/bin/env python3
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
# SPDX-License-Identifier: GPL-2.0-or-later
# For more information, see <https://www.knot-dns.cz/>
# This package is needed on Debian derived ditributions: python3-dasbus

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
# SPDX-License-Identifier: GPL-2.0-or-later
# For more information, see <https://www.knot-dns.cz/>
# This package is needed on Debian derived ditributions: libglib2.0-bin

View file

@ -1,6 +1,9 @@
#!/usr/bin/env python3
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
# SPDX-License-Identifier: GPL-2.0-or-later
# For more information, see <https://www.knot-dns.cz/>
"""Simple program for exposing statistics from Knot DNS over HTTP/HTTPS."""
"""A simple program for exposing statistics from Knot DNS over HTTP/HTTPS."""
import http.server
import libknot.control

View file

@ -1,6 +1,9 @@
#!/usr/bin/env python3
# Copyright (C) CZ.NIC, z.s.p.o. and contributors
# SPDX-License-Identifier: GPL-2.0-or-later
# For more information, see <https://www.knot-dns.cz/>
"""Simple program for exporting statistics from Knot DNS to influxdb."""
"""A simple program for exporting statistics from Knot DNS to influxdb."""
import libknot.control
import io