-add missing license headers

This commit is contained in:
Christian Grothoff 2022-09-12 13:34:33 +02:00
parent 05cf62b397
commit 0a618f77cd
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
5 changed files with 52 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# This file is in the public domain.
set -eu set -eu

View File

@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
# This file is in the public domain.
#
# Helper script to recompute error codes based on submodule # Helper script to recompute error codes based on submodule
# Run from exchange/ main directory. # Run from exchange/ main directory.
set -eu set -eu

View File

@ -1,4 +1,20 @@
#!/bin/bash #!/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 # Setup database which was generated from a perfectly normal
# exchange-wallet interaction and run the auditor against it. # exchange-wallet interaction and run the auditor against it.
# #

View File

@ -1,4 +1,19 @@
#!/bin/bash #!/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 # Setup database which was generated from a exchange-wallet interaction
# with revocations and run the auditor against it. # with revocations and run the auditor against it.
# #
@ -226,7 +241,7 @@ function run_audit () {
# Do a full reload of the (original) database # Do a full reload of the (original) database
full_reload() function full_reload()
{ {
echo -n "Doing full reload of the database... " echo -n "Doing full reload of the database... "
dropdb $DB 2> /dev/null || true dropdb $DB 2> /dev/null || true
@ -534,7 +549,7 @@ function test_4() {
# Run all the tests against the database given in $1. # Run all the tests against the database given in $1.
# Sets $fail to 0 on success, non-zero on failure. # Sets $fail to 0 on success, non-zero on failure.
check_with_database() function check_with_database()
{ {
BASEDB=$1 BASEDB=$1
echo "Running test suite with database $BASEDB using configuration $CONF" echo "Running test suite with database $BASEDB using configuration $CONF"

View File

@ -1,5 +1,21 @@
#!/bin/bash #!/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 set -eu
# Exit, with status code "skip" (no 'real' failure) # Exit, with status code "skip" (no 'real' failure)