Skip to content
Permalink
Browse files
Update copyright year.
  • Loading branch information
stuconnolly committed Oct 8, 2018
1 parent 5d1d859 commit dc48447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
/* Localized versions of Info.plist keys */

CFBundleGetInfoString = "Sequel Pro version 1.2, Copyright 2002-2017 Sequel Pro and CocoaMySQL team.";
NSHumanReadableCopyright = "Copyright 2002-2017 Sequel Pro and CocoaMySQL team.";
CFBundleGetInfoString = "Sequel Pro version 1.2, Copyright 2002-2018 Sequel Pro and CocoaMySQL team.";
NSHumanReadableCopyright = "Copyright 2002-2018 Sequel Pro and CocoaMySQL team.";
@@ -225,7 +225,7 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2002-2016 Sequel Pro and CocoaMySQL team.</string>
<string>Copyright 2002-2018 Sequel Pro and CocoaMySQL team.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

0 comments on commit dc48447

Please sign in to comment.