File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ fn main() {
65
65
66
66
Licensed under either of
67
67
68
- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http ://www.apache.org/licenses/LICENSE-2.0 )
69
- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http ://opensource.org/licenses/MIT )
68
+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https ://www.apache.org/licenses/LICENSE-2.0 )
69
+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https ://opensource.org/licenses/MIT )
70
70
71
71
at your option.
72
72
Original file line number Diff line number Diff line change 1
1
// Copyright 2016 lazy-static.rs Developers
2
2
//
3
3
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4
- // http ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
- // http ://opensource.org/licenses/MIT>, at your option. This file may not be
4
+ // https ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
+ // https ://opensource.org/licenses/MIT>, at your option. This file may not be
6
6
// copied, modified, or distributed except according to those terms.
7
7
8
8
extern crate spin;
Original file line number Diff line number Diff line change 1
1
// Copyright 2016 lazy-static.rs Developers
2
2
//
3
3
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4
- // http ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
- // http ://opensource.org/licenses/MIT>, at your option. This file may not be
4
+ // https ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
+ // https ://opensource.org/licenses/MIT>, at your option. This file may not be
6
6
// copied, modified, or distributed except according to those terms.
7
7
8
8
extern crate core;
Original file line number Diff line number Diff line change 1
1
// Copyright 2016 lazy-static.rs Developers
2
2
//
3
3
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4
- // http ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
- // http ://opensource.org/licenses/MIT>, at your option. This file may not be
4
+ // https ://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
+ // https ://opensource.org/licenses/MIT>, at your option. This file may not be
6
6
// copied, modified, or distributed except according to those terms.
7
7
8
8
/*!
You can’t perform that action at this time.
0 commit comments