From: Timothy S. <pe...@us...> - 2004-11-16 06:20:01
|
Update of /cvsroot/pyode/pyode/xode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4597/xode Modified Files: __init__.py body.py errors.py geom.py joint.py node.py parser.py transform.py Log Message: - Renamed Manifest.in to MANIFEST.in. (Distutils expects this on Unix.) - Added license terms to the xode files. - Changed my e-mail address in AUTHORS to my current one. - Added my e-mail address to setup.py. Index: geom.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/geom.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** geom.py 9 Aug 2004 13:16:48 -0000 1.4 --- geom.py 16 Nov 2004 06:19:49 -0000 1.5 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: parser.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/parser.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** parser.py 9 Aug 2004 13:16:48 -0000 1.4 --- parser.py 16 Nov 2004 06:19:49 -0000 1.5 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: joint.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/joint.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** joint.py 6 Sep 2004 05:56:55 -0000 1.3 --- joint.py 16 Nov 2004 06:19:49 -0000 1.4 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: transform.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/transform.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** transform.py 16 Jul 2004 11:45:17 -0000 1.2 --- transform.py 16 Nov 2004 06:19:49 -0000 1.3 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: errors.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/errors.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** errors.py 16 Jul 2004 11:45:17 -0000 1.1 --- errors.py 16 Nov 2004 06:19:49 -0000 1.2 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: body.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/body.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** body.py 23 Oct 2004 12:47:51 -0000 1.3 --- body.py 16 Nov 2004 06:19:49 -0000 1.4 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: node.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/node.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** node.py 16 Jul 2004 11:45:17 -0000 1.2 --- node.py 16 Nov 2004 06:19:49 -0000 1.3 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ Index: __init__.py =================================================================== RCS file: /cvsroot/pyode/pyode/xode/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 7 Jul 2004 11:46:32 -0000 1.1 --- __init__.py 16 Nov 2004 06:19:49 -0000 1.2 *************** *** 1,4 **** # XODE Importer for PyODE - # Copyright (C) 2004 Timothy Stranex """ --- 1,24 ---- + ###################################################################### + # Python Open Dynamics Engine Wrapper + # Copyright (C) 2004 PyODE developers (see file AUTHORS) + # All rights reserved. + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of EITHER: + # (1) The GNU Lesser General Public License as published by the Free + # Software Foundation; either version 2.1 of the License, or (at + # your option) any later version. The text of the GNU Lesser + # General Public License is included with this library in the + # file LICENSE. + # (2) The BSD-style license that is included with this library in + # the file LICENSE-BSD. + # + # This library is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files + # LICENSE and LICENSE-BSD for more details. + ###################################################################### + # XODE Importer for PyODE """ |