diff options
author | Minchan Kim <minchan@kernel.org> | 2014-01-30 15:45:55 -0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:17 +0900 |
commit | 1a7ffcae0394b8253940db8c846d1b6c91b6936a (patch) | |
tree | 2c4337afea041e0697a7ee316a8e0f65971aee30 /mm | |
parent | 2d5fd25e7cb1cdd6ff1c1d9f825396ecf9fcad12 (diff) | |
download | linux-3.10-1a7ffcae0394b8253940db8c846d1b6c91b6936a.tar.gz linux-3.10-1a7ffcae0394b8253940db8c846d1b6c91b6936a.tar.bz2 linux-3.10-1a7ffcae0394b8253940db8c846d1b6c91b6936a.zip |
zsmalloc: add copyright
Add my copyright to the zsmalloc source code which I maintain.
Change-Id: Ic3dd8dd11297ef902f4cb913e40c52249282d947
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 0202716ff6c..faa6fd80111 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. |