summaryrefslogtreecommitdiffstats
path: root/library/spinbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-05 11:01:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-05 11:01:29 (GMT)
commita1b34d386ad92e6b741662080d4aa6869c311f0a (patch)
treea7626fcdc8879d2778c68fb978280f68221c796a /library/spinbox.tcl
parent6ea2c1ade6b63859abac22e42468ba744523fb67 (diff)
parent348370937c430973633246eaf91de8cee1bde7d0 (diff)
downloadtk-a1b34d386ad92e6b741662080d4aa6869c311f0a.zip
tk-a1b34d386ad92e6b741662080d4aa6869c311f0a.tar.gz
tk-a1b34d386ad92e6b741662080d4aa6869c311f0a.tar.bz2
Merge trunk
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r--library/spinbox.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 6ba7842..a067edd 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -4,10 +4,10 @@
# procedures that help in implementing those bindings. The spinbox builds
# off the entry widget, so it can reuse Entry bindings and procedures.
#
-# Copyright (c) 1992-1994 The Regents of the University of California.
-# Copyright (c) 1994-1997 Sun Microsystems, Inc.
-# Copyright (c) 1999-2000 Jeffrey Hobbs
-# Copyright (c) 2000 Ajuba Solutions
+# Copyright © 1992-1994 The Regents of the University of California.
+# Copyright © 1994-1997 Sun Microsystems, Inc.
+# Copyright © 1999-2000 Jeffrey Hobbs
+# Copyright © 2000 Ajuba Solutions
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.