mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-08-04 21:41:03 +00:00
target/arm: Add copyright boilerplate
Backports commit ed3baad15b0b0edc480373f9c1d805d6b8e7e78c from qemu
This commit is contained in:
parent
b028a37fdb
commit
8a0bae93ff
|
@ -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/osdep.h"
|
||||||
#include "qemu/units.h"
|
#include "qemu/units.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|
Loading…
Reference in a new issue