From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:23
|
Update of /cvsroot/sheepengine/sheep/src/engine/simulation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/engine/simulation Modified Files: rigidobject.h simulation.h subspace.cpp subspace.h world.cpp world.h Log Message: updated Copyright notice and contact information Index: world.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/world.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** world.h 13 May 2004 23:12:26 -0000 1.2 --- world.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: subspace.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/subspace.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subspace.h 13 May 2004 23:12:26 -0000 1.2 --- subspace.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: subspace.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/subspace.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subspace.cpp 13 May 2004 23:12:26 -0000 1.2 --- subspace.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: simulation.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/simulation.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simulation.h 13 May 2004 23:12:26 -0000 1.2 --- simulation.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: rigidobject.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/rigidobject.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rigidobject.h 13 May 2004 23:12:26 -0000 1.2 --- rigidobject.h 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. Index: world.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/engine/simulation/world.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** world.cpp 13 May 2004 23:12:26 -0000 1.2 --- world.cpp 10 Nov 2004 00:09:13 -0000 1.3 *************** *** 2,6 **** Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of Sheep. --- 2,7 ---- Sheep - A Rigid Body Dynamics Engine Copyright (C) 2001-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of Sheep. |