X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=a8b82995b139f2ac41f4a7dc1b8215e2f24cb7d8;hb=5cfbcfcdc45b1cdd758241f7f02495ded7acc722;hp=cc312b7483f10471034dea082bc0d1c8d33f1641;hpb=4bbed6058f6ab95730a0ad993e924e2008950e18;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index cc312b7..a8b8299 100644 --- a/unixish.h +++ b/unixish.h @@ -1,3 +1,13 @@ +/* unixish.h + * + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, + * by Larry Wall and others + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + /* * The following symbols are defined if your operating system supports * functions by that name. All Unixes I know of support them, thus they @@ -86,7 +96,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.)