gnunet-bugreport: license and typo
authorng0 <ng0@n0.is>
Wed, 27 Nov 2019 21:56:13 +0000 (21:56 +0000)
committerng0 <ng0@n0.is>
Wed, 27 Nov 2019 21:56:13 +0000 (21:56 +0000)
contrib/scripts/gnunet-bugreport

index aaba452525efbd6411d4b90a046fe8798375c229..203981ad5823e47d5fa224518d983e5d26831e90 100755 (executable)
@@ -1,10 +1,12 @@
 #!/usr/bin/env sh
-
+#
 # Caveats:
 # - checks with textprocessing assuming that system language is English.
 #   - maybe check last return status instead?
 # - Do we need to set awk to which awk becomes available or is awk
 #   always available as just awk?
+#
+# SPDX-License-Identifier: 0BSD
 
 progname=${0##*/}
 
@@ -35,7 +37,7 @@ linemsg()
 
 errmsg=''
 
-# Check if shell support builtin 'type'.
+# Check if shell supports builtin 'type'.
 if test -z "$errmsg"; then
     if ! (eval 'type type') >/dev/null 2>&1
     then