From patchwork Wed Jul 24 13:26:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 261415 X-Patchwork-Delegate: trini@ti.com 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 42BFC2C0087 for ; Wed, 24 Jul 2013 23:27:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A00DF4A019; Wed, 24 Jul 2013 15:26:58 +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 O8C+dePDRDOu; Wed, 24 Jul 2013 15:26:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 394DC4A01C; Wed, 24 Jul 2013 15:26:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 124564A01C for ; Wed, 24 Jul 2013 15:26:53 +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 nOSyQdEIJUJy for ; Wed, 24 Jul 2013 15:26: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-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by theia.denx.de (Postfix) with ESMTPS id 28EB54A019 for ; Wed, 24 Jul 2013 15:26:37 +0200 (CEST) Received: by mail-gg0-f181.google.com with SMTP id r4so37437ggn.40 for ; Wed, 24 Jul 2013 06:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=+VALL7272h+B/9kaOGukOYdXKfY8KybI8EzxN5jN5hM=; b=EClpYurTrJ6KxwdiaJTNjwVyAjOYGRnWJ7Y0d/PJYpMNPKwN9qF9lvTq4WtGofgzI9 r9gjcGJaLXc02RDmnvP+XMyZ6zaezdLWiLOGBHnWk9/Nd0azhCmoqq0JOmOs4nnsovaY 82oWYq8gXpY3Jq0gaMZXf/FfD3DDQs1IxPquzyqlzjjkdzcV7BM1fgjco+a18bA0cAPb w3R7fZVkslFilhILBHkTl+uJbyID7DrVrfb5j5XiLdRNZGOdnRjdZ25Sx+oChfADx3RZ 2cPyoiOGoUwh8hYKnu3DZJ55+b157n9b9piJBOoGFX6OGid15n2b4VQ1NGeV8+owgPRi dUzQ== X-Received: by 10.236.183.196 with SMTP id q44mr16861818yhm.145.1374672393544; Wed, 24 Jul 2013 06:26:33 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id v68sm51850976yhn.22.2013.07.24.06.26.32 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 06:26:32 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Wed, 24 Jul 2013 09:26:40 -0400 Message-Id: <1374672400-22227-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <51EE8A8A.2010307@denx.de> References: <51EE8A8A.2010307@denx.de> Subject: [U-Boot] [PATCH] drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers 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 Signed-off-by: Tom Rini Acked-by: Heiko Schocher --- drivers/i2c/fti2c010.c | 3 +-- drivers/i2c/fti2c010.h | 3 +-- drivers/i2c/i2c_core.c | 14 +------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/drivers/i2c/fti2c010.c b/drivers/i2c/fti2c010.c index 24c4bb5..ddeb941 100644 --- a/drivers/i2c/fti2c010.c +++ b/drivers/i2c/fti2c010.c @@ -4,8 +4,7 @@ * (C) Copyright 2010 Faraday Technology * Dante Su * - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. + * SPDX-License-Identifier: GPL-2.0+ */ #include diff --git a/drivers/i2c/fti2c010.h b/drivers/i2c/fti2c010.h index 18aec2c..b9d0eb7 100644 --- a/drivers/i2c/fti2c010.h +++ b/drivers/i2c/fti2c010.h @@ -4,8 +4,7 @@ * (C) Copyright 2010 Faraday Technology * Dante Su * - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __FTI2C010_H diff --git a/drivers/i2c/i2c_core.c b/drivers/i2c/i2c_core.c index 3c01893..d1072e8 100644 --- a/drivers/i2c/i2c_core.c +++ b/drivers/i2c/i2c_core.c @@ -6,19 +6,7 @@ * * Multibus/multiadapter I2C core functions (wrappers) * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * SPDX-License-Identifier: GPL-2.0+ */ #include #include