From ef84a6f432762f7c6392e4ead28cb2d4408dacc7 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 24 Jan 2022 20:02:26 +0100 Subject: [PATCH] correct path for files under GPLv3 license --- recipes/LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/LICENSE.md b/recipes/LICENSE.md index 3029922..ce9e650 100644 --- a/recipes/LICENSE.md +++ b/recipes/LICENSE.md @@ -1,4 +1,4 @@ -> This licence applies to chunks of code as found especially in the `live-desktop.cfg` and `../ingredients/base-live.cfg` files, as those files contain codes from the following GNU-licensed project: https://pagure.io/fedora-kickstarts. Standalone kickstart files that are based on the said code, such as `flat-ld.cfg`, are also released under this license. +> This licence applies to chunks of code as found especially in the `../ingredients/base-live-desktop-quirks.cfg` and `../ingredients/base-live.cfg` files, as those files contain codes from the following GNU-licensed project: https://pagure.io/fedora-kickstarts. Standalone kickstart files that are based on the said code, such as `flat-ld.cfg`, are also released under this license. > All new contributions are made under the parent MIT license.