Re: [PATCH] update-copyright: don't trip on non-FSF copyright statements

2009-08-05 Thread Jim Meyering
Aug 2009 16:52:24 -0400 > Subject: [PATCH] update-copyright: don't trip on non-FSF copyright statements > > * build-aux/update-copyright: Fix so that the first correctly > formatted FSF copyright statement is recognized no matter what > appears before it. Update documentation.

[PATCH] update-copyright: don't trip on non-FSF copyright statements

2009-08-05 Thread Joel E. Denny
$new_wrapped .= "$prefix$line"; +$stmt_wrapped .= $stmt_wrapped ? $eol : $leading; +$stmt_wrapped .= "$prefix$line"; } else { @@ -188,7 +193,7 @@ if (defined $old_re && /$old_re/)