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/librustpkg | |
| parent | c355f17943e1dc3ec9c3193f35fc1ec9c43f51d4 (diff) | |
| download | rust-9519ee5d808d8015faad6681693cc406e00c9f81.tar.gz rust-9519ee5d808d8015faad6681693cc406e00c9f81.zip | |
librustc: "APL2" -> "ASL2". rs=license-fix
Diffstat (limited to 'src/librustpkg')
| -rw-r--r-- | src/librustpkg/rustpkg.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustpkg/rustpkg.rc b/src/librustpkg/rustpkg.rc index 91ed185b566..b58b5977f97 100644 --- a/src/librustpkg/rustpkg.rc +++ b/src/librustpkg/rustpkg.rc @@ -15,7 +15,7 @@ uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf", url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")]; -#[license = "MIT/APL2"]; +#[license = "MIT/ASL2"]; #[crate_type = "lib"]; #[no_core]; #[allow(vecs_implicitly_copyable, |
