Skip to content

Commit

Permalink
Copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Mar 15, 2018
1 parent ddde990 commit 3bdf427
Show file tree
Hide file tree
Showing 36 changed files with 123 additions and 35 deletions.
18 changes: 18 additions & 0 deletions InOut/libmpadec/mpadec_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* mpadec - MPEG audio decoder
* Copyright (C) 2002-2004 Dmitriy Startsev (dstartsev@rambler.ru)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

/* Hardware architecture */
//#define ARCH_ALPHA
Expand Down
2 changes: 2 additions & 0 deletions OOps/fftlib.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
fftlib.c:
Copyright 2005 John Green Istvan Varga
FFT library
based on public domain code by John Green <green_jt@vsdec.npt.nuwc.navy.mil>
original version is available at
Expand Down
28 changes: 23 additions & 5 deletions Opcodes/Vosim.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
/* VOSIM.C: VOice SIMulation implementation
* by rasmus ekman March 13, 2008, for Csound.
* This code is released under the Csound license,
* GNU Lesser General Public License version 2.1,
* or (at your option) any later version.
*/
Copyright 2008 rasmus ekman
rasmus ekman March 13, 2008, for Csound.
This file is part of Csound.
The Csound Library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
Csound is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Csound; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
*/


/* Programmer note:
* Pre- and post-conditions are noted at function level.
Expand Down
3 changes: 3 additions & 0 deletions Opcodes/chua/ChuaOscillator.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
Copyright 2008 Michael Gogins
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
3 changes: 3 additions & 0 deletions Opcodes/dssi4cs/src/load.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* load.c
Copyright 2005 Richard W.E. Furse
with Csound adjustments by Andres Cabrera, Istvan Varga, John ffitch
Free software by Richard W.E. Furse. Do with as you will. No
warranty. */

Expand Down
3 changes: 3 additions & 0 deletions Opcodes/dssi4cs/src/utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* utils.h
Copyright 2005 Richard W.E. Furse
with Csound adjustments by Andres Cabrera, John ffitch
Free software by Richard W.E. Furse. Do with as you will. No
warranty.
Modified for csound by Andres Cabrera*/
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/faustgen.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* faustgen.cpp
(c) Victor Lazzarini, 2013
Copyright (c) Victor Lazzarini, 2013
This file is part of Csound.
Expand Down
16 changes: 9 additions & 7 deletions Opcodes/gab/stdopcod.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
stdopcod.h:
Copyright (c) 2012 Victor Lazzarini, John ffitch
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down Expand Up @@ -47,28 +49,28 @@ typedef struct STDOPCOD_GLOBALS_ {
CSOUND *csound;
/* fout.c */
struct fileinTag *file_opened;
int32_t file_max;
int32_t file_num;
int32_t file_max;
int32_t file_num;
int32 fout_kreset;
/* MYFLT *buf;
int32_t buf_size; */ /* VL - now using per instance buffer */
int32_t buf_size; */ /* VL - now using per instance buffer */
/* oscbnk.c */
uint32 oscbnk_seed;
int32 rnd31i_seed;
int32_t denorm_seed;
int32_t vco2_nr_table_arrays;
int32_t denorm_seed;
int32_t vco2_nr_table_arrays;
VCO2_TABLE_ARRAY **vco2_tables;
/* ugnorman.c */
ATSBUFREAD *atsbufreadaddr;
int32_t swapped_warning;
int32_t swapped_warning;
/* locsig.c */
void *locsigaddr;
/* space.c */
void *spaceaddr;
/* gab/gab.c */
MYFLT *tb_ptrs[16]; /* Left here while the rest is implemented */
MYFLT *tb[16]; /* gab: updated */
int32_t tb_ixmode[16]; /* gab: added */
int32_t tb_ixmode[16]; /* gab: added */
int32 tb_size[16]; /* gab: added */
} STDOPCOD_GLOBALS;

