From: Sam Ravnborg Date: Sun, 26 Feb 2006 19:11:17 +0000 (+0100) Subject: kbuild: Add copyright to modpost.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=382168f4791822de7d44d9c634fbfdf8bc08c91b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 --- diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 7f25354deba..de0a9ee1de1 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