diff options
author | Minchan Kim <minchan@kernel.org> | 2014-01-30 15:45:55 -0800 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-06-12 21:19:52 +1000 |
commit | 5636a0d05a0441c9eb503f9cf56e6a961e979a7f (patch) | |
tree | 91411078e0d7a9a8f2d79d844f9d406adb7d6188 /mm | |
parent | 286588f748a4ecfe52cd671af74bf7c0285293f0 (diff) | |
download | kernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.zip kernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.tar.gz kernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.tar.bz2 |
zsmalloc: add copyright
Add my copyright to the zsmalloc source code which I maintain.
Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/zsmalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 6c60592..4d44c1e 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -2,6 +2,7 @@ * zsmalloc memory allocator * * Copyright (C) 2011 Nitin Gupta + * Copyright (C) 2012, 2013 Minchan Kim * * This code is released using a dual license strategy: BSD/GPL * You can choose the license that better fits your requirements. |