Fix and clarify license in crate metadata and add missing license files
This commit is contained in:
parent
c6ff3eeb7e
commit
bad63b6423
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
|
@ -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]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
Loading…
Reference in New Issue