[BOOTVID] Add file copyright information headers (#6650)
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 12 Jul 2023 15:12:55 +0000 (17:12 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 23 Mar 2024 14:15:41 +0000 (15:15 +0100)
14 files changed:
drivers/base/bootvid/arm/arm.h
drivers/base/bootvid/arm/bootvid.c
drivers/base/bootvid/bootvid.rc
drivers/base/bootvid/common.c
drivers/base/bootvid/fontdata.c
drivers/base/bootvid/i386/pc/bootdata.c
drivers/base/bootvid/i386/pc/bootvid.c
drivers/base/bootvid/i386/pc/pc.h
drivers/base/bootvid/i386/pc/vga.c
drivers/base/bootvid/i386/pc98/bootvid.c
drivers/base/bootvid/i386/pc98/pc98.h
drivers/base/bootvid/i386/xbox/bootvid.c
drivers/base/bootvid/i386/xbox/xbox.h
drivers/base/bootvid/precomp.h

index 7c3801c..84e49a7 100644 (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 <ros.arm@reactos.org>
+ */
 
 #pragma once
 
index b56e4e2..d3d74f6 100644 (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 <ros.arm@reactos.org>
+ */
+
 #include "precomp.h"
 
 #define NDEBUG
index 8706fe2..5e1c312 100644 (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 <alex.ionescu@reactos.org>
+ */
+
 #define REACTOS_VERSION_DLL
 
 #if defined(SARCH_PC98)
index 9f4dda4..e2119f8 100644 (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 <gregor.schneider@reactos.org>
+ *              Copyright 2011 Rafal Harabien <rafalh@reactos.org>
+ *              Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
+ */
+
 #include "precomp.h"
 
 /* GLOBALS ********************************************************************/
index e4a6922..f0e4523 100644 (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 <roytam@gmail.com>
+ */
+
 #include "precomp.h"
 
 //
index 548708c..8ab4a05 100644 (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 <alex.ionescu@reactos.org>
+ *              Copyright 2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
+ */
+
 #include "precomp.h"
 
 //
index f333652..e847d6d 100644 (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 <alex.ionescu@reactos.org>
+ *              Copyright 2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
+ */
+
 #include "precomp.h"
 
 /* PRIVATE FUNCTIONS *********************************************************/
index c299a1e..e78370f 100644 (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 <alex.ionescu@reactos.org>
+ */
 
 #pragma once
 
index 9eb3946..7daeaa1 100644 (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 <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"
 
 /* GLOBALS *******************************************************************/
index 18af077..bc52e3d 100644 (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 (di.sean@protonmail.com)
+ * COPYRIGHT:   Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
  */
 
 /* INCLUDES *******************************************************************/
index 2e84211..38b523d 100644 (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 (di.sean@protonmail.com)
+ * COPYRIGHT:   Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
  */
 
 #pragma once
index d81dec1..0d9f05c 100644 (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 (gvg@reactos.org)
- *              Copyright 2005 Filip Navara (navaraf@reactos.org)
- *              Copyright 2020 Stanislav Motylkov (x86corez@gmail.com)
+ * COPYRIGHT:   Copyright 2004 Gé van Geldorp <gvg@reactos.org>
+ *              Copyright 2005 Filip Navara <navaraf@reactos.org>
+ *              Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
  */
 
 #include "precomp.h"
+#include <drivers/xbox/xgpu.h>
 
 #include <debug.h>
 
-#include <drivers/xbox/xgpu.h>
-
 /* GLOBALS ********************************************************************/
 
 static ULONG_PTR FrameBufferStart = 0;
index a189a5b..c48119d 100644 (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 (gvg@reactos.org)
- *              Copyright 2005 Filip Navara (navaraf@reactos.org)
- *              Copyright 2020 Stanislav Motylkov (x86corez@gmail.com)
+ * COPYRIGHT:   Copyright 2004 Gé van Geldorp <gvg@reactos.org>
+ *              Copyright 2005 Filip Navara <navaraf@reactos.org>
+ *              Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
  */
 
 #ifndef _BOOTVID_XBOX_H_
index d8ffc03..3722885 100644 (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 <alex.ionescu@reactos.org>
+ *              Copyright 2020 Dmitry Borisov <di.sean@protonmail.com>
+ *              Copyright 2020 Stanislav Motylkov <x86corez@gmail.com>
+ */
+
 #ifndef _BOOTVID_PCH_
 #define _BOOTVID_PCH_