From 962356af9cfaa9e3daeb347b044e7d203339e1c6 Mon Sep 17 00:00:00 2001 From: parly Date: Thu, 14 Feb 2019 16:07:35 +0900 Subject: [PATCH] Fix misspelling --- src/BuildFiles/VerScript/ver.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildFiles/VerScript/ver.rc b/src/BuildFiles/VerScript/ver.rc index 91469fee..0b36b425 100644 --- a/src/BuildFiles/VerScript/ver.rc +++ b/src/BuildFiles/VerScript/ver.rc @@ -17,7 +17,7 @@ BEGIN VALUE "FileVersion", "${PROJECT_VERSION_MAJOR}, ${PROJECT_VERSION_MINOR}, 0, ${PROJECT_VERSION_PATCH}" VALUE "InternalName", "${COMPONENT_INTERNAL_NAME}" VALUE "LegalCopyright", "Copyright (c) 2012-${DATE_YEAR} all contributors on SoftEther VPN project in GitHub. Copyright (C) 2004-${DATE_YEAR} Daiyuu Nobori, SoftEther Project at University of Tsukuba, and SoftEther Corporation. All Rights Reserved." - VALUE "LegalTrademarks", "SoftEther(R) is a registered trademark of SoftEther Corporation in Japan, United Status and People's Republic of China. SoftEther Corporation is a company founded at University of Tsukuba, Japan." + VALUE "LegalTrademarks", "SoftEther(R) is a registered trademark of SoftEther Corporation in Japan, United States and People's Republic of China. SoftEther Corporation is a company founded at University of Tsukuba, Japan." VALUE "OriginalFilename", "${COMPONENT_FILE_NAME}" VALUE "ProductName", "${PROJECT_NAME} ${COMPONENT_NAME}" VALUE "ProductVersion", "${PROJECT_VERSION_MAJOR}, ${PROJECT_VERSION_MINOR}, 0, ${PROJECT_VERSION_PATCH}"