diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-26 20:11:17 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-26 20:11:17 +0100 |
commit | 382168f4791822de7d44d9c634fbfdf8bc08c91b (patch) | |
tree | c4a318a261b351f5baf2e5bf43e809b80d864081 /scripts/mod | |
parent | c3f9da90b6e63c968070aa72057fe15356b3f7b5 (diff) |
kbuild: Add copyright to modpost.c
It seems popular to protect your work with copyright, so I decided to do
so for modpost which I patch a great deal atm.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/mod')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 7f25354deba2..de0a9ee1de16 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -2,7 +2,7 @@ * * Copyright 2003 Kai Germaschewski * Copyright 2002-2004 Rusty Russell, IBM Corporation - * + * Copyright 2006 Sam Ravnborg * Based in part on module-init-tools/depmod.c,file2alias * * This software may be used and distributed according to the terms |