VirtualBox

Ignore:
Timestamp:
Apr 27, 2010 8:22:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60692
Message:

Automated rebranding to Oracle copyright/license strings via filemuncher

Location:
trunk/src/VBox/HostDrivers/VBoxNetAdp
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk

    r26336 r28800  
    55
    66#
    7 # Copyright (C) 2009 Sun Microsystems, Inc.
     7# Copyright (C) 2009 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    19 # additional information or have any questions.
    2016#
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c

    r28666 r28800  
    55
    66/*
    7  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h

    r23082 r28800  
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2008 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp

    r25465 r28800  
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2008 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh

    r20529 r28800  
    55
    66#
    7 # Copyright (C) 2006-2008 Sun Microsystems, Inc.
     7# Copyright (C) 2006-2008 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    19 # additional information or have any questions.
    2016#
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile

    r24411 r28800  
    66#
    77#
    8 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8# Copyright (C) 2006-2007 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    19 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    20 # additional information or have any questions.
    2117#
    2218
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r25097 r28800  
    66#
    77#
    8 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8# Copyright (C) 2006-2007 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    19 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    20 # additional information or have any questions.
    2117#
    2218
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r28283 r28800  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp

    r28283 r28800  
    66
    77#
    8 # Copyright (C) 2009 Sun Microsystems, Inc.
     8# Copyright (C) 2009 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1616# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    17 #
    18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    19 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    20 # additional information or have any questions.
    2117#
    2218
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c

    r26710 r28800  
    55
    66/*
    7  * Copyright (C) 2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2009 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    18  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    19  * additional information or have any questions.
    2016 */
    2117
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/vboxnet.conf

    r25871 r28800  
    33# Solaris Host VBoxNet Configuration
    44#
    5 # Copyright (C) 2009 Sun Microsystems, Inc.
     5# Copyright (C) 2009 Oracle Corporation
    66#
    77# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1313# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1414#
    15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    16 # Clara, CA 95054 USA or visit http://www.sun.com if you need
    17 # additional information or have any questions.
    18 #
    1915
    2016# This needs to go into /platform/i86pc/kernel/drv,
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