Skip to content

Commit 3bd128f

Browse files
committed
fix licensing
1 parent d02a11a commit 3bd128f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "a-mir-formality"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "MIT OR APACHE-2"
5+
license = "MIT OR Apache-2.0"
66
description = "Model of the Rust type system maintained by the Rust types team (in development)"
77
homepage = "https://rust-lang.github.io/a-mir-formality/"
88
repository = "https://github.com/rust-lang/a-mir-formality/"

crates/formality-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "formality-macros"
33
version = "0.1.0"
44
edition = "2021"
5-
license = "MIT OR APACHE-2"
5+
license = "MIT OR Apache-2.0"
66
description = "Macros used by a-mir-formality and formality-core"
77
homepage = "https://rust-lang.github.io/a-mir-formality/"
88
repository = "https://github.com/rust-lang/a-mir-formality/"

0 commit comments

Comments
 (0)