From e9c0924a19e1ef6ae03180f0d2662e021a3045a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 21 Jul 2021 22:42:39 -0300 Subject: [PATCH] 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. --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index d743276d3f04..4316363f66c4 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.