Rename file, add copyright header

This commit is contained in:
David Hrdlička
2025-09-02 00:30:05 +02:00
parent 8ab80ca26f
commit 37a1aaa721
2 changed files with 20 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ add_library(vid OBJECT
# DDC / monitor identification stuff # DDC / monitor identification stuff
vid_ddc.c vid_ddc.c
vid_ddc_custom.c vid_ddc_edid_custom.c
# CARDS start here # CARDS start here

View File

@@ -1,3 +1,22 @@
/*
* 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.
*
* Custom monitor EDID file loader.
*
*
*
* Authors: Cacodemon345,
* David Hrdlička, <hrdlickadavid@outlook.com>
*
* Copyright 2025 Cacodemon.
* Copyright 2025 David Hrdlička.
*/
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>