| Index: source/tools/tzcode/tz2icu.cpp
|
| diff --git a/source/tools/tzcode/tz2icu.cpp b/source/tools/tzcode/tz2icu.cpp
|
| index 0781b824b31987599cbfb89100cfc77069834f75..349aabdbe4b19f3737792b0eb9f46446f009ed4c 100644
|
| --- a/source/tools/tzcode/tz2icu.cpp
|
| +++ b/source/tools/tzcode/tz2icu.cpp
|
| @@ -1720,10 +1720,10 @@ int main(int argc, char *argv[]) {
|
| file << ", International Business Machines" << endl
|
| << "// Corporation and others. All Rights Reserved." << endl
|
| << "//---------------------------------------------------------" << endl
|
| - << "// Build tool: tz2icu" << endl
|
| - << "// Build date: " << asctime(now) /* << endl -- asctime emits CR */
|
| - << "// Olson source: ftp://elsie.nci.nih.gov/pub/" << endl
|
| - << "// Olson version: " << version << endl
|
| + << "// Build tool: tz2icu" << endl
|
| + << "// Build date: " << asctime(now) /* << endl -- asctime emits CR */
|
| + << "// tz database: ftp://ftp.iana.org/tz/" << endl
|
| + << "// tz version: " << version << endl
|
| << "// ICU version: " << U_ICU_VERSION << endl
|
| << "//---------------------------------------------------------" << endl
|
| << "// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<" << endl
|
|
|