[ARM] arm/kernel/arthur.c: add MODULE_LICENSE

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Sunday, May 18, 2008 - 5:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7cc09c...
Commit:     7cc09c248f4e286a153b5068a30b3fa857f5ce71
Parent:     bbdf1c1e58f215940243bedc235e48ed7e8d6f2d
Author:     Adrian Bunk <bunk@kernel.org>
AuthorDate: Mon Mar 31 12:08:16 2008 +0300
Committer:  Russell King <rmk+kernel@arm.linux.org.uk>
CommitDate: Sat May 17 22:55:16 2008 +0100

    [ARM] arm/kernel/arthur.c: add MODULE_LICENSE
    
    This patch adds the missing MODULE_LICENSE("GPL").
    
    Signed-off-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
 arch/arm/kernel/arthur.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/kernel/arthur.c b/arch/arm/kernel/arthur.c
index 0ee2e98..321c529 100644
--- a/arch/arm/kernel/arthur.c
+++ b/arch/arm/kernel/arthur.c
@@ -90,3 +90,5 @@ static void __exit arthur_exit(void)
 
 module_init(arthur_init);
 module_exit(arthur_exit);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ARM] arm/kernel/arthur.c: add MODULE_LICENSE, Linux Kernel Mailing List..., (Sun May 18, 5:59 pm)