chore: update LICENSE

This commit is contained in:
iff 2024-12-10 19:02:10 +01:00
parent 55337fea50
commit 7b81a32430
5 changed files with 6 additions and 5 deletions

View file

@ -81,6 +81,7 @@ jobs:
if: ${{ matrix.deb == true }} if: ${{ matrix.deb == true }}
run: | run: |
cargo install cargo-deb --locked cargo install cargo-deb --locked
cp LICENSE target/${{ matrix.target }}/release
cargo deb -p pay-respects --no-build --no-strip --output . --target ${{ matrix.target }} cargo deb -p pay-respects --no-build --no-strip --output . --target ${{ matrix.target }}
- name: zipping files (unix) - name: zipping files (unix)

View file

@ -10,7 +10,7 @@ homepage = "https://codeberg.org/iff/pay-respects"
repository = "https://github.com/iffse/pay-respects" repository = "https://github.com/iffse/pay-respects"
keywords = ["cli", "terminal", "utility", "shell"] keywords = ["cli", "terminal", "utility", "shell"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
license = "AGPL-3.0" license = "AGPL-3.0-or-later"
include = ["**/*.rs", "**/*.toml"] include = ["**/*.rs", "**/*.toml"]
[dependencies] [dependencies]
@ -31,7 +31,7 @@ assets = [
["target/release/pay-respects", "usr/bin/", "755"], ["target/release/pay-respects", "usr/bin/", "755"],
["target/release/_pay-respects-module-100-runtime-rules", "usr/bin/", "755"], ["target/release/_pay-respects-module-100-runtime-rules", "usr/bin/", "755"],
["target/release/_pay-respects-fallback-100-request-ai", "usr/bin/", "755"], ["target/release/_pay-respects-fallback-100-request-ai", "usr/bin/", "755"],
["LICENSE", "usr/share/doc/pay-respects/", "644"], ["target/release/LICENSE", "usr/share/doc/pay-respects/", "644"],
] ]
priority = "optional" priority = "optional"
section = "utils" section = "utils"

View file

@ -6,7 +6,7 @@ edition = "2021"
description = "AI request module for the pay-respects CLI tool" description = "AI request module for the pay-respects CLI tool"
homepage = "https://codeberg.org/iff/pay-respects" homepage = "https://codeberg.org/iff/pay-respects"
repository = "https://github.com/iffse/pay-respects" repository = "https://github.com/iffse/pay-respects"
license = "AGPL-3.0" license = "AGPL-3.0-or-later"
include = ["**/*.rs"] include = ["**/*.rs"]
[dependencies] [dependencies]

View file

@ -6,7 +6,7 @@ edition = "2021"
# for crates.io # for crates.io
description = "Compile time rule parser for the pay-respects CLI tool" description = "Compile time rule parser for the pay-respects CLI tool"
repository = "https://github.com/iffse/pay-respects" repository = "https://github.com/iffse/pay-respects"
license = "AGPL-3.0" license = "AGPL-3.0-or-later"
include = [ include = [
"**/*.rs", "**/*.rs",
"**/*.toml", "**/*.toml",

View file

@ -7,7 +7,7 @@ edition = "2021"
description = "Utilities for the pay-respects CLI tool" description = "Utilities for the pay-respects CLI tool"
homepage = "https://codeberg.org/iff/pay-respects" homepage = "https://codeberg.org/iff/pay-respects"
repository = "https://github.com/iffse/pay-respects" repository = "https://github.com/iffse/pay-respects"
license = "AGPL-3.0" license = "AGPL-3.0-or-later"
include = ["**/*.rs"] include = ["**/*.rs"]
[dependencies] [dependencies]