https://git.reactos.org/?p=reactos.git;a=commitdiff;h=65b29fe533099ce1f2599…
commit 65b29fe533099ce1f2599755dc9447d90bba6493
Author: George Bișoc <george.bisoc(a)reactos.org>
AuthorDate: Sat Dec 14 22:59:38 2024 +0100
Commit: George Bișoc <george.bisoc(a)reactos.org>
CommitDate: Wed Jan 8 23:20:09 2025 +0100
[COMPBATT] Update the top headers and relicense the driver as MIT
---
drivers/bus/acpi/compbatt/compbatt.c | 10 +++++-----
drivers/bus/acpi/compbatt/compbatt.h | 4 ++--
drivers/bus/acpi/compbatt/compmisc.c | 9 ++++-----
drivers/bus/acpi/compbatt/comppnp.c | 9 ++++-----
4 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/drivers/bus/acpi/compbatt/compbatt.c b/drivers/bus/acpi/compbatt/compbatt.c
index 740f1f18cb4..533c32e4991 100644
--- a/drivers/bus/acpi/compbatt/compbatt.c
+++ b/drivers/bus/acpi/compbatt/compbatt.c
@@ -1,9 +1,9 @@
/*
- * PROJECT: ReactOS Composite Battery Driver
- * LICENSE: BSD - See COPYING.ARM in the top level directory
- * FILE: boot/drivers/bus/acpi/compbatt/compbatt.c
- * PURPOSE: Main Initialization Code and IRP Handling
- * PROGRAMMERS: ReactOS Portable Systems Group
+ * PROJECT: ReactOS Composite Battery Driver
+ * LICENSE: MIT (
https://spdx.org/licenses/MIT)
+ * PURPOSE: Main Initialization Code and IRP Handling
+ * COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
<ros.arm(a)reactos.org>
+ * Copyright 2024 George Bișoc <george.bisoc(a)reactos.org>
*/
/* INCLUDES *******************************************************************/
diff --git a/drivers/bus/acpi/compbatt/compbatt.h b/drivers/bus/acpi/compbatt/compbatt.h
index 1b8c1fb49d1..66307defbc4 100644
--- a/drivers/bus/acpi/compbatt/compbatt.h
+++ b/drivers/bus/acpi/compbatt/compbatt.h
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Composite Battery Driver
- * LICENSE: BSD - See COPYING.ARM in the top level directory
+ * LICENSE: MIT (
https://spdx.org/licenses/MIT)
* PURPOSE: Composite battery main header file
- * COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
+ * COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
<ros.arm(a)reactos.org>
* Copyright 2024 George Bișoc <george.bisoc(a)reactos.org>
*/
diff --git a/drivers/bus/acpi/compbatt/compmisc.c b/drivers/bus/acpi/compbatt/compmisc.c
index 328628ee578..6a6cec14056 100644
--- a/drivers/bus/acpi/compbatt/compmisc.c
+++ b/drivers/bus/acpi/compbatt/compmisc.c
@@ -1,9 +1,8 @@
/*
- * PROJECT: ReactOS Composite Battery Driver
- * LICENSE: BSD - See COPYING.ARM in the top level directory
- * FILE: boot/drivers/bus/acpi/compbatt/compmisc.c
- * PURPOSE: Miscellaneous Support Routines
- * PROGRAMMERS: ReactOS Portable Systems Group
+ * PROJECT: ReactOS Composite Battery Driver
+ * LICENSE: MIT (
https://spdx.org/licenses/MIT)
+ * PURPOSE: Miscellaneous Support Routines
+ * COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
<ros.arm(a)reactos.org>
*/
/* INCLUDES *******************************************************************/
diff --git a/drivers/bus/acpi/compbatt/comppnp.c b/drivers/bus/acpi/compbatt/comppnp.c
index 7fd3725e61f..4e456d065f8 100644
--- a/drivers/bus/acpi/compbatt/comppnp.c
+++ b/drivers/bus/acpi/compbatt/comppnp.c
@@ -1,9 +1,8 @@
/*
- * PROJECT: ReactOS Composite Battery Driver
- * LICENSE: BSD - See COPYING.ARM in the top level directory
- * FILE: boot/drivers/bus/acpi/compbatt/comppnp.c
- * PURPOSE: Plug-and-Play IOCTL/IRP Handling
- * PROGRAMMERS: ReactOS Portable Systems Group
+ * PROJECT: ReactOS Composite Battery Driver
+ * LICENSE: MIT (
https://spdx.org/licenses/MIT)
+ * PURPOSE: Plug-and-Play IOCTL/IRP Handling
+ * COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
<ros.arm(a)reactos.org>
*/
/* INCLUDES *******************************************************************/