summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-17 19:29:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-17 19:29:10 (GMT)
commit73a13ad72aaee4affacc0bccba88de8caac73f1d (patch)
treefa85a32878947d9871e30c1bd7766a3e85027963 /macosx/tkMacOSXDialog.c
parentc5b9cd53fd9e807f139d017cfebc0a220a1a52d6 (diff)
parentbe28f5167c3804d1e68670b0afb1d57601a78a41 (diff)
downloadtk-73a13ad72aaee4affacc0bccba88de8caac73f1d.zip
tk-73a13ad72aaee4affacc0bccba88de8caac73f1d.tar.gz
tk-73a13ad72aaee4affacc0bccba88de8caac73f1d.tar.bz2
Merge 8.6. Make some functions MODULE_SCOPE or static
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r--macosx/tkMacOSXDialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index 7469073..a01b0a2 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -3,11 +3,11 @@
*
* Contains the Mac implementation of the common dialog boxes.
*
- * Copyright (c) 1996-1997 Sun Microsystems, Inc.
- * Copyright (c) 2001-2009, Apple Inc.
- * Copyright (c) 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
- * Copyright (c) 2017 Christian Gollwitzer
- * Copyright (c) 2022 Marc Culler
+ * Copyright © 1996-1997 Sun Microsystems, Inc.
+ * Copyright © 2001-2009, Apple Inc.
+ * Copyright © 2006-2009 Daniel A. Steffen <das@users.sourceforge.net>
+ * Copyright © 2017 Christian Gollwitzer
+ * Copyright © 2022 Marc Culler
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.