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,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.

View file

@ -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.

View file

@ -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):

View file

@ -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):

View file

@ -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.

View file

@ -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.