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)
commit7013db7f737f3f8279a9f313e53c8dc467162cf3 (patch)
tree27cefa0672e8280d71a4514f4ba7a2559f54b1f2
parent91074e4788ef3e61e1a86ab926f27bfc23f6e067 (diff)
downloadtcl-7013db7f737f3f8279a9f313e53c8dc467162cf3.zip
tcl-7013db7f737f3f8279a9f313e53c8dc467162cf3.tar.gz
tcl-7013db7f737f3f8279a9f313e53c8dc467162cf3.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.