From: Jonathan P. <jp...@us...> - 2004-11-10 00:09:24
|
Update of /cvsroot/sheepengine/sheep/src/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/src/framework Modified Files: arcball.cpp arcball.h iframeworkapp.cpp iframeworkapp.h main.cpp sceneorbiter.cpp sceneorbiter.h Log Message: updated Copyright notice and contact information Index: arcball.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/arcball.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arcball.h 13 May 2004 23:12:27 -0000 1.2 --- arcball.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: main.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/main.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.cpp 13 May 2004 23:12:27 -0000 1.5 --- main.cpp 10 Nov 2004 00:09:13 -0000 1.6 *************** *** 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: iframeworkapp.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/iframeworkapp.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** iframeworkapp.cpp 13 May 2004 23:12:27 -0000 1.4 --- iframeworkapp.cpp 10 Nov 2004 00:09:13 -0000 1.5 *************** *** 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: arcball.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/arcball.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arcball.cpp 13 May 2004 23:12:27 -0000 1.2 --- arcball.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: sceneorbiter.cpp =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/sceneorbiter.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sceneorbiter.cpp 13 May 2004 23:12:27 -0000 1.3 --- sceneorbiter.cpp 10 Nov 2004 00:09:13 -0000 1.4 *************** *** 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: iframeworkapp.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/iframeworkapp.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** iframeworkapp.h 30 Oct 2004 15:55:08 -0000 1.6 --- iframeworkapp.h 10 Nov 2004 00:09:13 -0000 1.7 *************** *** 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: sceneorbiter.h =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/framework/sceneorbiter.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sceneorbiter.h 13 May 2004 23:12:27 -0000 1.4 --- sceneorbiter.h 10 Nov 2004 00:09:13 -0000 1.5 *************** *** 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. |