Skip to content

Commit 2509f60

Browse files
committed
Use SPDX license format and update links
1 parent 04d334c commit 2509f60

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stacker"
33
version = "0.1.14"
44
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
55
build = "build.rs"
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/rust-lang/stacker"
99
homepage = "https://github.com/rust-lang/stacker"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ typically in place.
3131
This project is licensed under either of
3232

3333
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
34-
http://www.apache.org/licenses/LICENSE-2.0)
34+
https://www.apache.org/licenses/LICENSE-2.0)
3535
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
36-
http://opensource.org/licenses/MIT)
36+
https://opensource.org/licenses/MIT)
3737

3838
at your option.
3939

psm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
55
build = "build.rs"
66
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
77
keywords = ["stack", "no_std"]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-lang/stacker/"
1010
documentation = "https://docs.rs/psm/0.1.18"
1111
readme = "README.mkd"

psm/README.mkd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ The assembly code for riscv64 has been tested locally with a C caller.
488488
PSM is licensed under either of
489489

490490
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
491-
http://www.apache.org/licenses/LICENSE-2.0)
491+
https://www.apache.org/licenses/LICENSE-2.0)
492492
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
493-
http://opensource.org/licenses/MIT)
493+
https://opensource.org/licenses/MIT)
494494

495495
at your option.

0 commit comments

Comments
 (0)