diff options
| author | Minchan Kim <minchan@kernel.org> | 2014-01-30 18:45:55 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-30 19:56:55 -0500 |
| commit | 7bfb3de8a1b3bebc2dc68d381efe27448c0584c5 (patch) | |
| tree | d144e27202f130dca0bfe6477d152d87a1be3a54 /drivers/block | |
| parent | 49061236a9c2e18b31617cef10d27ba136068bac (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>
Diffstat (limited to 'drivers/block')
| -rw-r--r-- | drivers/block/zram/zram_drv.c | 1 | ||||
| -rw-r--r-- | drivers/block/zram/zram_drv.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/zram/zram_drv.c b/drivers/block/zram/zram_drv.c index 134d605836ca..f9711c520269 100644 --- a/drivers/block/zram/zram_drv.c +++ b/drivers/block/zram/zram_drv.c | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | * Compressed RAM block device | 2 | * Compressed RAM block device |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2008, 2009, 2010 Nitin Gupta | 4 | * Copyright (C) 2008, 2009, 2010 Nitin Gupta |
| 5 | * 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 licence that better fits your requirements. | 8 | * You can choose the licence that better fits your requirements. |
diff --git a/drivers/block/zram/zram_drv.h b/drivers/block/zram/zram_drv.h index 92f70e8f457c..0e46953c08e9 100644 --- a/drivers/block/zram/zram_drv.h +++ b/drivers/block/zram/zram_drv.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | * Compressed RAM block device | 2 | * Compressed RAM block device |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2008, 2009, 2010 Nitin Gupta | 4 | * Copyright (C) 2008, 2009, 2010 Nitin Gupta |
| 5 | * 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 licence that better fits your requirements. | 8 | * You can choose the licence that better fits your requirements. |
