aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMinchan Kim <minchan@kernel.org>2014-01-30 15:45:55 -0800
committerMister Oyster <oysterized@gmail.com>2016-12-11 12:59:16 +0100
commitb591c4bdf94cbd11b744b4467fd5907650c7203a (patch)
tree5d068975bfcf2c10fdb2daeeb51f38b5d1ca6090 /include/linux
parent500a08d6c972569b7deea73443d0fffed44947dd (diff)
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> Conflicts: drivers/block/zram/zram_drv.h
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/zram_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/zram_drv.h b/include/linux/zram_drv.h
index 81fa752c3..a9d8bc386 100644
--- a/include/linux/zram_drv.h
+++ b/include/linux/zram_drv.h
@@ -2,6 +2,7 @@
* Compressed RAM block device
*
* Copyright (C) 2008, 2009, 2010 Nitin Gupta
+ * 2012, 2013 Minchan Kim
*
* This code is released using a dual license strategy: BSD/GPL
* You can choose the licence that better fits your requirements.