mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:16:38 +00:00
[COMPBATT] Update the top headers and relicense the driver as MIT
This commit is contained in:
parent
c439c5849b
commit
65b29fe533
4 changed files with 15 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Composite Battery Driver
|
* PROJECT: ReactOS Composite Battery Driver
|
||||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||||
* FILE: boot/drivers/bus/acpi/compbatt/compbatt.c
|
|
||||||
* PURPOSE: Main Initialization Code and IRP Handling
|
* PURPOSE: Main Initialization Code and IRP Handling
|
||||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
* COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group <ros.arm@reactos.org>
|
||||||
|
* Copyright 2024 George Bișoc <george.bisoc@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Composite Battery Driver
|
* 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
|
* PURPOSE: Composite battery main header file
|
||||||
* COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group
|
* COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group <ros.arm@reactos.org>
|
||||||
* Copyright 2024 George Bișoc <george.bisoc@reactos.org>
|
* Copyright 2024 George Bișoc <george.bisoc@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Composite Battery Driver
|
* PROJECT: ReactOS Composite Battery Driver
|
||||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||||
* FILE: boot/drivers/bus/acpi/compbatt/compmisc.c
|
|
||||||
* PURPOSE: Miscellaneous Support Routines
|
* PURPOSE: Miscellaneous Support Routines
|
||||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
* COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group <ros.arm@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Composite Battery Driver
|
* PROJECT: ReactOS Composite Battery Driver
|
||||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||||
* FILE: boot/drivers/bus/acpi/compbatt/comppnp.c
|
|
||||||
* PURPOSE: Plug-and-Play IOCTL/IRP Handling
|
* PURPOSE: Plug-and-Play IOCTL/IRP Handling
|
||||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
* COPYRIGHT: Copyright 2010 ReactOS Portable Systems Group <ros.arm@reactos.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue