mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[WIN32SS::DRIVERS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69816
This commit is contained in:
parent
0f4f3d7cd8
commit
f70dc4055a
37 changed files with 37 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/debug.c
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/debug.c
|
||||
* PURPOSE: Debug Support
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/debug.h
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/debug.h
|
||||
* PURPOSE: Debug Support Header
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/driver.h
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/driver.h
|
||||
* PURPOSE: Main Driver Header File
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/enable.c
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/enable.c
|
||||
* PURPOSE: Main Driver Initialization and PDEV Enabling
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/palette.c
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/palette.c
|
||||
* PURPOSE: Palette Support
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/pointer.c
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/pointer.c
|
||||
* PURPOSE: Hardware Pointer Support
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/screen.c
|
||||
* FILE: win32ss/drivers/displays/framebuf_new/screen.c
|
||||
* PURPOSE: Surface, Screen and PDEV support/initialization
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/main/enable.c
|
||||
* FILE: win32ss/drivers/displays/vga/main/enable.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/bitblt.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/bitblt.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/copybits.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/copybits.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/lineto.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/lineto.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS: Copyright (C) 1998-2003 ReactOS Team
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/offscreen.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/offscreen.c
|
||||
* PURPOSE: Manages off-screen video memory
|
||||
* PROGRAMMERS: Copyright (C) 1998-2001 ReactOS Team
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/paint.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/paint.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/pointer.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/pointer.c
|
||||
* PURPOSE: Draws the mouse pointer
|
||||
* PROGRAMMERS: Copyright (C) 1998-2001 ReactOS Team
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/screen.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/screen.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/objects/transblt.c
|
||||
* FILE: win32ss/drivers/displays/vga/objects/transblt.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA display driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/displays/vga/vgavideo/vgavideo.c
|
||||
* FILE: win32ss/drivers/displays/vga/vgavideo/vgavideo.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMERS:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/vga/debug.c
|
||||
* FILE: win32ss/drivers/displays/vga_new/debug.c
|
||||
* PURPOSE: Debug Support
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/vga/debug.h
|
||||
* FILE: win32ss/drivers/displays/vga_new/debug.h
|
||||
* PURPOSE: Debug Support Header
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/driver.h
|
||||
* FILE: win32ss/drivers/displays/vga_new/driver.h
|
||||
* PURPOSE: Main Driver Header File
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/enable.c
|
||||
* FILE: win32ss/drivers/displays/vga_new/enable.c
|
||||
* PURPOSE: Main Driver Initialization and PDEV Enabling
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/vga/palette.c
|
||||
* FILE: win32ss/drivers/displays/vga_new/palette.c
|
||||
* PURPOSE: Palette Support
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Framebuffer Display Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/displays/framebuf/screen.c
|
||||
* FILE: win32ss/drivers/displays/vga_new/screen.c
|
||||
* PURPOSE: Surface, Screen and PDEV support/initialization
|
||||
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: FreeType implementation for ReactOS
|
||||
* PURPOSE: Glue functions between FreeType
|
||||
* FILE: thirdparty/freetype/rosglue.c
|
||||
* FILE: win32ss/drivers/font/ftfd/rosglue.c
|
||||
* PROGRAMMER: Ge van Geldorp (ge@gse.nl)
|
||||
* NOTES:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/miniport/vga/cmdcnst.h
|
||||
* FILE: win32ss/drivers/miniport/vga_new/cmdcnst.h
|
||||
* PURPOSE: Command Code Definitions for VGA Command Streams
|
||||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/miniport/vga/modeset.c
|
||||
* FILE: win32ss/drivers/miniport/vga_new/modeset.c
|
||||
* PURPOSE: Handles switching to Standard VGA Modes for compatible cards
|
||||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: boot/drivers/video/miniport/vga/vbe.c
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vbe.c
|
||||
* PURPOSE: Main VESA VBE 1.02+ SVGA Miniport Handling Code
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: VGA Miniport Driver
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: boot/drivers/video/miniport/vga/vbe.h
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vbe.h
|
||||
* PURPOSE: VESA VBE Registers and Structures
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: boot/drivers/video/miniport/vga/vbemodes.c
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vbemodes.c
|
||||
* PURPOSE: Mode Initialization and Mode Set for VBE-compatible cards
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/miniport/vga/vga.c
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vga.c
|
||||
* PURPOSE: Main Standard VGA-compatible Minport Handling Code
|
||||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/miniport/vga/vga.h
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vga.h
|
||||
* PURPOSE: Main Header File
|
||||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS VGA Miniport Driver
|
||||
* LICENSE: Microsoft NT4 DDK Sample Code License
|
||||
* FILE: boot/drivers/video/miniport/vga/vgadata.c
|
||||
* FILE: win32ss/drivers/miniport/vga_new/vgadata.c
|
||||
* PURPOSE: Handles switching to VGA Modes and holds VGA Built-in Modes
|
||||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Boot Loader
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: drivers/video/miniport/vmx_svga/precomp.h
|
||||
* FILE: win32ss/drivers/miniport/vmx_svga/precomp.h
|
||||
* PURPOSE: VMWARE SVGA-II Driver Header
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Boot Loader
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: drivers/video/miniport/vmx_svga/vmware.h
|
||||
* FILE: win32ss/drivers/miniport/vmx_svga/vmx_regs.h
|
||||
* PURPOSE: VMWARE SVGA-II Card Registers and Definitions
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Boot Loader
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: drivers/video/miniport/vmx_svga/vmx_svga.c
|
||||
* FILE: win32ss/drivers/miniport/vmx_svga/vmx_svga.c
|
||||
* PURPOSE: VMWARE SVGA-II Card Main Driver File
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Videoport
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/video/videoprt/dma.c
|
||||
* FILE: win32ss/drivers/videoprt/dma.c
|
||||
* PURPOSE: Videoport Direct Memory Access Support
|
||||
* PROGRAMMERS: ...
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Video Port Driver
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: drivers/video/videoprt/event.c
|
||||
* FILE: win32ss/drivers/videoprt/event.c
|
||||
* PURPOSE: Event Support Routines
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue