Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304
Modified Files:
CHANGES setup.py
Added Files:
LICENSE
Removed Files:
COPYING
Log Message:
Now distributed under a 3-clause BSD-style license, see LICENSE file for details
Index: setup.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/setup.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** setup.py 22 Feb 2004 17:36:55 -0000 1.38
--- setup.py 20 Jul 2004 06:21:36 -0000 1.39
***************
*** 2,25 ****
# -*- coding: iso-8859-1 -*-
#-----------------------------------------------------------------------------
- #
# Modeling Framework: an Object-Relational Bridge for python
! # (c) 2001, 2002, 2003 Sébastien 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
! #
#-----------------------------------------------------------------------------
"""The Modeling Framework is an Object-Relational Bridge for python
--- 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.
#-----------------------------------------------------------------------------
"""The Modeling Framework is an Object-Relational Bridge for python
***************
*** 49,53 ****
Development Status :: 4 - Beta
Intended Audience :: Developers
! License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
Programming Language :: Python
--- 38,42 ----
Development Status :: 4 - Beta
Intended Audience :: Developers
! License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
***************
*** 83,87 ****
setup(name="ModelingCore",
version="0.9-pre-17.1",
! license ="GNU General Public License",
description=short_description,
author="Sébastien Bigaret",
--- 72,76 ----
setup(name="ModelingCore",
version="0.9-pre-17.1",
! license ="BSD License",
description=short_description,
author="Sébastien Bigaret",
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** CHANGES 22 May 2004 10:56:44 -0000 1.51
--- CHANGES 20 Jul 2004 06:21:36 -0000 1.52
***************
*** 5,10 ****
Current release is: 0.9-pre-17.1 / See also: TODO, INSTALL and doc/
! * ** Distributed under the GNU General Public License **
! --------------------------------------------------------
* Fixed bug #938096: QualifierParser fails when an attribute's name begins
--- 5,12 ----
Current release is: 0.9-pre-17.1 / See also: TODO, INSTALL and doc/
! ** Distributed under a 3-clause BSD-style license, see LICENSE for details **
! -----------------------------------------------------------------------------
!
! * Now distributed under a 3-clause BSD-style license, see LICENSE for details
* Fixed bug #938096: QualifierParser fails when an attribute's name begins
***************
*** 22,27 ****
* Fixed bug #918103: infinite loop when spark is not installed
! 0.9-pre-17.1 (2004/02/22)
! -------------------------
* Fixed bug #902106: impossible to load a model if ZODB is installed.
--- 24,29 ----
* Fixed bug #918103: infinite loop when spark is not installed
! 0.9-pre-17.1 (2004/02/22) (last version under the GPL, next releases
! ------------------------- are under a 3-clause BSD-style license)
* Fixed bug #902106: impossible to load a model if ZODB is installed.
--- COPYING DELETED ---
--- NEW FILE: LICENSE ---
(This appears to be a binary file; contents omitted.)
|