Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754013Ab2KMHdS (ORCPT ); Tue, 13 Nov 2012 02:33:18 -0500 Received: from nat28.tlf.novell.com ([130.57.49.28]:51342 "EHLO nat28.tlf.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753069Ab2KMHdQ convert rfc822-to-8bit (ORCPT ); Tue, 13 Nov 2012 02:33:16 -0500 Message-Id: <50A205C902000078000A7ECF@nat28.tlf.novell.com> X-Mailer: Novell GroupWise Internet Agent 12.0.0 Date: Tue, 13 Nov 2012 07:33:13 +0000 From: "Jan Beulich" To: "Andrew Cooks" , "Bjorn Helgaas (supporter:PCI SUBSYSTEM)" Cc: "open list" , "open list:PCI SUBSYSTEM" Subject: Re: [PATCH] Add missing license for ioapic module. References: <1352781547-9433-1-git-send-email-acooks@gmail.com> In-Reply-To: <1352781547-9433-1-git-send-email-acooks@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 33 >>> On 13.11.12 at 05:39, Andrew Cooks wrote: > config PCI_IOAPIC turned into a tristate in commit > b95a7bd700466c10fda84acbd33f70cf66ec91ce, but no module license is specified. > This adds the missing module license. > > Signed-off-by: Andrew Cooks Acked-by: Jan Beulich > --- > drivers/pci/ioapic.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c > index 205af8d..22436f7 100644 > --- a/drivers/pci/ioapic.c > +++ b/drivers/pci/ioapic.c > @@ -125,3 +125,5 @@ static void __exit ioapic_exit(void) > > module_init(ioapic_init); > module_exit(ioapic_exit); > + > +MODULE_LICENSE("GPL"); > -- > 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/