Skip to content

Commit 8c99e20

Browse files
committed
Change test 'MIT' license to 'MIT OR Apache-2.0'
1 parent 4a4f5a2 commit 8c99e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ fn crate_env_vars() {
12301230
homepage = "https://example.com"
12311231
repository = "https://example.com/repo.git"
12321232
authors = ["wycats@example.com"]
1233-
license = "MIT"
1233+
license = "MIT OR Apache-2.0"
12341234
"#,
12351235
)
12361236
.file(
@@ -1260,7 +1260,7 @@ fn crate_env_vars() {
12601260
assert_eq!("foo", PKG_NAME);
12611261
assert_eq!("https://example.com", HOMEPAGE);
12621262
assert_eq!("https://example.com/repo.git", REPOSITORY);
1263-
assert_eq!("MIT", LICENSE);
1263+
assert_eq!("MIT OR Apache-2.0", LICENSE);
12641264
assert_eq!("This is foo", DESCRIPTION);
12651265
let s = format!("{}.{}.{}-{}", VERSION_MAJOR,
12661266
VERSION_MINOR, VERSION_PATCH, VERSION_PRE);

0 commit comments

Comments
 (0)