mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[BOOTVID] Add file copyright information headers (#6650)
This commit is contained in:
parent
a8c52fa165
commit
ff790a9111
14 changed files with 86 additions and 10 deletions
|
@ -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 <ros.arm@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#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 <ros.arm@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#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 <alex.ionescu@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#define REACTOS_VERSION_DLL
|
#define REACTOS_VERSION_DLL
|
||||||
|
|
||||||
#if defined(SARCH_PC98)
|
#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 <gregor.schneider@reactos.org>
|
||||||
|
* Copyright 2011 Rafal Harabien <rafalh@reactos.org>
|
||||||
|
* Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
/* GLOBALS ********************************************************************/
|
/* 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 <roytam@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#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 <alex.ionescu@reactos.org>
|
||||||
|
* Copyright 2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#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 <alex.ionescu@reactos.org>
|
||||||
|
* Copyright 2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
/* PRIVATE FUNCTIONS *********************************************************/
|
/* 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 <alex.ionescu@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#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 <alex.ionescu@reactos.org>
|
||||||
|
* Copyright 2013 Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||||
|
* Copyright 2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
||||||
|
* Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* PROJECT: ReactOS Boot Video Driver for NEC PC-98 series
|
* 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)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: Main file
|
* PURPOSE: Main file
|
||||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov (di.sean@protonmail.com)
|
* COPYRIGHT: Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* PROJECT: ReactOS Boot Video Driver for NEC PC-98 series
|
* 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)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: Arch-specific header file
|
* PURPOSE: Arch-specific header file
|
||||||
* COPYRIGHT: Copyright 2020 Dmitry Borisov (di.sean@protonmail.com)
|
* COPYRIGHT: Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
@ -2,17 +2,16 @@
|
||||||
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
||||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: Main file
|
* PURPOSE: Main file
|
||||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp (gvg@reactos.org)
|
* COPYRIGHT: Copyright 2004 Gé van Geldorp <gvg@reactos.org>
|
||||||
* Copyright 2005 Filip Navara (navaraf@reactos.org)
|
* Copyright 2005 Filip Navara <navaraf@reactos.org>
|
||||||
* Copyright 2020 Stanislav Motylkov (x86corez@gmail.com)
|
* Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
#include <drivers/xbox/xgpu.h>
|
||||||
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <drivers/xbox/xgpu.h>
|
|
||||||
|
|
||||||
/* GLOBALS ********************************************************************/
|
/* GLOBALS ********************************************************************/
|
||||||
|
|
||||||
static ULONG_PTR FrameBufferStart = 0;
|
static ULONG_PTR FrameBufferStart = 0;
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
* PROJECT: ReactOS Boot Video Driver for Original Xbox
|
||||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||||
* PURPOSE: Arch-specific header file
|
* PURPOSE: Arch-specific header file
|
||||||
* COPYRIGHT: Copyright 2004 Gé van Geldorp (gvg@reactos.org)
|
* COPYRIGHT: Copyright 2004 Gé van Geldorp <gvg@reactos.org>
|
||||||
* Copyright 2005 Filip Navara (navaraf@reactos.org)
|
* Copyright 2005 Filip Navara <navaraf@reactos.org>
|
||||||
* Copyright 2020 Stanislav Motylkov (x86corez@gmail.com)
|
* Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BOOTVID_XBOX_H_
|
#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 <alex.ionescu@reactos.org>
|
||||||
|
* Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
|
||||||
|
* Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _BOOTVID_PCH_
|
#ifndef _BOOTVID_PCH_
|
||||||
#define _BOOTVID_PCH_
|
#define _BOOTVID_PCH_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue