chore: pin license to AGPL-3.0-only
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
kryptomrx 2026-05-18 16:22:06 +02:00
parent 365ece0dbd
commit 189cdf0594
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
<Authors>Bruno Deanoz</Authors>
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
<Description>PowerShell module for noz — manage notes directly from the PowerShell prompt.</Description>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

View file

@ -8,7 +8,7 @@
<Authors>Bruno Deanoz</Authors>
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
<Description>Core library for noz-cli — API client, note models and sync logic.</Description>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

View file

@ -22,7 +22,7 @@
<Authors>Bruno Deanoz</Authors>
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
<Description>CLI for noz — create, edit, sync and manage notes in a self-hosted digital garden.</Description>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>