Skip to content

Commit 60c9c93

Browse files
committed
Relicense psm from ISC/Apache-2.0 to MIT/Apache-2.0
The ISC and MIT licenses are equivalent, however the ISC license is not white-listed for use in the rustc compiler, whereas the MIT one is. As I’m the sole author of psm, no third parties need to be involved in the decision to execute the re-license.
1 parent ceaa0ff commit 60c9c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

psm/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "psm"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Simonas Kazlauskas <[email protected]>"]
55
build = "build.rs"
66
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
77
keywords = ["stack", "no_std"]
8-
license = "ISC/Apache-2.0"
8+
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-lang/stacker/"
10-
documentation = "https://docs.rs/psm/0.1.6"
10+
documentation = "https://docs.rs/psm/0.1.7"
1111
readme = "README.mkd"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)