File tree Expand file tree Collapse file tree 7 files changed +7
-63
lines changed Expand file tree Collapse file tree 7 files changed +7
-63
lines changed Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* NVMe admin command implementation.
3
4
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/module.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Configfs interface for the NVMe target.
3
4
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/kernel.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Common code for the NVMe target.
3
4
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/module.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Discovery service for the NVMe over Fabrics target.
3
4
* Copyright (C) 2016 Intel Corporation. All rights reserved.
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License version
7
- * 2 as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/slab.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* NVMe Fabrics command implementation.
3
4
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/blkdev.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* NVMe I/O command implementation.
3
4
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
5
*/
14
6
#define pr_fmt (fmt ) KBUILD_MODNAME ": " fmt
15
7
#include <linux/blkdev.h>
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0 */
1
2
/*
2
3
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
3
- *
4
- * This program is free software; you can redistribute it and/or modify it
5
- * under the terms and conditions of the GNU General Public License,
6
- * version 2, as published by the Free Software Foundation.
7
- *
8
- * This program is distributed in the hope it will be useful, but WITHOUT
9
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11
- * more details.
12
4
*/
13
5
14
6
#ifndef _NVMET_H
You can’t perform that action at this time.
0 commit comments