Skip to content

Commit 0553930

Browse files
committed
---
yaml --- r: 47355 b: refs/heads/try c: 9519ee5 h: refs/heads/master i: 47353: 1cb5b6b 47351: 1e23d3f v: v3
1 parent 156d86a commit 0553930

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: c355f17943e1dc3ec9c3193f35fc1ec9c43f51d4
5+
refs/heads/try: 9519ee5d808d8015faad6681693cc406e00c9f81
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Implicitly, all crates behave as if they included the following prologue:
4141
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
4242

4343
#[comment = "The Rust core library"];
44-
#[license = "MIT/APL2"];
44+
#[license = "MIT/ASL2"];
4545
#[crate_type = "lib"];
4646

4747

branches/try/src/libfuzzer/fuzzer.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url = "https://github.com/mozilla/rust/tree/master/src/libfuzzer")];
1616

1717
#[comment = "The Rust fuzzer library"];
18-
#[license = "MIT/APL2"];
18+
#[license = "MIT/ASL2"];
1919
#[crate_type = "lib"];
2020
#[no_core];
2121

branches/try/src/librust/rust.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
uuid = "4a24da33-5cc8-4037-9352-2cbe9bd9d27c",
1818
url = "https://github.com/mozilla/rust/tree/master/src/rust")];
1919

20-
#[license = "MIT/APL2"];
20+
#[license = "MIT/ASL2"];
2121
#[crate_type = "lib"];
2222

2323
extern mod core(vers = "0.6");

branches/try/src/librustc/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
1616

1717
#[comment = "The Rust compiler"];
18-
#[license = "MIT/APL2"];
18+
#[license = "MIT/ASL2"];
1919
#[crate_type = "lib"];
2020

2121
#[legacy_modes];

branches/try/src/librustdoc/rustdoc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
1717

1818
#[comment = "The Rust documentation generator"];
19-
#[license = "MIT/APL2"];
19+
#[license = "MIT/ASL2"];
2020
#[crate_type = "lib"];
2121

2222
#[no_core];

branches/try/src/librusti/rusti.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc",
1616
url = "https://github.com/mozilla/rust/tree/master/src/rusti")];
1717

18-
#[license = "MIT/APL2"];
18+
#[license = "MIT/ASL2"];
1919
#[crate_type = "lib"];
2020

2121
#[no_core];

branches/try/src/librustpkg/rustpkg.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
1616
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
1717

18-
#[license = "MIT/APL2"];
18+
#[license = "MIT/ASL2"];
1919
#[crate_type = "lib"];
2020
#[no_core];
2121
#[allow(vecs_implicitly_copyable,

branches/try/src/libstd/std.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ not required in or otherwise suitable for the core library.
2323
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
2424

2525
#[comment = "The Rust standard library"];
26-
#[license = "MIT/APL2"];
26+
#[license = "MIT/ASL2"];
2727
#[crate_type = "lib"];
2828

2929
#[allow(vecs_implicitly_copyable)];

branches/try/src/libsyntax/syntax.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616

17-
#[license = "MIT/APL2"];
17+
#[license = "MIT/ASL2"];
1818
#[crate_type = "lib"];
1919

2020
#[legacy_modes];

0 commit comments

Comments
 (0)