add/update copyright notices for substantially changed files

This commit is contained in:
kub 2024-07-02 22:55:50 +02:00
parent 2f0c5639c1
commit 7bf552b5fa
56 changed files with 76 additions and 33 deletions

View file

@ -1,3 +1,9 @@
/*
* PicoDrive PS2 frontend
*
* (C) fjtrujy,irixxxx, 2024
*/
#include <stddef.h>
#include <malloc.h>

View file

@ -1,3 +1,9 @@
/*
* PicoDrive input driver for PS2
*
* (C) fjtrujy,irixxxx 2024
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -1,3 +1,9 @@
/*
* PicoDrive platform interface for PS2
*
* (C) fjtrujy,irixxxx 2024
*/
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>