From 896c7845e40dd74d8601b95d01d6ba0aa53346a9 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Tue, 18 Dec 2012 12:26:35 +1000 Subject: [PATCH] Fix license meta --- src/lmath.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lmath.rc b/src/lmath.rc index 101d2df..73ad62d 100644 --- a/src/lmath.rc +++ b/src/lmath.rc @@ -5,7 +5,7 @@ url = "https://github.com/bjz/lmath-rs")]; #[comment = "A generic linear algebra library."]; -#[license = "APL2"]; +#[license = "ASL2"]; #[crate_type = "lib"]; extern mod std;