From a16f8ac9bbdafc11b293860619907836f651ead1 Mon Sep 17 00:00:00 2001 From: priscilla Date: Thu, 24 Nov 2022 05:17:33 -0500 Subject: update --- src/backend/taler-merchant-httpd.c | 1 + src/backend/taler-merchant-httpd_private-delete-templates-ID.c | 2 +- src/backend/taler-merchant-httpd_private-delete-templates-ID.h | 2 +- src/backend/taler-merchant-httpd_private-get-templates-ID.c | 2 +- src/backend/taler-merchant-httpd_private-get-templates-ID.h | 2 +- src/backend/taler-merchant-httpd_private-get-templates.c | 2 +- src/backend/taler-merchant-httpd_private-get-templates.h | 2 +- src/backend/taler-merchant-httpd_private-patch-templates-ID.c | 2 +- src/backend/taler-merchant-httpd_private-patch-templates-ID.h | 2 +- src/backend/taler-merchant-httpd_private-post-templates.c | 2 +- src/backend/taler-merchant-httpd_private-post-templates.h | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) (limited to 'src/backend') diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c index 631f4e1a..95484c37 100644 --- a/src/backend/taler-merchant-httpd.c +++ b/src/backend/taler-merchant-httpd.c @@ -20,6 +20,7 @@ * @author Marcello Stanisci * @author Christian Grothoff * @author Florian Dold + * @author Priscilla HUANG */ #include "platform.h" #include diff --git a/src/backend/taler-merchant-httpd_private-delete-templates-ID.c b/src/backend/taler-merchant-httpd_private-delete-templates-ID.c index d7b086e2..c9a04295 100644 --- a/src/backend/taler-merchant-httpd_private-delete-templates-ID.c +++ b/src/backend/taler-merchant-httpd_private-delete-templates-ID.c @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-delete-templates-ID.c * @brief implement DELETE /templates/$ID - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include "taler-merchant-httpd_private-delete-templates-ID.h" diff --git a/src/backend/taler-merchant-httpd_private-delete-templates-ID.h b/src/backend/taler-merchant-httpd_private-delete-templates-ID.h index db164fe7..ec90a90d 100644 --- a/src/backend/taler-merchant-httpd_private-delete-templates-ID.h +++ b/src/backend/taler-merchant-httpd_private-delete-templates-ID.h @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-delete-templates-ID.h * @brief implement DELETE /templates/$ID/ - * @author Christian Grothoff + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_HTTPD_PRIVATE_DELETE_TEMPLATES_ID_H #define TALER_MERCHANT_HTTPD_PRIVATE_DELETE_TEMPLATES_ID_H diff --git a/src/backend/taler-merchant-httpd_private-get-templates-ID.c b/src/backend/taler-merchant-httpd_private-get-templates-ID.c index c9f64ae5..76e28fac 100644 --- a/src/backend/taler-merchant-httpd_private-get-templates-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-templates-ID.c @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-get-templates-ID.c * @brief implement GET /templates/$ID - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include "taler-merchant-httpd_private-get-templates-ID.h" diff --git a/src/backend/taler-merchant-httpd_private-get-templates-ID.h b/src/backend/taler-merchant-httpd_private-get-templates-ID.h index 05c6e460..b16207d5 100644 --- a/src/backend/taler-merchant-httpd_private-get-templates-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-templates-ID.h @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-get-templates-ID.h * @brief implement GET /templates/$ID/ - * @author Christian Grothoff + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_ID_H #define TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_ID_H diff --git a/src/backend/taler-merchant-httpd_private-get-templates.c b/src/backend/taler-merchant-httpd_private-get-templates.c index fe5d729f..86237f07 100644 --- a/src/backend/taler-merchant-httpd_private-get-templates.c +++ b/src/backend/taler-merchant-httpd_private-get-templates.c @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-get-templates.c * @brief implement GET /templates - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include "taler-merchant-httpd_private-get-templates.h" diff --git a/src/backend/taler-merchant-httpd_private-get-templates.h b/src/backend/taler-merchant-httpd_private-get-templates.h index ca7cf2c6..3194d1c7 100644 --- a/src/backend/taler-merchant-httpd_private-get-templates.h +++ b/src/backend/taler-merchant-httpd_private-get-templates.h @@ -16,7 +16,7 @@ /** * @file taler-merchant-httpd_private-get-templates.h * @brief implement GET /templates - * @author Christian Grothoff + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_H #define TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_H diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c index cbba71f2..9494d506 100644 --- a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c +++ b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c @@ -20,7 +20,7 @@ /** * @file taler-merchant-httpd_private-patch-templates-ID.c * @brief implementing PATCH /templates/$ID request handling - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include "taler-merchant-httpd_private-patch-templates-ID.h" diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.h b/src/backend/taler-merchant-httpd_private-patch-templates-ID.h index ce1c57a9..80347cf8 100644 --- a/src/backend/taler-merchant-httpd_private-patch-templates-ID.h +++ b/src/backend/taler-merchant-httpd_private-patch-templates-ID.h @@ -20,7 +20,7 @@ /** * @file taler-merchant-httpd_private-patch-templates-ID.h * @brief implementing PATCH /templates request handling - * @author Christian Grothoff + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_HTTPD_PRIVATE_PATCH_TEMPLATES_ID_H #define TALER_MERCHANT_HTTPD_PRIVATE_PATCH_TEMPLATES_ID_H diff --git a/src/backend/taler-merchant-httpd_private-post-templates.c b/src/backend/taler-merchant-httpd_private-post-templates.c index a2112486..55dd7954 100644 --- a/src/backend/taler-merchant-httpd_private-post-templates.c +++ b/src/backend/taler-merchant-httpd_private-post-templates.c @@ -20,7 +20,7 @@ /** * @file taler-merchant-httpd_private-post-templates.c * @brief implementing POST /templates request handling - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include "taler-merchant-httpd_private-post-templates.h" diff --git a/src/backend/taler-merchant-httpd_private-post-templates.h b/src/backend/taler-merchant-httpd_private-post-templates.h index 0492a3ab..fc946e46 100644 --- a/src/backend/taler-merchant-httpd_private-post-templates.h +++ b/src/backend/taler-merchant-httpd_private-post-templates.h @@ -20,7 +20,7 @@ /** * @file taler-merchant-httpd_private-post-templates.h * @brief implementing POST /templates request handling - * @author Christian Grothoff + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_HTTPD_PRIVATE_POST_TEMPLATES_H #define TALER_MERCHANT_HTTPD_PRIVATE_POST_TEMPLATES_H -- cgit v1.2.3