Skip to content

Commit

Permalink
update year
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Sep 25, 2020
1 parent a5f7059 commit c7f5846
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>tutti</string>
<key>CFBundleGetInfoString</key>
<string>2.2, (C)2003 Ian Gledhill (C)2019 Cameron Kaiser</string>
<string>2.2, (C)2003 Ian Gledhill (C)2020 Cameron Kaiser</string>
<key>CFBundleName</key>
<string>Tutti II</string>
<key>CFBundlePackageType</key>
Expand All @@ -27,6 +27,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
<string>(C)2003 Ian Gledhill (C)2019 Cameron Kaiser</string>
<string>(C)2003 Ian Gledhill (C)2020 Cameron Kaiser</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion osx/SDLMain.m
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ - (void)aboutBox:(id)sender
initWithString:versionString ] autorelease ];
NSString* copyRightString = [ NSString stringWithCString:
"Copyright \xc2\xa9 2003 Ian Gledhill\n"
"Copyright \xc2\xa9 2019 Cameron Kaiser"
"Copyright \xc2\xa9 2020 Cameron Kaiser"
encoding: NSUTF8StringEncoding ];
NSDictionary *dict = [ NSDictionary dictionaryWithObjectsAndKeys:
creditString, @"Credits", copyRightString, @"Copyright", nil ];
Expand Down
2 changes: 1 addition & 1 deletion win/tutti.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ MessageBox(GetHwnd(),
"Tutti II 2.2 for Windows\n"
"\n"
"Copyright 2003 Ian Gledhill\n"
"Copyright 2019 Cameron Kaiser"
"Copyright 2020 Cameron Kaiser"
, "About Tutti II", MB_OK | MB_ICONINFORMATION);
return;

Expand Down

0 comments on commit c7f5846

Please sign in to comment.