diff options
author | das <das> | 2006-05-12 18:18:36 (GMT) |
---|---|---|
committer | das <das> | 2006-05-12 18:18:36 (GMT) |
commit | 163564c4e4bce2c7828adec931b3c692bddc930e (patch) | |
tree | 23356dd986e84b64d9eae4142f70baec46b91813 /macosx/tkMacOSXMenu.c | |
parent | 114d3cd57863e0f50a373996e6c9004963a35f4a (diff) | |
download | tk-163564c4e4bce2c7828adec931b3c692bddc930e.zip tk-163564c4e4bce2c7828adec931b3c692bddc930e.tar.gz tk-163564c4e4bce2c7828adec931b3c692bddc930e.tar.bz2 |
fix whitespace, copyright
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index d7b567d..b3c0f20 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -5,11 +5,12 @@ * * Copyright (c) 1996-1997 by Sun Microsystems, Inc. * Copyright 2001, Apple Computer, Inc. + * Copyright (c) 2005-2006 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. * - * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.28 2006/04/28 06:02:49 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.29 2006/05/12 18:18:36 das Exp $ */ #include "tkMacOSXInt.h" |