aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinchan Kim <minchan@kernel.org>2014-01-30 18:45:55 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2014-01-30 19:56:55 -0500
commit31fc00bb788ffde7d8d861d8b2bba798ab445992 (patch)
treed5d9f1c2a995446a4a688e825846c92d20160562
parent7bfb3de8a1b3bebc2dc68d381efe27448c0584c5 (diff)
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>
-rw-r--r--include/linux/zsmalloc.h1
-rw-r--r--mm/zsmalloc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/zsmalloc.h b/include/linux/zsmalloc.h
index c2eb174b97ee..e44d634e7fb7 100644
--- a/include/linux/zsmalloc.h
+++ b/include/linux/zsmalloc.h
@@ -2,6 +2,7 @@
2 * zsmalloc memory allocator 2 * zsmalloc memory allocator
3 * 3 *
4 * Copyright (C) 2011 Nitin Gupta 4 * Copyright (C) 2011 Nitin Gupta
5 * Copyright (C) 2012, 2013 Minchan Kim
5 * 6 *
6 * This code is released using a dual license strategy: BSD/GPL 7 * This code is released using a dual license strategy: BSD/GPL
7 * You can choose the license that better fits your requirements. 8 * You can choose the license that better fits your requirements.
diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 5d42adfcb67b..c03ca5e9fe15 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -2,6 +2,7 @@
2 * zsmalloc memory allocator 2 * zsmalloc memory allocator
3 * 3 *
4 * Copyright (C) 2011 Nitin Gupta 4 * Copyright (C) 2011 Nitin Gupta
5 * Copyright (C) 2012, 2013 Minchan Kim
5 * 6 *
6 * This code is released using a dual license strategy: BSD/GPL 7 * This code is released using a dual license strategy: BSD/GPL
7 * You can choose the license that better fits your requirements. 8 * You can choose the license that better fits your requirements.