aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-10-16 21:49:55 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-10-16 21:49:55 +0200
commit5e40455beae130dd0dd239a7a2447b88496c3be8 (patch)
tree311da5fe2061bdd94b6bf9172df457845639535d
parenta1085032dc631e387eb8e06b41a382e7dc6dd8eb (diff)
downloadlibmicrohttpd-5e40455beae130dd0dd239a7a2447b88496c3be8.tar.gz
libmicrohttpd-5e40455beae130dd0dd239a7a2447b88496c3be8.zip
-rw-r--r--funding.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/funding.json b/funding.json
new file mode 100644
index 00000000..116bf029
--- /dev/null
+++ b/funding.json
@@ -0,0 +1,64 @@
1{
2 "version": "v1.0.0",
3 "entity": {
4 "type": "business",
5 "role": "maintainer",
6 "name": "Taler Operations AG",
7 "email": "ceo@taler-ops.ch",
8 "phone": "",
9 "description": "Taler Operations AG currently engages both maintainers of GNU libmicrohttpd and is interested in continuing to fund them maintaining GNU libmicrohttpd as LGPL'ed FLOSS. The company is not interested in making any profit from funding the developers. Having the company is primarily a good way to keep one of them legally in Europe and outside of Moscow.",
10 "webpageUrl": {
11 "url": "https://taler-ops.ch/",
12 "wellKnown": ""
13 }
14 },
15 "projects": [{
16 "guid": "libmicrohttpd",
17 "name": "GNU libmicrohttpd",
18 "description": "The Zombo App is a database application that solves many problems and makes anything possible. Anything at all. Its possibilities are only limited by the user's own imagination.\n\nIt has been in active development for a decade and is used by millions of people worldwide. It is the next frontier.\n\nPS: This is a dummy demo listing.",
19 "webpageUrl": {
20 "url": "https://www.gnu.org/s/libmicrohttpd"
21 },
22 "repositoryUrl": {
23 "url": "https://git.gnunet.org/libmicrohttpd"
24 },
25 "licenses": ["spdx:LGPL-3.0"],
26 "tags": ["http", "library", "high-performance", "embedded"]
27 }],
28 "funding": {
29 "channels": [
30 {
31 "guid": "mybank",
32 "type": "bank",
33 "address": "",
34 "description": "Will accept direct bank transfers. Please e-mail me for details."
35 }
36 ],
37 "plans": [
38 {
39 "guid": "developer-time",
40 "status": "active",
41 "name": "Developer compensation",
42 "description": "This will cover the cost of one developer working part-time on the projects.",
43 "amount": 1000,
44 "currency": "CHF",
45 "frequency": "monthly",
46 "channels": ["mybank"]
47 },
48 {
49 "guid": "angel-plan",
50 "status": "active",
51 "name": "Goodwill plan",
52 "description": "Pay anything you wish to show your goodwill for the project.",
53 "amount": 0,
54 "currency": "CHF",
55 "frequency": "one-time",
56 "channels": ["mybank", "mypay"]
57 }
58 ],
59 "history": [
60 {"year": 2023, "income": 0, "expenses": 0, "taxes": 0, "currency": "USD", "description": "Let's fix this."}
61 ]
62 }
63}
64