Skip to content

Commit 077a703

Browse files
committed
Floss.fund funding.json requirement
This passed https://dir.floss.fund/validate validation Signed-off-by: Thierry Laurion <[email protected]>
1 parent 1683309 commit 077a703

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

funding.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "individual",
5+
"role": "maintainer",
6+
"name": "Thierry Laurion",
7+
"email": "[email protected]",
8+
"description": "Thierry Laurion, founder of Insurgo Open Technologies and maintainer of the Heads open-source firmware project. Dedicated to developing secure, user-friendly technologies that enhance physical security and data protection.",
9+
"webpageUrl": {
10+
"url": "https://github.com/linuxboot/heads",
11+
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "heads",
17+
"name": "Heads",
18+
"description": "Heads is an open-source firmware project designed to enhance the security and integrity of laptops and servers. It provides a tamper-evident and cryptographically verified boot process, empowering users to maintain control over their hardware and data.",
19+
"webpageUrl": {
20+
"url": "https://github.com/linuxboot/heads",
21+
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
22+
},
23+
"repositoryUrl": {
24+
"url": "https://github.com/linuxboot/heads",
25+
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
26+
},
27+
"licenses": ["spdx:GPL-3.0"],
28+
"tags": ["firmware", "security", "open-source", "linuxboot", "coreboot", "heads", "TPM", "measured-boot", "linux"]
29+
}
30+
],
31+
"funding": {
32+
"channels": [
33+
{
34+
"guid": "opencollective",
35+
"type": "payment-provider",
36+
"address": "https://opencollective.com/insurgo",
37+
"description": "Support Heads development via Open Collective"
38+
},
39+
{
40+
"guid": "github-sponsors",
41+
"type": "payment-provider",
42+
"address": "https://github.com/sponsors/linuxboot/heads",
43+
"description": "Support Heads development via GitHub Sponsors"
44+
}
45+
],
46+
"plans": [
47+
{
48+
"guid": "monthly-support",
49+
"status": "active",
50+
"name": "Monthly Support Plan",
51+
"description": "Support the ongoing development and maintenance of the Heads firmware project.",
52+
"amount": 10,
53+
"currency": "CAD",
54+
"frequency": "monthly",
55+
"channels": ["opencollective", "github-sponsors"]
56+
},
57+
{
58+
"guid": "one-time-donation",
59+
"status": "active",
60+
"name": "One-Time Donation",
61+
"description": "Make a one-time donation to support Heads.",
62+
"amount": 50,
63+
"currency": "CAD",
64+
"frequency": "one-time",
65+
"channels": ["opencollective", "github-sponsors"]
66+
}
67+
]
68+
}
69+
}
70+

0 commit comments

Comments
 (0)