aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorÉrico Nogueira <erico.erc@gmail.com>2021-07-21 22:42:39 -0300
committerÉrico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>2021-07-22 11:33:03 -0300
commitebc2028529253959c584548f72c6d5e8bbdde63c (patch)
treedc0695f1a70a4e2590717b43950be4d2f400e126
parentpam-gnupg: depends on gnupg (diff)
Manual.md: fix license for meta packages.
All but 4 meta packages already use "Public Domain" for their licensing instead of the original "BSD-2-Clause" recommendation.
-rw-r--r--Manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md
index d743276d3f0..4316363f66c 100644
--- a/Manual.md
+++ b/Manual.md
@@ -443,8 +443,8 @@ The list of mandatory variables for a template:
Multiple licenses should be separated by commas, Example: `GPL-3.0-or-later, custom:Hugware`.
Empty meta-packages that don't include any files
- which thus have and require no license, should have set
- `license="BSD-2-Clause"`.
+ and thus have and require no license should use
+ `Public Domain`.
Note: `MIT`, `BSD`, `ISC` and custom licenses
require the license file to be supplied with the binary package.