[PD-cvs] externals/grill/py/source main.cpp,1.9,1.10 main.h,1.15,1.16 py.cpp,1.7,1.8 pyargs.cpp,1.4,1.5 pyext.cpp,1.12,1.13 pyext.h,1.11,1.12

xovo at users.sourceforge.net xovo at users.sourceforge.net
Wed Jan 14 04:38:04 CET 2004


Update of /cvsroot/pure-data/externals/grill/py/source
In directory sc8-pr-cvs1:/tmp/cvs-serv2743/source

Modified Files:
	main.cpp main.h py.cpp pyargs.cpp pyext.cpp pyext.h 
Log Message:
 ""

Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/main.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** main.cpp	7 Jan 2004 03:38:25 -0000	1.9
--- main.cpp	14 Jan 2004 03:38:02 -0000	1.10
***************
*** 3,7 ****
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c) 2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c)2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: main.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/main.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** main.h	8 Jan 2004 03:39:00 -0000	1.15
--- main.h	14 Jan 2004 03:38:02 -0000	1.16
***************
*** 3,7 ****
  py/pyext - python script object for PD and MaxMSP
  
! Copyright (c) 2002-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python script object for PD and MaxMSP
  
! Copyright (c)2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: py.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/py.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** py.cpp	21 Oct 2003 02:38:31 -0000	1.7
--- py.cpp	14 Jan 2004 03:38:02 -0000	1.8
***************
*** 209,213 ****
  {
  	post("");
! 	post("py %s - python script object, (C)2002,2003 Thomas Grill",PY__VERSION);
  #ifdef FLEXT_DEBUG
  	post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__);
--- 209,213 ----
  {
  	post("");
! 	post("py %s - python script object, (C)2002-2004 Thomas Grill",PY__VERSION);
  #ifdef FLEXT_DEBUG
  	post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__);

Index: pyargs.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/pyargs.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyargs.cpp	7 Jan 2004 03:38:25 -0000	1.4
--- pyargs.cpp	14 Jan 2004 03:38:02 -0000	1.5
***************
*** 3,7 ****
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c) 2002-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c)2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: pyext.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/pyext.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pyext.cpp	7 Jan 2004 03:38:25 -0000	1.12
--- pyext.cpp	14 Jan 2004 03:38:02 -0000	1.13
***************
*** 3,7 ****
  py/pyext - python script object for PD and MaxMSP
  
! Copyright (c) 2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python script object for PD and MaxMSP
  
! Copyright (c)2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 381,385 ****
  {
  	post("");
! 	post("pyext %s - python script object, (C)2002,2003 Thomas Grill",PY__VERSION);
  #ifdef FLEXT_DEBUG
  	post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__);
--- 381,385 ----
  {
  	post("");
! 	post("pyext %s - python script object, (C)2002-2004 Thomas Grill",PY__VERSION);
  #ifdef FLEXT_DEBUG
  	post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__);

Index: pyext.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/source/pyext.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pyext.h	8 Jan 2004 03:39:00 -0000	1.11
--- pyext.h	14 Jan 2004 03:38:02 -0000	1.12
***************
*** 3,7 ****
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c) 2002-2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 3,7 ----
  py/pyext - python external object for PD and MaxMSP
  
! Copyright (c)2002-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  






More information about the Pd-cvs mailing list