mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-09 22:36:59 -05:00
Move copyright and links to "AM Crypo", amcrypto.jp and veracrypt.jp
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux
|
||||
and which is governed by the 'License Agreement for Encryption for the Masses'
|
||||
Modifications and additions to the original source code (contained in this file)
|
||||
and all other portions of this file are Copyright (c) 2013-2025 IDRIX
|
||||
and all other portions of this file are Copyright (c) 2013-2025 AM Crypto
|
||||
and are governed by the Apache License 2.0 the full text of which is
|
||||
contained in the file License.txt included in VeraCrypt binary and source
|
||||
code distribution packages. */
|
||||
@@ -686,7 +686,7 @@ void Applink_Dll (MSIHANDLE hInstaller, const char *dest)
|
||||
}
|
||||
else if (strcmp(dest, "onlinehelp") == 0)
|
||||
{
|
||||
StringCbCopyW (url, sizeof (url),L"https://www.veracrypt.fr/en/Documentation.html");
|
||||
StringCbCopyW (url, sizeof (url),L"https://veracrypt.jp/en/Documentation.html");
|
||||
buildUrl = FALSE;
|
||||
}
|
||||
else if (strcmp(dest, "keyfiles") == 0)
|
||||
@@ -804,7 +804,7 @@ void Applink_Dll (MSIHANDLE hInstaller, const char *dest)
|
||||
if (buildUrl && !FileExists (url))
|
||||
{
|
||||
// fallbacl to online resources
|
||||
StringCbPrintfW (url, sizeof (url), L"https://www.veracrypt.fr/en/%s", page);
|
||||
StringCbPrintfW (url, sizeof (url), L"https://veracrypt.jp/en/%s", page);
|
||||
SafeOpenURL (url);
|
||||
}
|
||||
else
|
||||
@@ -819,7 +819,7 @@ void Applink_Dll (MSIHANDLE hInstaller, const char *dest)
|
||||
if (((r == ERROR_FILE_NOT_FOUND) || (r == ERROR_PATH_NOT_FOUND)) && buildUrl)
|
||||
{
|
||||
// fallbacl to online resources
|
||||
StringCbPrintfW (url, sizeof (url), L"https://www.veracrypt.fr/en/%s", page);
|
||||
StringCbPrintfW (url, sizeof (url), L"https://veracrypt.jp/en/%s", page);
|
||||
ShellExecuteW (NULL, L"open", url, NULL, NULL, SW_SHOWNORMAL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user