mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[BOOTVID] Add file copyright information headers (#6650)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for ARM devices
|
||||
* LICENSE: BSD - See COPYING.ARM in root directory
|
||||
* PURPOSE: PrimeCell Color LCD Controller (PL110) definitions
|
||||
* COPYRIGHT: Copyright 2008 ReactOS Portable Systems Group <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for ARM devices
|
||||
* LICENSE: BSD - See COPYING.ARM in root directory
|
||||
* PURPOSE: Main file
|
||||
* COPYRIGHT: Copyright 2008 ReactOS Portable Systems Group <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Common resource file
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
*/
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
|
||||
#if defined(SARCH_PC98)
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Platform-independent common helpers and defines
|
||||
* COPYRIGHT: Copyright 2010 Gregor Schneider <[email protected]>
|
||||
* Copyright 2011 Rafal Harabien <[email protected]>
|
||||
* Copyright 2020 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/* GLOBALS ********************************************************************/
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Font Data
|
||||
* COPYRIGHT: Copyright 2016 Roy Tam <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
//
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for VGA-compatible cards
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Command strings for VGA built-in modes
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
* Copyright 2019 Hermès Bélusca-Maïto <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
//
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for VGA-compatible cards
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Main file
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
* Copyright 2019 Hermès Bélusca-Maïto <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/* PRIVATE FUNCTIONS *********************************************************/
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for VGA-compatible cards
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: VGA definitions
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver for VGA-compatible cards
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: VGA helper functions
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
* Copyright 2013 Timo Kreuzer <[email protected]>
|
||||
* Copyright 2019 Hermès Bélusca-Maïto <[email protected]>
|
||||
* Copyright 2020 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* PROJECT: ReactOS Boot Video Driver for NEC PC-98 series
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Main file
|
||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov ([email protected])
|
||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov <[email protected]>
|
||||
*/
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* PROJECT: ReactOS Boot Video Driver for NEC PC-98 series
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Arch-specific header file
|
||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov ([email protected])
|
||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,17 +2,16 @@
|
||||
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Main file
|
||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp ([email protected])
|
||||
* Copyright 2005 Filip Navara ([email protected])
|
||||
* Copyright 2020 Stanislav Motylkov ([email protected])
|
||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp <[email protected]>
|
||||
* Copyright 2005 Filip Navara <[email protected]>
|
||||
* Copyright 2020 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <drivers/xbox/xgpu.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
#include <drivers/xbox/xgpu.h>
|
||||
|
||||
/* GLOBALS ********************************************************************/
|
||||
|
||||
static ULONG_PTR FrameBufferStart = 0;
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Arch-specific header file
|
||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp ([email protected])
|
||||
* Copyright 2005 Filip Navara ([email protected])
|
||||
* Copyright 2020 Stanislav Motylkov ([email protected])
|
||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp <[email protected]>
|
||||
* Copyright 2005 Filip Navara <[email protected]>
|
||||
* Copyright 2020 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef _BOOTVID_XBOX_H_
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* PROJECT: ReactOS Boot Video Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Precompiled header
|
||||
* COPYRIGHT: Copyright 2007 Alex Ionescu <[email protected]>
|
||||
* Copyright 2020 Dmitry Borisov <[email protected]>
|
||||
* Copyright 2020 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef _BOOTVID_PCH_
|
||||
#define _BOOTVID_PCH_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user