|
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 |
| 11 | +license0 = """\ |
| 12 | +// Copyright 2012-2013 The Rust Project Developers. See the |
12 | 13 | // COPYRIGHT file at the top-level directory of this distribution and at
|
13 | 14 | // http://rust-lang.org/COPYRIGHT.
|
14 | 15 | //
|
|
19 | 20 | // except according to those terms.
|
20 | 21 | """
|
21 | 22 |
|
22 |
| -license1 = """// Copyright 2012 The Rust Project Developers. See the COPYRIGHT |
| 23 | +license1 = """\ |
| 24 | +// Copyright 2012 The Rust Project Developers. See the COPYRIGHT |
23 | 25 | // file at the top-level directory of this distribution and at
|
24 | 26 | // http://rust-lang.org/COPYRIGHT.
|
25 | 27 | //
|
|
30 | 32 | // except according to those terms.
|
31 | 33 | """
|
32 | 34 |
|
33 |
| -license2 = """// Copyright 2013 The Rust Project Developers. See the COPYRIGHT |
| 35 | +license2 = """\ |
| 36 | +// Copyright 2013 The Rust Project Developers. See the COPYRIGHT |
34 | 37 | // file at the top-level directory of this distribution and at
|
35 | 38 | // http://rust-lang.org/COPYRIGHT.
|
36 | 39 | //
|
|
41 | 44 | // except according to those terms.
|
42 | 45 | """
|
43 | 46 |
|
44 |
| -license3 = """# Copyright 2013 The Rust Project Developers. See the COPYRIGHT |
| 47 | +license3 = """\ |
| 48 | +# Copyright 2013 The Rust Project Developers. See the COPYRIGHT |
45 | 49 | # file at the top-level directory of this distribution and at
|
46 | 50 | # http://rust-lang.org/COPYRIGHT.
|
47 | 51 | #
|
|
52 | 56 | # except according to those terms.
|
53 | 57 | """
|
54 | 58 |
|
55 |
| -licenses = [license0, license1, license2, license3] |
| 59 | +license4 = """\ |
| 60 | +// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT |
| 61 | +// file at the top-level directory of this distribution and at |
| 62 | +// http://rust-lang.org/COPYRIGHT. |
| 63 | +// |
| 64 | +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or |
| 65 | +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license |
| 66 | +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your |
| 67 | +// option. This file may not be copied, modified, or distributed |
| 68 | +// except according to those terms. |
| 69 | +""" |
| 70 | + |
| 71 | +licenses = [license0, license1, license2, license3, license4] |
56 | 72 |
|
57 | 73 | exceptions = [
|
58 | 74 | "rt/rust_android_dummy.cpp", # BSD, chromium
|
|
0 commit comments