Skip to content

Commit 530d4eb

Browse files
committed
Update release copyright metadata
1 parent 7ae9566 commit 530d4eb

17 files changed

Lines changed: 21 additions & 19 deletions

HashCalc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

HashCalc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

HashCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

HashCheck.rc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

HashCheckCommon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

HashCheckCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

HashCheckOptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

HashCheckOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

HashProp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

HashSave.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

0 commit comments

Comments
 (0)