diff options
author | marc_culler <marc.culler@gmail.com> | 2021-01-27 22:17:44 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2021-01-27 22:17:44 (GMT) |
commit | 4b14f3903e949b7e394d794fd296c4de14d423a4 (patch) | |
tree | fcbdb2fe3f18df1d0aba564af701b25923c629ea /macosx/tkMacOSXMouseEvent.c | |
parent | 83a351c3196dd973896697176d3b3a68e83a43f9 (diff) | |
parent | dafd0980f12d3583ecd80f68fe51edcee80c8d6f (diff) | |
download | tk-4b14f3903e949b7e394d794fd296c4de14d423a4.zip tk-4b14f3903e949b7e394d794fd296c4de14d423a4.tar.gz tk-4b14f3903e949b7e394d794fd296c4de14d423a4.tar.bz2 |
Merge main
Diffstat (limited to 'macosx/tkMacOSXMouseEvent.c')
-rw-r--r-- | macosx/tkMacOSXMouseEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 83eef3d..c4ba1bd 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -4,8 +4,8 @@ * This file implements functions that decode & handle mouse events on * MacOS X. * - * Copyright 2001-2009, Apple Inc. - * Copyright (c) 2005-2009 Daniel A. Steffen <das@users.sourceforge.net> + * 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. |