Update of /cvsroot/pydispatcher/dispatch
In directory sc8-pr-cvs1:/tmp/cvs-serv26346
Modified Files:
__init__.py
Log Message:
Fixed the license declaration
Index: __init__.py
===================================================================
RCS file: /cvsroot/pydispatcher/dispatch/__init__.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** __init__.py 1 Jul 2003 03:52:28 -0000 1.1.1.1
--- __init__.py 6 Jul 2003 20:30:50 -0000 1.2
***************
*** 3,6 ****
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
! __license__ = "XXX Fix me!"
--- 3,6 ----
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
! __license__ = "BSD-style, see license.txt for details"
|