aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorMinchan Kim <minchan@kernel.org>2014-01-30 15:45:55 -0800
committerSimon Shields <keepcalm444@gmail.com>2016-06-12 21:19:52 +1000
commit5636a0d05a0441c9eb503f9cf56e6a961e979a7f (patch)
tree91411078e0d7a9a8f2d79d844f9d406adb7d6188 /mm
parent286588f748a4ecfe52cd671af74bf7c0285293f0 (diff)
downloadkernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.tar.gz
kernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.tar.bz2
kernel_samsung_smdk4412-5636a0d05a0441c9eb503f9cf56e6a961e979a7f.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 6c60592fc1e..4d44c1e70f6 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.