From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henrique de Moraes Holschuh Subject: [PATCH 5/6] ACPI: ibm-acpi: update copyright notice Date: Sun, 11 Mar 2007 21:20:48 -0300 Message-ID: <117365884923-git-send-email-hmh@hmh.eng.br> References: <11736588493609-git-send-email-hmh@hmh.eng.br> <11736588493322-git-send-email-hmh@hmh.eng.br> <11736588491476-git-send-email-hmh@hmh.eng.br> <11736588493502-git-send-email-hmh@hmh.eng.br> <11736588492384-git-send-email-hmh@hmh.eng.br> Return-path: Received: from out5.smtp.messagingengine.com ([66.111.4.29]:45354 "EHLO out5.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964838AbXCLAVq (ORCPT ); Sun, 11 Mar 2007 20:21:46 -0400 In-Reply-To: <11736588492384-git-send-email-hmh@hmh.eng.br> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: lenb@kernel.org Cc: linux-acpi@vger.kernel.org, ibm-acpi-devel@lists.sourceforge.net, Henrique de Moraes Holschuh Update copyright and license info on the source code comments. No functional changes. Signed-off-by: Henrique de Moraes Holschuh --- drivers/acpi/ibm_acpi.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c index 7cd2888..85116c2 100644 --- a/drivers/acpi/ibm_acpi.c +++ b/drivers/acpi/ibm_acpi.c @@ -3,7 +3,7 @@ * * * Copyright (C) 2004-2005 Borislav Deianov - * Copyright (C) 2006 Henrique de Moraes Holschuh + * Copyright (C) 2006-2007 Henrique de Moraes Holschuh * * 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 @@ -17,7 +17,8 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #define IBM_VERSION "0.13" -- 1.5.0.3