Skip to content

Commit bb1f9d1

Browse files
add funding.json (#102)
With this, we can apply to https://floss.fund.
1 parent 50370a5 commit bb1f9d1

File tree

2 files changed

+170
-0
lines changed

2 files changed

+170
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://quic-go.net/funding.json

static/funding.json

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "individual",
5+
"role": "maintainer",
6+
"name": "Marten Seemann",
7+
"email": "martenseemann@gmail.com",
8+
"phone": "",
9+
"description": "Software engineer specializing in internet transport protocols. Maintainer of quic-go, webtransport-go, and masque-go.",
10+
"webpageUrl": {
11+
"url": "https://seemann.io/",
12+
"wellKnown": ""
13+
}
14+
},
15+
"projects": [
16+
{
17+
"guid": "quic-go",
18+
"name": "quic-go",
19+
"description": "A production-ready QUIC implementation in pure Go.",
20+
"webpageUrl": {
21+
"url": "https://quic-go.net/",
22+
"wellKnown": ""
23+
},
24+
"repositoryUrl": {
25+
"url": "https://github.com/quic-go/quic-go",
26+
"wellKnown": ""
27+
},
28+
"licenses": [
29+
"spdx:MIT"
30+
],
31+
"tags": [
32+
"quic",
33+
"http3",
34+
"networking",
35+
"go",
36+
"protocol"
37+
]
38+
},
39+
{
40+
"guid": "webtransport-go",
41+
"name": "webtransport-go",
42+
"description": "WebTransport implementation based on quic-go.",
43+
"webpageUrl": {
44+
"url": "https://quic-go.net/docs/",
45+
"wellKnown": ""
46+
},
47+
"repositoryUrl": {
48+
"url": "https://github.com/quic-go/webtransport-go",
49+
"wellKnown": ""
50+
},
51+
"licenses": [
52+
"spdx:MIT"
53+
],
54+
"tags": [
55+
"webtransport",
56+
"quic",
57+
"go"
58+
]
59+
},
60+
{
61+
"guid": "masque-go",
62+
"name": "masque-go",
63+
"description": "MASQUE: Proxying UDP in HTTP/3, RFC 9298. Implementation of the CONNECT-UDP protocol.",
64+
"webpageUrl": {
65+
"url": "https://quic-go.net/docs/connect-udp/",
66+
"wellKnown": ""
67+
},
68+
"repositoryUrl": {
69+
"url": "https://github.com/quic-go/masque-go",
70+
"wellKnown": ""
71+
},
72+
"licenses": [
73+
"spdx:MIT"
74+
],
75+
"tags": [
76+
"masque",
77+
"proxy",
78+
"udp",
79+
"http3",
80+
"go"
81+
]
82+
}
83+
],
84+
"funding": {
85+
"channels": [
86+
{
87+
"guid": "github-sponsors",
88+
"type": "payment-provider",
89+
"address": "https://github.com/sponsors/marten-seemann",
90+
"description": "Sponsor via GitHub Sponsors"
91+
}
92+
],
93+
"plans": [
94+
{
95+
"guid": "individual",
96+
"status": "active",
97+
"name": "Individual",
98+
"description": "Thanks for supporting the project.",
99+
"amount": 25,
100+
"currency": "USD",
101+
"frequency": "monthly",
102+
"channels": [
103+
"github-sponsors"
104+
]
105+
},
106+
{
107+
"guid": "individual-plus",
108+
"status": "active",
109+
"name": "Individual+",
110+
"description": "Occasional email support. If you want, you get listed in the Sponsors section of the quic-go README.",
111+
"amount": 100,
112+
"currency": "USD",
113+
"frequency": "monthly",
114+
"channels": [
115+
"github-sponsors"
116+
]
117+
},
118+
{
119+
"guid": "startup",
120+
"status": "active",
121+
"name": "Startup",
122+
"description": "Occasional email support. If you want, you get listed in the Sponsors section of the quic-go README, including a logo.",
123+
"amount": 250,
124+
"currency": "USD",
125+
"frequency": "monthly",
126+
"channels": [
127+
"github-sponsors"
128+
]
129+
},
130+
{
131+
"guid": "startup-plus",
132+
"status": "active",
133+
"name": "Startup+",
134+
"description": "Occasional email support. If you want, you get listed in the Sponsors section of the quic-go README, including a logo. Jump on a call.",
135+
"amount": 995,
136+
"currency": "USD",
137+
"frequency": "monthly",
138+
"channels": [
139+
"github-sponsors"
140+
]
141+
},
142+
{
143+
"guid": "enterprise",
144+
"status": "active",
145+
"name": "Enterprise",
146+
"description": "Dedicated support (email, phone, video calls). Optional publicity (brand sharing, case study page, tweets, etc.). Triage priority.",
147+
"amount": 5000,
148+
"currency": "USD",
149+
"frequency": "monthly",
150+
"channels": [
151+
"github-sponsors"
152+
]
153+
},
154+
{
155+
"guid": "enterprise-plus",
156+
"status": "active",
157+
"name": "Enterprise+",
158+
"description": "Dedicated support (email, phone, video calls). Optional publicity (brand sharing, case study page, tweets, etc.). Triage priority. Custom patches.",
159+
"amount": 11000,
160+
"currency": "USD",
161+
"frequency": "monthly",
162+
"channels": [
163+
"github-sponsors"
164+
]
165+
}
166+
],
167+
"history": []
168+
}
169+
}

0 commit comments

Comments
 (0)