VirtualBox

Changeset 48345 in vbox


Ignore:
Timestamp:
Sep 6, 2013 9:47:19 AM (11 years ago)
Author:
vboxsync
Message:

header fixes

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new
Files:
65 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/buffer.c

    r46521 r48345  
    1515 * License along with this library; if not, write to the Free Software
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     17 */
     18
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
    1726 */
    1827
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/d3d8_main.c

    r46521 r48345  
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    1919 *
     20 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
    2029 */
    2130
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/d3d8_private.h

    r46521 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/device.c

    r46521 r48345  
    1818 * License along with this library; if not, write to the Free Software
    1919 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     20 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
    2029 */
    2130
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/directx.c

    r46521 r48345  
    2121 */
    2222
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
     30 */
     31
    2332#include "config.h"
    2433
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/shader.c

    r46521 r48345  
    1616 * License along with this library; if not, write to the Free Software
    1717 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     18 */
     19
     20/*
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     24 * a choice of LGPL license versions is made available with the language indicating
     25 * that LGPLv2 or any later version may be used, or where a choice of which version
     26 * of the LGPL is applied is otherwise unspecified.
    1827 */
    1928
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/surface.c

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
     29
    2130#include "config.h"
    2231#include "d3d8_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/swapchain.c

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/texture.c

    r46521 r48345  
    1515 * License along with this library; if not, write to the Free Software
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     17 */
     18
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
    1726 */
    1827
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/version.rc

    r46521 r48345  
    1717 */
    1818
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
     26 */
     27
    1928#define WINE_FILEDESCRIPTION_STR "Wine Direct3D"
    2029#define WINE_FILENAME_STR "d3d8.dll"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/vertexdeclaration.c

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/volume.c

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
     29
    2130#include "config.h"
    2231#include "d3d8_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/buffer.c

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
     29
    2130#include "config.h"
    2231#include "d3d9_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/d3d9_main.c

    r46521 r48345  
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    2121 *
     22 */
     23
     24/*
     25 * Oracle 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, Oracle 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.
    2231 */
    2332
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/d3d9_private.h

    r46521 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/device.c

    r48155 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/directx.c

    r46521 r48345  
    1818 * License along with this library; if not, write to the Free Software
    1919 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     20 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
    2029 */
    2130
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/query.c

    r46521 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/shader.c

    r46521 r48345  
    1818 */
    1919
     20/*
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     24 * a choice of LGPL license versions is made available with the language indicating
     25 * that LGPLv2 or any later version may be used, or where a choice of which version
     26 * of the LGPL is applied is otherwise unspecified.
     27 */
     28
    2029#include "config.h"
    2130#include "d3d9_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/stateblock.c

    r46521 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/surface.c

    r46783 r48345  
    1818 * License along with this library; if not, write to the Free Software
    1919 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     20 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
    2029 */
    2130
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/swapchain.c

    r46966 r48345  
    2121 */
    2222
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
     30 */
     31
    2332#include "config.h"
    2433#include "d3d9_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/texture.c

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/vboxport.asm

    r48155 r48345  
    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 ; The contents of this file may alternatively be used under the terms
    18 ; of the Common Development and Distribution License Version 1.0
    19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    20 ; VirtualBox OSE distribution, in which case the provisions of the
    21 ; CDDL are applicable instead of those of the GPL.
    22 ;
    23 ; You may elect to license modified versions of this file under the
    24 ; terms and conditions of either the GPL or the CDDL or both.
    2516;
    2617
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/version.rc

    r46521 r48345  
    1717 */
    1818
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
     26 */
     27
    1928#define WINE_FILEDESCRIPTION_STR "Wine Direct3D"
    2029#define WINE_FILENAME_STR "d3d9.dll"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/vertexdeclaration.c

    r46521 r48345  
    2020 */
    2121
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
     29 */
     30
    2231#include "config.h"
    2332#include "d3d9_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/volume.c

    r46521 r48345  
    2020 */
    2121
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
     29 */
     30
    2231#include "config.h"
    2332#include "d3d9_private.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/d3d8.h

    r46521 r48345  
    1515 * License along with this library; if not, write to the Free Software
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     17 */
     18
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
    1726 */
    1827
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/d3d9.h

    r46521 r48345  
    1616 * License along with this library; if not, write to the Free Software
    1717 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     18 */
     19
     20/*
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     24 * a choice of LGPL license versions is made available with the language indicating
     25 * that LGPLv2 or any later version may be used, or where a choice of which version
     26 * of the LGPL is applied is otherwise unspecified.
    1827 */
    1928
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/debug.h

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
     29
    2130#ifndef __WINE_WINE_DEBUG_H
    2231#define __WINE_WINE_DEBUG_H
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/list.h

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/port.h

    r48073 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/rbtree.h

    r46521 r48345  
    2020 */
    2121
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
     29 */
     30
    2231#ifndef __WINE_WINE_RBTREE_H
    2332#define __WINE_WINE_RBTREE_H
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/unicode.h

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
     29
    2130#ifndef __WINE_WINE_UNICODE_H
    2231#define __WINE_WINE_UNICODE_H
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/wined3d.h

    r48073 r48345  
    2222 * License along with this library; if not, write to the Free Software
    2323 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     24 */
     25
     26/*
     27 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     28 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     29 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     30 * a choice of LGPL license versions is made available with the language indicating
     31 * that LGPLv2 or any later version may be used, or where a choice of which version
     32 * of the LGPL is applied is otherwise unspecified.
    2433 */
    2534
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/arb_program_shader.c

    r48073 r48345  
    2626 * License along with this library; if not, write to the Free Software
    2727 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     28 */
     29
     30/*
     31 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     32 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     33 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     34 * a choice of LGPL license versions is made available with the language indicating
     35 * that LGPLv2 or any later version may be used, or where a choice of which version
     36 * of the LGPL is applied is otherwise unspecified.
    2837 */
    2938
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ati_fragment_shader.c

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/buffer.c

    r48073 r48345  
    2121 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    2222 *
     23 */
     24
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
    2332 */
    2433
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c

    r46783 r48345  
    1818 * License along with this library; if not, write to the Free Software
    1919 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     20 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
    2029 */
    2130
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/device.c

    r48073 r48345  
    2323 * License along with this library; if not, write to the Free Software
    2424 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     25 */
     26
     27/*
     28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     31 * a choice of LGPL license versions is made available with the language indicating
     32 * that LGPLv2 or any later version may be used, or where a choice of which version
     33 * of the LGPL is applied is otherwise unspecified.
    2534 */
    2635
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/directx.c

    r48073 r48345  
    2020 * License along with this library; if not, write to the Free Software
    2121 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     22 */
     23
     24/*
     25 * Oracle 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, Oracle 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.
    2231 */
    2332
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/drawprim.c

    r46521 r48345  
    2525 */
    2626
     27/*
     28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     31 * a choice of LGPL license versions is made available with the language indicating
     32 * that LGPLv2 or any later version may be used, or where a choice of which version
     33 * of the LGPL is applied is otherwise unspecified.
     34 */
     35
    2736#include "config.h"
    2837#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/gl_compat.c

    r46521 r48345  
    1717 * License along with this library; if not, write to the Free Software
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     19 */
     20
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
    1928 */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/glsl_shader.c

    r48078 r48345  
    2020 * License along with this library; if not, write to the Free Software
    2121 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     22 */
     23
     24/*
     25 * Oracle 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, Oracle 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.
    2231 */
    2332
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/nvidia_texture_shader.c

    r46521 r48345  
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    2121 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
     30 */
     31
    2232#include "config.h"
    2333#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/palette.c

    r46521 r48345  
    1919 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    2020 */
     21
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
     29 */
     30
    2131#include "config.h"
    2232#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/query.c

    r46521 r48345  
    1919 */
    2020
     21/*
     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
     24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     25 * a choice of LGPL license versions is made available with the language indicating
     26 * that LGPLv2 or any later version may be used, or where a choice of which version
     27 * of the LGPL is applied is otherwise unspecified.
     28 */
    2129
    2230#include "config.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/resource.c

    r46521 r48345  
    2121 */
    2222
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
     30 */
     31
    2332#include "config.h"
    2433#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/sampler.c

    r46539 r48345  
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    1717 *
     18 */
     19
     20/*
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     24 * a choice of LGPL license versions is made available with the language indicating
     25 * that LGPLv2 or any later version may be used, or where a choice of which version
     26 * of the LGPL is applied is otherwise unspecified.
    1827 */
    1928
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader.c

    r46521 r48345  
    2121 * License along with this library; if not, write to the Free Software
    2222 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     23 */
     24
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
    2332 */
    2433
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader_sm1.c

    r46521 r48345  
    2121 * License along with this library; if not, write to the Free Software
    2222 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     23 */
     24
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
    2332 */
    2433
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader_sm4.c

    r46521 r48345  
    1515 * License along with this library; if not, write to the Free Software
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     17 */
     18
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
    1726 */
    1827
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/state.c

    r48073 r48345  
    2424 * License along with this library; if not, write to the Free Software
    2525 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     26 */
     27
     28/*
     29 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     30 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     31 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     32 * a choice of LGPL license versions is made available with the language indicating
     33 * that LGPLv2 or any later version may be used, or where a choice of which version
     34 * of the LGPL is applied is otherwise unspecified.
    2635 */
    2736
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/stateblock.c

    r46521 r48345  
    2121 * License along with this library; if not, write to the Free Software
    2222 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     23 */
     24
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
    2332 */
    2433
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/surface.c

    r48073 r48345  
    2525 * License along with this library; if not, write to the Free Software
    2626 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     27 */
     28
     29/*
     30 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     31 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     32 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     33 * a choice of LGPL license versions is made available with the language indicating
     34 * that LGPLv2 or any later version may be used, or where a choice of which version
     35 * of the LGPL is applied is otherwise unspecified.
    2736 */
    2837
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/swapchain.c

    r46966 r48345  
    1919 * License along with this library; if not, write to the Free Software
    2020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     21 */
     22
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
    2130 */
    2231
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/texture.c

    r46579 r48345  
    2121 */
    2222
     23/*
     24 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     27 * a choice of LGPL license versions is made available with the language indicating
     28 * that LGPLv2 or any later version may be used, or where a choice of which version
     29 * of the LGPL is applied is otherwise unspecified.
     30 */
     31
    2332#include "config.h"
    2433#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/utils.c

    r48073 r48345  
    2323 * License along with this library; if not, write to the Free Software
    2424 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     25 */
     26
     27/*
     28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     31 * a choice of LGPL license versions is made available with the language indicating
     32 * that LGPLv2 or any later version may be used, or where a choice of which version
     33 * of the LGPL is applied is otherwise unspecified.
    2534 */
    2635
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/version.rc

    r46521 r48345  
    1717 */
    1818
     19/*
     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
     22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     23 * a choice of LGPL license versions is made available with the language indicating
     24 * that LGPLv2 or any later version may be used, or where a choice of which version
     25 * of the LGPL is applied is otherwise unspecified.
     26 */
     27
    1928#include "config.h" /* Needed to get PACKAGE_VERSION */
    2029
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/vertexdeclaration.c

    r46521 r48345  
    2323 */
    2424
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
     32 */
     33
    2534#include "config.h"
    2635#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/view.c

    r46521 r48345  
    1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    1717 *
     18 */
     19
     20/*
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     24 * a choice of LGPL license versions is made available with the language indicating
     25 * that LGPLv2 or any later version may be used, or where a choice of which version
     26 * of the LGPL is applied is otherwise unspecified.
    1827 */
    1928
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/volume.c

    r46521 r48345  
    2020 */
    2121
     22/*
     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
     25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     26 * a choice of LGPL license versions is made available with the language indicating
     27 * that LGPLv2 or any later version may be used, or where a choice of which version
     28 * of the LGPL is applied is otherwise unspecified.
     29 */
     30
    2231#include "config.h"
    2332#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_gl.h

    r46966 r48345  
    2020 * License along with this library; if not, write to the Free Software
    2121 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     22 */
     23
     24/*
     25 * Oracle 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, Oracle 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.
    2231 */
    2332
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_main.c

    r46521 r48345  
    2323 */
    2424
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
     32 */
     33
    2534#include "config.h"
    2635#include "wine/port.h"
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_private.h

    r48073 r48345  
    2121 * License along with this library; if not, write to the Free Software
    2222 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
     23 */
     24
     25/*
     26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
     28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
     29 * a choice of LGPL license versions is made available with the language indicating
     30 * that LGPLv2 or any later version may be used, or where a choice of which version
     31 * of the LGPL is applied is otherwise unspecified.
    2332 */
    2433
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