diff --git a/src/device/isamem.c b/src/device/isamem.c index 00e8bd8e7..839f37f92 100644 --- a/src/device/isamem.c +++ b/src/device/isamem.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of a memory expansion board for the ISA Bus. * diff --git a/src/device/isartc.c b/src/device/isartc.c index 029a5067d..66accb66a 100644 --- a/src/device/isartc.c +++ b/src/device/isartc.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of a Clock/RTC Card for the ISA PC/XT. * diff --git a/src/disk/hdc_xta.c b/src/disk/hdc_xta.c index 4b98551a1..c6abf9adf 100644 --- a/src/disk/hdc_xta.c +++ b/src/disk/hdc_xta.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of a generic IDE-XTA disk controller. * diff --git a/src/floppy/fdc_pii15xb.c b/src/floppy/fdc_pii15xb.c index e0cfb58cd..d8b687502 100644 --- a/src/floppy/fdc_pii15xb.c +++ b/src/floppy/fdc_pii15xb.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of the DTK MiniMicro series of Floppy Disk Controllers. * Original code from VARCem. Fully rewritten, fixed and improved for 86Box. diff --git a/src/floppy/fdd_json.c b/src/floppy/fdd_json.c index 104f49448..aba7f1d33 100644 --- a/src/floppy/fdd_json.c +++ b/src/floppy/fdd_json.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of the PCjs JSON floppy image format. * diff --git a/src/include/86box/fdd_json.h b/src/include/86box/fdd_json.h index 99b12f816..e86aad01a 100644 --- a/src/include/86box/fdd_json.h +++ b/src/include/86box/fdd_json.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the PCjs JSON floppy image format. * diff --git a/src/include/86box/isamem.h b/src/include/86box/isamem.h index 3603d368f..9a1841c53 100644 --- a/src/include/86box/isamem.h +++ b/src/include/86box/isamem.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the ISAMEM cards. * diff --git a/src/include/86box/isartc.h b/src/include/86box/isartc.h index 1df787f67..d619d3052 100644 --- a/src/include/86box/isartc.h +++ b/src/include/86box/isartc.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the ISARTC cards. * diff --git a/src/include/86box/network.h b/src/include/86box/network.h index 77bfa37a4..292c863fa 100644 --- a/src/include/86box/network.h +++ b/src/include/86box/network.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the network module. * diff --git a/src/include/86box/nvr.h b/src/include/86box/nvr.h index a4bf93056..97c8786c3 100644 --- a/src/include/86box/nvr.h +++ b/src/include/86box/nvr.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the generic NVRAM/CMOS driver. * diff --git a/src/include/86box/png_struct.h b/src/include/86box/png_struct.h index 8bc77c455..cbbcc5be8 100644 --- a/src/include/86box/png_struct.h +++ b/src/include/86box/png_struct.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the centralized PNG image handler. * diff --git a/src/include/86box/printer.h b/src/include/86box/printer.h index c8d300283..eb6eb4a75 100644 --- a/src/include/86box/printer.h +++ b/src/include/86box/printer.h @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Definitions for the printers module. * diff --git a/src/machine/m_ps1_hdc.c b/src/machine/m_ps1_hdc.c index 6ac39d1e6..4355a0ad6 100644 --- a/src/machine/m_ps1_hdc.c +++ b/src/machine/m_ps1_hdc.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of the PS/1 Model 2011 disk controller. * diff --git a/src/network/net_pcap.c b/src/network/net_pcap.c index 31fba2f52..8c9326ec3 100644 --- a/src/network/net_pcap.c +++ b/src/network/net_pcap.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Handle WinPcap library processing. * diff --git a/src/network/network.c b/src/network/network.c index 570f8e039..9b4c9e4b9 100644 --- a/src/network/network.c +++ b/src/network/network.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of the network module. * diff --git a/src/network/pcap_if.c b/src/network/pcap_if.c index cca012cff..53eb6804a 100644 --- a/src/network/pcap_if.c +++ b/src/network/pcap_if.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Simple program to show usage of (Win)Pcap. * diff --git a/src/nvr.c b/src/nvr.c index 5d6a272ff..dccc6be40 100644 --- a/src/nvr.c +++ b/src/nvr.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implement a generic NVRAM/CMOS/RTC device. * diff --git a/src/printer/png.c b/src/printer/png.c index 991e3c475..56e2ccfc7 100644 --- a/src/printer/png.c +++ b/src/printer/png.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Provide centralized access to the PNG image handler. * diff --git a/src/printer/prt_cpmap.c b/src/printer/prt_cpmap.c index 32eebcfdd..ba9e71085 100644 --- a/src/printer/prt_cpmap.c +++ b/src/printer/prt_cpmap.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Various ASCII to Unicode maps, for the various codepages. * diff --git a/src/printer/prt_escp.c b/src/printer/prt_escp.c index 5c74431b7..96d9bf86b 100644 --- a/src/printer/prt_escp.c +++ b/src/printer/prt_escp.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of the Generic ESC/P Dot-Matrix printer. * diff --git a/src/printer/prt_text.c b/src/printer/prt_text.c index 6bf25ac06..b67d859b9 100644 --- a/src/printer/prt_text.c +++ b/src/printer/prt_text.c @@ -1,10 +1,8 @@ /* - * 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. + * VARCem Virtual ARchaeological Computer EMulator. + * An emulator of (mostly) x86-based PC systems and devices, + * using the ISA,EISA,VLB,MCA and PCI system buses, roughly + * spanning the era between 1981 and 1995. * * Implementation of a generic text printer. *