@@ -1,6 +1,8 @@
/*
* Persistent Memory Driver
* Copyright (c) 2014, Intel Corporation.
+ * Copyright (c) 2015, Christoph Hellwig <hch@lst.de>.
+ * Copyright (c) 2015, Boaz Harrosh <boaz@plexistor.com>.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -10,10 +12,6 @@
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
- *
- * This driver is heavily based on drivers/block/brd.c.
- * Copyright (C) 2007 Nick Piggin
- * Copyright (C) 2007 Novell Inc.
*/
#include <asm/cacheflush.h>
The driver is no longer similar to brd.c. Christoph completely changed the 2nd half of the patch and I completely removed the 1st half. pmem is its own thing. Also added Copyright of Christoph and me. Feel free to remove if it is not so. Signed-off-by: Boaz Harrosh <boaz@plexistor.com> --- drivers/block/pmem.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)