target/openrisc: Fix LGPL version number
commit779fc6ada1002b0466878e05832b08e44f0195ec
authorThomas Huth <thuth@redhat.com>
Wed, 23 Jan 2019 14:08:54 +0000 (23 15:08 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 30 Jan 2019 10:01:36 +0000 (30 11:01 +0100)
tree189654b8faa69ca132dbaa35ebe4cb3e6117d1c2
parentf0d44cc4462f112bce5ec556e87eff4eec682e39
target/openrisc: Fix LGPL version number

It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.

Cc: Stafford Horne <shorne@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1548252536-6242-3-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/openrisc/cpu.c
target/openrisc/exception.h
target/openrisc/gdbstub.c
target/openrisc/helper.h
target/openrisc/interrupt_helper.c
target/openrisc/sys_helper.c
target/openrisc/translate.c