mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-apps/zola: fix $LICENSE
From README.md ``` This project contains code under multiple licenses. Code introduced after version 0.22 is licensed under the EUPL-1.2. Code that existed prior to commit 3c9131db0d203640b6d5619ca1f75ce1e0d49d8f remains licensed under the MIT License, including in later versions of the project. ``` Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
@@ -618,7 +618,8 @@ SRC_URI="
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
|
||||
LICENSE="EUPL-1.2"
|
||||
# Code prior to version 0.22 is MIT
|
||||
LICENSE="EUPL-1.2 MIT"
|
||||
# Dependent crate licenses
|
||||
LICENSE+="
|
||||
Apache-2.0 BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 EUPL-1.2 ISC MIT
|
||||
|
||||
Reference in New Issue
Block a user