From patchwork Mon Sep 22 11:57:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Gmeiner X-Patchwork-Id: 391905 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 0E109140174 for ; Mon, 22 Sep 2014 21:58:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 73198A75C6; Mon, 22 Sep 2014 13:58:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZkkPaNauU2+9; Mon, 22 Sep 2014 13:58:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9A00DA7439; Mon, 22 Sep 2014 13:58:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A9B7FA7420 for ; Mon, 22 Sep 2014 13:58:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V2b2jsTaRxbj for ; Mon, 22 Sep 2014 13:58:46 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by theia.denx.de (Postfix) with ESMTPS id C874AA753C for ; Mon, 22 Sep 2014 13:58:42 +0200 (CEST) Received: by mail-wi0-f177.google.com with SMTP id q5so2815648wiv.10 for ; Mon, 22 Sep 2014 04:58:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WMC0L1y12tIf8ZEpy91GkKG6qJAoPDcoU+dnYGMe8PY=; b=NzS10TqHb51/9YZRKgnE9w9wYI2w5Gmifb4jCN/sNYfbdyBPaaV4jTEpRFyS5Z2cqk 8OptXu4aTei0AEkdBO9P2rYEfkX1e1c3ofkZfSqobUmxIE/1xmVfdSc4ySaW8y5HWz4u camYrp0UUlHO+S/gsS6IxFLX54uhe+2q9w5ZQFkh3Xg2hGdI0YfPJ7qWMiIF5s1kXhtx 3pLKPVpWrn+dDGxZJXasLolDgOKqjixoAOx6+LXOSsMCWC08L196W/9tivAs6pnFsqJ5 YmTIXJ/HgPjsfDjuQzgcinjlqIhddgERIFLFbBslalCb/xSPemi1hc6cM3fuiH9tsPZ8 BsXg== X-Received: by 10.194.171.37 with SMTP id ar5mr19476301wjc.69.1411387122208; Mon, 22 Sep 2014 04:58:42 -0700 (PDT) Received: from chgm-pc.bachmann.at.bachmann.at (089144206179.atnat0015.highway.bob.at. [89.144.206.179]) by mx.google.com with ESMTPSA id s4sm8864705wjs.30.2014.09.22.04.58.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Sep 2014 04:58:41 -0700 (PDT) From: Christian Gmeiner To: u-boot@lists.denx.de Date: Mon, 22 Sep 2014 13:57:56 +0200 Message-Id: <1411387076-3180-2-git-send-email-christian.gmeiner@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1411387076-3180-1-git-send-email-christian.gmeiner@gmail.com> References: <1411387076-3180-1-git-send-email-christian.gmeiner@gmail.com> Cc: Ulf Magnusson Subject: [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Masahiro Yamada Commit f219e01311b2 (tools: Import Kconfiglib) added SPDX GPL-2.0+ to this library by mistake. It should be ISC. Signed-off-by: Masahiro Yamada Cc: Ulf Magnusson Signed-off-by: Christian Gmeiner --- tools/buildman/kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/kconfiglib.py b/tools/buildman/kconfiglib.py index 31fd3c9..655cf44 100644 --- a/tools/buildman/kconfiglib.py +++ b/tools/buildman/kconfiglib.py @@ -1,5 +1,5 @@ # -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: ISC # # Author: Ulf Magnusson # https://github.com/ulfalizer/Kconfiglib