From 700a2783b42dcd47d555932920fda13206a9b3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Nov 2021 18:20:10 +0100 Subject: [PATCH] gnome-backgrounds: Fix licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gnome-backgrounds/gnome-backgrounds_41.0.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb index ff8e9fb9a0..289cc9ed5e 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb @@ -1,6 +1,11 @@ SUMMARY = "GNOME wallpapers" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" +LICENSE = "GPL-2.0-only & CC-BY-2.0 & CC-BY-SA-2.0 & CC-BY-SA-3.0" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=75859989545e37968a99b631ef42722e \ + file://COPYING_CCBY2;md5=effd72660912b727dfa9722cb295d7be \ + file://COPYING_CCBYSA2;md5=4737b7833b3212fdf30257f056ef3e64 \ + file://COPYING_CCBYSA3;md5=b52fb0a6df395efb7047cb6fc56bfd7e \ +" SECTION = "x11/gnome"