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.
This commit is contained in:
Érico Nogueira 2021-07-21 22:42:39 -03:00 committed by Érico Nogueira Rolim
parent e2ec8bcdda
commit ebc2028529

View file

@ -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.