mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-893 FIx copyright notice in version resource
X-SVN-Rev: 4638
This commit is contained in:
parent
7dffe91b3f
commit
5ba0464f62
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
//Do not edit with Microsoft Developer Studio because it will modify this
|
||||
//Do not edit with Microsoft Developer Studio because it will modify this
|
||||
//script in the wrong way.
|
||||
//
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
|
@ -12,7 +12,7 @@
|
|||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
#pragma code_page(1252)
|
||||
|
@ -46,8 +46,8 @@ BEGIN
|
|||
VALUE "Comments", "http://oss.software.ibm.com/icu\0"
|
||||
VALUE "CompanyName", "IBM Inc.\0"
|
||||
VALUE "FileDescription", "IBM ICU Common DLL\0"
|
||||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001 IBM Inc. \0"
|
||||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuuc" U_ICU_VERSION_SHORT "d.dll")
|
||||
#else
|
||||
|
|
|
@ -51,7 +51,7 @@ BEGIN
|
|||
VALUE "CompanyName", "IBM Inc.\0"
|
||||
VALUE "FileDescription", "IBM ICU ustdio DLL\0"
|
||||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001 IBM Inc. \0"
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT "d.dll")
|
||||
#else
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
#pragma code_page(1252)
|
||||
|
@ -50,8 +50,8 @@ BEGIN
|
|||
VALUE "Comments", "http://oss.software.ibm.com/icu\0"
|
||||
VALUE "CompanyName", "IBM Inc.\0"
|
||||
VALUE "FileDescription", "IBM ICU I18N DLL\0"
|
||||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
|
||||
VALUE "LegalCopyright", "Copyright (C) 2001 IBM Inc. \0"
|
||||
VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, 0)
|
||||
VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
|
||||
#ifdef _DEBUG
|
||||
VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT "d.dll")
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue