From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxf5.bahnhof.se (mxf5.bahnhof.se [213.80.101.29]) by mail.openembedded.org (Postfix) with ESMTP id BDB5A77008 for ; Wed, 30 Sep 2015 08:50:19 +0000 (UTC) Received: from localhost (mxf5.local [127.0.0.1]) by mxf5-reinject (Postfix) with ESMTP id 19C949CD9C3; Wed, 30 Sep 2015 10:27:13 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF1) X-Spam-Score: 0.306 X-Spam-Level: X-Spam-Status: No, score=0.306 tagged_above=-99 required=5 tests=[DNS_FROM_AHBL_RHSBL=0.306] Received: from mxf5.bahnhof.se ([127.0.0.1]) by localhost (mxf5.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nks1YGcZ426R; Wed, 30 Sep 2015 10:27:06 +0200 (CEST) Received: from smtp-auth2.bahnhof.se (smtp-auth.bahnhof.se [213.136.33.6]) by mxf5.bahnhof.se (Postfix) with ESMTP id AC3349CD9C9; Wed, 30 Sep 2015 10:27:06 +0200 (CEST) Received: from Thranduil.bahnhof.se (h-169-62.a454.priv.bahnhof.se [37.123.169.62]) (Authenticated sender: mb782575) by smtp-auth2.bahnhof.se (Postfix) with ESMTPA id 9938B28440; Wed, 30 Sep 2015 10:27:06 +0200 (CEST) From: Ulf Samuelsson To: openembedded-devel@lists.openembedded.org Date: Wed, 30 Sep 2015 10:26:56 +0200 Message-Id: <1443601616-25650-3-git-send-email-ulf@emagii.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1443601616-25650-1-git-send-email-ulf@emagii.com> References: <1443601616-25650-1-git-send-email-ulf@emagii.com> Cc: Ulf Samuelsson Subject: [PATCH] Use GFDL-1.1 instead of GFDLv1.1 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 08:50:23 -0000 Signed-off-by: Ulf Samuelsson --- meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index 972a4d4..fbcf76f 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb @@ -1,5 +1,5 @@ SUMMARY = "GNOME panel" -LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" +LICENSE = "GPLv2 & LGPLv2 & GFDL-1.1" BPN = "gnome-panel" PR = "r1" diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb index 4957a99..30c42c9 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb @@ -1,5 +1,5 @@ SUMMARY = "GNOME panel" -LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" +LICENSE = "GPLv2 & LGPLv2 & GFDL-1.1" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING-DOCS;md5=c9211dab3ae61e580f48432020784324 \ -- 1.9.1