updated copyright notices

bit of a hastle on my end, still getting used to being this cool
This commit is contained in:
Myles "Mellurboo" Wilson 2026-05-14 01:11:15 +01:00
parent eff19e771f
commit baafbc9630
7 changed files with 22 additions and 36 deletions

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#ifndef ACPI_H #ifndef ACPI_H
#define ACPI_H #define ACPI_H

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#include "acpi_aml.h" #include "acpi_aml.h"
#include "kutils.h" #include "kutils.h"

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#ifndef ACPI_AML_H #ifndef ACPI_AML_H
#define ACPI_AML_H #define ACPI_AML_H
@ -49,7 +47,7 @@ typedef struct __attribute__((packed)) {
/* /*
GUID: 3cdff6f7-4267-4555-ad05-b30a3d8938de, mixed-endian AML layout GUID: 3cdff6f7-4267-4555-ad05-b30a3d8938de, mixed-endian AML layout
sorry i know its a magic number but tis the way of things :pensive: sorry i know its a magic number but tis the way of things
*/ */
#define ACPI_I2C_HID_DSM_GUID \ #define ACPI_I2C_HID_DSM_GUID \
"\xf7\xf6\xdf\x3c\x67\x42\x55\x45\xad\x05\xb3\x0a\x3d\x89\x38\xde" "\xf7\xf6\xdf\x3c\x67\x42\x55\x45\xad\x05\xb3\x0a\x3d\x89\x38\xde"

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#ifndef ACPI_STRUCTURES_H #ifndef ACPI_STRUCTURES_H
#define ACPI_STRUCTURES_H #define ACPI_STRUCTURES_H

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#include "acpi_i2c.h" #include "acpi_i2c.h"
#include "../ACPI/acpi.h" #include "../ACPI/acpi.h"

View file

@ -1,8 +1,6 @@
/* // Copyright (c) 2026 Myles Wilson (myles@bleedkernel.com)
* Copyright (c) 2026 Myles "Mellurboo" Wilson // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
* Unauthorized copying or distribution is prohibited. // This header needs to maintain in any file it is present in, as per the GPL license terms.
* Provided "as is" without warranty.
*/
#ifndef ACPI_I2C_H #ifndef ACPI_I2C_H
#define ACPI_I2C_H #define ACPI_I2C_H