commit a16f8ac9bbdafc11b293860619907836f651ead1 parent 699b38cc967f1cb87b87a0619f8215db7e298506 Author: priscilla <priscilla.huang@efrei.net> Date: Thu, 24 Nov 2022 05:17:33 -0500 update Diffstat:
27 files changed, 28 insertions(+), 21 deletions(-)
diff --git 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 <taler/taler_dbevents.h> diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/src/backenddb/merchantdb_helper.c b/src/backenddb/merchantdb_helper.c @@ -17,6 +17,7 @@ * @file merchantdb_helper.c * @brief Helper functions for the merchant database logic * @author Christian Grothoff + * @author Priscilla Huang */ #include "platform.h" #include <taler/taler_util.h> diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -19,6 +19,7 @@ * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff * @author Marcello Stanisci + * @author Priscilla Huang */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c @@ -18,6 +18,7 @@ * @brief testcase for merchant's postgres db plugin * @author Marcello Stanisci * @author Christian Grothoff + * @author Pricilla Huang */ #include "platform.h" #include <taler/taler_util.h> diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -18,6 +18,7 @@ * @brief C interface of libtalermerchant, a C library to use merchant's HTTP API * @author Christian Grothoff * @author Marcello Stanisci + * @author Priscilla HUANG */ #ifndef _TALER_MERCHANT_SERVICE_H #define _TALER_MERCHANT_SERVICE_H diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h @@ -21,7 +21,8 @@ * @file taler_merchant_testing_lib.h * @brief API for writing an interpreter to test Taler components * @author Christian Grothoff <christian@grothoff.org> - * @author Marcello Stanisci + * @author Marcello Shtanisci + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_TESTING_LIB_H #define TALER_MERCHANT_TESTING_LIB_H diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -18,6 +18,7 @@ * @brief database access for the merchant * @author Florian Dold * @author Christian Grothoff + * @author Priscilla Huang */ #ifndef TALER_MERCHANTDB_PLUGIN_H #define TALER_MERCHANTDB_PLUGIN_H diff --git a/src/lib/merchant_api_delete_template.c b/src/lib/merchant_api_delete_template.c @@ -17,7 +17,7 @@ /** * @file merchant_api_delete_template.c * @brief Implementation of the DELETE /templates/$ID request of the merchant's HTTP API - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <curl/curl.h> diff --git a/src/lib/merchant_api_get_template.c b/src/lib/merchant_api_get_template.c @@ -17,7 +17,7 @@ /** * @file merchant_api_get_template.c * @brief Implementation of the GET /templates/$ID request of the merchant's HTTP API - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <curl/curl.h> diff --git a/src/lib/merchant_api_get_templates.c b/src/lib/merchant_api_get_templates.c @@ -17,7 +17,7 @@ /** * @file merchant_api_get_templates.c * @brief Implementation of the GET /templates request of the merchant's HTTP API - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <curl/curl.h> diff --git a/src/lib/merchant_api_patch_template.c b/src/lib/merchant_api_patch_template.c @@ -20,7 +20,7 @@ * @file merchant_api_patch_template.c * @brief Implementation of the PATCH /templates/$ID request * of the merchant's HTTP API - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <curl/curl.h> diff --git a/src/lib/merchant_api_post_templates.c b/src/lib/merchant_api_post_templates.c @@ -20,7 +20,7 @@ * @file merchant_api_post_templates.c * @brief Implementation of the POST /templates request * of the merchant's HTTP API - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <curl/curl.h> diff --git a/src/testing/testing_api_cmd_delete_template.c b/src/testing/testing_api_cmd_delete_template.c @@ -19,7 +19,7 @@ /** * @file testing_api_cmd_delete_template.c * @brief command to test DELETE /templates/$ID - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <taler/taler_exchange_service.h> diff --git a/src/testing/testing_api_cmd_get_template.c b/src/testing/testing_api_cmd_get_template.c @@ -19,7 +19,7 @@ /** * @file testing_api_cmd_get_template.c * @brief command to test GET /templates/$ID - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <taler/taler_exchange_service.h> diff --git a/src/testing/testing_api_cmd_get_templates.c b/src/testing/testing_api_cmd_get_templates.c @@ -19,7 +19,7 @@ /** * @file testing_api_cmd_get_templates.c * @brief command to test GET /templates - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <taler/taler_exchange_service.h> diff --git a/src/testing/testing_api_cmd_patch_template.c b/src/testing/testing_api_cmd_patch_template.c @@ -19,7 +19,7 @@ /** * @file testing_api_cmd_patch_template.c * @brief command to test PATCH /template - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <taler/taler_exchange_service.h> diff --git a/src/testing/testing_api_cmd_post_templates.c b/src/testing/testing_api_cmd_post_templates.c @@ -19,7 +19,7 @@ /** * @file testing_api_cmd_post_templates.c * @brief command to test POST /templates - * @author Christian Grothoff + * @author Priscilla HUANG */ #include "platform.h" #include <taler/taler_exchange_service.h>