itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
copyright.h
1 
6 #ifndef COPYRIGHT
7 #define COPYRIGHT
8 
9 /* itpp++
10 * -------------------------------------------------------------------------
11 *
12 * IT++ - C++ library of mathematical, signal processing, speech processing,
13 * and communications classes and functions
14 * Copyright (C) 1995-2015
15 http://itpp.sourceforge.net/
16 *
17 */
18 
19 /* SPUC
20 * -------------------------------------------------------------------------
21 *
22 * SPUC - Signal processing using C++ - A DSP library
23 * Copyright(c) 1993-2015 Tony Kirke
24 http://spuc.sourceforge.net/
25 https://github.com/audiofilter/spuc/
26 */
27 
28 /* itpp_sci, sci_itpp, sci_if
29 * -------------------------------------------------------------------------
30 * SIM models, SCI_API, SCI_IF
31 * Copyright(c) 2010 - 2015 - maki - Marek Kikowski
32 * http://www.kikowski.com/maki/
33 */
34 
35 /*
36  * This program is free software; you can redistribute it and/or modify
37  * it under the terms of the GNU General Public License as published by
38  * the Free Software Foundation; either version 2, or (at your option)
39  * any later version.
40  *
41  * This program is distributed in the hope that it will be useful,
42  * but WITHOUT ANY WARRANTY; without even the implied warranty of
43  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44  * GNU General Public License for more details.
45  *
46  * You should have received a copy of the GNU General Public License
47  * along with this program; if not, write to the Free Software
48  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
49 */
50 
51 #endif // #ifndef COPYRIGHT