[packages/kernel: 1/2] - add license to ioapi.c which now can be module (and is module)

arekm arekm at pld-linux.org
Mon Dec 10 17:14:00 CET 2012


commit 0311d6d3c506bc4d7897963e7f8917628cc07b58
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Dec 10 17:13:28 2012 +0100

    - add license to ioapi.c which now can be module (and is module)

 kernel-small_fixes.patch | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
---
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 7c63a1a..324fe59 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -637,3 +637,31 @@ index a5a16cc..71594a0 100644
 -- 
 1.7.11.7
 
+From eba48cd0f05ff7a2f82291feae169c14b61b29af Mon Sep 17 00:00:00 2001
+From: Andrew Cooks <acooks at gmail.com>
+Date: Tue, 13 Nov 2012 12:39:07 +0800
+Subject: [PATCH] PCI: Add GPL license for drivers/pci/ioapic module
+
+Config PCI_IOAPIC turned into a tristate in commit b95a7bd70046, but no
+module license is specified.  This adds the missing module license.
+
+Signed-off-by: Andrew Cooks <acooks at gmail.com>
+Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
+Acked-by: Jan Beulich <jbeulich at suse.com>
+---
+ 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.6.5
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/e78047b81bbadc5150226937e499b032baa12a61



More information about the pld-cvs-commit mailing list