From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by mail.openembedded.org (Postfix) with ESMTP id B06CE6B5CB for ; Fri, 9 Aug 2013 20:46:41 +0000 (UTC) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 09 Aug 2013 13:46:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,848,1367996400"; d="scan'208";a="344195756" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.14.176]) by azsmga001.ch.intel.com with ESMTP; 09 Aug 2013 13:46:41 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Fri, 9 Aug 2013 13:46:40 -0700 Message-Id: <1376081200-12061-3-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1376081200-12061-1-git-send-email-sgw@linux.intel.com> References: <1376081200-12061-1-git-send-email-sgw@linux.intel.com> Subject: [PATCH 2/2] groff: Fix License to be GPLv3 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 20:46:42 -0000 Signed-off-by: Saul Wold --- meta/recipes-extended/groff/groff_1.22.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index dc964ae..9d2a3c7 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb @@ -3,7 +3,7 @@ DESCRIPTION = "The groff (GNU troff) software is a typesetting package which rea formatting commands and produces formatted output." SECTION = "base" HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" -LICENSE = "GPLv2" +LICENSE = "GPLv3" PR = "r1" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -- 1.8.1.4