OSDN Git Service

target/moxie: Fix LGPL information in the file headers
authorThomas Huth <thuth@redhat.com>
Mon, 4 Feb 2019 07:54:18 +0000 (08:54 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Feb 2019 14:46:11 +0000 (15:46 +0100)
commit70c9483a3041a4db9741d23ff75380e08216c3c6
tree1b1e8721f6db0553c516d6b27cf557e5f5481707
parent1dcb3c3b7d084427a816a608ebf92ab7b76e2b48
target/moxie: Fix LGPL information in the file headers

It's either "GNU *Library* General Public License version 2" or "GNU
Lesser General Public License version *2.1*", but there was no "version
2.0" of the "Lesser" license. So assume that version 2.1 is meant here.
Also the files mentioned the GPL instead of the LGPL after declaring
that the files are licensed under the LGPL, so change these spots to
use LGPL, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1549266858-5043-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/moxie/cpu.c
target/moxie/cpu.h
target/moxie/helper.c
target/moxie/mmu.c
target/moxie/translate.c