Fix license meta

This commit is contained in:
Brendan Zabarauskas 2012-12-18 12:26:35 +10:00
parent 02577eab7a
commit 896c7845e4

View file

@ -5,7 +5,7 @@
url = "https://github.com/bjz/lmath-rs")]; url = "https://github.com/bjz/lmath-rs")];
#[comment = "A generic linear algebra library."]; #[comment = "A generic linear algebra library."];
#[license = "APL2"]; #[license = "ASL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
extern mod std; extern mod std;