This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the generated file header printing into read_only_top()
authorNicholas Clark <nick@ccl4.org>
Sun, 23 Jan 2011 00:09:24 +0000 (00:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 23 Jan 2011 00:13:20 +0000 (00:13 +0000)
commit78102347e0341b1cd4795accd0ca5ff1f2621bb2
treea8f150f8f20133aff3a38c5b8963326398a9879f
parent03f96b769ecd6ff2f839c64bd87c8d185f8ce3f5
Move all the generated file header printing into read_only_top()

Previously all the scripts in regen/ had code to generate header comments
(buffer-read-only, "do not edit this file", and optionally regeneration
script, regeneration data, copyright years and filename).

This change results in some minor reformatting of header blocks, and
standardises the copyright line as "Larry Wall and others".
26 files changed:
embed.h
embedvar.h
global.sym
keywords.h
lib/overload/numbers.pm
lib/warnings.pm
opcode.h
opnames.h
overload.c
overload.h
perlapi.c
perlapi.h
pp_proto.h
proto.h
reentr.c
reentr.h
regen/embed.pl
regen/keywords.pl
regen/opcode.pl
regen/overload.pl
regen/reentr.pl
regen/regcomp.pl
regen/regen_lib.pl
regen/warnings.pl
regnodes.h
warnings.h