-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/block/nvme: add missing copyright headers
Add missing license/copyright headers to the nvme-dif.{c,h} files. Signed-off-by: Klaus Jensen <[email protected]> Reviewed-by: Keith Busch <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
* QEMU NVM Express End-to-End Data Protection support | ||
* | ||
* Copyright (c) 2021 Samsung Electronics Co., Ltd. | ||
* | ||
* Authors: | ||
* Klaus Jensen <[email protected]> | ||
* Gollu Appalanaidu <[email protected]> | ||
*/ | ||
|
||
#include "qemu/osdep.h" | ||
#include "hw/block/block.h" | ||
#include "sysemu/dma.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
* QEMU NVM Express End-to-End Data Protection support | ||
* | ||
* Copyright (c) 2021 Samsung Electronics Co., Ltd. | ||
* | ||
* Authors: | ||
* Klaus Jensen <[email protected]> | ||
* Gollu Appalanaidu <[email protected]> | ||
*/ | ||
|
||
#ifndef HW_NVME_DIF_H | ||
#define HW_NVME_DIF_H | ||
|
||
|