qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Don't talk about the LGPL if the file is licensed under the GPL

Some files claim that the code is licensed under the GPL, but then
suddenly suggest that the user should have a look at the LGPL.
That's of course non-sense, replace it with the correct GPL wording
instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1548255083-8190-1-git-send-email-thuth@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

Thomas Huth and committed by
Laurent Vivier
e361a772 2bbf3a91

+27 -31
+5 -6
crypto/afsplit.c
··· 8 8 * Copyright (C) 2004, Clemens Fruhwirth <clemens@endorphin.org> 9 9 * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved. 10 10 * 11 - * This library is free software; you can redistribute it and/or 11 + * This program is free software; you can redistribute it and/or 12 12 * modify it under the terms of the GNU General Public License 13 13 * as published by the Free Software Foundation; either version 2 14 14 * of the License, or (at your option) any later version. 15 15 * 16 - * This library is distributed in the hope that it will be useful, 16 + * This program is distributed in the hope that it will be useful, 17 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * Lesser General Public License for more details. 19 + * General Public License for more details. 20 20 * 21 - * You should have received a copy of the GNU Lesser General Public 22 - * License along with this library; if not, see <http://www.gnu.org/licenses/>. 23 - * 21 + * You should have received a copy of the GNU General Public License 22 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 24 23 */ 25 24 26 25 #include "qemu/osdep.h"
+5 -6
include/crypto/afsplit.h
··· 3 3 * 4 4 * Copyright (c) 2015-2016 Red Hat, Inc. 5 5 * 6 - * This library is free software; you can redistribute it and/or 6 + * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License 8 8 * as published by the Free Software Foundation; either version 2 9 9 * of the License, or (at your option) any later version. 10 10 * 11 - * This library is distributed in the hope that it will be useful, 11 + * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * Lesser General Public License for more details. 14 + * General Public License for more details. 15 15 * 16 - * You should have received a copy of the GNU Lesser General Public 17 - * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 - * 16 + * You should have received a copy of the GNU General Public License 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #ifndef QCRYPTO_AFSPLIT_H
+2 -2
include/hw/pci-host/gpex.h
··· 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 15 * 16 - * You should have received a copy of the GNU Lesser General Public 17 - * License along with this library; if not, see <http://www.gnu.org/licenses/> 16 + * You should have received a copy of the GNU General Public License 17 + * along with this program; if not, see <http://www.gnu.org/licenses/> 18 18 */ 19 19 20 20 #ifndef HW_GPEX_H
+2 -2
include/hw/pci-host/q35.h
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 * GNU General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU Lesser General Public 19 - * License along with this library; if not, see <http://www.gnu.org/licenses/> 18 + * You should have received a copy of the GNU General Public License 19 + * along with this program; if not, see <http://www.gnu.org/licenses/> 20 20 */ 21 21 22 22 #ifndef HW_Q35_H
+5 -6
include/qemu/range.h
··· 3 3 * 4 4 * Copyright (c) 2015-2016 Red Hat, Inc. 5 5 * 6 - * This library is free software; you can redistribute it and/or 6 + * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public 8 8 * License as published by the Free Software Foundation; either 9 9 * version 2 of the License, or (at your option) any later version. 10 10 * 11 - * This library is distributed in the hope that it will be useful, 11 + * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * Lesser General Public License for more details. 14 + * General Public License for more details. 15 15 * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 - * 16 + * You should have received a copy of the GNU General Public License 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #ifndef QEMU_RANGE_H
+3 -3
target/i386/hvf/hvf.c
··· 13 13 * This program is distributed in the hope that it will be useful, 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * Lesser General Public License for more details. 16 + * General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU Lesser General Public 19 - * License along with this program; if not, see <http://www.gnu.org/licenses/>. 18 + * You should have received a copy of the GNU General Public License 19 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 20 20 * 21 21 * This file contain code under public domain from the hvdos project: 22 22 * https://github.com/mist64/hvdos
+5 -6
util/range.c
··· 3 3 * 4 4 * Copyright (c) 2015-2016 Red Hat, Inc. 5 5 * 6 - * This library is free software; you can redistribute it and/or 6 + * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public 8 8 * License as published by the Free Software Foundation; either 9 9 * version 2 of the License, or (at your option) any later version. 10 10 * 11 - * This library is distributed in the hope that it will be useful, 11 + * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * Lesser General Public License for more details. 14 + * General Public License for more details. 15 15 * 16 - * You should have received a copy of the GNU General Public 17 - * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 - * 16 + * You should have received a copy of the GNU General Public License 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #include "qemu/osdep.h"