Skip to content

Commit

Permalink
Fix and clarify license in crate metadata and add missing license files
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Oct 24, 2023
1 parent c6ff3ee commit bad63b6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion nalgebra-glm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions nalgebra-glm/LICENSE
2 changes: 1 addition & 1 deletion nalgebra-lapack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions nalgebra-macros/LICENSE
1 change: 1 addition & 0 deletions nalgebra-sparse/LICENSE

0 comments on commit bad63b6

Please sign in to comment.