diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-03-21 04:12:25 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-03-21 04:12:25 (GMT) |
commit | dfc13ce1f21d9132e102d64f9b8e3b0ba49279d1 (patch) | |
tree | 4f0826f54f67b2ed222fe9f89662b3db4e30e73f | |
parent | d7eabeeabfcbb8922d5166c4bde328f334e25a04 (diff) | |
download | tk-dfc13ce1f21d9132e102d64f9b8e3b0ba49279d1.zip tk-dfc13ce1f21d9132e102d64f9b8e3b0ba49279d1.tar.gz tk-dfc13ce1f21d9132e102d64f9b8e3b0ba49279d1.tar.bz2 |
Additional copyright notices
-rw-r--r-- | macosx/Tk-Info.plist.in | 3 | ||||
-rw-r--r-- | macosx/Wish-Info.plist.in | 3 | ||||
-rw-r--r-- | macosx/tkMacOSXDialog.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/macosx/Tk-Info.plist.in b/macosx/Tk-Info.plist.in index 50b9d24..93dec7d 100644 --- a/macosx/Tk-Info.plist.in +++ b/macosx/Tk-Info.plist.in @@ -17,6 +17,9 @@ <string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@@TK_PATCH_LEVEL@, Copyright © 1989-@TK_YEAR@ Tcl Core Team, Copyright © 2002-@TK_YEAR@ Daniel A. Steffen, + Copyright © 1989-@TK_YEAR@ Contributors, + Copyright © 2011-@TK_YEAR@ Kevin Walzer/WordTech + Communications LLC, Copyright © 2001-2009 Apple Inc., Copyright © 2001-2002 Jim Ingham & Ian Reid</string> <key>CFBundleIdentifier</key> diff --git a/macosx/Wish-Info.plist.in b/macosx/Wish-Info.plist.in index 78170f1..dd79d75 100644 --- a/macosx/Wish-Info.plist.in +++ b/macosx/Wish-Info.plist.in @@ -42,6 +42,9 @@ <string>Wish Shell @TK_VERSION@@TK_PATCH_LEVEL@, Copyright © 1989-@TK_YEAR@ Tcl Core Team, Copyright © 2002-@TK_YEAR@ Daniel A. Steffen, + Copyright © 1989-@TK_YEAR@ Contributors, + Copyright © 2011-@TK_YEAR@ Kevin Walzer/WordTech + Communications LLC, Copyright © 2001-2009 Apple Inc., Copyright © 2001-2002 Jim Ingham & Ian Reid</string> <key>CFBundleIconFile</key> diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index 1a1d467..b5ff48b 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -842,6 +842,9 @@ TkAboutDlg(void) [[[NSAttributedString alloc] initWithString: [NSString stringWithFormat: @"%1$C 1987-%2$@ Tcl Core Team." "\n\n" + "%1$C 1989-%2$@ Contributors." "\n\n" + "%1$C 2011-%2$@ Kevin Walzer/WordTech Communications LLC." "\n\n" + "%1$C 2014-%2$@ Marc Culler." "\n\n" "%1$C 2002-%2$@ Daniel A. Steffen." "\n\n" "%1$C 2001-2009 Apple Inc." "\n\n" "%1$C 2001-2002 Jim Ingham & Ian Reid" "\n\n" |