]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Add license to config suggester
authorJohannes Truschnigg <johannes@truschnigg.info>
Sat, 19 Mar 2022 20:21:46 +0000 (21:21 +0100)
committerJohannes Truschnigg <johannes@truschnigg.info>
Sat, 19 Mar 2022 20:21:46 +0000 (21:21 +0100)
lagdetect.sh
lagdetect_suggest_config

index 460c92a5de1957c389053e3a27232a4f98646c16..880d35777e01c386ce6337b3a2c5de6056afd19e 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright (C)2022 Johannes Truschnigg (https://johannes.truschnigg.info/)
+#
 #  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
 #  the Free Software Foundation, either version 3 of the License, or
index 40ba2ffca7bc4717e4e08a5737f58b740fb9edb5..654abfef27c105a95cf922e9dccd0762174b6b93 100755 (executable)
@@ -1,5 +1,20 @@
 #!/bin/sh
 
+# Copyright (C)2022 Johannes Truschnigg (https://johannes.truschnigg.info/)
+#
+#  This program is free software: you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation, either version 3 of the License, or
+#  (at your option) any later version.
+#
+#  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, see <https://www.gnu.org/licenses/>.
+
 for p in sort sleep cat awk fping
 do
   type "${p}" >/dev/null || { printf 'FATAL: Required program "%s" not installed.\n' "${p}" >&2; exit 1; }