VirtualBox

Changeset 33656 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Nov 1, 2010 2:18:11 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67272
Message:

*: rebrand Sun (L)GPL disclaimers

Location:
trunk/src/recompiler
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/cpu-all.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#ifndef CPU_ALL_H
    3031#define CPU_ALL_H
  • trunk/src/recompiler/cpu-defs.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#ifndef CPU_DEFS_H
    3031#define CPU_DEFS_H
  • trunk/src/recompiler/cpu-exec.c

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include "config.h"
    3031#define CPU_NO_GLOBAL_REGS
  • trunk/src/recompiler/dyngen-exec.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#if !defined(__DYNGEN_EXEC_H__)
    3031#define __DYNGEN_EXEC_H__
  • trunk/src/recompiler/exec-all.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
  • trunk/src/recompiler/exec.c

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include "config.h"
    3031#ifndef VBOX
  • trunk/src/recompiler/hostregs_helper.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
  • trunk/src/recompiler/qemu-lock.h

    r33540 r33656  
    1616 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1717 */
     18
    1819/*
    19  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    20  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     20 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2122 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2223 * a choice of LGPL license versions is made available with the language indicating
     
    2425 * of the LGPL is applied is otherwise unspecified.
    2526 */
    26 
    2727
    2828/* Locking primitives.  Most of this code should be redundant -
  • trunk/src/recompiler/softmmu_header.h

    r26499 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#if DATA_SIZE == 8
    3031#define SUFFIX q
  • trunk/src/recompiler/softmmu_template.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#define DATA_SIZE (1 << SHIFT)
    3031
  • trunk/src/recompiler/target-i386/cpu.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#ifndef CPU_I386_H
    3031#define CPU_I386_H
  • trunk/src/recompiler/target-i386/exec.h

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include "config.h"
    3031#include "dyngen-exec.h"
  • trunk/src/recompiler/target-i386/helper.c

    r18473 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include <stdarg.h>
    3031#include <stdlib.h>
  • trunk/src/recompiler/target-i386/helper_template.h

    r17040 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#define DATA_BITS (1 << (3 + SHIFT))
    3031#define SHIFT_MASK (DATA_BITS - 1)
  • trunk/src/recompiler/target-i386/op_helper.c

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#define CPU_NO_GLOBAL_REGS
    3031#include "exec.h"
  • trunk/src/recompiler/target-i386/opreg_template.h

    r26499 r33656  
    2121
    2222/*
    23  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    24  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2525 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2626 * a choice of LGPL license versions is made available with the language indicating
     
    2828 * of the LGPL is applied is otherwise unspecified.
    2929 */
     30
    3031void OPPROTO glue(op_movl_A0,REGNAME)(void)
    3132{
  • trunk/src/recompiler/target-i386/ops_sse.h

    r26499 r33656  
    1919 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2020 */
     21
    2122/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2425 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2526 * a choice of LGPL license versions is made available with the language indicating
  • trunk/src/recompiler/target-i386/ops_sse_header.h

    r17040 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#if SHIFT == 0
    3031#define Reg MMXReg
  • trunk/src/recompiler/target-i386/ops_template.h

    r26499 r33656  
    2121
    2222/*
    23  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    24  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2525 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2626 * a choice of LGPL license versions is made available with the language indicating
     
    2828 * of the LGPL is applied is otherwise unspecified.
    2929 */
     30
    3031#define DATA_BITS (1 << (3 + SHIFT))
    3132#define SHIFT_MASK (DATA_BITS - 1)
  • trunk/src/recompiler/target-i386/ops_template_mem.h

    r26499 r33656  
    2121
    2222/*
    23  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    24  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2525 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2626 * a choice of LGPL license versions is made available with the language indicating
     
    2828 * of the LGPL is applied is otherwise unspecified.
    2929 */
     30
    3031#ifdef MEM_WRITE
    3132
  • trunk/src/recompiler/target-i386/translate.c

    r33540 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include <stdarg.h>
    3031#include <stdlib.h>
  • trunk/src/recompiler/tests/linux-test.c

    r11982 r33656  
    2020
    2121/*
    22  * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the General Public License version 2 (GPLv2) at this time for any software where
    2525 * a choice of GPL license versions is made available with the language indicating
     
    2727 * of the GPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include <stdarg.h>
    3031#include <stdlib.h>
  • trunk/src/recompiler/tests/test-i386.c

    r33540 r33656  
    2020
    2121/*
    22  * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the General Public License version 2 (GPLv2) at this time for any software where
    2525 * a choice of GPL license versions is made available with the language indicating
     
    2727 * of the GPL is applied is otherwise unspecified.
    2828 */
     29
    2930#define _GNU_SOURCE
    3031#include <stdlib.h>
  • trunk/src/recompiler/translate-all.c

    r17265 r33656  
    2020
    2121/*
    22  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    23  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2424 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2525 * a choice of LGPL license versions is made available with the language indicating
     
    2727 * of the LGPL is applied is otherwise unspecified.
    2828 */
     29
    2930#include <stdarg.h>
    3031#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.

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