summaryrefslogtreecommitdiff
path: root/target/i386
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-23 15:51:23 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-01-30 10:51:20 +0100
commite361a772ffcd33675ffdd4637eea98a460dfed1b (patch)
tree67d040005e24d168af621a721bfaf5b6524b9217 /target/i386
parent2bbf3a91eb49aba488f586a06d15eb555a36e1e6 (diff)
downloadqemu-e361a772ffcd33675ffdd4637eea98a460dfed1b.zip
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>
Diffstat (limited to 'target/i386')
-rw-r--r--target/i386/hvf/hvf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/i386/hvf/hvf.c b/target/i386/hvf/hvf.c
index e193022c03..689b585027 100644
--- a/target/i386/hvf/hvf.c
+++ b/target/i386/hvf/hvf.c
@@ -13,10 +13,10 @@
* 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 GNU
- * Lesser General Public License for more details.
+ * General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* This file contain code under public domain from the hvdos project:
* https://github.com/mist64/hvdos