VirtualBox

Changeset 29520 in vbox for trunk


Ignore:
Timestamp:
May 17, 2010 10:10:31 AM (15 years ago)
Author:
vboxsync
Message:

fix wrong license headers

Location:
trunk/src/recompiler
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/qemu-log.h

    r17040 r29520  
    1 /*
    2  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    3  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    4  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    5  * a choice of LGPL license versions is made available with the language indicating
    6  * that LGPLv2 or any later version may be used, or where a choice of which version
    7  * of the LGPL is applied is otherwise unspecified.
    8  */
    91#ifndef QEMU_LOG_H
    102#define QEMU_LOG_H
  • trunk/src/recompiler/tcg/i386/tcg-target.c

    r21292 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#ifndef NDEBUG
    3326static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
  • trunk/src/recompiler/tcg/i386/tcg-target.h

    r26499 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#define TCG_TARGET_I386 1
    3326
  • trunk/src/recompiler/tcg/tcg-dyngen.c

    r18083 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
    3224
    3325#ifndef VBOX
  • trunk/src/recompiler/tcg/tcg-op.h

    r26499 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#include "tcg.h"
    3326
  • trunk/src/recompiler/tcg/tcg-opc.h

    r18083 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#ifdef CONFIG_DYNGEN_OP
    3326#include "dyngen-opc.h"
  • trunk/src/recompiler/tcg/tcg-runtime.c

    r18083 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#include <stdarg.h>
    3326#include <stdlib.h>
  • trunk/src/recompiler/tcg/tcg.h

    r26499 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#include "tcg-target.h"
    3326
  • trunk/src/recompiler/tcg/x86_64/tcg-target.c

    r26499 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#ifndef NDEBUG
    3326static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
  • trunk/src/recompiler/tcg/x86_64/tcg-target.h

    r26499 r29520  
    2222 * THE SOFTWARE.
    2323 */
    24 /*
    25  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    26  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
    27  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    28  * a choice of LGPL license versions is made available with the language indicating
    29  * that LGPLv2 or any later version may be used, or where a choice of which version
    30  * of the LGPL is applied is otherwise unspecified.
    31  */
     24
    3225#define TCG_TARGET_X86_64 1
    3326
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette