VirtualBox

Ignore:
Timestamp:
Aug 7, 2007 5:07:59 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23517
Message:

Biggest check-in ever. New source code headers for all (C) innotek files.

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Display
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk

    r3555 r4071  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
    8 #
    9 # This file is part of VirtualBox Open Source Edition (OSE), as
    10 # available from http://www.virtualbox.org. This file is free software;
    11 # you can redistribute it and/or modify it under the terms of the GNU
    12 # General Public License as published by the Free Software Foundation,
    13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    14 # distribution. VirtualBox OSE is distributed in the hope that it will
    15 # be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # If you received this file as part of a commercial VirtualBox
    18 # distribution, then only the terms of your commercial VirtualBox
    19 # license agreement apply instead of the previous paragraph.
    20 #
     7#  Copyright (C) 2006-2007 innotek GmbH
     8#
     9#  This file is part of VirtualBox Open Source Edition (OSE), as
     10#  available from http://www.virtualbox.org. This file is free software;
     11#  you can redistribute it and/or modify it under the terms of the GNU
     12#  General Public License as published by the Free Software Foundation,
     13#  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     14#  distribution. VirtualBox OSE is distributed in the hope that it will
     15#  be useful, but WITHOUT ANY WARRANTY of any kind.
    2116
    2217DEPTH ?= ../../../../../..
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk

    r2981 r4071  
    55
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
    8 #
    9 # This file is part of VirtualBox Open Source Edition (OSE), as
    10 # available from http://www.virtualbox.org. This file is free software;
    11 # you can redistribute it and/or modify it under the terms of the GNU
    12 # General Public License as published by the Free Software Foundation,
    13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    14 # distribution. VirtualBox OSE is distributed in the hope that it will
    15 # be useful, but WITHOUT ANY WARRANTY of any kind.
    16 #
    17 # If you received this file as part of a commercial VirtualBox
    18 # distribution, then only the terms of your commercial VirtualBox
    19 # license agreement apply instead of the previous paragraph.
    20 #
     7#  Copyright (C) 2006-2007 innotek GmbH
     8#
     9#  This file is part of VirtualBox Open Source Edition (OSE), as
     10#  available from http://www.virtualbox.org. This file is free software;
     11#  you can redistribute it and/or modify it under the terms of the GNU
     12#  General Public License as published by the Free Software Foundation,
     13#  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     14#  distribution. VirtualBox OSE is distributed in the hope that it will
     15#  be useful, but WITHOUT ANY WARRANTY of any kind.
    2116
    2217DEPTH ?= ../../../../../../..
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def

    r2988 r4071  
    33; * VBoxDisp -- Windows Guest Video Driver
    44; *
    5 ; * Copyright (C) 2006-2007 innotek GmbH
    6 ; *
    7 ; * This file is part of VirtualBox Open Source Edition (OSE), as
    8 ; * available from http://www.virtualbox.org. This file is free software;
    9 ; * you can redistribute it and/or modify it under the terms of the GNU
    10 ; * General Public License as published by the Free Software Foundation,
    11 ; * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
    12 ; * distribution. VirtualBox OSE is distributed in the hope that it will
    13 ; * be useful, but WITHOUT ANY WARRANTY of any kind.
    14 ; *
    15 ; * If you received this file as part of a commercial VirtualBox
    16 ; * distribution, then only the terms of your commercial VirtualBox
    17 ; * license agreement apply instead of the previous paragraph.
    18 ; *
     5;  Copyright (C) 2006-2007 innotek GmbH
     6;
     7;  This file is part of VirtualBox Open Source Edition (OSE), as
     8;  available from http://www.virtualbox.org. This file is free software;
     9;  you can redistribute it and/or modify it under the terms of the GNU
     10;  General Public License as published by the Free Software Foundation,
     11;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
     12;  distribution. VirtualBox OSE is distributed in the hope that it will
     13;  be useful, but WITHOUT ANY WARRANTY of any kind.
    1914; */
    2015
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.h

    r3394 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217#ifndef __VBOX_DD_H__
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/drv.c

    r3153 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c

    r3153 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbva.c

    r3153 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c

    r3153 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c

    r3153 r4071  
    1717 * distribution. VirtualBox OSE is distributed in the hope that it will
    1818 * be useful, but WITHOUT ANY WARRANTY of any kind.
    19  *
    20  * If you received this file as part of a commercial VirtualBox
    21  * distribution, then only the terms of your commercial VirtualBox
    22  * license agreement apply instead of the previous paragraph.
    23  *
    2419 */
    2520
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h

    r2981 r4071  
    1414 * distribution. VirtualBox OSE is distributed in the hope that it will
    1515 * be useful, but WITHOUT ANY WARRANTY of any kind.
    16  *
    17  * If you received this file as part of a commercial VirtualBox
    18  * distribution, then only the terms of your commercial VirtualBox
    19  * license agreement apply instead of the previous paragraph.
    20  *
    2116 */
    2217
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