From 5054ba1066f1131502ddcb770743eb85937a95c7 Mon Sep 17 00:00:00 2001 From: Ryan Finnie Date: Mon, 1 Feb 2021 12:01:47 -0800 Subject: Fix SPDX-License-Identifier typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several SPDX headers contain "SPDX-License-Identifer" (note the missing "i" before "er"); fix these typos. Signed-off-by: Ryan Finnie Cc: qemu-trivial@nongnu.org Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20210201200147.211914-1-ryan@finnie.org> Signed-off-by: Laurent Vivier --- hw/misc/aspeed_xdma.c | 2 +- hw/misc/sbsa_ec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/misc') diff --git a/hw/misc/aspeed_xdma.c b/hw/misc/aspeed_xdma.c index dca5585..533d237 100644 --- a/hw/misc/aspeed_xdma.c +++ b/hw/misc/aspeed_xdma.c @@ -3,7 +3,7 @@ * Eddie James * * Copyright (C) 2019 IBM Corp - * SPDX-License-Identifer: GPL-2.0-or-later + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "qemu/osdep.h" diff --git a/hw/misc/sbsa_ec.c b/hw/misc/sbsa_ec.c index 9a7d7f9..83020fe 100644 --- a/hw/misc/sbsa_ec.c +++ b/hw/misc/sbsa_ec.c @@ -7,7 +7,7 @@ * Copyright (c) 2020 Nuvia Inc * Written by Graeme Gregory * - * SPDX-License-Identifer: GPL-2.0-or-later + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "qemu/osdep.h" -- cgit v1.1