Skip to content

Commit b8087a4

Browse files
frisoftudoprog
authored andcommitted
Update license field following SPDX 2.1 license expression standard
1 parent 50c374c commit b8087a4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

crates/rune-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune-languageserver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune-modules/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

crates/rune/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/rune"
99
readme = "README.md"
1010
homepage = "https://github.com/rune-rs/rune"
1111
repository = "https://github.com/rune-rs/rune"
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313
keywords = ["language", "scripting", "scripting-language"]
1414
categories = ["parser-implementations"]
1515

0 commit comments

Comments
 (0)