diff options
author | das <das> | 2007-04-29 02:21:31 (GMT) |
---|---|---|
committer | das <das> | 2007-04-29 02:21:31 (GMT) |
commit | 9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29 (patch) | |
tree | f3b588b14f9fc50815a26ad5cff212efc666c721 /macosx/Tcl-Info.plist.in | |
parent | 3d880fffc971a2ee2d80081689bbafd1c4b8544e (diff) | |
download | tcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.zip tcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.tar.gz tcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.tar.bz2 |
* macosx/tclMacOSXNotify.c: fix warnings.
* macosx/README: sync whitespace/formatting with HEAD.
* macosx/tclMacOSXBundle.c:
* macosx/tclMacOSXNotify.c:
* macosx/Makefile: fix/add copyright and license refs.
* macosx/tclMacOSXBundle.c:
* macosx/Tcl-Info.plist.in:
Diffstat (limited to 'macosx/Tcl-Info.plist.in')
-rw-r--r-- | macosx/Tcl-Info.plist.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/macosx/Tcl-Info.plist.in b/macosx/Tcl-Info.plist.in index b942956..2031628 100644 --- a/macosx/Tcl-Info.plist.in +++ b/macosx/Tcl-Info.plist.in @@ -1,5 +1,13 @@ <?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-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. + + RCS: @(#) $Id: Tcl-Info.plist.in,v 1.1.2.3 2007/04/29 02:21:33 das Exp $ +--> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> @@ -7,14 +15,17 @@ <key>CFBundleExecutable</key> <string>@TCL_LIB_FILE@</string> <key>CFBundleGetInfoString</key> - <string>Tcl Library @TCL_VERSION@, Copyright © @TCL_YEAR@ Tcl Core Team. -Initial MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright © 2001-2002, Apple Computer, Inc.</string> + <string>Tcl @TCL_VERSION@@TCL_PATCH_LEVEL@, +Copyright © @TCL_YEAR@ Tcl Core Team, +Copyright © 2001-@TCL_YEAR@ Daniel A. Steffen, +Initial MacOS X Port by Jim Ingham & Ian Reid, +Copyright © 2001-2002, Apple Computer, Inc.</string> <key>CFBundleIdentifier</key> <string>com.tcltk.tcllibrary</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>Tcl Library @TCL_VERSION@</string> + <string>Tcl @TCL_VERSION@</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> |