diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-18 11:37:13 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-02-20 17:22:05 +0300 |
commit | fadccd8fc2d06cf7fd222245d7e04b00fae946cf (patch) | |
tree | 5b27b84e9caab60d3d43632b5d77ff07511ff27e /include/linux/nvme.h | |
parent | ab4ab09cbd8a417c1530196a9f72797ca9af0258 (diff) | |
download | linux-fadccd8fc2d06cf7fd222245d7e04b00fae946cf.tar.xz |
nvme_ioctl.h: remove duplicate GPL boilerplate
We already have a ЅPDX header, so no need to duplicate the information.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r-- | include/linux/nvme.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index bbcc83886899..baa49e6a23cc 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -1,15 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Definitions for the NVM Express interface * Copyright (c) 2011-2014, Intel Corporation. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. */ #ifndef _LINUX_NVME_H |