Skip to content

Commit

Permalink
Merge pull request #1308 from decathorpe/dev
Browse files Browse the repository at this point in the history
Fix and clarify license in crate metadata and add missing license files
  • Loading branch information
sebcrozet committed Nov 12, 2023
2 parents c6ff3ee + bad63b6 commit f8cd2d4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
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
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
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 f8cd2d4

Please sign in to comment.