mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
add/update copyright notices for substantially changed files
This commit is contained in:
parent
2f0c5639c1
commit
7bf552b5fa
56 changed files with 76 additions and 33 deletions
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* some color conversion and blitting routines
|
||||
* (C) notaz, 2006-2009
|
||||
* (C) irixxxx, 2020-2023
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* very basic mips disassembler for MIPS32/MIPS64 Release 2, only for picodrive
|
||||
* Copyright (C) 2019 kub
|
||||
* Copyright (C) 2019-2021 irixxxx
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* DRC host disassembler interface for MIPS/ARM32 for use without binutils
|
||||
* (C) kub, 2018,2019
|
||||
* (C) irixxxx, 2018-2021
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* MP3 decoding using dr_mp3
|
||||
* (C) kub, 2020
|
||||
* (C) irixxxx, 2020
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* MP3 decoding using minimp3
|
||||
* (C) kub, 2020
|
||||
* (C) irixxxx, 2020
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PicoDrive
|
||||
* (C) notaz, 2013
|
||||
* (C) kub, 2020-2022
|
||||
* (C) irixxxx, 2020-2024
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* 320x224 -> 320x240, PAR 1:1, for NTSC, DAR 4:3 (PAL 7% etc etc...)
|
||||
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
||||
*
|
||||
* (C) 2021 kub <derkub@gmail.com>
|
||||
* (C) 2021 irixxxx
|
||||
*
|
||||
* This work is licensed under the terms of any of these licenses
|
||||
* (at your option):
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* 160x144 -> 320x240: GG, PAR 6:5, scaling to 320x240 for DAR 4:3
|
||||
*
|
||||
*
|
||||
* (C) 2021 kub <derkub@gmail.com>
|
||||
* (C) 2021 irixxxx
|
||||
*
|
||||
* This work is licensed under the terms of any of these licenses
|
||||
* (at your option):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue