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 @@
/*
* 815EP SPD Memory Hack
* 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 82815EP SPD Memory Hack
*
*
*
* Authors: Tiseno100,
*
* Copyright 2022 Tiseno100.
*
* Copyright 2022 Tiseno100.
*/
/* This is a hack because the 86Box SPD calculation algorithm is not made for the 815EP banking.

View File

@@ -1,23 +1,25 @@
/*
* 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.
*
* Implementation of an SST flash chip.
* Implementation of an SST flash chip.
*
*
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
* Melissa Goad, <mszoopers@protonmail.com>
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
* Melissa Goad, <mszoopers@protonmail.com>
*
* Copyright 2008-2020 Sarah Walker.
* Copyright 2016-2020 Miran Grca.
* Copyright 2020 Melissa Goad.
* Copyright 2008-2020 Sarah Walker.
* Copyright 2016-2020 Miran Grca.
* Copyright 2020 Melissa Goad.
* Copyright 2022 Jasmine Iwanek.
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>