clarify license of test scripts
authorChristian Grothoff <christian@grothoff.org>
Thu, 25 Oct 2018 08:57:45 +0000 (10:57 +0200)
committerChristian Grothoff <christian@grothoff.org>
Thu, 25 Oct 2018 08:58:10 +0000 (10:58 +0200)
15 files changed:
src/gns/test_gns_at_lookup.sh
src/gns/test_gns_cname_lookup.sh
src/gns/test_gns_delegated_lookup.sh
src/gns/test_gns_dht_lookup.sh
src/gns/test_gns_gns2dns_cname_lookup.sh
src/gns/test_gns_ipv6_lookup.sh
src/gns/test_gns_lookup.sh
src/gns/test_gns_mx_lookup.sh
src/gns/test_gns_quickupdate.sh
src/gns/test_gns_rel_expiration.sh
src/gns/test_gns_revocation.sh
src/gns/test_gns_soa_lookup.sh
src/gns/test_gns_txt_lookup.sh
src/gns/test_gns_zkey_lookup.sh
src/gns/test_gnunet_gns.sh

index 8c1d2a088b2cf65e12c6abd6ea92149325a48f20..d900c070b67c3047f027df6874af322f9f2e4c34 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 00ccd265b49e7431d3656af059ba99295569c55d..f6b7a842decda69877bd2e3baaa6e37b56b97ac1 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 3374f1b3bf564ab0b68a50686d5f9b624d7af1d8..21774ad8d0d9f5fce25212ea5f18d82d2e226e9c 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 30"
 
index 64af868a5ed3ebd91c19c4442308e579cda54fda..07e5597527eedfbd6782d15ca8e3a5844ccf76f3 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 30"
 
index 32e730d4c763e2e366a7b77fd46ae6cb9e0d256e..84ad8549fda97e6247fec87a52ea627c8affd638 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 301e6ae0c0e83f9cb5514ffc7d5d166220df13f8..72da5ee2c3a99d5d6576509d8a9fbfbb0af3e71a 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 79558afae73ba6b3acaa0cf9e91001d1d67db004..2dffa12514a7d2e7666cd5125b9c7cba96e13ea2 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 5a7ef21c3a6e226bc2f5c33f1e1fab35398eb7a3..3a360494b5cfb363507e0ea70a5b62e6c5c7a2fe 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index e0eb33f2e30d7506fe5afb65743f9665b80cf48b..d9807fe22c915c8e12a8dd5bd09d178ad2c346d0 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index a266a7484e3db16c46a4c906d2885b27be630372..66adbb63122249f3de4f5cec1fe1f7b92eb12d76 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 12f0c088143183010df10dd74216994472bac438..08a0f8ac1ae9f4f552ef4a049874dff47797c2d5 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 
index 82a5885c332a04e27c04dd724a7085d69f6965e1..6a09ac8c735fbb1ce8ccd183199d22b380c6d447 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index ce9b9e8066650a9de2b150991d86c0ecf1e38407..6c6b4b3f6d6381954a35a24cfd603f2ddf96a5b2 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 LOCATION=$(which gnunet-config)
index 5e67e0ce24accf7fc33b92b8a92781296b51f31f..b36a16fa2722628343a9a54824c12eec1e1d980b 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# This file is in the public domain.
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 
index 749d80b84467a5d57e74ff888ab4cc00a7243cd0..f6b4e721ab52ca8edadfcbc520f5b50b82dff709 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# This file is in the public domain.
 LOCATION=$(which gnunet-config)
 if [ -z $LOCATION ]
 then