From patchwork Thu Jan 28 19:44:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alban X-Patchwork-Id: 574851 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 18836140BCE for ; Fri, 29 Jan 2016 06:45:35 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161033AbcA1TpY (ORCPT ); Thu, 28 Jan 2016 14:45:24 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:63661 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966434AbcA1TpV (ORCPT ); Thu, 28 Jan 2016 14:45:21 -0500 Received: from localhost.localdomain (unknown [176.2.68.19]) (Authenticated sender: albeu) by smtp2-g21.free.fr (Postfix) with ESMTPA id 56A504B01DA; Thu, 28 Jan 2016 20:43:12 +0100 (CET) From: Alban Bedel To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Alexandre Courbot , Antony Pavlov , Gabor Juhos , linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH 5/5] gpio: ath79: Update the copyright notice Date: Thu, 28 Jan 2016 20:44:33 +0100 Message-Id: <1454010273-21513-5-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1454010273-21513-1-git-send-email-albeu@free.fr> References: <1454010273-21513-1-git-send-email-albeu@free.fr> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add myself to the copyright list and remove the reference to Atheros' BSP as nothing is left of this code. Signed-off-by: Alban Bedel --- drivers/gpio/gpio-ath79.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c index 0d94c0b..018ea9d 100644 --- a/drivers/gpio/gpio-ath79.c +++ b/drivers/gpio/gpio-ath79.c @@ -1,12 +1,11 @@ /* * Atheros AR71XX/AR724X/AR913X GPIO API support * + * Copyright (C) 2015 Alban Bedel * Copyright (C) 2010-2011 Jaiganesh Narayanan * Copyright (C) 2008-2011 Gabor Juhos * Copyright (C) 2008 Imre Kaloz * - * Parts of this file are based on Atheros' 2.6.15/2.6.31 BSP - * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation.