diff --git a/Cargo.toml b/Cargo.toml index 8e4a8cc9..c24f1891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra" readme = "README.md" categories = [ "science", "mathematics", "wasm", "no-std" ] keywords = [ "linear", "algebra", "matrix", "vector", "math" ] -license = "BSD-3-Clause" +license = "Apache-2.0" edition = "2018" exclude = ["/ci/*", "/.travis.yml", "/Makefile"] diff --git a/nalgebra-glm/Cargo.toml b/nalgebra-glm/Cargo.toml index 3f9c4dd9..1ebcfb65 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra" readme = "../README.md" categories = [ "science", "mathematics", "wasm", "no standard library" ] keywords = [ "linear", "algebra", "matrix", "vector", "math" ] -license = "BSD-3-Clause" +license = "Apache-2.0" edition = "2018" [badges] diff --git a/nalgebra-glm/LICENSE b/nalgebra-glm/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/nalgebra-glm/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/nalgebra-lapack/Cargo.toml b/nalgebra-lapack/Cargo.toml index 7eb7265b..95153a2c 100644 --- a/nalgebra-lapack/Cargo.toml +++ b/nalgebra-lapack/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra" readme = "../README.md" categories = [ "science", "mathematics" ] keywords = [ "linear", "algebra", "matrix", "vector", "lapack" ] -license = "BSD-3-Clause" +license = "MIT" edition = "2018" [badges] diff --git a/nalgebra-lapack/LICENSE.txt b/nalgebra-lapack/LICENSE similarity index 100% rename from nalgebra-lapack/LICENSE.txt rename to nalgebra-lapack/LICENSE diff --git a/nalgebra-macros/LICENSE b/nalgebra-macros/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/nalgebra-macros/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/nalgebra-sparse/LICENSE b/nalgebra-sparse/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/nalgebra-sparse/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file