From 8e8c0d231d319bfc75dcfe82a7c1d72e288e23fd Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 17:54:10 +0000 Subject: new date in header svn path=/trunk/externals/iem/iem_tab/; revision=6889 --- src/iem_tab.c | 2 +- src/iem_tab.h | 2 +- src/iemlib.h | 2 +- src/tab_abs.c | 2 +- src/tab_add.c | 2 +- src/tab_add_scalar.c | 2 +- src/tab_carth2polar.c | 2 +- src/tab_complex_inv.c | 4 +++- src/tab_complex_mul.c | 2 +- src/tab_const.c | 2 +- src/tab_conv.c | 2 +- src/tab_copy.c | 2 +- src/tab_counter.c | 2 +- src/tab_cross_corr.c | 2 +- src/tab_div.c | 2 +- src/tab_eq.c | 2 +- src/tab_eq_scalar.c | 2 +- src/tab_fft.c | 2 +- src/tab_find_exact_peaks.c | 2 +- src/tab_find_peaks.c | 2 +- src/tab_ge.c | 2 +- src/tab_ge_scalar.c | 2 +- src/tab_gt.c | 2 +- src/tab_gt_scalar.c | 2 +- src/tab_ifft.c | 2 +- src/tab_le.c | 2 +- src/tab_le_scalar.c | 2 +- src/tab_lt.c | 2 +- src/tab_lt_scalar.c | 2 +- src/tab_max_index.c | 2 +- src/tab_min_index.c | 2 +- src/tab_min_max.c | 2 +- src/tab_mls.c | 2 +- src/tab_mul.c | 2 +- src/tab_mul_scalar.c | 2 +- src/tab_ne.c | 2 +- src/tab_ne_scalar.c | 2 +- src/tab_rfft.c | 2 +- src/tab_rifft.c | 2 +- src/tab_sqrt.c | 2 +- src/tab_sub.c | 2 +- src/tab_sum.c | 2 +- 42 files changed, 44 insertions(+), 42 deletions(-) diff --git a/src/iem_tab.c b/src/iem_tab.c index 1698b04..6519883 100644 --- a/src/iem_tab.c +++ b/src/iem_tab.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/iem_tab.h b/src/iem_tab.h index cdd39eb..76027ef 100644 --- a/src/iem_tab.h +++ b/src/iem_tab.h @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #ifndef __IEMTAB_H__ #define __IEMTAB_H__ diff --git a/src/iemlib.h b/src/iemlib.h index 6be2de0..36d47ca 100644 --- a/src/iemlib.h +++ b/src/iemlib.h @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #ifndef __IEMLIB_H__ #define __IEMLIB_H__ diff --git a/src/tab_abs.c b/src/tab_abs.c index 9294a4a..082f54b 100644 --- a/src/tab_abs.c +++ b/src/tab_abs.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_add.c b/src/tab_add.c index c40ee1b..7758118 100644 --- a/src/tab_add.c +++ b/src/tab_add.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_add_scalar.c b/src/tab_add_scalar.c index b20c338..abbced7 100644 --- a/src/tab_add_scalar.c +++ b/src/tab_add_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_carth2polar.c b/src/tab_carth2polar.c index 7715117..cc69782 100644 --- a/src/tab_carth2polar.c +++ b/src/tab_carth2polar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_complex_inv.c b/src/tab_complex_inv.c index c07b29f..16e1289 100644 --- a/src/tab_complex_inv.c +++ b/src/tab_complex_inv.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" @@ -229,8 +229,10 @@ void tab_complex_inv_setup(void) class_addbang(tab_complex_inv_class, (t_method)tab_complex_inv_bang); class_addlist(tab_complex_inv_class, (t_method)tab_complex_inv_list); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_re, gensym("src1_re"), A_DEFSYMBOL, 0); + class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_re, gensym("src_re"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_dst_re, gensym("dst_re"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_im, gensym("src1_im"), A_DEFSYMBOL, 0); + class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_im, gensym("src_im"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_dst_im, gensym("dst_im"), A_DEFSYMBOL, 0); class_sethelpsymbol(tab_complex_inv_class, gensym("iemhelp2/tab_complex_inv-help")); } diff --git a/src/tab_complex_mul.c b/src/tab_complex_mul.c index 6bc8446..6bf7eba 100644 --- a/src/tab_complex_mul.c +++ b/src/tab_complex_mul.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_const.c b/src/tab_const.c index 4010b00..9b5d80f 100644 --- a/src/tab_const.c +++ b/src/tab_const.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_conv.c b/src/tab_conv.c index 4de3e96..bb46997 100644 --- a/src/tab_conv.c +++ b/src/tab_conv.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_copy.c b/src/tab_copy.c index 6db25af..da94762 100644 --- a/src/tab_copy.c +++ b/src/tab_copy.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_counter.c b/src/tab_counter.c index 66389d1..e4a6e06 100644 --- a/src/tab_counter.c +++ b/src/tab_counter.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_cross_corr.c b/src/tab_cross_corr.c index c19e2c6..c9bb5f8 100644 --- a/src/tab_cross_corr.c +++ b/src/tab_cross_corr.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_div.c b/src/tab_div.c index 8bdf84a..521eaf6 100644 --- a/src/tab_div.c +++ b/src/tab_div.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_eq.c b/src/tab_eq.c index eff8ff3..96073bb 100644 --- a/src/tab_eq.c +++ b/src/tab_eq.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_eq_scalar.c b/src/tab_eq_scalar.c index a77e46e..287f340 100644 --- a/src/tab_eq_scalar.c +++ b/src/tab_eq_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_fft.c b/src/tab_fft.c index b0befac..55350d9 100644 --- a/src/tab_fft.c +++ b/src/tab_fft.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_find_exact_peaks.c b/src/tab_find_exact_peaks.c index 335150c..b1d90d9 100644 --- a/src/tab_find_exact_peaks.c +++ b/src/tab_find_exact_peaks.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_find_peaks.c b/src/tab_find_peaks.c index b821903..c77bc13 100644 --- a/src/tab_find_peaks.c +++ b/src/tab_find_peaks.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_ge.c b/src/tab_ge.c index 5bd3bae..4d7c7fc 100644 --- a/src/tab_ge.c +++ b/src/tab_ge.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_ge_scalar.c b/src/tab_ge_scalar.c index ae490e4..f416e22 100644 --- a/src/tab_ge_scalar.c +++ b/src/tab_ge_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_gt.c b/src/tab_gt.c index c934c31..9a2f87c 100644 --- a/src/tab_gt.c +++ b/src/tab_gt.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_gt_scalar.c b/src/tab_gt_scalar.c index 172651d..6aa48d6 100644 --- a/src/tab_gt_scalar.c +++ b/src/tab_gt_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_ifft.c b/src/tab_ifft.c index be6f7c1..2364e53 100644 --- a/src/tab_ifft.c +++ b/src/tab_ifft.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_le.c b/src/tab_le.c index 4bc0e14..916cd82 100644 --- a/src/tab_le.c +++ b/src/tab_le.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_le_scalar.c b/src/tab_le_scalar.c index 93e7b8b..56da3e8 100644 --- a/src/tab_le_scalar.c +++ b/src/tab_le_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_lt.c b/src/tab_lt.c index d2fa8c7..69f6cc3 100644 --- a/src/tab_lt.c +++ b/src/tab_lt.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_lt_scalar.c b/src/tab_lt_scalar.c index de33cc5..bb88951 100644 --- a/src/tab_lt_scalar.c +++ b/src/tab_lt_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_max_index.c b/src/tab_max_index.c index 5ea7ed8..143cb4a 100644 --- a/src/tab_max_index.c +++ b/src/tab_max_index.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_min_index.c b/src/tab_min_index.c index da07d8a..2ccdc13 100644 --- a/src/tab_min_index.c +++ b/src/tab_min_index.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_min_max.c b/src/tab_min_max.c index a0c7717..a9aac67 100644 --- a/src/tab_min_max.c +++ b/src/tab_min_max.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_mls.c b/src/tab_mls.c index 326e7aa..3feb410 100644 --- a/src/tab_mls.c +++ b/src/tab_mls.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_mul.c b/src/tab_mul.c index cfa8c8d..2ccb0e7 100644 --- a/src/tab_mul.c +++ b/src/tab_mul.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_mul_scalar.c b/src/tab_mul_scalar.c index b4da707..d147d72 100644 --- a/src/tab_mul_scalar.c +++ b/src/tab_mul_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_ne.c b/src/tab_ne.c index e530752..497e1c6 100644 --- a/src/tab_ne.c +++ b/src/tab_ne.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" diff --git a/src/tab_ne_scalar.c b/src/tab_ne_scalar.c index 098b471..f0e15e7 100644 --- a/src/tab_ne_scalar.c +++ b/src/tab_ne_scalar.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_rfft.c b/src/tab_rfft.c index f562c63..b696446 100644 --- a/src/tab_rfft.c +++ b/src/tab_rfft.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_rifft.c b/src/tab_rifft.c index 2d33d81..61c55d6 100644 --- a/src/tab_rifft.c +++ b/src/tab_rifft.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_sqrt.c b/src/tab_sqrt.c index 52f3a34..34b3476 100644 --- a/src/tab_sqrt.c +++ b/src/tab_sqrt.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_sub.c b/src/tab_sub.c index 006d7bb..20c8126 100644 --- a/src/tab_sub.c +++ b/src/tab_sub.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/tab_sum.c b/src/tab_sum.c index decdad3..bd84f43 100644 --- a/src/tab_sum.c +++ b/src/tab_sum.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ +iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ #include "m_pd.h" #include "iemlib.h" -- cgit v1.2.1