diff options
Diffstat (limited to 'keywords.pl')
-rwxr-xr-x | keywords.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keywords.pl b/keywords.pl index 355b05ed05..00c067c40a 100755 --- a/keywords.pl +++ b/keywords.pl @@ -4,6 +4,18 @@ unlink "keywords.h"; open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n"; select KW; +print <<EOM; +/* + * keywords.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ +EOM + # Read & print data. $keynum = 0; |