mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 21:28:13 +08:00
Relicense Graphite under the dual MIT/Apache-2.0 license (#4208)
Relicense under dual MIT/Apache-2.0
This commit is contained in:
Generated
+1
-1
@@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "graphite-web-frontend",
|
||||
"license": "Apache-2.0",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"source-code-pro": "2.42.0",
|
||||
"source-sans-pro": "2.45.0"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"vite": "^8.0.3"
|
||||
},
|
||||
"homepage": "https://graphite.art",
|
||||
"license": "Apache-2.0",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GraphiteEditor/Graphite.git"
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2024"
|
||||
readme = "../../README.md"
|
||||
homepage = "https://graphite.art"
|
||||
repository = "https://github.com/GraphiteEditor/Graphite"
|
||||
license = "Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[features]
|
||||
default = ["gpu", "shader-nodes", "web"]
|
||||
|
||||
Reference in New Issue
Block a user