summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/default.h4
-rw-r--r--generic/tk.h8
-rw-r--r--generic/tkDecls.h2
-rw-r--r--generic/tkImgGIF.c2
-rw-r--r--generic/tkInt.h6
-rw-r--r--generic/tkIntDecls.h2
-rw-r--r--generic/tkIntPlatDecls.h2
-rw-r--r--generic/tkIntXlibDecls.h2
-rw-r--r--generic/tkMain.c4
-rw-r--r--generic/tkPlatDecls.h2
-rw-r--r--generic/tkPort.h2
-rw-r--r--generic/tkText.h4
-rw-r--r--generic/ttk/ttkClassicTheme.c2
-rw-r--r--generic/ttk/ttkTheme.h2
-rw-r--r--generic/ttk/ttkThemeInt.h2
-rw-r--r--generic/ttk/ttkWidget.h2
-rw-r--r--macosx/GNUmakefile2
-rw-r--r--macosx/Tk-Common.xcconfig4
-rw-r--r--macosx/Tk-Debug.xcconfig2
-rw-r--r--macosx/Tk-Info.plist.in4
-rw-r--r--macosx/Tk-Release.xcconfig2
-rw-r--r--macosx/Wish-Info.plist.in4
-rw-r--r--macosx/Wish.sdef6
-rw-r--r--macosx/tkMacOSX.h6
-rw-r--r--macosx/tkMacOSXConfig.c2
-rw-r--r--macosx/tkMacOSXDebug.c2
-rw-r--r--macosx/tkMacOSXDebug.h2
-rw-r--r--macosx/tkMacOSXDefault.h8
-rw-r--r--macosx/tkMacOSXDialog.c2
-rw-r--r--macosx/tkMacOSXEvent.c2
-rw-r--r--macosx/tkMacOSXFont.h2
-rw-r--r--macosx/tkMacOSXImage.c2
-rw-r--r--macosx/tkMacOSXImage.h8
-rw-r--r--macosx/tkMacOSXInt.h6
-rw-r--r--macosx/tkMacOSXKeyEvent.c2
-rw-r--r--macosx/tkMacOSXKeyboard.c2
-rw-r--r--macosx/tkMacOSXNotify.c2
-rw-r--r--macosx/tkMacOSXPort.h6
-rw-r--r--macosx/tkMacOSXRegion.c2
-rw-r--r--macosx/tkMacOSXWm.c2
-rw-r--r--macosx/tkMacOSXXStubs.c2
-rw-r--r--unix/tkAppInit.c6
-rw-r--r--unix/tkUnixDefault.h4
-rw-r--r--unix/tkUnixInt.h2
-rw-r--r--unix/tkUnixPort.h4
-rw-r--r--win/tkWin.h2
-rw-r--r--win/tkWinDefault.h2
-rw-r--r--win/tkWinInt.h4
-rw-r--r--win/tkWinPort.h2
-rw-r--r--win/winMain.c6
-rw-r--r--xlib/xbytes.h2
-rw-r--r--xlib/xcolors.c4
-rw-r--r--xlib/xdraw.c2
-rw-r--r--xlib/xgc.c6
-rw-r--r--xlib/ximage.c2
-rw-r--r--xlib/xutil.c2
56 files changed, 92 insertions, 90 deletions
diff --git a/generic/default.h b/generic/default.h
index e6ef132..c312bc9 100644
--- a/generic/default.h
+++ b/generic/default.h
@@ -4,8 +4,8 @@
* This file defines the defaults for all options for all of
* the Tk widgets.
*
- * Copyright (c) 1991-1994 The Regents of the University of California.
- * Copyright (c) 1994 Sun Microsystems, Inc.
+ * Copyright © 1991-1994 The Regents of the University of California.
+ * Copyright © 1994 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tk.h b/generic/tk.h
index 0046d39..32f7a83 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -4,10 +4,10 @@
* Declarations for Tk-related things that are visible outside of the Tk
* module itself.
*
- * Copyright (c) 1989-1994 The Regents of the University of California.
- * Copyright (c) 1994 The Australian National University.
- * Copyright (c) 1994-1998 Sun Microsystems, Inc.
- * Copyright (c) 1998-2000 Ajuba Solutions.
+ * Copyright © 1989-1994 The Regents of the University of California.
+ * Copyright © 1994 The Australian National University.
+ * Copyright © 1994-1998 Sun Microsystems, Inc.
+ * Copyright © 1998-2000 Ajuba Solutions.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkDecls.h b/generic/tkDecls.h
index 5a6b81a..8695993 100644
--- a/generic/tkDecls.h
+++ b/generic/tkDecls.h
@@ -3,7 +3,7 @@
*
* Declarations of functions in the platform independent public Tcl API.
*
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1998-1999 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkImgGIF.c b/generic/tkImgGIF.c
index 5c67b52..9b70344 100644
--- a/generic/tkImgGIF.c
+++ b/generic/tkImgGIF.c
@@ -1277,7 +1277,7 @@ GetDataBlock(
* transparency, etc.
*
* This code is based on the code found in the ImageMagick GIF decoder,
- * which is (c) 2000 ImageMagick Studio.
+ * which is © 2000 ImageMagick Studio.
*
* Some thoughts on our implementation:
* It sure would be nice if ReadImage didn't take 11 parameters! I think
diff --git a/generic/tkInt.h b/generic/tkInt.h
index ceb372d..bdfdcd7 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -4,9 +4,9 @@
* Declarations for things used internally by the Tk functions but not
* exported outside the module.
*
- * Copyright (c) 1990-1994 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998 Scriptics Corporation.
+ * Copyright © 1990-1994 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 1998 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index feef573..c1dc2eb 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -6,7 +6,7 @@
* interfaces are not guaranteed to remain the same between
* versions. Use at your own risk.
*
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1998-1999 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h
index a684b21..4b93ab9 100644
--- a/generic/tkIntPlatDecls.h
+++ b/generic/tkIntPlatDecls.h
@@ -6,7 +6,7 @@
* interfaces are not guaranteed to remain the same between
* versions. Use at your own risk.
*
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1998-1999 Scriptics Corporation.
* All rights reserved.
*/
diff --git a/generic/tkIntXlibDecls.h b/generic/tkIntXlibDecls.h
index 2f56d80..39258ba 100644
--- a/generic/tkIntXlibDecls.h
+++ b/generic/tkIntXlibDecls.h
@@ -6,7 +6,7 @@
* interfaces are not guaranteed to remain the same between
* versions. Use at your own risk.
*
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1998-1999 Scriptics Corporation.
* All rights reserved.
*/
diff --git a/generic/tkMain.c b/generic/tkMain.c
index 0cce890..f172130 100644
--- a/generic/tkMain.c
+++ b/generic/tkMain.c
@@ -7,8 +7,8 @@
* can be used as a template for creating new main programs for Tk
* applications.
*
- * Copyright (c) 1990-1994 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 1990-1994 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h
index c546167..06012a7 100644
--- a/generic/tkPlatDecls.h
+++ b/generic/tkPlatDecls.h
@@ -3,7 +3,7 @@
*
* Declarations of functions in the platform-specific public Tcl API.
*
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1998-1999 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkPort.h b/generic/tkPort.h
index d6db449..cdc6bea 100644
--- a/generic/tkPort.h
+++ b/generic/tkPort.h
@@ -5,7 +5,7 @@
* differences between systems. It reads in platform specific
* portability files.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright © 1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/tkText.h b/generic/tkText.h
index 175d0ac..0ccced2 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -3,8 +3,8 @@
*
* Declarations shared among the files that implement text widgets.
*
- * Copyright (c) 1992-1994 The Regents of the University of California.
- * Copyright (c) 1994-1995 Sun Microsystems, Inc.
+ * Copyright © 1992-1994 The Regents of the University of California.
+ * Copyright © 1994-1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/generic/ttk/ttkClassicTheme.c b/generic/ttk/ttkClassicTheme.c
index cff6aca..3fd0175 100644
--- a/generic/ttk/ttkClassicTheme.c
+++ b/generic/ttk/ttkClassicTheme.c
@@ -626,6 +626,8 @@ static void SliderElementDraw(
Ttk_GetOrientFromObj(NULL, slider->orientObj, &orient);
Tk_GetReliefFromObj(NULL, slider->reliefObj, &relief);
#if 0
+#endif
+#if 0
Tk_GetPixelsFromObj(NULL, tkwin, slider->borderWidthObj, &borderWidth);
#endif
diff --git a/generic/ttk/ttkTheme.h b/generic/ttk/ttkTheme.h
index 2722391..5491693 100644
--- a/generic/ttk/ttkTheme.h
+++ b/generic/ttk/ttkTheme.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 Joe English. Freely redistributable.
+ * Copyright © 2003 Joe English. Freely redistributable.
*
* Declarations for Tk theme engine.
*/
diff --git a/generic/ttk/ttkThemeInt.h b/generic/ttk/ttkThemeInt.h
index 8758f85..3414a2a 100644
--- a/generic/ttk/ttkThemeInt.h
+++ b/generic/ttk/ttkThemeInt.h
@@ -1,7 +1,7 @@
/*
* Theme engine: private definitions.
*
- * Copyright (c) 2004 Joe English. Freely redistributable.
+ * Copyright © 2004 Joe English. Freely redistributable.
*/
#ifndef _TTKTHEMEINT
diff --git a/generic/ttk/ttkWidget.h b/generic/ttk/ttkWidget.h
index e11e013..453b788 100644
--- a/generic/ttk/ttkWidget.h
+++ b/generic/ttk/ttkWidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Joe English
+ * Copyright © 2003 Joe English
* Helper routines for widget implementations.
*/
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 208fe87..42c0067 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -4,7 +4,7 @@
# uses the standard unix build system in tk/unix (which can be used directly instead of this
# if you are not using the tk/macosx projects).
#
-# Copyright (c) 2002-2008 Daniel A. Steffen <das@users.sourceforge.net>
+# Copyright © 2002-2008 Daniel A. Steffen <das@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Tk-Common.xcconfig b/macosx/Tk-Common.xcconfig
index 6322430..9eaa384 100644
--- a/macosx/Tk-Common.xcconfig
+++ b/macosx/Tk-Common.xcconfig
@@ -4,8 +4,8 @@
// This file contains the Xcode build settings comon to all
// project configurations in Wish.xcodeproj.
//
-// Copyright (c) 2007-2009 Daniel A. Steffen <das@users.sourceforge.net>
-// Copyright 2008-2009, Apple Inc.
+// Copyright © 2007-2009 Daniel A. Steffen <das@users.sourceforge.net>
+// Copyright © 2008-2009 Apple Inc.
//
// See the file "license.terms" for information on usage and redistribution
// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Tk-Debug.xcconfig b/macosx/Tk-Debug.xcconfig
index 2382661..eedc3aa 100644
--- a/macosx/Tk-Debug.xcconfig
+++ b/macosx/Tk-Debug.xcconfig
@@ -4,7 +4,7 @@
// This file contains the Xcode build settings for all Debug
// project configurations in Wish.xcodeproj.
//
-// Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net>
+// Copyright © 2007 Daniel A. Steffen <das@users.sourceforge.net>
//
// See the file "license.terms" for information on usage and redistribution
// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Tk-Info.plist.in b/macosx/Tk-Info.plist.in
index 7b0c305..47f8d69 100644
--- a/macosx/Tk-Info.plist.in
+++ b/macosx/Tk-Info.plist.in
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
- Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
- Copyright 2008-2009, Apple Inc.
+ Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ Copyright © 2008-2009 Apple Inc.
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Tk-Release.xcconfig b/macosx/Tk-Release.xcconfig
index 07287da..75270ff 100644
--- a/macosx/Tk-Release.xcconfig
+++ b/macosx/Tk-Release.xcconfig
@@ -4,7 +4,7 @@
// This file contains the Xcode build settings for all Release
// project configurations in Wish.xcodeproj.
//
-// Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net>
+// Copyright © 2007 Daniel A. Steffen <das@users.sourceforge.net>
//
// See the file "license.terms" for information on usage and redistribution
// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in
index 59a6e1a..60e6046 100644
--- a/macosx/Wish-Info.plist.in
+++ b/macosx/Wish-Info.plist.in
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
- Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
- Copyright 2008-2009, Apple Inc.
+ Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ Copyright © 2008-2009 Apple Inc.
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/Wish.sdef b/macosx/Wish.sdef
index 6639f70..d5f1c74 100644
--- a/macosx/Wish.sdef
+++ b/macosx/Wish.sdef
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<!--
- Copyright (c) 1997 Sun Microsystems, Inc.
- Copyright 2009 Kevin Walzer/WordTech Communications LLC.
- Copyright (c) 2009 Daniel A. Steffen <das@users.sourceforge.net>
+ Copyright © 1997 Sun Microsystems, Inc.
+ Copyright © 2009 Kevin Walzer/WordTech Communications LLC.
+ Copyright © 2009 Daniel A. Steffen <das@users.sourceforge.net>
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSX.h b/macosx/tkMacOSX.h
index 3ab0a34..e80199b 100644
--- a/macosx/tkMacOSX.h
+++ b/macosx/tkMacOSX.h
@@ -3,9 +3,9 @@
*
* Declarations of Macintosh specific exported variables and procedures.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright 2001-2009, Apple Inc.
- * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 2001-2009 Apple Inc.
+ * Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c
index b93c9a0..46efbe9 100644
--- a/macosx/tkMacOSXConfig.c
+++ b/macosx/tkMacOSXConfig.c
@@ -5,7 +5,7 @@
* the configuration package.
*
* Copyright © 1997 Sun Microsystems, Inc.
- * Copyright © 2001, Apple Inc.
+ * Copyright © 2001 Apple Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXDebug.c b/macosx/tkMacOSXDebug.c
index b2022b9..bb2f499 100644
--- a/macosx/tkMacOSXDebug.c
+++ b/macosx/tkMacOSXDebug.c
@@ -4,7 +4,7 @@
* Implementation of Macintosh specific functions for debugging MacOS
* events, regions, etc...
*
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
diff --git a/macosx/tkMacOSXDebug.h b/macosx/tkMacOSXDebug.h
index 18cf9b4..19ffc72 100644
--- a/macosx/tkMacOSXDebug.h
+++ b/macosx/tkMacOSXDebug.h
@@ -4,7 +4,7 @@
* Declarations of Macintosh specific functions for debugging MacOS events,
* regions, etc...
*
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index ac75ce4..6fc98e9 100644
--- a/macosx/tkMacOSXDefault.h
+++ b/macosx/tkMacOSXDefault.h
@@ -4,10 +4,10 @@
* This file defines the defaults for all options for all of
* the Tk widgets.
*
- * Copyright (c) 1991-1994 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
- * Copyright 2001-2009, Apple Inc.
- * Copyright (c) 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 1991-1994 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 2001-2009 Apple Inc.
+ * Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index a01b0a2..425919c 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -4,7 +4,7 @@
* Contains the Mac implementation of the common dialog boxes.
*
* Copyright © 1996-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2017 Christian Gollwitzer
* Copyright © 2022 Marc Culler
diff --git a/macosx/tkMacOSXEvent.c b/macosx/tkMacOSXEvent.c
index 8027b48..4f36915 100644
--- a/macosx/tkMacOSXEvent.c
+++ b/macosx/tkMacOSXEvent.c
@@ -4,7 +4,7 @@
* This file contains the basic Mac OS X Event handling routines.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
diff --git a/macosx/tkMacOSXFont.h b/macosx/tkMacOSXFont.h
index 5babfa8..56e782b 100644
--- a/macosx/tkMacOSXFont.h
+++ b/macosx/tkMacOSXFont.h
@@ -6,7 +6,7 @@
*
* Copyright © 1990-1994 The Regents of the University of California.
* Copyright © 1994-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
diff --git a/macosx/tkMacOSXImage.c b/macosx/tkMacOSXImage.c
index 01c0b1b..30cfc60 100644
--- a/macosx/tkMacOSXImage.c
+++ b/macosx/tkMacOSXImage.c
@@ -5,7 +5,7 @@
* implements the nsimage image type.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2017-2021 Marc Culler.
*
diff --git a/macosx/tkMacOSXImage.h b/macosx/tkMacOSXImage.h
index 277683f..f51593b 100644
--- a/macosx/tkMacOSXImage.h
+++ b/macosx/tkMacOSXImage.h
@@ -5,10 +5,10 @@
* The code in this file provides an interface for XImages, and
* implements the nsimage image type.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright (c) 2001-2009, Apple Inc.
- * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
- * Copyright (c) 2017-2021 Marc Culler.
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 2001-2009 Apple Inc.
+ * Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 2017-2021 Marc Culler.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index f47ed6e..29b20f7 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -3,9 +3,9 @@
*
* Declarations of Macintosh specific shared variables and procedures.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright 2001-2009, Apple Inc.
- * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 2001-2009 Apple Inc.
+ * Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXKeyEvent.c b/macosx/tkMacOSXKeyEvent.c
index 4056961..a16eb42 100644
--- a/macosx/tkMacOSXKeyEvent.c
+++ b/macosx/tkMacOSXKeyEvent.c
@@ -4,7 +4,7 @@
* This file implements functions that decode & handle keyboard events on
* MacOS X.
*
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2012 Adrian Robert.
* Copyright © 2015-2020 Marc Culler.
diff --git a/macosx/tkMacOSXKeyboard.c b/macosx/tkMacOSXKeyboard.c
index c7127ef..3874dbd 100644
--- a/macosx/tkMacOSXKeyboard.c
+++ b/macosx/tkMacOSXKeyboard.c
@@ -4,7 +4,7 @@
* Routines to support keyboard events on the Macintosh.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2020 Marc Culler
*
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 34e0e0e..a20eec2 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -5,7 +5,7 @@
* for the AppKit event loop.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2015 Marc Culler.
*
diff --git a/macosx/tkMacOSXPort.h b/macosx/tkMacOSXPort.h
index e015485..c56e7cf 100644
--- a/macosx/tkMacOSXPort.h
+++ b/macosx/tkMacOSXPort.h
@@ -5,9 +5,9 @@
* information that may be configuration-dependent, such as
* #includes for system include files and a few other things.
*
- * Copyright (c) 1994-1996 Sun Microsystems, Inc.
- * Copyright 2001-2009, Apple Inc.
- * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 1994-1996 Sun Microsystems, Inc.
+ * Copyright © 2001-2009 Apple Inc.
+ * Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/macosx/tkMacOSXRegion.c b/macosx/tkMacOSXRegion.c
index 5cebded..d094aaf 100644
--- a/macosx/tkMacOSXRegion.c
+++ b/macosx/tkMacOSXRegion.c
@@ -4,7 +4,7 @@
* Implements X window calls for manipulating regions
*
* Copyright © 1995-1996 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
*
* See the file "license.terms" for information on usage and redistribution
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index b874c4b..403025d 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -6,7 +6,7 @@
* the "wm" command and passes geometry information to the window manager.
*
* Copyright © 1994-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2010 Kevin Walzer/WordTech Communications LLC.
* Copyright © 2017-2019 Marc Culler.
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index 3643749..322b225 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.c
@@ -7,7 +7,7 @@
* eventually be moved into other files.
*
* Copyright © 1995-1997 Sun Microsystems, Inc.
- * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2001-2009 Apple Inc.
* Copyright © 2005-2009 Daniel A. Steffen <das@users.sourceforge.net>
* Copyright © 2014 Marc Culler.
*
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 3059801..c427ac1 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.c
@@ -4,9 +4,9 @@
* Provides a default version of the main program and Tcl_AppInit
* procedure for wish and other Tk-based applications.
*
- * Copyright (c) 1993 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1993 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 1998-1999 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index 619dfde..dfcf858 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -4,8 +4,8 @@
* This file defines the defaults for all options for all of
* the Tk widgets.
*
- * Copyright (c) 1991-1994 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 1991-1994 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h
index 8736fad..5429236 100644
--- a/unix/tkUnixInt.h
+++ b/unix/tkUnixInt.h
@@ -4,7 +4,7 @@
* This file contains declarations that are shared among the
* UNIX-specific parts of Tk but aren't used by the rest of Tk.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index 097c7b8..af79850 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -5,8 +5,8 @@
* information that may be configuration-dependent, such as
* #includes for system include files and a few other things.
*
- * Copyright (c) 1991-1993 The Regents of the University of California.
- * Copyright (c) 1994-1996 Sun Microsystems, Inc.
+ * Copyright © 1991-1993 The Regents of the University of California.
+ * Copyright © 1994-1996 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/win/tkWin.h b/win/tkWin.h
index 188c825..460d0c1 100644
--- a/win/tkWin.h
+++ b/win/tkWin.h
@@ -4,7 +4,7 @@
* Declarations of public types and interfaces that are only
* available under Windows.
*
- * Copyright (c) 1996-1997 Sun Microsystems, Inc.
+ * Copyright © 1996-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h
index 6026564..5318f84 100644
--- a/win/tkWinDefault.h
+++ b/win/tkWinDefault.h
@@ -4,7 +4,7 @@
* This file defines the defaults for all options for all of
* the Tk widgets.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 30e8c88..03cd825 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -4,8 +4,8 @@
* This file contains declarations that are shared among the
* Windows-specific parts of Tk, but aren't used by the rest of Tk.
*
- * Copyright (c) 1995-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-2000 Scriptics Corporation.
+ * Copyright © 1995-1997 Sun Microsystems, Inc.
+ * Copyright © 1998-2000 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index fd43335..4a331ae 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -5,7 +5,7 @@
* differences between Windows and Unix. It should be the only
* file that contains #ifdefs to handle different flavors of OS.
*
- * Copyright (c) 1995-1996 Sun Microsystems, Inc.
+ * Copyright © 1995-1996 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/win/winMain.c b/win/winMain.c
index e1191d8..6da18b5 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -4,9 +4,9 @@
* Provides a default version of the main program and Tcl_AppInit
* procedure for wish and other Tk-based applications.
*
- * Copyright (c) 1993 The Regents of the University of California.
- * Copyright (c) 1994-1997 Sun Microsystems, Inc.
- * Copyright (c) 1998-1999 Scriptics Corporation.
+ * Copyright © 1993 The Regents of the University of California.
+ * Copyright © 1994-1997 Sun Microsystems, Inc.
+ * Copyright © 1998-1999 Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/xbytes.h b/xlib/xbytes.h
index 13e2faa..23dbd8f 100644
--- a/xlib/xbytes.h
+++ b/xlib/xbytes.h
@@ -3,7 +3,7 @@
*
* Declaration of table to reverse bit order of bytes.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright © 1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/xcolors.c b/xlib/xcolors.c
index e741533..d49a437 100644
--- a/xlib/xcolors.c
+++ b/xlib/xcolors.c
@@ -4,8 +4,8 @@
* This file contains the routines used to map from X color names to RGB
* and pixel values.
*
- * Copyright (c) 1996 Sun Microsystems, Inc.
- * Copyright (c) 2012 Jan Nijtmans
+ * Copyright © 1996 Sun Microsystems, Inc.
+ * Copyright © 2012 Jan Nijtmans
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/xdraw.c b/xlib/xdraw.c
index b8d7973..0163b1c 100644
--- a/xlib/xdraw.c
+++ b/xlib/xdraw.c
@@ -3,7 +3,7 @@
*
* This file contains generic procedures related to X drawing primitives.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright © 1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/xgc.c b/xlib/xgc.c
index da41d58..d9648ac 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -4,9 +4,9 @@
* This file contains generic routines for manipulating X graphics
* contexts.
*
- * Copyright (c) 1995-1996 Sun Microsystems, Inc.
- * Copyright (c) 2002-2009 Daniel A. Steffen <das@users.sourceforge.net>
- * Copyright 2008-2009, Apple Inc.
+ * Copyright © 1995-1996 Sun Microsystems, Inc.
+ * Copyright © 2002-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 2008-2009 Apple Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/ximage.c b/xlib/ximage.c
index b3a8f20..a948972 100644
--- a/xlib/ximage.c
+++ b/xlib/ximage.c
@@ -3,7 +3,7 @@
*
* X bitmap and image routines.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright © 1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/xlib/xutil.c b/xlib/xutil.c
index 3654fcd..3be0fa8 100644
--- a/xlib/xutil.c
+++ b/xlib/xutil.c
@@ -3,7 +3,7 @@
*
* This function contains generic X emulation routines.
*
- * Copyright (c) 1995-1996 Sun Microsystems, Inc.
+ * Copyright © 1995-1996 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.