Update copyright headers

This commit is contained in:
Jasmine Iwanek
2022-08-25 22:50:59 -04:00
parent bcef7f696d
commit 2dbdb06371
17 changed files with 218 additions and 81 deletions

View File

@@ -1,9 +1,19 @@
/*
* National Semiconductor PC87366(NSC366) Hardware Monitor
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* Authors: Tiseno100,
* This file is part of the 86Box distribution.
*
* Implementation of National Semiconductor PC87366(NSC366) Hardware Monitor
*
*
*
* Authors: Tiseno100,
*
* Copyright 2022 Tiseno100.
*
* Copyright 2022 Tiseno100.
*/
/* The conversion algorithms were taken by the pc87360.c driver of the Linux kernel.

View File

@@ -1,12 +1,21 @@
/*
* Intel ICH2 GPIO
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* Authors: Tiseno100,
* This file is part of the 86Box distribution.
*
* Implementation of Intel ICH2 GPIO
*
*
*
* Authors: Tiseno100,
*
* Copyright 2022 Tiseno100.
*
* Copyright 2022 Tiseno100.
*/
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>

View File

@@ -1,9 +1,19 @@
/*
* Intel ICH2 Trap Handler
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* Authors: Tiseno100,
* This file is part of the 86Box distribution.
*
* Intel ICH2 Trap Handler
*
*
*
* Authors: Tiseno100,
*
* Copyright 2022 Tiseno100.
*
* Copyright 2022 Tiseno100.
*/
#include <stdarg.h>

View File

@@ -1,19 +1,19 @@
/*
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
* 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus.
*
* This file is part of the 86Box distribution.
* This file is part of the 86Box distribution.
*
* Intel TCO Handler.
* Intel TCO Handler.
*
* Note: There's a TCO Timer too but for now it's of no use thus
* not implemented
* Note: There's a TCO Timer too but for now it's of no use thus
* not implemented
*
* Authors: Tiseno100,
* Authors: Tiseno100,
*
* Copyright 2022 Tiseno100.
* Copyright 2022 Tiseno100.
*/
/* Note: There's a TCO Timer too but for now it's of no use thus not implemented */