summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2014-03-27 01:13:02 +1100
committerAndreas Färber <afaerber@suse.de>2014-04-07 15:36:07 +0200
commit20c50a955fdf02b02f8c75533f456e3fbdf13de1 (patch)
treed46ecd44711f3498fa36ead050474a8a6bff7998
parentbd7ce902ab2b5e4f5cd53e1e032d89789b6932a8 (diff)
downloadqemu-20c50a955fdf02b02f8c75533f456e3fbdf13de1.tar.gz
fw-path-provider: Change GPL version to 2+
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
-rw-r--r--hw/core/fw-path-provider.c3
-rw-r--r--include/hw/fw-path-provider.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
index b11715733d..1290c3e600 100644
--- a/hw/core/fw-path-provider.c
+++ b/hw/core/fw-path-provider.c
@@ -3,7 +3,8 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; under version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License,
+ * or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h
index 301834972c..7afaec0b1d 100644
--- a/include/hw/fw-path-provider.h
+++ b/include/hw/fw-path-provider.h
@@ -3,7 +3,8 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; under version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License,
+ * or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of