[PyCrust-cvs] PyCrust/wxd wx_.py,1.3,1.4
Brought to you by:
pobrien
From: <po...@us...> - 2003-03-21 21:39:49
|
Update of /cvsroot/pycrust/PyCrust/wxd In directory sc8-pr-cvs1:/tmp/cvs-serv7528 Modified Files: wx_.py Log Message: Added license info. Index: wx_.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/wxd/wx_.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wx_.py 19 Mar 2003 02:42:19 -0000 1.3 --- wx_.py 21 Mar 2003 21:34:00 -0000 1.4 *************** *** 1,3 **** --- 1,7 ---- """Decorator classes for documentation and shell scripting. + + Information contained in this module, and all modules imported by this + module, is covered by the wxWindows Free Documentation Licence. See + the LICENSE.txt file for details. """ |