[BOOTVID] Add file copyright information headers (#6650)

This commit is contained in:
Hermès Bélusca-Maïto
2024-03-23 15:15:41 +01:00
parent a8c52fa165
commit ff790a9111
14 changed files with 86 additions and 10 deletions
+6
View File
@@ -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
+7
View File
@@ -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
+7
View File
@@ -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)
+9
View File
@@ -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 ********************************************************************/
+7
View File
@@ -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"
//
+8
View File
@@ -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"
//
+8
View File
@@ -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 *********************************************************/
+6
View File
@@ -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
+10
View File
@@ -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 *******************************************************************/
+1 -1
View File
@@ -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 *******************************************************************/
+1 -1
View File
@@ -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
+4 -5
View File
@@ -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;
+3 -3
View File
@@ -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_
+9
View File
@@ -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_