Skip to content

Commit 9c2dac1

Browse files
committed
Relicense under dual MIT/Apache-2.0
1 parent 2c29d2c commit 9c2dac1

27 files changed

Lines changed: 66 additions & 224 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ edition = "2024"
5151
authors = ["Graphite Authors <contact@graphite.art>"]
5252
homepage = "https://graphite.art"
5353
repository = "https://github.com/GraphiteEditor/Graphite"
54-
license = "Apache-2.0"
54+
license = "MIT OR Apache-2.0"
5555
version = "0.0.0"
5656
readme = "README.md"
5757
publish = false
File renamed without changes.

LICENSE-MIT

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) Graphite contributors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ Graphite is 100% community built and funded. Please become a part of keeping the
8080

8181
Are you a graphics programmer or Rust developer? Graphite aims to be one of the most approachable projects for putting your engineering skills to use in the world of open source. See [instructions here](https://graphite.art/volunteer/guide/) for setting up the project and getting started.
8282

83-
*By submitting code for inclusion in the project, you are agreeing to license your changes under the Apache 2.0 license, and that you have the authority to do so. Some directories may have other licenses, like dual-licensed MIT/Apache 2.0, and code submissions to those directories mean you agree to the applicable license(s).*
83+
## License
84+
85+
Graphite's source code is dual-licensed under your choice of either the [MIT license](LICENSE-MIT) or the [Apache License 2.0](LICENSE-APACHE), at your option, unless otherwise noted within the repository. By submitting code for inclusion in the project, you agree to license your contributions under both licenses, and that you have the authority to do so.

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop"
33
version = "0.1.0"
44
description = "Graphite Desktop"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

desktop/bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop-bundle"
33
version = "0.0.0"
44
description = "Graphite Desktop Bundle"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

desktop/embedded-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop-embedded-resources"
33
version = "0.1.0"
44
description = "Graphite Desktop Embedded Resources"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

desktop/platform/linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop-platform-linux"
33
version = "0.0.0"
44
description = "Graphite Desktop Platform Linux"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

desktop/platform/mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop-platform-mac"
33
version = "0.0.0"
44
description = "Graphite Desktop Platform Mac"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

desktop/platform/win/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphite-desktop-platform-win"
33
version = "0.0.0"
44
description = "Graphite Desktop Platform Windows"
55
authors = ["Graphite Authors <contact@graphite.art>"]
6-
license = "Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = ""
88
edition = "2024"
99
rust-version = "1.87"

0 commit comments

Comments
 (0)