Skip to content

Commit 8fa920c

Browse files
Update copyright year
1 parent ce776d8 commit 8fa920c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ImageViewer/resources/platform/macosx/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>LSMinimumSystemVersion</key>
3636
<string>10.7</string>
3737
<key>NSHumanReadableCopyright</key>
38-
<string>(c) Peter S. Zhigalov, 2017</string>
38+
<string>(c) Peter S. Zhigalov, 2017-2018</string>
3939
<key>CFBundleLocalizations</key>
4040
<array>
4141
<string>en</string>

src/ImageViewer/resources/platform/windows/resources.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IDI_ICON1 ICON DISCARDABLE "../../icon/icon.ico"
88
#define VER_PRODUCTVERSION_STR "0.99.11\0"
99
#define VER_FILEDESCRIPTION_STR "Image Viewer"
1010
#define VER_INTERNALNAME_STR "ImageViewer"
11-
#define VER_LEGALCOPYRIGHT_STR "(c) Peter S. Zhigalov, 2017"
11+
#define VER_LEGALCOPYRIGHT_STR "(c) Peter S. Zhigalov, 2017-2018"
1212
#define VER_ORIGINALFILENAME_STR "ImageViewer.exe"
1313
#define VER_PRODUCTNAME_STR "Image Viewer"
1414
#define VER_COMPANYNAME_STR "FAMI Net Team"

0 commit comments

Comments
 (0)