diff options
| author | Peter Maydell | 2014-04-07 18:57:23 +0200 |
|---|---|---|
| committer | Peter Maydell | 2014-04-07 18:57:23 +0200 |
| commit | 55519a4b244e4822774b593e36647ecf7598286b (patch) | |
| tree | d8f8b7253fa29b7402137b16954a258a4ab5d948 /include | |
| parent | Makefile: remove bashism (diff) | |
| parent | tests: Update check-clean rule (diff) | |
| download | qemu-55519a4b244e4822774b593e36647ecf7598286b.tar.gz qemu-55519a4b244e4822774b593e36647ecf7598286b.tar.xz qemu-55519a4b244e4822774b593e36647ecf7598286b.zip | |
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging
QOM/QTest infrastructure fixes
* Relicensing of FWPathProvider interface
* Clean up all targets' qtests
# gpg: Signature made Mon 07 Apr 2014 17:56:13 BST using RSA key ID 3E7E013F
# gpg: Good signature from "Andreas Färber <afaerber@suse.de>"
# gpg: aka "Andreas Färber <afaerber@suse.com>"
* remotes/afaerber/tags/qom-devices-for-2.0:
tests: Update check-clean rule
fw-path-provider: Change GPL version to 2+
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/fw-path-provider.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
