summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 23:09:23 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 23:09:23 (GMT)
commita841205be9defa27d0eb12214555f45bf141f858 (patch)
tree27cefa0672e8280d71a4514f4ba7a2559f54b1f2
parentdf7cbb28e0aaf30b8564ec1636870b0327c2ac21 (diff)
downloadtcl-a841205be9defa27d0eb12214555f45bf141f858.zip
tcl-a841205be9defa27d0eb12214555f45bf141f858.tar.gz
tcl-a841205be9defa27d0eb12214555f45bf141f858.tar.bz2
amend lost changes after rebase to fossil
-rwxr-xr-xlibrary/clock.tcl1
-rw-r--r--tests/clock.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index ba4676b..94d2341 100755
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -10,6 +10,7 @@
#----------------------------------------------------------------------
#
# Copyright (c) 2004,2005,2006,2007 by Kevin B. Kenny
+# Copyright (c) 2015 by Sergey G. Brester aka sebres.
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
diff --git a/tests/clock.test b/tests/clock.test
index b540024..9e86c97 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -7,6 +7,7 @@
# generates output for errors. No output means no errors were found.
#
# Copyright (c) 2004 by Kevin B. Kenny. All rights reserved.
+# Copyright (c) 2015 by Sergey G. Brester aka sebres.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.