diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2012-11-12 01:44:10 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-18 19:07:47 +0100 |
commit | ccb084d3f0ec405afc6c878ace40f1ccf1e44027 (patch) | |
tree | d0e621b974ce601c720138f592ed62fcf99bc8cb /target-s390x/cpu.h | |
parent | ddc01bf16e9f04b3e72c1b946b0b8efeb7a545d2 (diff) | |
download | qemu-ccb084d3f0ec405afc6c878ace40f1ccf1e44027.tar.gz qemu-ccb084d3f0ec405afc6c878ace40f1ccf1e44027.tar.bz2 qemu-ccb084d3f0ec405afc6c878ace40f1ccf1e44027.zip |
s390: new contributions GPLv2 or later
IBMs s390 contributions were meant to to be gplv2 or later (since
we were contributing to qemu). Several of the s390 specific files
link to gpl code anyway, so lets clarify the licence statement for
new contributions for those files that we have touched multiple
times or will likely touch again.
This patch does not touch files that mostly deal with tcg.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index bc3fab226b..1fa3ad3a94 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -13,7 +13,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public + * Contributions after 2012-10-29 are licensed under the terms of the + * GNU GPL, version 2 or (at your option) any later version. + * + * You should have received a copy of the GNU (Lesser) General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef CPU_S390X_H |