diff --git a/Cargo.toml b/Cargo.toml index 9da1da98..12239a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-derive/Cargo.toml b/stdweb-derive/Cargo.toml index cc7c6341..e46c2759 100644 --- a/stdweb-derive/Cargo.toml +++ b/stdweb-derive/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-macros/Cargo.toml b/stdweb-internal-macros/Cargo.toml index 66ea2f84..ba561a6a 100644 --- a/stdweb-internal-macros/Cargo.toml +++ b/stdweb-internal-macros/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-runtime/Cargo.toml b/stdweb-internal-runtime/Cargo.toml index 0e30aa1c..cf63670e 100644 --- a/stdweb-internal-runtime/Cargo.toml +++ b/stdweb-internal-runtime/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-test-macro/Cargo.toml b/stdweb-internal-test-macro/Cargo.toml index 1efe7822..b3608a41 100644 --- a/stdweb-internal-test-macro/Cargo.toml +++ b/stdweb-internal-test-macro/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Internal crate of the `stdweb` crate" [lib]