gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 03/03: gnunet-bugreport: license and typo


From: gnunet
Subject: [gnunet] 03/03: gnunet-bugreport: license and typo
Date: Wed, 27 Nov 2019 22:59:20 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit 3fcb02bf06baa99375359a5d7ed768f36bde44d9
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 27 21:56:13 2019 +0000

    gnunet-bugreport: license and typo
---
 contrib/scripts/gnunet-bugreport | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index aaba45252..203981ad5 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]