Skip to content

Commit

Permalink
hw/block/nvme: add missing copyright headers
Browse files Browse the repository at this point in the history
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
birkelund committed Apr 7, 2021
1 parent e548935 commit 102ce60
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hw/block/nvme-dif.c
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"
Expand Down
10 changes: 10 additions & 0 deletions hw/block/nvme-dif.h
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

Expand Down

0 comments on commit 102ce60

Please sign in to comment.