Skip to content

Commit e361a77

Browse files
huthvivier
authored andcommitted
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 <[email protected]> Message-Id: <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent 2bbf3a9 commit e361a77

File tree

7 files changed

+27
-31
lines changed

7 files changed

+27
-31
lines changed

crypto/afsplit.c

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@
88
* Copyright (C) 2004, Clemens Fruhwirth <[email protected]>
99
* Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
1010
*
11-
* This library is free software; you can redistribute it and/or
11+
* This program is free software; you can redistribute it and/or
1212
* modify it under the terms of the GNU General Public License
1313
* as published by the Free Software Foundation; either version 2
1414
* of the License, or (at your option) any later version.
1515
*
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,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19-
* Lesser General Public License for more details.
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/>.
19+
* General Public License for more details.
2320
*
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/>.
2423
*/
2524

2625
#include "qemu/osdep.h"

include/crypto/afsplit.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
*
44
* Copyright (c) 2015-2016 Red Hat, Inc.
55
*
6-
* This library is free software; you can redistribute it and/or
6+
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public License
88
* as published by the Free Software Foundation; either version 2
99
* of the License, or (at your option) any later version.
1010
*
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,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
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/>.
14+
* General Public License for more details.
1815
*
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/>.
1918
*/
2019

2120
#ifndef QCRYPTO_AFSPLIT_H

include/hw/pci-host/gpex.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
* GNU General Public License for more details.
1515
*
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/>
1818
*/
1919

2020
#ifndef HW_GPEX_H

include/hw/pci-host/q35.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
1717
*
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/>
2020
*/
2121

2222
#ifndef HW_Q35_H

include/qemu/range.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
*
44
* Copyright (c) 2015-2016 Red Hat, Inc.
55
*
6-
* This library is free software; you can redistribute it and/or
6+
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public
88
* License as published by the Free Software Foundation; either
99
* version 2 of the License, or (at your option) any later version.
1010
*
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,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
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/>.
14+
* General Public License for more details.
1815
*
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/>.
1918
*/
2019

2120
#ifndef QEMU_RANGE_H

target/i386/hvf/hvf.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* 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.
1717
*
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/>.
2020
*
2121
* This file contain code under public domain from the hvdos project:
2222
* https://github.com/mist64/hvdos

util/range.c

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
*
44
* Copyright (c) 2015-2016 Red Hat, Inc.
55
*
6-
* This library is free software; you can redistribute it and/or
6+
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public
88
* License as published by the Free Software Foundation; either
99
* version 2 of the License, or (at your option) any later version.
1010
*
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,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
* Lesser General Public License for more details.
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/>.
14+
* General Public License for more details.
1815
*
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/>.
1918
*/
2019

2120
#include "qemu/osdep.h"

0 commit comments

Comments
 (0)