Expand Down
2 changes: 1 addition & 1 deletion Opcodes/gendy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Based on Nick Collins's Gendy1 ugen (SuperCollider).
(c) Tito Latini, 2012
Copyright (c) Tito Latini, 2012
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/hrtfearly.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Coyright 2010 Brian Carty
Coypright (c) 2010 Brian Carty
PhD Code August 2010
binaural reverb: early reflections
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/partials.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* partials.c
(c) Victor Lazzarini, 2005
Copyright (c) Victor Lazzarini, 2005
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pitchtrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kcps, kamp ptrack asig, ihopsize [, ipeaks]
(c) Victor Lazzarini, 2007
Copyright (c) Victor Lazzarini, 2007
based on M Puckette's pitch tracking algorithm.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/psynth.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* psynth.c
(c) Victor Lazzarini, 2005
Copyright (c) Victor Lazzarini, 2005
This file is part of Csound.
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/pvoc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
pvoc.c:
Copyright (c) 2006 Istvan Varga
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/pvoc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
pvoc.h:
Copyright (c) 2005 Istvan Varga
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/pvs_ops.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
pvs_ops.c:
Copyright (c) 2006 Istvan Varga, John ffitch
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/pvs_ops.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
pvs_ops.h:
Copyright (c) 2003 Istvan Varga, John ffitch
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pvsband.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pvsband.c:
bandpass filter transformation of streaming PV signals
(c) John ffitch, 2007
Copyright (c) John ffitch, 2007
This file is part of Csound.
Expand Down
4 changes: 2 additions & 2 deletions Opcodes/pvsbasic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pvsbasic.c:
basic opcodes for transformation of streaming PV signals
(c) Victor Lazzarini, 2004
John ffitch, 2007 (slifing form)
Copyright (c) Victor Lazzarini, 2004
John ffitch, 2007 (shifting form)
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pvsbasic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pvsbasic.h:
basic opcodes for transformation of streaming PV signals
(c) Victor Lazzarini, 2004
Copyright (c) Victor Lazzarini, 2004
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pvsbuffer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
(c) Victor Lazzarini, 2007
Copyright (c) Victor Lazzarini, 2007
This file is part of Csound.
Expand Down
6 changes: 3 additions & 3 deletions Opcodes/pvscent.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* pvscent.c:
Calculation of spectral centroid as Beauchamp
(c) John ffitch, 2005
(c) Alan OCinneide, 2005
(c) V Lazzarini, 2012
Copyright (c) John ffitch, 2005
Copyright (c) Alan OCinneide, 2005
Copyright (c) V Lazzarini, 2012
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pvsdemix.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* pvsdemix.c:
De-mixing of stereo sources.
(c) Victor Lazzarini, 2005
Copyright (c) Victor Lazzarini, 2005
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/pvsgendy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pvsgendy.c:
gendy style transformation in frequency domain
(c) John ffitch, 2009
Copyright (c) John ffitch, 2009
This file is part of Csound.
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/reverbsc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
reverbsc.c:
Copyright 1999, 2005 Sean Costello and Istvan Varga
8 delay line FDN reverb, with feedback matrix based upon
physical modeling scattering junction of 8 lossless waveguides
of equal characteristic impedance. Based on Julius O. Smith III,
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/scoreline.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
scoreline.c:
(c) Victor Lazzarini, 2004,2008
Copyright (c) Victor Lazzarini, 2004,2008
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/sndloop.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* sndloop.c sndloop flooper pvsarp pvsvoc
(c) Victor Lazzarini, 2004
Copyright (c) Victor Lazzarini, 2004
This file is part of Csound.
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/stdopcod.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
stdopcod.c:
Copyright (c) 2005 Istvan Varga
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/stdopcod.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
stdopcod.h:
Copyright (c) 205 Istvan Varga
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/syncgrain.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
syncgrain.c: Synchronous granular synthesis
(c) Victor Lazzarini, 2004
Copyright (c) Victor Lazzarini, 2004
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/syncgrain.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* syncgrain.h:
Synchronous granular synthesis
(c) Victor Lazzarini, 2004
Copyright (c) Victor Lazzarini, 2004
This file is part of Csound.
Expand Down
2 changes: 1 addition & 1 deletion Opcodes/tl/sc_noise.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Based on the noise ugens of SuperCollider.
(c) Tito Latini, 2012
Copyright (c) Tito Latini, 2012
This file is part of Csound.
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/ugnorman.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
ugnorman.c:
Copyright 2004 Alex Norman
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 2 additions & 0 deletions Opcodes/ugnorman.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
ugnorman.h:
Copyright 2004 Alex Norman
This file is part of Csound.
The Csound Library is free software; you can redistribute it
Expand Down
2 changes: 1 addition & 1 deletion Top/threadsafe.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* threadsafe.c: threadsafe API functions
* (c) V Lazzarini, 2013
* Copyright (c) V Lazzarini, 2013
*
* L I C E N S E
*
Expand Down
Loading

0 comments on commit 3bdf427

Please sign in to comment.