target/arm: Add copyright boilerplate

Backports commit ed3baad15b0b0edc480373f9c1d805d6b8e7e78c from qemu
This commit is contained in:
Philippe Mathieu-Daudé 2019-08-08 14:43:09 -04:00 committed by Lioncash
parent b028a37fdb
commit 8a0bae93ff
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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"