Update of /cvsroot/q-lang/qcalc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25942
Modified Files:
qcalc.q
Log Message:
update copyright
Index: qcalc.q
===================================================================
RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v
retrieving revision 1.217
retrieving revision 1.218
diff -C2 -d -r1.217 -r1.218
*** qcalc.q 26 Jan 2008 19:51:14 -0000 1.217
--- qcalc.q 26 Jan 2008 19:54:49 -0000 1.218
***************
*** 44,48 ****
def VERSION = "1.2",
CVS_VERSION = "$Id$",
! COPYRIGHT = "Copyright \169 2007 by Albert Gr\228f";
import smokeqt, dict, hdict, set, system;
--- 44,48 ----
def VERSION = "1.2",
CVS_VERSION = "$Id$",
! COPYRIGHT = "Copyright \169 2007-2008 by Albert Gr\228f";
import smokeqt, dict, hdict, set, system;
|