From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754521AbbCaNdo (ORCPT ); Tue, 31 Mar 2015 09:33:44 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:35460 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754361AbbCaNdm (ORCPT ); Tue, 31 Mar 2015 09:33:42 -0400 Message-ID: <551AA233.2070307@plexistor.com> Date: Tue, 31 Mar 2015 16:33:39 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Christoph Hellwig CC: linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, ross.zwisler@linux.intel.com, axboe@kernel.dk Subject: [PATCH 6/6] SQUASHME: pmem: Remove "... based on brd.c" + Copyright References: <1427358764-6126-1-git-send-email-hch@lst.de> <55143A8B.2060304@plexistor.com> <20150331092526.GA25958@lst.de> <551A9EB3.8000605@plexistor.com> In-Reply-To: <551A9EB3.8000605@plexistor.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/block/pmem.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/block/pmem.c b/drivers/block/pmem.c index 508c9a8..9ecdb79 100644 --- a/drivers/block/pmem.c +++ b/drivers/block/pmem.c @@ -1,6 +1,8 @@ /* * Persistent Memory Driver * Copyright (c) 2014, Intel Corporation. + * Copyright (c) 2015, Christoph Hellwig . + * Copyright (c) 2015, Boaz Harrosh . * * 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 -- 1.9.3