mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/misc/i2c-echo: add copyright/license note
Add missing copyright and license notice. Also add a short description of the device. Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Message-ID: <20230823-i2c-echo-fixes-v1-1-ccc05a6028f0@samsung.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
d0353b6e7b
commit
f912f1bdb6
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
* Example I2C device using asynchronous I2C send.
|
||||
*
|
||||
* Copyright (C) 2023 Samsung Electronics Co., Ltd. All Rights Reserved.
|
||||
*
|
||||
* This work is licensed under the terms of the GNU GPL, version 2. See
|
||||
* the COPYING file in the top-level directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue