aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-11-30 11:09:23 +0000
committermusil <tmusil@users.sourceforge.net>2006-11-30 11:09:23 +0000
commit5d3f932033b931f709c4e003acf19acbb6fd3529 (patch)
tree1ff1ff12c8b8430534b966eb3ac5b8f5966216b5
parentf08611d5ab9d3c3d3594c2360558977ae09f7bd6 (diff)
little nothings
svn path=/trunk/externals/iem/iem_ambi/; revision=6542
-rw-r--r--src/ambi_decode.c2
-rw-r--r--src/ambi_decode2.c2
-rw-r--r--src/ambi_decode3.c2
-rw-r--r--src/ambi_decode_cube.c2
-rw-r--r--src/ambi_encode.c2
-rw-r--r--src/ambi_rot.c2
-rw-r--r--src/iem_ambi.c2
-rw-r--r--src/iem_ambi.h2
-rw-r--r--src/iemlib.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/ambi_decode.c b/src/ambi_decode.c
index 1caec50..3b704f5 100644
--- a/src/ambi_decode.c
+++ b/src/ambi_decode.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/ambi_decode2.c b/src/ambi_decode2.c
index a4a3a36..4b38973 100644
--- a/src/ambi_decode2.c
+++ b/src/ambi_decode2.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/ambi_decode3.c b/src/ambi_decode3.c
index 7547725..f31ab19 100644
--- a/src/ambi_decode3.c
+++ b/src/ambi_decode3.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/ambi_decode_cube.c b/src/ambi_decode_cube.c
index 1f8ab9f..2ddbec3 100644
--- a/src/ambi_decode_cube.c
+++ b/src/ambi_decode_cube.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/ambi_encode.c b/src/ambi_encode.c
index 8dd9fe0..aa47280 100644
--- a/src/ambi_encode.c
+++ b/src/ambi_encode.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/ambi_rot.c b/src/ambi_rot.c
index 9690fe9..a1bc73f 100644
--- a/src/ambi_rot.c
+++ b/src/ambi_rot.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/iem_ambi.c b/src/iem_ambi.c
index e4fc2a2..f2a2a39 100644
--- a/src/iem_ambi.c
+++ b/src/iem_ambi.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
diff --git a/src/iem_ambi.h b/src/iem_ambi.h
index 3283c98..fc2969f 100644
--- a/src/iem_ambi.h
+++ b/src/iem_ambi.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_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#ifndef __IEMAMBI_H__
#define __IEMAMBI_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__