File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 8
8
# option. This file may not be copied, modified, or distributed
9
9
# except according to those terms.
10
10
11
+ license0 = """// Copyright 2012-2013 The Rust Project Developers. See the
12
+ // COPYRIGHT file at the top-level directory of this distribution and at
13
+ // http://rust-lang.org/COPYRIGHT.
14
+ //
15
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
16
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
17
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
18
+ // option. This file may not be copied, modified, or distributed
19
+ // except according to those terms.
20
+ """
21
+
11
22
license1 = """// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
12
23
// file at the top-level directory of this distribution and at
13
24
// http://rust-lang.org/COPYRIGHT.
41
52
# except according to those terms.
42
53
"""
43
54
44
- licenses = [license1 , license2 , license3 ]
55
+ licenses = [license0 , license1 , license2 , license3 ]
45
56
46
57
exceptions = [
47
58
"rt/rust_android_dummy.cpp" , # BSD, chromium
Original file line number Diff line number Diff line change 1
- // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
2
- // file at the top-level directory of this distribution and at
1
+ // Copyright 2012-2013 The Rust Project Developers. See the
2
+ // COPYRIGHT file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
5
5
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
You can’t perform that action at this time.
0 commit comments