From: Wei Liu Date: Fri, 14 Oct 2016 17:02:32 +0000 (+0100) Subject: libacpi: add back the "G" in "GNU" in licence header X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~176 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05e379bd279768495cdc516f17a120e30dfbcca5;p=xen.git libacpi: add back the "G" in "GNU" in licence header Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile index 24eb0c21d6..ee8c09506f 100644 --- a/tools/libacpi/Makefile +++ b/tools/libacpi/Makefile @@ -9,7 +9,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# NU Lesser General Public License for more details. +# GNU Lesser General Public License for more details. # XEN_ROOT = $(CURDIR)/../..