diff options
author | Kevin Walzer <kw@codebykevin.com> | 2012-09-12 03:05:29 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2012-09-12 03:05:29 (GMT) |
commit | 7f7d6cd08e35791210dba7a3840cfc2666f61c8b (patch) | |
tree | 531b9edd57ee78802a71cb6c0fd09a0367f59211 /macosx/tkMacOSXConfig.c | |
parent | 0d97ec7ccc6afc084595a096b55a88fff54876e8 (diff) | |
download | tk-7f7d6cd08e35791210dba7a3840cfc2666f61c8b.zip tk-7f7d6cd08e35791210dba7a3840cfc2666f61c8b.tar.gz tk-7f7d6cd08e35791210dba7a3840cfc2666f61c8b.tar.bz2 |
Review branch for merge of Tk-Cocoa into Tk 8.5 main branch
Diffstat (limited to 'macosx/tkMacOSXConfig.c')
-rw-r--r-- | macosx/tkMacOSXConfig.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c index 4c803f0..bd2ca44 100644 --- a/macosx/tkMacOSXConfig.c +++ b/macosx/tkMacOSXConfig.c @@ -5,10 +5,12 @@ * the configuration package. * * Copyright (c) 1997 by Sun Microsystems, Inc. - * Copyright 2001, Apple Computer, 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. + * + * RCS: @(#) $Id$ */ #include "tkInt.h" |