diff options
author | Alexey Kardashevskiy | 2014-03-26 15:13:02 +0100 |
---|---|---|
committer | Andreas Färber | 2014-04-07 15:36:07 +0200 |
commit | 20c50a955fdf02b02f8c75533f456e3fbdf13de1 (patch) | |
tree | d46ecd44711f3498fa36ead050474a8a6bff7998 /hw/core | |
parent | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-6' into staging (diff) | |
download | qemu-20c50a955fdf02b02f8c75533f456e3fbdf13de1.tar.gz qemu-20c50a955fdf02b02f8c75533f456e3fbdf13de1.tar.xz qemu-20c50a955fdf02b02f8c75533f456e3fbdf13de1.zip |
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>
Diffstat (limited to 'hw/core')
-rw-r--r-- | hw/core/fw-path-provider.c | 3 |
1 files changed, 2 insertions, 1 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 |