File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 7bc919909aedbc5fafa9a227adbdfbb9bcb83cbb
4
+ refs/heads/snap-stage3: 66b07f1e5dd5767ae6aa238a00490f1493c5d443
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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