aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pyext.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-01-14 03:38:02 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-01-14 03:38:02 +0000
commit1a46e9ae901d5351bf4a3d3601931dba4c5673cd (patch)
tree1c3dc92c1632401a17b25d54502dc828a6a1d0a4 /externals/grill/py/source/pyext.cpp
parent69487c956975fb9dc0587fb22fc20d6ca62ec08d (diff)
""
svn path=/trunk/; revision=1257
Diffstat (limited to 'externals/grill/py/source/pyext.cpp')
-rw-r--r--externals/grill/py/source/pyext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/py/source/pyext.cpp b/externals/grill/py/source/pyext.cpp
index e7b12756..cbd2c644 100644
--- a/externals/grill/py/source/pyext.cpp
+++ b/externals/grill/py/source/pyext.cpp
@@ -2,7 +2,7 @@
py/pyext - python script object for PD and MaxMSP
-Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net)
+Copyright (c)2002-2004 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -380,7 +380,7 @@ BL pyext::m_method_(I n,const t_symbol *s,I argc,const t_atom *argv)
V pyext::m_help()
{
post("");
- post("pyext %s - python script object, (C)2002,2003 Thomas Grill",PY__VERSION);
+ post("pyext %s - python script object, (C)2002-2004 Thomas Grill",PY__VERSION);
#ifdef FLEXT_DEBUG
post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__);
#endif