diff options
Diffstat (limited to 'src/merchant/taler_merchant_serve.c')
-rw-r--r-- | src/merchant/taler_merchant_serve.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/merchant/taler_merchant_serve.c b/src/merchant/taler_merchant_serve.c index e6d5f887..0f00a8c2 100644 --- a/src/merchant/taler_merchant_serve.c +++ b/src/merchant/taler_merchant_serve.c | |||
@@ -1,26 +1,3 @@ | |||
1 | /* | ||
2 | This file is part of TALER | ||
3 | (C) 2014 Christian Grothoff (and other contributing authors) | ||
4 | |||
5 | TALER is free software; you can redistribute it and/or modify it under the | ||
6 | terms of the GNU General Public License as published by the Free Software | ||
7 | Foundation; either version 3, or (at your option) any later version. | ||
8 | |||
9 | TALER is distributed in the hope that it will be useful, but WITHOUT ANY | ||
10 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
11 | A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
12 | |||
13 | You should have received a copy of the GNU General Public License along with | ||
14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | ||
15 | */ | ||
16 | |||
17 | /** | ||
18 | * @file merchant/taler_merchant_serve.c | ||
19 | * @brief Reference implementation of the merchant's HTTP interface | ||
20 | * @author Sree Harsha Totakura <sreeharsha@totakura.in> | ||
21 | */ | ||
22 | |||
23 | |||
24 | #include "platform.h" | 1 | #include "platform.h" |
25 | #include <gnunet/gnunet_util_lib.h> | 2 | #include <gnunet/gnunet_util_lib.h> |
26 | #include <microhttpd.h> | 3 | #include <microhttpd.h> |