Skip to content

Commit

Permalink
add BSD3 license and include all licenses in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 20, 2024
1 parent 690dc4f commit 41878ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rencfs"
description = "An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories."
version = "0.13.47"
version = "0.13.48"
edition = "2021"
license = "MIT OR Apache-2.0"
license = "MIT OR Apache-2.0 OR BSD3"
authors = ["Radu Marias <[email protected]>"]
homepage = "https://github.com/radumarias/rencfs"
repository = "https://github.com/radumarias/rencfs"
Expand Down Expand Up @@ -63,6 +63,11 @@ fuse3 = { version = "0.7.1", features = ["tokio-runtime", "unprivileged"] }

[package.metadata.aur]
depends = ["fuse3"]
files = [
["LICENSE-APACHE", "/usr/share/licenses/$pkgname/LICENSE-APACHE"],
["LICENSE-MIT", "/usr/share/licenses/$pkgname/LICENSE-MIT"],
# ["LICENSE-BSD3", "/usr/share/licenses/$pkgname/LICENSE-BSD3"]
]

[package.metadata.generate-rpm]
assets = [
Expand Down

0 comments on commit 41878ee

Please sign in to comment.