From: Timothy S. <pe...@us...> - 2004-11-16 06:19:59
|
Update of /cvsroot/pyode/pyode/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4597/tests Modified Files: test_xode.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: test_xode.py =================================================================== RCS file: /cvsroot/pyode/pyode/tests/test_xode.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test_xode.py 6 Sep 2004 05:56:55 -0000 1.5 --- test_xode.py 16 Nov 2004 06:19:49 -0000 1.6 *************** *** 1,4 **** --- 1,25 ---- #!/usr/bin/env python + ###################################################################### + # 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. + ###################################################################### + import unittest import ode |