License as LGPL-2.1

(cherry picked from commit 1127742e387ef78b91ec1e4cec0bb17b5e85666c)
This commit is contained in:
Robert Hensing 2025-01-29 05:06:41 +01:00
parent 8bf888020d
commit 895336ac79
6 changed files with 506 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name = "nix-c-raw"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"

View file

@ -2,6 +2,7 @@
name = "nix-expr"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"

View file

@ -2,6 +2,7 @@
name = "nix-flake"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"

View file

@ -3,6 +3,7 @@ name = "nix-store"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"

View file

@ -2,6 +2,7 @@
name = "nix-util"
version = "0.1.0"
edition = "2021"
license = "LGPL-2.1"
[lib]
path = "src/lib.rs"