From patchwork Tue Nov 17 16:13:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aggarwal, Anuj" X-Patchwork-Id: 60713 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAHGDn62001970 for ; Tue, 17 Nov 2009 16:13:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245AbZKQQNm (ORCPT ); Tue, 17 Nov 2009 11:13:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752176AbZKQQNm (ORCPT ); Tue, 17 Nov 2009 11:13:42 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:59571 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbZKQQNl (ORCPT ); Tue, 17 Nov 2009 11:13:41 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id nAHGDh39013707 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Nov 2009 10:13:45 -0600 Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id nAHGDgoP002376; Tue, 17 Nov 2009 21:43:42 +0530 (IST) Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by psplinux050.india.ti.com (8.13.1/8.13.1) with ESMTP id nAHGDgKu029776; Tue, 17 Nov 2009 21:43:42 +0530 Received: (from a0393534@localhost) by psplinux050.india.ti.com (8.13.1/8.13.1/Submit) id nAHGDg1u029773; Tue, 17 Nov 2009 21:43:42 +0530 From: Anuj Aggarwal To: linux-omap@vger.kernel.org Cc: broonie@opensource.wolfsonmicro.com, Anuj Aggarwal Subject: [PATCH 2/2] ASoC: Modifying the license string GPLv2 for OMAP3 EVM Date: Tue, 17 Nov 2009 21:43:42 +0530 Message-Id: <1258474422-29738-1-git-send-email-anuj.aggarwal@ti.com> X-Mailer: git-send-email 1.6.2.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/sound/soc/omap/omap3evm.c b/sound/soc/omap/omap3evm.c index 41a91b5..627fadb 100644 --- a/sound/soc/omap/omap3evm.c +++ b/sound/soc/omap/omap3evm.c @@ -144,4 +144,4 @@ module_exit(omap3evm_soc_exit); MODULE_AUTHOR("Anuj Aggarwal "); MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); -MODULE_LICENSE("GPLv2"); +MODULE_LICENSE("GPL v2");