[Modeling-cvs] ProjectModeling/Modeling/scripts bug861048.py,1.3,1.4 mdl_compile_model.py,1.1,1.2 md
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:06
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/scripts Modified Files: bug861048.py mdl_compile_model.py mdl_generate_DB_schema.py mdl_generate_python_code.py mdl_validate_model.py Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: mdl_compile_model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_compile_model.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mdl_compile_model.py 25 Apr 2003 18:13:35 -0000 1.1 --- mdl_compile_model.py 20 Jul 2004 06:21:56 -0000 1.2 *************** *** 2,25 **** #----------------------------------------------------------------------------- - # # 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 ! # #----------------------------------------------------------------------------- """ --- 2,14 ---- #----------------------------------------------------------------------------- # 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: bug861048.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/bug861048.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bug861048.py 14 Feb 2004 17:59:32 -0000 1.3 --- bug861048.py 20 Jul 2004 06:21:41 -0000 1.4 *************** *** 2,25 **** # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- - # # 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 ! # #----------------------------------------------------------------------------- """ --- 2,14 ---- # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # 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: mdl_validate_model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_validate_model.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mdl_validate_model.py 14 Feb 2004 17:59:33 -0000 1.6 --- mdl_validate_model.py 20 Jul 2004 06:21:56 -0000 1.7 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # 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 ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # 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: mdl_generate_python_code.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_generate_python_code.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mdl_generate_python_code.py 14 Feb 2004 17:59:33 -0000 1.7 --- mdl_generate_python_code.py 20 Jul 2004 06:21:56 -0000 1.8 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # 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 ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # 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: mdl_generate_DB_schema.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/scripts/mdl_generate_DB_schema.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mdl_generate_DB_schema.py 22 Feb 2004 18:50:48 -0000 1.10 --- mdl_generate_DB_schema.py 20 Jul 2004 06:21:56 -0000 1.11 *************** *** 3,26 **** #----------------------------------------------------------------------------- - # # 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 ! # #----------------------------------------------------------------------------- --- 3,15 ---- #----------------------------------------------------------------------------- # 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. #----------------------------------------------------------------------------- |