summaryrefslogtreecommitdiffstats
path: root/hw/arm/bcm2836.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-03-23 18:22:30 +0100
committerPeter Maydell2020-03-23 18:22:30 +0100
commit6111a0c0eddf320a0702c3fde17c61bb3dd02963 (patch)
tree09d4f76e1b8f5a8665f741da942d1203907f4274 /hw/arm/bcm2836.c
parentMerge remote-tracking branch 'remotes/cohuck/tags/s390x-20200323' into staging (diff)
downloadqemu-6111a0c0eddf320a0702c3fde17c61bb3dd02963.tar.gz
qemu-6111a0c0eddf320a0702c3fde17c61bb3dd02963.tar.xz
qemu-6111a0c0eddf320a0702c3fde17c61bb3dd02963.zip
hw/arm/bcm283x: Correct the license text
The license is the 'GNU General Public License v2.0 or later', not 'and': This program is free software; you can redistribute it and/ori modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Fix the license comment. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200312213455.15854-1-philmd@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/bcm2836.c')
-rw-r--r--hw/arm/bcm2836.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c
index 38e2941bab..43022b83f5 100644
--- a/hw/arm/bcm2836.c
+++ b/hw/arm/bcm2836.c
@@ -5,7 +5,8 @@
* Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft
* Written by Andrew Baumann
*
- * This code is licensed under the GNU GPLv2 and later.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"