Skip to content

Commit 87d72d3

Browse files
committed
update LICENSE to MIT and Apache 2.0 Dual License
1 parent 0b390d5 commit 87d72d3

File tree

12 files changed

+219
-0
lines changed

12 files changed

+219
-0
lines changed

LICENSE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Notation is dual-licensed under either
2+
3+
* MIT License (docs/LICENSE-MIT or http://opensource.org/licenses/MIT)
4+
* Apache License, Version 2.0 (docs/LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
5+
6+
at your option.

crates/bevy_utils/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bevy_utils"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

crates/notation_bevy/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_bevy"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

crates/notation_core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_core"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

crates/notation_dsl/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_dsl"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

crates/notation_fretted/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_fretted"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

crates/notation_guitar/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_guitar"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
[lib]

crates/notation_midi/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_midi"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
[lib]

crates/notation_model/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_model"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79
[lib]

crates/notation_proto/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "notation_proto"
33
version = "0.1.0"
44
edition = "2018"
5+
license = "MIT OR Apache-2.0"
6+
repository = "https://github.com/notation-fun/notation"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

0 commit comments

Comments
 (0)