diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-14 15:12:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-14 15:12:02 +0100 |
commit | cba9f8614efab7805d736ac795f8edb970c6a301 (patch) | |
tree | f5bd8dd1863f5faa0f3d334a01d6a1eba42c7a16 /src/curl | |
parent | 90886bd4115975f057bae6853ecefa23c5352759 (diff) |
spass
Diffstat (limited to 'src/curl')
-rw-r--r-- | src/curl/curl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c index 3e56c7536..b60fb2ce3 100644 --- a/src/curl/curl.c +++ b/src/curl/curl.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2019 GNUnet e.V. + Copyright (C) 2019-2020 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 @@ -16,10 +16,9 @@ License along with TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ - /** - * @file lib/teah_common.c - * @brief Helper routines shared by libtalerexchange and libtalerauditor + * @file curl/curl.c + * @brief Helper routines for interactions with libcurl * @author Christian Grothoff */ #include "platform.h" |