summaryrefslogtreecommitdiffstats
path: root/scripts/kresd-query.lua
diff options
context:
space:
mode:
authorPetr Špaček <petr.spacek@nic.cz>2020-02-14 15:25:09 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2020-02-25 09:26:37 +0100
commitcbc3ee6bef1f603786cd56f2967959915be3394d (patch)
tree7c9bbbfbdf91e8313d90f9604f01e9e67b83c105 /scripts/kresd-query.lua
parenttreewide: machine readable license for GNU GPLv3+ source code (diff)
downloadknot-resolver-cbc3ee6bef1f603786cd56f2967959915be3394d.tar.xz
knot-resolver-cbc3ee6bef1f603786cd56f2967959915be3394d.zip
treewide: machine readable license for all the rest
These files did not have GNU GPL v3 boilderplate in them so I've added machine readable tag with appropriate license.
Diffstat (limited to 'scripts/kresd-query.lua')
-rwxr-xr-xscripts/kresd-query.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kresd-query.lua b/scripts/kresd-query.lua
index cafaf7bf..713b9c78 100755
--- a/scripts/kresd-query.lua
+++ b/scripts/kresd-query.lua
@@ -1,4 +1,5 @@
#!/usr/bin/env luajit
+-- SPDX-License-Identifier: GPL-3.0-or-later
cli_bin = 'kresd -q -c -'
-- Work around OS X stripping dyld variables
libdir = os.getenv('DYLD_LIBRARY_PATH')