aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_common.c2
-rw-r--r--src/lib/merchant_api_delete_instance.c2
-rw-r--r--src/lib/merchant_api_delete_order.c2
-rw-r--r--src/lib/merchant_api_delete_product.c2
-rw-r--r--src/lib/merchant_api_delete_reserve.c2
-rw-r--r--src/lib/merchant_api_get_config.c2
-rw-r--r--src/lib/merchant_api_get_instance.c2
-rw-r--r--src/lib/merchant_api_get_instances.c2
-rw-r--r--src/lib/merchant_api_get_orders.c2
-rw-r--r--src/lib/merchant_api_get_product.c2
-rw-r--r--src/lib/merchant_api_get_products.c2
-rw-r--r--src/lib/merchant_api_get_reserve.c2
-rw-r--r--src/lib/merchant_api_get_reserves.c2
-rw-r--r--src/lib/merchant_api_get_tips.c2
-rw-r--r--src/lib/merchant_api_get_transfers.c2
-rw-r--r--src/lib/merchant_api_lock_product.c2
-rw-r--r--src/lib/merchant_api_merchant_get_order.c2
-rw-r--r--src/lib/merchant_api_merchant_get_tip.c2
-rw-r--r--src/lib/merchant_api_patch_instance.c2
-rw-r--r--src/lib/merchant_api_patch_order_forget.c2
-rw-r--r--src/lib/merchant_api_patch_product.c2
-rw-r--r--src/lib/merchant_api_post_instances.c2
-rw-r--r--src/lib/merchant_api_post_order_abort.c2
-rw-r--r--src/lib/merchant_api_post_order_claim.c2
-rw-r--r--src/lib/merchant_api_post_order_paid.c2
-rw-r--r--src/lib/merchant_api_post_order_pay.c2
-rw-r--r--src/lib/merchant_api_post_order_refund.c2
-rw-r--r--src/lib/merchant_api_post_orders.c2
-rw-r--r--src/lib/merchant_api_post_products.c2
-rw-r--r--src/lib/merchant_api_post_reserves.c2
-rw-r--r--src/lib/merchant_api_post_transfers.c2
-rw-r--r--src/lib/merchant_api_tip_authorize.c2
-rw-r--r--src/lib/merchant_api_tip_pickup.c2
-rw-r--r--src/lib/merchant_api_tip_pickup2.c2
-rw-r--r--src/lib/merchant_api_wallet_get_order.c2
-rw-r--r--src/lib/merchant_api_wallet_get_tip.c2
-rw-r--r--src/lib/merchant_api_wallet_post_order_refund.c2
37 files changed, 37 insertions, 37 deletions
diff --git a/src/lib/merchant_api_common.c b/src/lib/merchant_api_common.c
index 3c3c91fc..88e60071 100644
--- a/src/lib/merchant_api_common.c
+++ b/src/lib/merchant_api_common.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_common.c
+ * @file merchant_api_common.c
* @brief Implementation of common logic for libtalermerchant
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_delete_instance.c b/src/lib/merchant_api_delete_instance.c
index 6ee57882..6147ccaa 100644
--- a/src/lib/merchant_api_delete_instance.c
+++ b/src/lib/merchant_api_delete_instance.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_delete_instance.c
+ * @file merchant_api_delete_instance.c
* @brief Implementation of the DELETE /instance/$ID request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_delete_order.c b/src/lib/merchant_api_delete_order.c
index 028697bd..a10b49cb 100644
--- a/src/lib/merchant_api_delete_order.c
+++ b/src/lib/merchant_api_delete_order.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_delete_order.c
+ * @file merchant_api_delete_order.c
* @brief Implementation of the DELETE /orders/$ORDER_ID request of the merchant's HTTP API
* @author Jonathan Buchanan
*/
diff --git a/src/lib/merchant_api_delete_product.c b/src/lib/merchant_api_delete_product.c
index 3cfabdf8..dd4f432e 100644
--- a/src/lib/merchant_api_delete_product.c
+++ b/src/lib/merchant_api_delete_product.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_delete_product.c
+ * @file merchant_api_delete_product.c
* @brief Implementation of the DELETE /product/$ID request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_delete_reserve.c b/src/lib/merchant_api_delete_reserve.c
index 098b7437..d257b43f 100644
--- a/src/lib/merchant_api_delete_reserve.c
+++ b/src/lib/merchant_api_delete_reserve.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_delete_reserve.c
+ * @file merchant_api_delete_reserve.c
* @brief Implementation of the DELETE /reserves/$RESERVE_PUB request of the merchant's HTTP API
* @author Jonathan Buchanan
*/
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
index 6a74e901..f24b089a 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_config.c
+ * @file merchant_api_get_config.c
* @brief Implementation of the /config request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_instance.c b/src/lib/merchant_api_get_instance.c
index ccd7bd8d..1a60a6a3 100644
--- a/src/lib/merchant_api_get_instance.c
+++ b/src/lib/merchant_api_get_instance.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_instance.c
+ * @file merchant_api_get_instance.c
* @brief Implementation of the GET /instance/$ID request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c
index a1930fd7..e7fbc1b6 100644
--- a/src/lib/merchant_api_get_instances.c
+++ b/src/lib/merchant_api_get_instances.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_instances.c
+ * @file merchant_api_get_instances.c
* @brief Implementation of the GET /instances request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_orders.c b/src/lib/merchant_api_get_orders.c
index 10989b69..631e8729 100644
--- a/src/lib/merchant_api_get_orders.c
+++ b/src/lib/merchant_api_get_orders.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_orders.c
+ * @file merchant_api_get_orders.c
* @brief Implementation of the GET /orders request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c
index 9c2fa9e2..b64f77ef 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_product.c
+ * @file merchant_api_get_product.c
* @brief Implementation of the GET /product/$ID request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_products.c b/src/lib/merchant_api_get_products.c
index ba9ef88a..02e4aba3 100644
--- a/src/lib/merchant_api_get_products.c
+++ b/src/lib/merchant_api_get_products.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_products.c
+ * @file merchant_api_get_products.c
* @brief Implementation of the GET /products request of the merchant's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c
index 994921a3..8167d2a5 100644
--- a/src/lib/merchant_api_get_reserve.c
+++ b/src/lib/merchant_api_get_reserve.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_reserve.c
+ * @file merchant_api_get_reserve.c
* @brief Implementation of the GET /reserve request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_get_reserves.c b/src/lib/merchant_api_get_reserves.c
index 43ebc6f4..0dea6f52 100644
--- a/src/lib/merchant_api_get_reserves.c
+++ b/src/lib/merchant_api_get_reserves.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_reserves.c
+ * @file merchant_api_get_reserves.c
* @brief Implementation of the GET /reserves request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c
index 19368186..f80dd295 100644
--- a/src/lib/merchant_api_get_tips.c
+++ b/src/lib/merchant_api_get_tips.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_tips.c
+ * @file merchant_api_get_tips.c
* @brief Implementation of the GET /private/tips request of the merchant's HTTP API
* @author Jonathan Buchanan
*/
diff --git a/src/lib/merchant_api_get_transfers.c b/src/lib/merchant_api_get_transfers.c
index fe1d14b0..95bd2d05 100644
--- a/src/lib/merchant_api_get_transfers.c
+++ b/src/lib/merchant_api_get_transfers.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_get_transfers.c
+ * @file merchant_api_get_transfers.c
* @brief Implementation of the GET /transfers request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_lock_product.c b/src/lib/merchant_api_lock_product.c
index 3b91d47a..8205d8c0 100644
--- a/src/lib/merchant_api_lock_product.c
+++ b/src/lib/merchant_api_lock_product.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_lock_product.c
+ * @file merchant_api_lock_product.c
* @brief Implementation of the POST /products/$ID/lock request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c
index 22c0dcd3..e70a82cd 100644
--- a/src/lib/merchant_api_merchant_get_order.c
+++ b/src/lib/merchant_api_merchant_get_order.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_merchant_get_order.c
+ * @file merchant_api_merchant_get_order.c
* @brief Implementation of the GET /private/orders/$ORDER request
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/merchant_api_merchant_get_tip.c b/src/lib/merchant_api_merchant_get_tip.c
index fce45efd..025a7834 100644
--- a/src/lib/merchant_api_merchant_get_tip.c
+++ b/src/lib/merchant_api_merchant_get_tip.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_merchant_get_tip.c
+ * @file merchant_api_merchant_get_tip.c
* @brief Implementation of the GET /private/tips/$TIP_ID request of the merchant's HTTP API
* @author Jonathan Buchanan
*/
diff --git a/src/lib/merchant_api_patch_instance.c b/src/lib/merchant_api_patch_instance.c
index f4102357..962545c6 100644
--- a/src/lib/merchant_api_patch_instance.c
+++ b/src/lib/merchant_api_patch_instance.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_patch_instance.c
+ * @file merchant_api_patch_instance.c
* @brief Implementation of the PATCH /instances/$ID request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_patch_order_forget.c b/src/lib/merchant_api_patch_order_forget.c
index ff24274b..ea65be1a 100644
--- a/src/lib/merchant_api_patch_order_forget.c
+++ b/src/lib/merchant_api_patch_order_forget.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_patch_order_forget.c
+ * @file merchant_api_patch_order_forget.c
* @brief Implementation of the PATCH /orders/$ID/forget request
* of the merchant's HTTP API
* @author Jonathan Buchanan
diff --git a/src/lib/merchant_api_patch_product.c b/src/lib/merchant_api_patch_product.c
index c97bd1a5..74a89fff 100644
--- a/src/lib/merchant_api_patch_product.c
+++ b/src/lib/merchant_api_patch_product.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_patch_product.c
+ * @file merchant_api_patch_product.c
* @brief Implementation of the PATCH /products/$ID request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_instances.c b/src/lib/merchant_api_post_instances.c
index 55a45e5c..a46dce4b 100644
--- a/src/lib/merchant_api_post_instances.c
+++ b/src/lib/merchant_api_post_instances.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_instances.c
+ * @file merchant_api_post_instances.c
* @brief Implementation of the POST /instances request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_order_abort.c b/src/lib/merchant_api_post_order_abort.c
index 05896d47..162fe570 100644
--- a/src/lib/merchant_api_post_order_abort.c
+++ b/src/lib/merchant_api_post_order_abort.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_order_abort.c
+ * @file merchant_api_post_order_abort.c
* @brief Implementation of the POST /orders/$ID/abort request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_order_claim.c b/src/lib/merchant_api_post_order_claim.c
index 5ec2e243..2fa6e87e 100644
--- a/src/lib/merchant_api_post_order_claim.c
+++ b/src/lib/merchant_api_post_order_claim.c
@@ -17,7 +17,7 @@
see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_order_claim.c
+ * @file merchant_api_post_order_claim.c
* @brief Implementation of POST /orders/$ID/claim
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/merchant_api_post_order_paid.c b/src/lib/merchant_api_post_order_paid.c
index d462087c..8d89d160 100644
--- a/src/lib/merchant_api_post_order_paid.c
+++ b/src/lib/merchant_api_post_order_paid.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_order_paid.c
+ * @file merchant_api_post_order_paid.c
* @brief Implementation of the POST /order/$ID/paid request
* of the merchant's HTTP API
* @author Jonathan Buchanan
diff --git a/src/lib/merchant_api_post_order_pay.c b/src/lib/merchant_api_post_order_pay.c
index 12b3312c..05c798c1 100644
--- a/src/lib/merchant_api_post_order_pay.c
+++ b/src/lib/merchant_api_post_order_pay.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_order_pay.c
+ * @file merchant_api_post_order_pay.c
* @brief Implementation of the POST /order/$ID/pay request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_order_refund.c b/src/lib/merchant_api_post_order_refund.c
index 08101999..2fa13472 100644
--- a/src/lib/merchant_api_post_order_refund.c
+++ b/src/lib/merchant_api_post_order_refund.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_order_refund.c
+ * @file merchant_api_post_order_refund.c
* @brief Implementation of the POST /orders/ID/refund request
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/merchant_api_post_orders.c b/src/lib/merchant_api_post_orders.c
index 81317f3b..7553dfa2 100644
--- a/src/lib/merchant_api_post_orders.c
+++ b/src/lib/merchant_api_post_orders.c
@@ -17,7 +17,7 @@
see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_orders.c
+ * @file merchant_api_post_orders.c
* @brief Implementation of the POST /orders
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/merchant_api_post_products.c b/src/lib/merchant_api_post_products.c
index f354fb5b..c3666ec2 100644
--- a/src/lib/merchant_api_post_products.c
+++ b/src/lib/merchant_api_post_products.c
@@ -17,7 +17,7 @@
If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_products.c
+ * @file merchant_api_post_products.c
* @brief Implementation of the POST /products request
* of the merchant's HTTP API
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_reserves.c b/src/lib/merchant_api_post_reserves.c
index 9465635b..3de95c2f 100644
--- a/src/lib/merchant_api_post_reserves.c
+++ b/src/lib/merchant_api_post_reserves.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_reserves.c
+ * @file merchant_api_post_reserves.c
* @brief Implementation of the POST /reserves request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c
index 16f636b4..c621b4ce 100644
--- a/src/lib/merchant_api_post_transfers.c
+++ b/src/lib/merchant_api_post_transfers.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_post_transfers.c
+ * @file merchant_api_post_transfers.c
* @brief Implementation of the POST /transfers request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_tip_authorize.c b/src/lib/merchant_api_tip_authorize.c
index de71b747..d645015c 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_tip_authorize.c
+ * @file merchant_api_tip_authorize.c
* @brief Implementation of the /tip-authorize request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_tip_pickup.c b/src/lib/merchant_api_tip_pickup.c
index 08f59359..24ab7eb3 100644
--- a/src/lib/merchant_api_tip_pickup.c
+++ b/src/lib/merchant_api_tip_pickup.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_tip_pickup.c
+ * @file merchant_api_tip_pickup.c
* @brief Implementation of the /tip-pickup request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_tip_pickup2.c b/src/lib/merchant_api_tip_pickup2.c
index 5422a1b1..ec916f87 100644
--- a/src/lib/merchant_api_tip_pickup2.c
+++ b/src/lib/merchant_api_tip_pickup2.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_tip_pickup2.c
+ * @file merchant_api_tip_pickup2.c
* @brief Implementation of the /tip-pickup request of the merchant's HTTP API
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/merchant_api_wallet_get_order.c b/src/lib/merchant_api_wallet_get_order.c
index 121b1850..bc3ba8c8 100644
--- a/src/lib/merchant_api_wallet_get_order.c
+++ b/src/lib/merchant_api_wallet_get_order.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_wallet_get_order.c
+ * @file merchant_api_wallet_get_order.c
* @brief Implementation of the GET /orders/$ID request
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/merchant_api_wallet_get_tip.c b/src/lib/merchant_api_wallet_get_tip.c
index 66974738..a6035dc2 100644
--- a/src/lib/merchant_api_wallet_get_tip.c
+++ b/src/lib/merchant_api_wallet_get_tip.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_wallet_get_tip.c
+ * @file merchant_api_wallet_get_tip.c
* @brief Implementation of the GET /tips/$TIP_ID request of the merchant's HTTP API
* @author Florian Dold
*/
diff --git a/src/lib/merchant_api_wallet_post_order_refund.c b/src/lib/merchant_api_wallet_post_order_refund.c
index 2c63dc17..43efe53f 100644
--- a/src/lib/merchant_api_wallet_post_order_refund.c
+++ b/src/lib/merchant_api_wallet_post_order_refund.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/merchant_api_wallet_post_order_refund.c
+ * @file merchant_api_wallet_post_order_refund.c
* @brief Implementation of the (public) POST /orders/ID/refund request
* @author Jonathan Buchanan
*/