donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 87999a441ef2701437219be3016ca54e1285a4b5
parent d6a9b5e1c44bfbe24d8ea57aaf0afa4f0174eefe
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Mon, 11 Dec 2023 10:44:48 +0100

[donau] adjust some comments

Diffstat:
Msrc/donau/donau-httpd_batch-issue_receipts.c | 4++--
Msrc/donau/donau-httpd_batch-issue_receipts.h | 4++--
Msrc/donau/donau-httpd_batch-submit_receipts.c | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/donau/donau-httpd_batch-issue_receipts.c b/src/donau/donau-httpd_batch-issue_receipts.c @@ -17,7 +17,7 @@ see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_batch-withdraw.c + * @file donau-httpd_batch-issue_receipts.c * @brief Handle /reserves/$RESERVE_PUB/batch-withdraw requests * @author Florian Dold * @author Benedikt Mueller @@ -927,4 +927,4 @@ TEH_handler_batch_withdraw (struct TEH_RequestContext *rc, } -/* end of taler-donau-httpd_batch-withdraw.c */ +/* end of donau-httpd_batch-issue_receipts.c */ diff --git a/src/donau/donau-httpd_batch-issue_receipts.h b/src/donau/donau-httpd_batch-issue_receipts.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014-2022 Taler Systems SA + Copyright (C) 2014-2023 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_batch-withdraw.h + * @file donau-httpd_batch-issue_receipts.h * @brief Handle /reserve/batch-withdraw requests * @author Florian Dold * @author Benedikt Mueller diff --git a/src/donau/donau-httpd_batch-submit_receipts.c b/src/donau/donau-httpd_batch-submit_receipts.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file taler-donau-httpd_batch-deposit.c + * @file donau-httpd_batch-submit_receipts.c * @brief Handle /batch-deposit requests; parses the POST and JSON and * verifies the coin signatures before handing things off * to the database. @@ -726,4 +726,4 @@ TEH_handler_batch_deposit (struct TEH_RequestContext *rc, } -/* end of taler-donau-httpd_batch-deposit.c */ +/* end of donau-httpd_batch-submit_receipts.c */