Merge pull request #1308 from decathorpe/dev
Fix and clarify license in crate metadata and add missing license files
This commit is contained in:
commit
f8cd2d497d
|
@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = [ "science", "mathematics", "wasm", "no-std" ]
|
categories = [ "science", "mathematics", "wasm", "no-std" ]
|
||||||
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
|
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
|
||||||
license = "BSD-3-Clause"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["/ci/*", "/.travis.yml", "/Makefile"]
|
exclude = ["/ci/*", "/.travis.yml", "/Makefile"]
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
categories = [ "science", "mathematics", "wasm", "no standard library" ]
|
categories = [ "science", "mathematics", "wasm", "no standard library" ]
|
||||||
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
|
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
|
||||||
license = "BSD-3-Clause"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../LICENSE
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/dimforge/nalgebra"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
categories = [ "science", "mathematics" ]
|
categories = [ "science", "mathematics" ]
|
||||||
keywords = [ "linear", "algebra", "matrix", "vector", "lapack" ]
|
keywords = [ "linear", "algebra", "matrix", "vector", "lapack" ]
|
||||||
license = "BSD-3-Clause"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../LICENSE
|
|
@ -0,0 +1 @@
|
||||||
|
../LICENSE
|
Loading…
Reference in New Issue