From 49c9ca3a99524377f45b9455df50d228653d8429 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Thu, 25 Aug 2022 23:02:11 -0400 Subject: [PATCH] Missed a copyright header --- src/chipset/intel_ich2.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/chipset/intel_ich2.c b/src/chipset/intel_ich2.c index 4b5868742..39e39bbb4 100644 --- a/src/chipset/intel_ich2.c +++ b/src/chipset/intel_ich2.c @@ -1,9 +1,21 @@ /* - * Intel ICH2 + * 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 82801BA (ICH2) + * + * + * + * Authors: Tiseno100, + * Jasmine Iwanek, + * + * Copyright 2022 Tiseno100. + * Copyright 2022 Jasmine Iwanek. * - * Copyright 2022 Tiseno100. */ #include