From patchwork Sun May 16 15:46:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Contreras X-Patchwork-Id: 99978 X-Patchwork-Delegate: omar.ramirez@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4GFkdbv025348 for ; Sun, 16 May 2010 15:46:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753862Ab0EPPqi (ORCPT ); Sun, 16 May 2010 11:46:38 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:5081 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753628Ab0EPPqh (ORCPT ); Sun, 16 May 2010 11:46:37 -0400 Received: by fg-out-1718.google.com with SMTP id d23so2359940fga.1 for ; Sun, 16 May 2010 08:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=86I+iU/r/OJhs3YNKD3o1KGOu+SE8fQgS0knzU8veoQ=; b=si04w+FZ0vasDTRNgaZhS8yqZxosWa3IWuoxTJ/ZMEf+Wt2qSgIjfmHvS7++hCMBFF QC9eOBg+DV9fXzRlNJmEW61SmJ7UjgFPjt44JX3nhsVZKEP7+xeeZbajO/SFe9Ki+mvn ssiGuq3UCi48sAYryHUzsUP02PlQQoUscvYeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=Zg6fVS/CQ6p8ExV7pyFoVHlwHi9EiHs42u+3O3fQKXiF8qVX+oBIhoub2AI+dNIc// IbLq7f8MlacMai2u/fMrFpxRPdWH2wSZwjaXcgz2hxxsWxEJOJhRteuKZMvVQUKpmQUh yeo66JxEopUsG/WEsH28gjh6Sa+YjMF2f/kz8= Received: by 10.87.9.11 with SMTP id m11mr6723951fgi.73.1274024796701; Sun, 16 May 2010 08:46:36 -0700 (PDT) Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80]) by mx.google.com with ESMTPS id 12sm3766365fgg.14.2010.05.16.08.46.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 May 2010 08:46:36 -0700 (PDT) From: Felipe Contreras To: linux-omap Cc: Omar Ramirez Luna , Fernando Guzman Lugo , Felipe Contreras Subject: [PATCH 14/14] dspbridge: deh: update copyright notice Date: Sun, 16 May 2010 18:46:05 +0300 Message-Id: <1274024765-21076-15-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1274024765-21076-1-git-send-email-felipe.contreras@gmail.com> References: <1274024765-21076-1-git-send-email-felipe.contreras@gmail.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sun, 16 May 2010 15:46:39 +0000 (UTC) diff --git a/arch/arm/plat-omap/include/dspbridge/dspdeh.h b/arch/arm/plat-omap/include/dspbridge/dspdeh.h index e5e83b4..28734f2 100644 --- a/arch/arm/plat-omap/include/dspbridge/dspdeh.h +++ b/arch/arm/plat-omap/include/dspbridge/dspdeh.h @@ -10,6 +10,7 @@ * Function comment headers reside with the function typedefs in dspdefs.h. * * Copyright (C) 2005-2006 Texas Instruments, Inc. + * Copyright (C) 2010 Felipe Contreras * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/drivers/dsp/bridge/core/_deh.h b/drivers/dsp/bridge/core/_deh.h index 9fb727b..16723cd 100644 --- a/drivers/dsp/bridge/core/_deh.h +++ b/drivers/dsp/bridge/core/_deh.h @@ -6,6 +6,7 @@ * Private header for DEH module. * * Copyright (C) 2005-2006 Texas Instruments, Inc. + * Copyright (C) 2010 Felipe Contreras * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/drivers/dsp/bridge/core/ue_deh.c b/drivers/dsp/bridge/core/ue_deh.c index 6ff73a2..315672b 100644 --- a/drivers/dsp/bridge/core/ue_deh.c +++ b/drivers/dsp/bridge/core/ue_deh.c @@ -6,6 +6,7 @@ * Implements upper edge DSP exception handling (DEH) functions. * * Copyright (C) 2005-2006 Texas Instruments, Inc. + * Copyright (C) 2010 Felipe Contreras * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as