summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-17 13:54:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-17 13:54:48 +0200
commitfdc385f93bb4aece0cae5fb0ff560bac7ee68a43 (patch)
treed808009663e1b679ae041590752569e9d8494d2b /configure.ac
parent5d9e670c42ca2c2e2f6667e8d02f56eda9f05c68 (diff)
downloadmerchant-fdc385f93bb4aece0cae5fb0ff560bac7ee68a43.tar.gz
merchant-fdc385f93bb4aece0cae5fb0ff560bac7ee68a43.tar.bz2
merchant-fdc385f93bb4aece0cae5fb0ff560bac7ee68a43.zip
do not select expired reserves when auto-selecting reserve for tipping (#6871)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 99801c6c..79ccc1f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,20 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
+# 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>
+#
# This configure file is in the public domain
AC_PREREQ([2.69])