mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
updated copyright notices
bit of a hastle on my end, still getting used to being this cool
This commit is contained in:
parent
eff19e771f
commit
baafbc9630
7 changed files with 22 additions and 36 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue