X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=634efa7bc37114ae814480242914eb455c4413ff;hb=ffebc68c76e0689738334ed887c5b93d5d71a5f3;hp=a3d5d13e5c3f46e9a9277d9f7cd69024b6267f15;hpb=b8f067006afad15c18a7a7f38940359571795fee;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index a3d5d13..634efa7 100644 --- a/dosish.h +++ b/dosish.h @@ -1,3 +1,12 @@ +/* dosish.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. + * + */ + #define ABORT() abort(); #ifndef SH_PATH @@ -90,7 +99,7 @@ * as the first line of a Perl program designed to be executed directly * by name, instead of the standard Unix #!. If ALTERNATE_SHEBANG * begins with a character other then #, then Perl will only treat - * it as a command line if if finds the string "perl" in the first + * it as a command line if it finds the string "perl" in the first * word; otherwise it's treated as the first line of code in the script. * (IOW, Perl won't hand off to another interpreter via an alternate * shebang sequence that might be legal Perl code.)