]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/misc/icudata.rc
ICU-66108.tar.gz
[apple/icu.git] / icuSources / data / misc / icudata.rc
index ffc840cc39dd54f10fe848e7cbab30f8f560a965..68bf784d8b44a5a36b466e9be6f6d91d5c3e26a9 100644 (file)
@@ -1,6 +1,8 @@
 //Do not edit with Microsoft Developer Studio because it will modify this
 //script in the wrong way.
-// Copyright (c) 2001-2005 International Business Machines
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+// Copyright (c) 2001-2010 International Business Machines
 // Corporation and others. All Rights Reserved.
 //
 #define APSTUDIO_READONLY_SYMBOLS
@@ -46,13 +48,13 @@ BEGIN
         BLOCK "00000000"
         BEGIN
             VALUE "Comments", ICU_WEBSITE "\0"
-            VALUE "CompanyName", "IBM Corporation and others\0"
-            VALUE "FileDescription", "ICU Data DLL\0"
+            VALUE "CompanyName", ICU_COMPANY "\0"
+            VALUE "FileDescription", ICU_PRODUCT_PREFIX " Data DLL\0"
             VALUE "FileVersion",  CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
             VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
             VALUE "OriginalFilename", "icudt" U_ICU_VERSION_SHORT ".dll\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "International Components for Unicode\0"
+            VALUE "ProductName", ICU_PRODUCT "\0"
             VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
             VALUE "SpecialBuild", "\0"
         END