Skip to content

Commit

Permalink
hw/mem/cxl_type3: Add missing copyright and license notice
Browse files Browse the repository at this point in the history
This has been missing from the start. Assume it should match
with cxl/cxl-component-utils.c as both were part of early
postings from Ben.

Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Acked-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
jic23 authored and Michael Tokarev committed Sep 21, 2023
1 parent de5bbfc commit 9da6024
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hw/mem/cxl_type3.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* CXL Type 3 (memory expander) device
*
* Copyright(C) 2020 Intel Corporation.
*
* This work is licensed under the terms of the GNU GPL, version 2. See the
* COPYING file in the top-level directory.
*
* SPDX-License-Identifier: GPL-v2-only
*/

#include "qemu/osdep.h"
#include "qemu/units.h"
#include "qemu/error-report.h"
Expand Down
10 changes: 10 additions & 0 deletions hw/mem/cxl_type3_stubs.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* CXL Type 3 (memory expander) device QMP stubs
*
* Copyright(C) 2020 Intel Corporation.
*
* This work is licensed under the terms of the GNU GPL, version 2. See the
* COPYING file in the top-level directory.
*
* SPDX-License-Identifier: GPL-v2-only
*/

#include "qemu/osdep.h"
#include "qapi/error.h"
Expand Down

0 comments on commit 9da6024

Please sign in to comment.