ICU-4179 Improve the copyright notice

X-SVN-Rev: 16852
This commit is contained in:
George Rhoten 2004-11-13 01:17:49 +00:00
parent 86cad13aa9
commit 12176f4596
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#################
# This file was generated RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt) with
# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)
# Copyright (C) The Internet Society (2002). All Rights Reserved.
###################

View file

@ -1,5 +1,5 @@
#/usr/bin/perl
# Copyright (c) 2001-2003 International Business Machines
# Copyright (c) 2001-2004 International Business Machines
# Corporation and others. All Rights Reserved.
####################################################################################
@ -20,7 +20,7 @@ use Getopt::Long;
use File::Path;
use File::Copy;
$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";
$copyright = "#################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\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)
main();