mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -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,7 +1,7 @@
|
|||
/*
|
||||
* some code for sample mixing
|
||||
* (C) notaz, 2006,2007
|
||||
* (C) kub, 2019,2020 added filtering
|
||||
* (C) irixxxx, 2019,2020 added filtering
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* Generic routines for mixing audio samples
|
||||
* (C) notaz, 2007,2008
|
||||
* (C) irixxxx, 2019,2020 added filtering
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
||||
*
|
||||
* (C) 2022 kub
|
||||
* (C) 2022 irixxxx
|
||||
*
|
||||
* This work is licensed under the terms of any of these licenses
|
||||
* (at your option):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Configurable fixed point resampling SINC filter for mono and stereo audio.
|
||||
*
|
||||
* (C) 2022 kub
|
||||
* (C) 2022 irixxxx
|
||||
*
|
||||
* This work is licensed under the terms of any of these licenses
|
||||
* (at your option):
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* PicoDrive
|
||||
* (c) Copyright Dave, 2004
|
||||
* (C) notaz, 2006-2009
|
||||
* (C) irixxxx, 2019-2024
|
||||
*
|
||||
* 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, 2006
|
||||
* (C) kub, 2020 added SSG-EG and simple output rate interpolation
|
||||
* (C) irixxxx, 2020-2023 added SSG-EG and simple output rate interpolation
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue