summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-07-12 10:54:48 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-07-12 10:54:48 (GMT)
commitc8f4979adace609267b80869949d83e12ac96563 (patch)
tree96069e23131f9b94d5bc1823a86180fcbdbfc217 /generic/tclOOCall.c
parent198944b2e21dc2d83b6055d0e801722b6ab23e63 (diff)
downloadtcl-c8f4979adace609267b80869949d83e12ac96563.zip
tcl-c8f4979adace609267b80869949d83e12ac96563.tar.gz
tcl-c8f4979adace609267b80869949d83e12ac96563.tar.bz2
Update TclOO package to 0.7, correct copyright dates.
Diffstat (limited to 'generic/tclOOCall.c')
-rw-r--r--generic/tclOOCall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOOCall.c b/generic/tclOOCall.c
index 760bd7b..a79e4fa 100644
--- a/generic/tclOOCall.c
+++ b/generic/tclOOCall.c
@@ -4,7 +4,7 @@
* This file contains the method call chain management code for the
* object-system core.
*
- * Copyright (c) 2005-2011 by Donal K. Fellows
+ * Copyright (c) 2005-2012 by Donal K. Fellows
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.