Relicense Graphite under the dual MIT/Apache-2.0 license (#4208)

Relicense under dual MIT/Apache-2.0
This commit is contained in:
Keavon Chambers
2026-09-06 23:57:37 -07:00
committed by GitHub
parent fb35dadf1b
commit e725f55043
27 changed files with 66 additions and 224 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"]