Эх сурвалжийг харах

zram: add copyright

Add my copyright to the zram 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 жил өмнө
parent
commit
7bfb3de8a1

+ 1 - 0
drivers/block/zram/zram_drv.c

@@ -2,6 +2,7 @@
  * Compressed RAM block device
  * Compressed RAM block device
  *
  *
  * Copyright (C) 2008, 2009, 2010  Nitin Gupta
  * Copyright (C) 2008, 2009, 2010  Nitin Gupta
+ *               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 licence that better fits your requirements.
  * You can choose the licence that better fits your requirements.

+ 1 - 0
drivers/block/zram/zram_drv.h

@@ -2,6 +2,7 @@
  * Compressed RAM block device
  * Compressed RAM block device
  *
  *
  * Copyright (C) 2008, 2009, 2010  Nitin Gupta
  * Copyright (C) 2008, 2009, 2010  Nitin Gupta
+ *               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 licence that better fits your requirements.
  * You can choose the licence that better fits your requirements.