[Modeling-cvs] ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer LICENSE,NONE,1.1 OracleA
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-07-20 06:22:23
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/Modeling/DatabaseAdaptors/OracleAdaptorLayer Modified Files: OracleAdaptor.py OracleAdaptorChannel.py OracleAdaptorContext.py OracleSQLExpression.py OracleSchemaGeneration.py __init__.py oracle_utils.py Added Files: LICENSE Removed Files: COPYING Log Message: Now distributed under a 3-clause BSD-style license, see LICENSE file for details Index: oracle_utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/oracle_utils.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oracle_utils.py 19 Aug 2003 22:03:34 -0000 1.1 --- oracle_utils.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 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: OracleSchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSchemaGeneration.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleSchemaGeneration.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleSchemaGeneration.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 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: OracleSQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleSQLExpression.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OracleSQLExpression.py 15 Dec 2003 15:05:00 -0000 1.3 --- OracleSQLExpression.py 20 Jul 2004 06:21:39 -0000 1.4 *************** *** 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. #----------------------------------------------------------------------------- --- NEW FILE: LICENSE --- (This appears to be a binary file; contents omitted.) --- COPYING DELETED --- Index: OracleAdaptorContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorContext.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptorContext.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptorContext.py 20 Jul 2004 06:21:39 -0000 1.2 *************** *** 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: OracleAdaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptor.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptor.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptor.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 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: OracleAdaptorChannel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/DatabaseAdaptors/OracleAdaptorLayer/OracleAdaptorChannel.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OracleAdaptorChannel.py 19 Aug 2003 22:01:18 -0000 1.1 --- OracleAdaptorChannel.py 20 Jul 2004 06:21:38 -0000 1.2 *************** *** 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/DatabaseAdaptors/OracleAdaptorLayer/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 24 Aug 2003 14:15:13 -0000 1.2 --- __init__.py 20 Jul 2004 06:21:39 -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. #----------------------------------------------------------------------------- |