[Cvsshell-devel] CVS: cvsshell/src cvs_shell.py,1.1.1.1,1.2
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-07 11:47:55
|
Update of /cvsroot/cvsshell/cvsshell/src In directory usw-pr-cvs1:/tmp/cvs-serv11003 Modified Files: cvs_shell.py Log Message: Added copyright and bug address information Index: cvs_shell.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cvs_shell.py 7 Mar 2002 00:03:23 -0000 1.1.1.1 --- cvs_shell.py 7 Mar 2002 11:47:50 -0000 1.2 *************** *** 15,20 **** self.setName('CvsShell') self.setVersion(VERSION) ! self.setCopyright('FIXME') # FIXME ! self.setBugAddress('FIXME') # FIXME etcDir = os.path.join(self.THIS_DIR,'etc') self.setConfigFile(os.path.join(self.HOME,'.cvsshellrc'), --- 15,20 ---- self.setName('CvsShell') self.setVersion(VERSION) ! self.setCopyright('Copyright 2002 by Stefan Heimann. This software is released under the GPL.') ! self.setBugAddress('http://sourceforge.net/tracker/?group_id=48175&atid=452212') etcDir = os.path.join(self.THIS_DIR,'etc') self.setConfigFile(os.path.join(self.HOME,'.cvsshellrc'), |