Thread: [Modeling-cvs] ProjectModeling/Modeling/ModelMasons CMFModelMason.py,1.2,1.3 ModelMason.py,1.7,1.8 P
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:25
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/ModelMasons Modified Files: CMFModelMason.py ModelMason.py PyModelMason.py __init__.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: CMFModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/CMFModelMason.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CMFModelMason.py 10 Jan 2003 10:45:45 -0000 1.2 --- CMFModelMason.py 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Modeling Framework 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 GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: ModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/ModelMason.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ModelMason.py 26 May 2003 15:44:48 -0000 1.7 --- ModelMason.py 20 Jul 2004 06:21:40 -0000 1.8 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Modeling Framework 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 GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: PyModelMason.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/PyModelMason.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PyModelMason.py 27 May 2003 17:03:57 -0000 1.10 --- PyModelMason.py 20 Jul 2004 06:21:40 -0000 1.11 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Modeling Framework 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 GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:40 -0000 1.3 *************** *** 1,23 **** #----------------------------------------------------------------------------- - # # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # # This file is part of the Modeling Framework. ! # ! # The Modeling Framework is free software; you can redistribute it and/or ! # modify it under the terms of the GNU General Public License as published ! # by the Free Software Foundation; either version 2 of the License, or (at ! # your option) any later version. ! # ! # The Modeling Framework 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 GNU ! # General Public License for more details. ! # ! # You should have received a copy of the GNU General Public License along ! # with the Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # #----------------------------------------------------------------------------- --- 1,12 ---- #----------------------------------------------------------------------------- # Modeling Framework: an Object-Relational Bridge for python ! # ! # Copyright (c) 2001-2004 Sébastien Bigaret <sbi...@us...> ! # All rights reserved. ! # # This file is part of the Modeling Framework. ! # ! # This code is distributed under a "3-clause BSD"-style license; ! # see the LICENSE file for details. #----------------------------------------------------------------------------- |