From dfa69cf100b43ff62896a507e3f2d5092f653bff Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 7 Mar 2016 10:53:43 +0100 Subject: still on licensing --- OWNERS.rst | 63 ++++++++++++++++++++++++++++ examples/blog/blog_lib.php | 16 +++++++ examples/blog/essay_cc-form.html | 16 +++++++ examples/blog/essay_cc-fulfillment.php | 16 +++++++ examples/blog/essay_contract.php | 2 +- examples/blog/essay_fulfillment.php | 2 +- examples/blog/essay_pay.php | 2 +- examples/blog/index.html | 15 +++++++ examples/blog/style.css | 23 ++++++++++ examples/blog/taler-presence.js | 2 +- examples/shop/checkout.php | 58 +++++++++---------------- examples/shop/config.php | 1 + examples/shop/fulfillment.php | 30 ++++++------- examples/shop/generate_taler_contract.php | 2 +- examples/shop/index.php | 16 +++++++ examples/shop/pay.php | 2 +- examples/shop/style.css | 24 ++++++++++- src/Makefile.am | 1 + src/backend/taler-merchant-httpd.c | 5 ++- src/backend/taler-merchant-httpd.h | 2 +- src/backend/taler-merchant-httpd_auditors.c | 2 +- src/backend/taler-merchant-httpd_auditors.h | 2 +- src/backend/taler-merchant-httpd_contract.c | 2 +- src/backend/taler-merchant-httpd_contract.h | 2 +- src/backend/taler-merchant-httpd_exchanges.c | 2 +- src/backend/taler-merchant-httpd_exchanges.h | 2 +- src/backend/taler-merchant-httpd_mhd.c | 2 +- src/backend/taler-merchant-httpd_mhd.h | 2 +- src/backend/taler-merchant-httpd_pay.c | 2 +- src/backend/taler-merchant-httpd_util.c | 2 +- src/backenddb/merchantdb_plugin.c | 2 +- src/backenddb/plugin_merchantdb_postgres.c | 2 +- src/include/platform.h | 2 +- src/include/taler_merchant_service.h | 2 +- src/include/taler_merchantdb_lib.h | 2 +- src/include/taler_merchantdb_plugin.h | 2 +- src/tests/test_contract.c | 2 +- 37 files changed, 251 insertions(+), 81 deletions(-) create mode 100644 OWNERS.rst diff --git a/OWNERS.rst b/OWNERS.rst new file mode 100644 index 00000000..a5ba3525 --- /dev/null +++ b/OWNERS.rst @@ -0,0 +1,63 @@ +------ +Owners +------ + +The following list mentions the owner for each source file in this +project + +* src/lib/merchant_api_context.c: GNUnet e.V. and INRIA +* src/lib/merchant_api_context.h: GNUnet e.V. and INRIA +* src/lib/merchant_api_pay.c: GNUnet e.V. and INRIA +* src/lib/merchant_api_json.h: GNUnet e.V. and INRIA +* src/lib/test_merchant_api.c: GNUnet e.V. and INRIA +* src/lib/merchant_api_json.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_parsing.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_responses.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_parsing.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_responses.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_util.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_util.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_mhd.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_contract.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_exchanges.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_contract.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_auditors.h: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_mhd.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_exchanges.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_pay.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_auditors.c: GNUnet e.V. and INRIA +* src/backend/taler-merchant-httpd_pay.h: GNUnet e.V. and INRIA +* src/include/platform.h: GNUnet e.V. and INRIA +* src/include/taler_merchantdb_lib.h: GNUnet e.V. and INRIA +* src/include/taler_merchant_service.h: GNUnet e.V. and INRIA +* src/include/taler_merchantdb_plugin.h: GNUnet e.V. and INRIA +* src/tests/test_contract.c: GNUnet e.V. and INRIA +* src/backenddb/merchantdb_plugin.c: GNUnet e.V. and INRIA +* src/backenddb/plugin_merchantdb_postgres.c: GNUnet e.V. and INRIA +* copylib/config.php: INRIA +* copylib/merchants.php: INRIA +* copylib/util.php: INRIA +* examples/shop/config.php: INRIA +* examples/shop/fulfillment.php: INRIA +* examples/shop/pay.php: INRIA +* examples/shop/index.php: INRIA +* examples/shop/generate_taler_contract.php: INRIA +* examples/shop/checkout.php: INRIA +* examples/blog/essay_fulfillment.php: INRIA +* examples/blog/essay_pay.php: INRIA +* examples/blog/blog_lib.php: INRIA +* examples/blog/essay_cc-fulfillment.php: INRIA +* examples/blog/essay_contract.php: INRIA +* examples/blog/taler-presence.js: INRIA +* examples/blog/index.html: INRIA +* examples/blog/essay_cc-form.html: INRIA +* examples/shop/style.css: INRIA +* examples/blog/style.css: INRIA +* NOTE: the copyright for content in examples/blog/articles is owned by the Free Software Foundation + +-------------------- +Runtime dependencies +-------------------- +TDB diff --git a/examples/blog/blog_lib.php b/examples/blog/blog_lib.php index d7e6c513..b7781f7b 100644 --- a/examples/blog/blog_lib.php +++ b/examples/blog/blog_lib.php @@ -1,4 +1,20 @@ +*/ + /** * Take a (article's) filename and return its * teaser. It has the articles folder hardcoded diff --git a/examples/blog/essay_cc-form.html b/examples/blog/essay_cc-form.html index 7e0c04ed..f115e51b 100644 --- a/examples/blog/essay_cc-form.html +++ b/examples/blog/essay_cc-form.html @@ -1,3 +1,19 @@ + + diff --git a/examples/blog/essay_cc-fulfillment.php b/examples/blog/essay_cc-fulfillment.php index 5890c03d..4239ee97 100644 --- a/examples/blog/essay_cc-fulfillment.php +++ b/examples/blog/essay_cc-fulfillment.php @@ -1,4 +1,20 @@ +*/ + include '../../copylib/util.php'; include './blog_lib.php'; diff --git a/examples/blog/essay_contract.php b/examples/blog/essay_contract.php index 6482a3b4..a63d82c9 100644 --- a/examples/blog/essay_contract.php +++ b/examples/blog/essay_contract.php @@ -1,7 +1,7 @@ + Richard M. Stallman: Free Software, Free Society diff --git a/examples/blog/style.css b/examples/blog/style.css index 20373e00..6e087cc8 100644 --- a/examples/blog/style.css +++ b/examples/blog/style.css @@ -1,3 +1,26 @@ +/* + This file is part of TALER + Copyright (C) 2014,2015 INRIA + + TALER is free software: you can + redistribute it and/or modify it under the terms of the GNU + Lesser General Public License (GNU LGPL) as published by the + Free Software + Foundation, either version 3 of the License, or (at your option) + any later version. The code is distributed WITHOUT ANY WARRANTY; + without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details. + + As additional permission under GNU LGPL version 3 section 7, you + may distribute non-source (e.g., minimized or compacted) forms of + that code without the copy of the GNU LGPL normally required by + section 4, provided you include this license notice and a URL + through which recipients can access the Corresponding Source. + + @licend The above is the entire license notice + for the JavaScript code in this page. + */ + body { background-color: white; margin: 0; diff --git a/examples/blog/taler-presence.js b/examples/blog/taler-presence.js index 2562238b..9028f5e2 100644 --- a/examples/blog/taler-presence.js +++ b/examples/blog/taler-presence.js @@ -1,7 +1,7 @@ /* @licstart The following is the entire license notice for the JavaScript code in this page. - Copyright (C) 2016 GNUnet e.V. + Copyright (C) 2016 INRIA The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU diff --git a/examples/shop/checkout.php b/examples/shop/checkout.php index 58de2e8a..2efcf276 100644 --- a/examples/shop/checkout.php +++ b/examples/shop/checkout.php @@ -1,49 +1,31 @@ + Toy Store - Payment method - Taler Demo - - + Taler's "Demo" Shop @@ -41,21 +56,6 @@
- */ include '../../copylib/util.php'; diff --git a/examples/shop/generate_taler_contract.php b/examples/shop/generate_taler_contract.php index 213632b3..4198b40d 100644 --- a/examples/shop/generate_taler_contract.php +++ b/examples/shop/generate_taler_contract.php @@ -1,7 +1,7 @@ + + diff --git a/examples/shop/pay.php b/examples/shop/pay.php index cd95714e..0684e495 100644 --- a/examples/shop/pay.php +++ b/examples/shop/pay.php @@ -1,7 +1,7 @@