Skip to content

Commit 98a0736

Browse files
committed
don't know why this prefix is needed but it is for standard licenses
1 parent 9548a69 commit 98a0736

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

apps/svelte.dev/static/funding.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/sveltejs/svelte",
2424
"wellKnown": "https://github.com/sveltejs/svelte/blob/main/.well-known/funding-manifest-urls"
2525
},
26-
"licenses": ["MIT"],
26+
"licenses": ["spdx:MIT"],
2727
"tags": ["web-development"]
2828
},
2929
{
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/sveltejs/kit",
3838
"wellKnown": "https://github.com/sveltejs/kit/blob/main/.well-known/funding-manifest-urls"
3939
},
40-
"licenses": ["MIT"],
40+
"licenses": ["spdx:MIT"],
4141
"tags": ["web-development"]
4242
},
4343
{
@@ -52,7 +52,7 @@
5252
"url": "https://github.com/sveltejs/language-tools",
5353
"wellKnown": "https://github.com/sveltejs/language-tools/blob/master/.well-known/funding-manifest-urls"
5454
},
55-
"licenses": ["MIT"],
55+
"licenses": ["spdx:MIT"],
5656
"tags": ["developer-tools", "web-development"]
5757
},
5858
{
@@ -66,7 +66,7 @@
6666
"url": "https://github.com/sveltejs/vite-plugin-svelte",
6767
"wellKnown": "https://github.com/sveltejs/vite-plugin-svelte/blob/main/.well-known/funding-manifest-urls"
6868
},
69-
"licenses": ["MIT"],
69+
"licenses": ["spdx:MIT"],
7070
"tags": ["web-development"]
7171
},
7272
{
@@ -81,7 +81,7 @@
8181
"url": "https://github.com/sveltejs/rollup-plugin-svelte",
8282
"wellKnown": "https://github.com/sveltejs/rollup-plugin-svelte/blob/master/.well-known/funding-manifest-urls"
8383
},
84-
"licenses": ["MIT"],
84+
"licenses": ["spdx:MIT"],
8585
"tags": ["web-development"]
8686
},
8787
{
@@ -95,7 +95,7 @@
9595
"url": "https://github.com/sveltejs/cli",
9696
"wellKnown": "https://github.com/sveltejs/cli/blob/main/.well-known/funding-manifest-urls"
9797
},
98-
"licenses": ["MIT"],
98+
"licenses": ["spdx:MIT"],
9999
"tags": ["developer-tools", "web-development"]
100100
},
101101
{
@@ -109,7 +109,7 @@
109109
"url": "https://github.com/sveltejs/svelte.dev",
110110
"wellKnown": "https://github.com/sveltejs/svelte.dev/blob/main/.well-known/funding-manifest-urls"
111111
},
112-
"licenses": ["MIT"],
112+
"licenses": ["spdx:MIT"],
113113
"tags": ["documentation", "education", "web-development"]
114114
},
115115
{
@@ -124,7 +124,7 @@
124124
"url": "https://github.com/sveltejs/eslint-plugin-svelte",
125125
"wellKnown": "https://github.com/sveltejs/eslint-plugin-svelte/blob/main/.well-known/funding-manifest-urls"
126126
},
127-
"licenses": ["MIT"],
127+
"licenses": ["spdx:MIT"],
128128
"tags": ["developer-tools", "web-development"]
129129
},
130130
{
@@ -138,7 +138,7 @@
138138
"url": "https://github.com/sveltejs/svelte-eslint-parser",
139139
"wellKnown": "https://github.com/sveltejs/svelte-eslint-parser/blob/main/.well-known/funding-manifest-urls"
140140
},
141-
"licenses": ["MIT"],
141+
"licenses": ["spdx:MIT"],
142142
"tags": ["developer-tools", "web-development"]
143143
},
144144
{
@@ -152,7 +152,7 @@
152152
"url": "https://github.com/sveltejs/mcp",
153153
"wellKnown": "https://github.com/sveltejs/mcp/blob/main/.well-known/funding-manifest-urls"
154154
},
155-
"licenses": ["MIT"],
155+
"licenses": ["spdx:MIT"],
156156
"tags": ["developer-tools", "web-development", "artificial-intelligence"]
157157
}
158158
],

0 commit comments

Comments
 (0)