mirror of https://gitee.com/openkylin/qemu.git
hw/block/nvme: add missing copyright headers
Add missing license/copyright headers to the nvme-dif.{c,h} files. Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
parent
e548935634
commit
102ce606fb
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
* QEMU NVM Express End-to-End Data Protection support
|
||||
*
|
||||
* Copyright (c) 2021 Samsung Electronics Co., Ltd.
|
||||
*
|
||||
* Authors:
|
||||
* Klaus Jensen <k.jensen@samsung.com>
|
||||
* Gollu Appalanaidu <anaidu.gollu@samsung.com>
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
* QEMU NVM Express End-to-End Data Protection support
|
||||
*
|
||||
* Copyright (c) 2021 Samsung Electronics Co., Ltd.
|
||||
*
|
||||
* Authors:
|
||||
* Klaus Jensen <k.jensen@samsung.com>
|
||||
* Gollu Appalanaidu <anaidu.gollu@samsung.com>
|
||||
*/
|
||||
|
||||
#ifndef HW_NVME_DIF_H
|
||||
#define HW_NVME_DIF_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue