VirtualBox

Ignore:
Timestamp:
Feb 3, 2009 7:45:51 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42364
Message:

LGPL disclaimer by filemuncher

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/basetexture.c

    r16410 r16477  
    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 * 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
     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/d3d9/cubetexture.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/d3d9_main.c

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

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/device.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/directx.c

    r16410 r16477  
    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 * 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
     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/d3d9/indexbuffer.c

    r16410 r16477  
    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 * 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
     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/d3d9/pixelshader.c

    r16410 r16477  
    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 * 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
     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/d3d9/query.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/resource.c

    r16410 r16477  
    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 * 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
     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/d3d9/stateblock.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/surface.c

    r16410 r16477  
    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 * 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
     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/d3d9/swapchain.c

    r16410 r16477  
    2121 */
    2222
     23/*
     24 * Sun 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, Sun 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/d3d9/texture.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/version.rc

    r16410 r16477  
    1717 */
    1818
     19/*
     20 * Sun 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, Sun 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/d3d9/vertexbuffer.c

    r16410 r16477  
    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 * Sun 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, Sun 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/d3d9/vertexdeclaration.c

    r16410 r16477  
    2020 */
    2121
     22/*
     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
     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/d3d9/vertexshader.c

    r16410 r16477  
    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 * 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
     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/d3d9/volume.c

    r16410 r16477  
    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 * 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
     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/d3d9/volumetexture.c

    r16410 r16477  
    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 * 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
     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
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