]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change license on switchback/test_ppc_jm1.c as per Jocelyn's
authorJulian Seward <jseward@acm.org>
Thu, 10 Mar 2005 23:13:15 +0000 (23:13 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 10 Mar 2005 23:13:15 +0000 (23:13 +0000)
instructions.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1020

VEX/README
VEX/switchback/test_ppc_jm1.c

index 892d043b5add0c8b7297f20dfa601bd2d9b12002..b152c545d2681008d7aa907ce15b9fd589fd01bc 100644 (file)
@@ -8,7 +8,7 @@ GPL version 2 (see COPYING).
   test/test-amd64.c          (Fabrice Bellard, GNU GPL)
   switchback/linker.c        (University of Glasgow, BSD-style license)
   switchback/test_emfloat.c  (BYTE magazine, public domain?)
-  switchback/test_ppc_jm1.c  (Jocelyn Mayer, BSD-style license)
+  switchback/test_ppc_jm1.c  (Jocelyn Mayer, GNU GPL)
 
 Changes: if you wish to contribute a change which is a significant one
 in terms of the amount of code changes, please be aware that OpenWorks
index 7e652bc8cc1fa300bb2b274eaa3dc2ef8bbed764..9074a6b944bc09791095695d822ee1fc0910b403 100644 (file)
@@ -5,32 +5,15 @@
 
 */
 
-
-
-
 /*
  * test-ppc.c:
  * PPC tests for qemu-PPC CPU emulation checks
  * 
  * Copyright (c) 2005 Jocelyn Mayer
- * 
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License V2
+ * as published by the Free Software Foundation.
  */
 
 /*
  * 
  * Copyright (c) 2005 Jocelyn Mayer
  * 
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License V2
+ * as published by the Free Software Foundation.
  */
 
 #if !defined (__TEST_PPC_H__)
@@ -682,23 +651,9 @@ static UInt vex_printf ( const char *format, ... )
  * 
  * Copyright (c) 2005 Jocelyn Mayer
  * 
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License V2
+ * as published by the Free Software Foundation.
  */
 
 #if !defined (__TEST_PPC_H__)