Skip to content

Commit

Permalink
proc: remove MODULE_LICENSE
Browse files Browse the repository at this point in the history
proc is not modular, so MODULE_LICENSE just expands to empty space.  proc
without doubts remains GPLed.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 8, 2008
1 parent cbdc738 commit 5b3fe63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/proc/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,3 @@ int proc_fill_super(struct super_block *s)
de_put(&proc_root);
return -ENOMEM;
}
MODULE_LICENSE("GPL");

0 comments on commit 5b3fe63

Please sign in to comment.