ICU-4179 update the copyright notice

X-SVN-Rev: 16801
This commit is contained in:
Ram Viswanadha 2004-11-09 00:44:09 +00:00
parent f02886798f
commit 6595b78c67
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
###################
# Copyright (C) 2003, International Business Machines
# Corporation and others. All Rights Reserved.
#################
# This file was generated RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt) with
# Copyright (C) The Internet Society (2002). All Rights Reserved.
###################
###################
@ -1942,3 +1942,4 @@ E0001; ; PROHIBITED
E0020..E007F; ; PROHIBITED
# Total code points 82

View File

@ -20,9 +20,9 @@ use Getopt::Long;
use File::Path;
use File::Copy;
$copyright = "###################\n# Copyright (C) 2003, International Business Machines\n# Corporation and others. All Rights Reserved.\n###################\n\n";
$copyright = "#################\n# This file was generated RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt) with \n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n";
$warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT \n###################\n\n";
#run the program
#run the program)
main();
#---------------------------------------------------------------------
@ -282,7 +282,7 @@ Options:
Note, --B2 and --B3 are mutually exclusive.
e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9
e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9
filterRFC3454.pl filters the RFC file and creates String prep table files.
The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt