File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stacker"
3
3
version = " 0.1.14"
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <stacker@kazlauskas.me>" ]
5
5
build = " build.rs"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/rust-lang/stacker"
9
9
homepage = " https://github.com/rust-lang/stacker"
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ typically in place.
31
31
This project is licensed under either of
32
32
33
33
* 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 )
35
35
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
36
- http ://opensource.org/licenses/MIT )
36
+ https ://opensource.org/licenses/MIT )
37
37
38
38
at your option.
39
39
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
5
5
build = " build.rs"
6
6
description = " Portable Stack Manipulation: stack manipulation and introspection routines"
7
7
keywords = [" stack" , " no_std" ]
8
- license = " MIT/ Apache-2.0"
8
+ license = " MIT OR Apache-2.0"
9
9
repository = " https://github.com/rust-lang/stacker/"
10
10
documentation = " https://docs.rs/psm/0.1.18"
11
11
readme = " README.mkd"
Original file line number Diff line number Diff line change @@ -488,8 +488,8 @@ The assembly code for riscv64 has been tested locally with a C caller.
488
488
PSM is licensed under either of
489
489
490
490
* 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 )
492
492
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
493
- http ://opensource.org/licenses/MIT )
493
+ https ://opensource.org/licenses/MIT )
494
494
495
495
at your option.
You can’t perform that action at this time.
0 commit comments