File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
55 * Modified work copyright (C) 2016 Tim Schlueter. All rights reserved.
6- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
6+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
77 *
88 * Please refer to readme.txt for information about this source code.
99 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 22 * HashCheck Shell Extension
33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
5- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
5+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
66 *
77 * Please refer to readme.txt for information about this source code.
88 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
55 * Modified work copyright (C) 2016 Tim Schlueter. All rights reserved.
6- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
6+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
77 *
88 * Please refer to readme.txt for information about this source code.
99 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 11//
2- // NOTE:� This file is encoded in UTF-8.
2+ // NOTE: This file is encoded in UTF-8.
33//
44
55/**
@@ -53,8 +53,10 @@ VS_VERSION_INFO VERSIONINFO
5353 {
5454 VALUE "FileDescription", HASHCHECK_NAME_STR
5555 VALUE "FileVersion", HASHCHECK_VERSION_STR ARCH_NAME_TAIL
56- VALUE "LegalCopyright", "Copyright � " HASHCHECK_COPYRIGHT_STR
56+ VALUE "LegalCopyright", "Copyright (C) " HASHCHECK_COPYRIGHT_STR
5757 VALUE "OriginalFilename", HASHCHECK_FILENAME_STR
58+ VALUE "ProductName", HASHCHECK_NAME_STR
59+ VALUE "ProductVersion", HASHCHECK_VERSION_STR
5860 }
5961 }
6062 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 22 * HashCheck Shell Extension
33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2016 Christopher Gurnee. All rights reserved.
5- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
5+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
66 *
77 * Please refer to readme.txt for information about this source code.
88 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 22 * HashCheck Shell Extension
33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2016 Christopher Gurnee. All rights reserved.
5- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
5+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
66 *
77 * Please refer to readme.txt for information about this source code.
88 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
55 * Modified work copyright (C) 2016 Tim Schlueter. All rights reserved.
6- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
6+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
77 *
88 * Please refer to readme.txt for information about this source code.
99 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 22 * HashCheck Shell Extension
33 * Copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
5- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
5+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
66 *
77 * Please refer to readme.txt for information about this source code.
88 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
55 * Modified work copyright (C) 2016 Tim Schlueter. All rights reserved.
6- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
6+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
77 *
88 * Please refer to readme.txt for information about this source code.
99 * Please refer to license.txt for details about distribution and modification.
Original file line number Diff line number Diff line change 33 * Original work copyright (C) Kai Liu. All rights reserved.
44 * Modified work copyright (C) 2014, 2016 Christopher Gurnee. All rights reserved.
55 * Modified work copyright (C) 2016 Tim Schlueter. All rights reserved.
6- * Modified work copyright (C) 2021 Mounir IDRASSI. All rights reserved.
6+ * Modified work copyright (C) 2021-2026 Mounir IDRASSI. All rights reserved.
77 *
88 * Please refer to readme.txt for information about this source code.
99 * Please refer to license.txt for details about distribution and modification.
You can’t perform that action at this time.
0 commit comments