Browse Source

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>
Minchan Kim 11 years ago
parent
commit
31fc00bb78
2 changed files with 2 additions and 0 deletions
  1. 1 0
      include/linux/zsmalloc.h
  2. 1 0
      mm/zsmalloc.c

+ 1 - 0
include/linux/zsmalloc.h

@@ -2,6 +2,7 @@
  * zsmalloc memory allocator
  * zsmalloc memory allocator
  *
  *
  * Copyright (C) 2011  Nitin Gupta
  * Copyright (C) 2011  Nitin Gupta
+ * Copyright (C) 2012, 2013 Minchan Kim
  *
  *
  * This code is released using a dual license strategy: BSD/GPL
  * This code is released using a dual license strategy: BSD/GPL
  * You can choose the license that better fits your requirements.
  * You can choose the license that better fits your requirements.

+ 1 - 0
mm/zsmalloc.c

@@ -2,6 +2,7 @@
  * zsmalloc memory allocator
  * zsmalloc memory allocator
  *
  *
  * Copyright (C) 2011  Nitin Gupta
  * Copyright (C) 2011  Nitin Gupta
+ * Copyright (C) 2012, 2013 Minchan Kim
  *
  *
  * This code is released using a dual license strategy: BSD/GPL
  * This code is released using a dual license strategy: BSD/GPL
  * You can choose the license that better fits your requirements.
  * You can choose the license that better fits your requirements.