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"
33version = " 0.1.14"
44authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <stacker@kazlauskas.me>" ]
55build = " build.rs"
6- license = " MIT/ Apache-2.0"
6+ license = " MIT OR Apache-2.0"
77readme = " README.md"
88repository = " https://github.com/rust-lang/stacker"
99homepage = " https://github.com/rust-lang/stacker"
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ typically in place.
3131This 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
3838at your option.
3939
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
55build = " build.rs"
66description = " Portable Stack Manipulation: stack manipulation and introspection routines"
77keywords = [" stack" , " no_std" ]
8- license = " MIT/ Apache-2.0"
8+ license = " MIT OR Apache-2.0"
99repository = " https://github.com/rust-lang/stacker/"
1010documentation = " https://docs.rs/psm/0.1.18"
1111readme = " 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.
488488PSM 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
495495at your option.
You can’t perform that action at this time.
0 commit comments