ICU-2930 generate copyright

X-SVN-Rev: 12147
This commit is contained in:
Alan Liu 2003-05-28 23:19:52 +00:00
parent 45d6db672b
commit 4a079d291c

View File

@ -591,6 +591,10 @@ sub emitText {
# EMIT HEADER
############################################################
# Zone data version
print OUT "#####################################################################\n"
print OUT "# Copyright (C) $YEAER, International Business Machines Corporation and\n"
print OUT "# others. All Rights Reserved.\n"
print OUT "#####################################################################\n"
print OUT "#--- Header --- Generated by tz.pl\n";
print OUT $TZ_TXT_VERSION, " # format version number of this file\n";
print OUT $VERSION_YEAR, " # ($RAW_VERSION) version of Olson zone\n";