Skip to content

Commit 7d2a500

Browse files
committed
update copyright year for MacOS bundles and Windows executables
1 parent 84c2962 commit 7d2a500

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

release/src/macos/Customer.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<string>10.9</string>
3737

3838
<key>NSHumanReadableCopyright</key>
39-
<string>©2015-2019 OpenIndex.de</string>
39+
<string>©2015-2021 OpenIndex.de</string>
4040

4141
<key>NSHighResolutionCapable</key>
4242
<true/>

release/src/macos/Staff.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<string>10.9</string>
3737

3838
<key>NSHumanReadableCopyright</key>
39-
<string>©2015-2019 OpenIndex.de</string>
39+
<string>©2015-2021 OpenIndex.de</string>
4040

4141
<key>NSHighResolutionCapable</key>
4242
<true/>

release/src/windows/Customer.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BLOCK "StringFileInfo"
1313
VALUE "FileDescription", "Remote Support Tool for customers"
1414
VALUE "FileVersion", "1.1.0"
1515
VALUE "InternalName", "CustomerSupportTool.exe"
16-
VALUE "LegalCopyright", "Copyright (c) 2015-2019 OpenIndex.de"
16+
VALUE "LegalCopyright", "Copyright (c) 2015-2021 OpenIndex.de"
1717
VALUE "OriginalFilename", "CustomerSupportTool.exe"
1818
VALUE "ProductName", "Customer Support Tool"
1919
VALUE "ProductVersion", "1.1.0"

release/src/windows/Staff.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BLOCK "StringFileInfo"
1313
VALUE "FileDescription", "Remote Support Tool for staff members"
1414
VALUE "FileVersion", "1.1.0"
1515
VALUE "InternalName", "StaffSupportTool.exe"
16-
VALUE "LegalCopyright", "Copyright (c) 2015-2019 OpenIndex.de"
16+
VALUE "LegalCopyright", "Copyright (c) 2015-2021 OpenIndex.de"
1717
VALUE "OriginalFilename", "StaffSupportTool.exe"
1818
VALUE "ProductName", "Staff Support Tool"
1919
VALUE "ProductVersion", "1.1.0"

0 commit comments

Comments
 (0)