mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 06:53:49 +00:00
target/arm: Add copyright boilerplate
Backports commit ed3baad15b0b0edc480373f9c1d805d6b8e7e78c from qemu
This commit is contained in:
parent
b028a37fdb
commit
8a0bae93ff
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* ARM generic helpers.
|
||||
*
|
||||
* This code is licensed under the GNU GPL v2 or later.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue