]> sjero.net Git - wget/blobdiff - doc/texi2pod.pl
Mass update copyright years.
[wget] / doc / texi2pod.pl
index 3fe0b8f12d7241133d5ff3d833370eb1b6793b88..2b743cfb3efffaab3f2164b42561eb286227e059 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env perl
 
-#   Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software
+#   Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010 Free Software
 #   Foundation, Inc.
 
 # This file is part of GCC.
@@ -231,7 +231,7 @@ while(<$inf>) {
        $file = postprocess($1);
 
        # Try cwd and $ibase.
-       open($inf, "<" . $file) 
+       open($inf, "<" . $file)
            or open($inf, "<" . $ibase . "/" . $file)
                or die "cannot open $file or $ibase/$file: $!\n";
        next;