gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -add missing license headers


From: gnunet
Subject: [taler-exchange] branch master updated: -add missing license headers
Date: Mon, 12 Sep 2022 13:34:35 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0a618f77 -add missing license headers
0a618f77 is described below

commit 0a618f77cd6d9dca248877e7f51409e8c420891a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 12 13:34:33 2022 +0200

    -add missing license headers
---
 bootstrap                      |  1 +
 contrib/gana-update.sh         |  2 ++
 src/auditor/test-auditor.sh    | 16 ++++++++++++++++
 src/auditor/test-revocation.sh | 19 +++++++++++++++++--
 src/auditor/test-sync.sh       | 16 ++++++++++++++++
 5 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index 65b71c7d..67e24683 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,5 @@
 #!/bin/sh
+# This file is in the public domain.
 
 set -eu
 
diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh
index b20bbaa1..4679e200 100755
--- a/contrib/gana-update.sh
+++ b/contrib/gana-update.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# This file is in the public domain.
+#
 # Helper script to recompute error codes based on submodule
 # Run from exchange/ main directory.
 set -eu
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 297225fe..89350cbe 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+#  This file is part of TALER
+#  Copyright (C) 2014-2021 Taler Systems SA
+#
+#  TALER 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, or (at your option) any later version.
+#
+#  TALER 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
+#  TALER; see the file COPYING.  If not, If not, see 
<http://www.gnu.org/license>
+#
+#
 # Setup database which was generated from a perfectly normal
 # exchange-wallet interaction and run the auditor against it.
 #
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index d9737ed5..f37a8838 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -1,4 +1,19 @@
 #!/bin/bash
+#
+#  This file is part of TALER
+#  Copyright (C) 2014-2021 Taler Systems SA
+#
+#  TALER 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, or (at your option) any later version.
+#
+#  TALER 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
+#  TALER; see the file COPYING.  If not, If not, see 
<http://www.gnu.org/license>
+#
 # Setup database which was generated from a exchange-wallet interaction
 # with revocations and run the auditor against it.
 #
@@ -226,7 +241,7 @@ function run_audit () {
 
 
 # Do a full reload of the (original) database
-full_reload()
+function full_reload()
 {
     echo -n "Doing full reload of the database... "
     dropdb $DB 2> /dev/null || true
@@ -534,7 +549,7 @@ function test_4() {
 
 # Run all the tests against the database given in $1.
 # Sets $fail to 0 on success, non-zero on failure.
-check_with_database()
+function check_with_database()
 {
     BASEDB=$1
     echo "Running test suite with database $BASEDB using configuration $CONF"
diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index 0c9327d6..e3afeb70 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -1,5 +1,21 @@
 #!/bin/bash
 
+#
+#  This file is part of TALER
+#  Copyright (C) 2014-2021 Taler Systems SA
+#
+#  TALER 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, or (at your option) any later version.
+#
+#  TALER 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
+#  TALER; see the file COPYING.  If not, If not, see 
<http://www.gnu.org/license>
+#
+
 set -eu
 
 # Exit, with status code "skip" (no 'real' failure)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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