diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-03-01 08:41:31 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-03-01 08:41:31 -0800 |
| commit | 9519ee5d808d8015faad6681693cc406e00c9f81 (patch) | |
| tree | 7dab2c124d3d0e7f1156835cf9339f0507d5443f /src/libstd | |
| parent | c355f17943e1dc3ec9c3193f35fc1ec9c43f51d4 (diff) | |
| download | rust-9519ee5d808d8015faad6681693cc406e00c9f81.tar.gz rust-9519ee5d808d8015faad6681693cc406e00c9f81.zip | |
librustc: "APL2" -> "ASL2". rs=license-fix
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 9ef490670ed..2f6c4e3f190 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -23,7 +23,7 @@ not required in or otherwise suitable for the core library. url = "https://github.com/mozilla/rust/tree/master/src/libstd")]; #[comment = "The Rust standard library"]; -#[license = "MIT/APL2"]; +#[license = "MIT/ASL2"]; #[crate_type = "lib"]; #[allow(vecs_implicitly_copyable)]; |
