Update of /cvsroot/modeling/ZModeling/ZEditingContextSessioning
In directory sc8-pr-cvs1:/tmp/cvs-serv28737/ZEditingContextSessioning
Modified Files:
__init__.py
Log Message:
Added licence
Index: __init__.py
===================================================================
RCS file: /cvsroot/modeling/ZModeling/ZEditingContextSessioning/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 9 Mar 2003 20:55:04 -0000 1.2
--- __init__.py 22 Apr 2003 09:36:50 -0000 1.3
***************
*** 1,3 ****
! ## Licence
"""
--- 1,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
! #
! #-----------------------------------------------------------------------------
!
"""
|