Use three spaces, rather than tab, after '#'
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Aug 2003 18:04:34 +0000 (18:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Aug 2003 18:04:34 +0000 (18:04 +0000)
in shell-script copyright notices.
Suggested by Bruno Haible.

config/ChangeLog
config/srclist-update
lib/ChangeLog
lib/config.charset
lib/ref-add.sin
lib/ref-del.sin

index 1df6e107188b4c8600bf575cf8877e8da048de21..2c989a073a0f4ec49184386974687e8f9052bd67 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-15  Paul Eggert  <eggert@twinsun.com>
+
+       * srclist-update: Use three spaces, rather than tab, after '#'
+       in shell-script copyright notices.  Suggested by Bruno Haible.
+       Remove unnecessary parenthesization in regular expression.
+       
 2003-08-13  Paul Eggert  <eggert@twinsun.com>
 
        * srclist-update: Change update back to the old behavior, leaving
index 9f65a40adab0c356f97fc4b72e3b41f367b1da6d..0ca4204534f05ea4174d81acf4b3f2109eb1bedf 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: srclist-update,v 1.13 2003-08-13 20:23:14 eggert Exp $
+# $Id: srclist-update,v 1.14 2003-08-15 18:04:34 eggert Exp $
 #
 # Check for files in directory $1 being up to date, according to the
 # list on stdin.  Don't actually make any changes, just show the diffs.
@@ -43,20 +43,20 @@ test -r $mydir/srclistvars.sh && . $mydir/srclistvars.sh
 # \f
 # sed command to fix the license to be GPL.
 fixlicense='
-  /^\([[:space:]]*#[[:space:]]*\)Th[ei][ s].* is free software/,/^[[:space:]]*#.*USA\./c\
-#      This program is free software; you can redistribute it and/or modify\
-#      it under the terms of the GNU General Public License as published by\
-#      the Free Software Foundation; either version 2, or (at your option)\
-#      any later version.\
+  /^[[:space:]]*#[[:space:]]*Th[ei][ s].* is free software/,/^[[:space:]]*#.*USA\./c\
+#   This program is free software; you can redistribute it and/or modify\
+#   it under the terms of the GNU General Public License as published by\
+#   the Free Software Foundation; either version 2, or (at your option)\
+#   any later version.\
 #\
-#      This program is distributed in the hope that it will be useful,\
-#      but WITHOUT ANY WARRANTY; without even the implied warranty of\
-#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\
-#      GNU General Public License for more details.\
+#   This program is distributed in the hope that it will be useful,\
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of\
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\
+#   GNU General Public License for more details.\
 #\
-#      You should have received a copy of the GNU General Public License along\
-#      with this program; if not, write to the Free Software Foundation,\
-#      Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#   You should have received a copy of the GNU General Public License along\
+#   with this program; if not, write to the Free Software Foundation,\
+#   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
   /Th[ei][ s].* is free software/,/USA\.  *\*\//c\
    This program is free software; you can redistribute it and/or modify\
index 7a6399e47c96cbccb371cb250e05dd5b7a92d52f..30ea553091e05e4c683a4bc6603354895f0b1d6e 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-15  Paul Eggert  <eggert@twinsun.com>
+
+       * config.charset, ref-add.sin, ref-del.sin: Use three spaces,
+       rather than tab, after '#' in shell-script copyright notices.
+       Suggested by Bruno Haible.
+
 2003-08-14  Jim Meyering  <jim@meyering.net>
 
        * mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
index b4c0fd27b7b05a853518bde8594b9d7edce6eaa1..6a6e2e168c20f5975f5e7e19612c8618af4d558a 100755 (executable)
@@ -3,19 +3,19 @@
 #
 #   Copyright (C) 2000-2003 Free Software Foundation, Inc.
 #
-#      This program is free software; you can redistribute it and/or modify
-#      it under the terms of the GNU General Public License as published by
-#      the Free Software Foundation; either version 2, or (at your option)
-#      any later version.
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2, or (at your option)
+#   any later version.
 #
-#      This program is distributed in the hope that it will be useful,
-#      but WITHOUT ANY WARRANTY; without even the implied warranty of
-#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#      GNU General Public License for more details.
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 #
-#      You should have received a copy of the GNU General Public License along
-#      with this program; if not, write to the Free Software Foundation,
-#      Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#   You should have received a copy of the GNU General Public License along
+#   with this program; if not, write to the Free Software Foundation,
+#   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 # The table consists of lines of the form
 #    ALIAS  CANONICAL
index 8938ddabe380fc3d8a1e96a9be358cb153478ae3..912c4af6d79425ce409beba6f36257b38dccea00 100644 (file)
@@ -2,19 +2,19 @@
 #
 #   Copyright (C) 2000 Free Software Foundation, Inc.
 #
-#      This program is free software; you can redistribute it and/or modify
-#      it under the terms of the GNU General Public License as published by
-#      the Free Software Foundation; either version 2, or (at your option)
-#      any later version.
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2, or (at your option)
+#   any later version.
 #
-#      This program is distributed in the hope that it will be useful,
-#      but WITHOUT ANY WARRANTY; without even the implied warranty of
-#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#      GNU General Public License for more details.
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 #
-#      You should have received a copy of the GNU General Public License along
-#      with this program; if not, write to the Free Software Foundation,
-#      Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#   You should have received a copy of the GNU General Public License along
+#   with this program; if not, write to the Free Software Foundation,
+#   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 # Written by Bruno Haible <haible@clisp.cons.org>.
 #
index 952db8ba15668f9c89aacb9d1bf216afc201bf36..5cc1577d1ed316412e5ffded7f550d65474b6e4e 100644 (file)
@@ -2,19 +2,19 @@
 #
 #   Copyright (C) 2000 Free Software Foundation, Inc.
 #
-#      This program is free software; you can redistribute it and/or modify
-#      it under the terms of the GNU General Public License as published by
-#      the Free Software Foundation; either version 2, or (at your option)
-#      any later version.
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2, or (at your option)
+#   any later version.
 #
-#      This program is distributed in the hope that it will be useful,
-#      but WITHOUT ANY WARRANTY; without even the implied warranty of
-#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#      GNU General Public License for more details.
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
 #
-#      You should have received a copy of the GNU General Public License along
-#      with this program; if not, write to the Free Software Foundation,
-#      Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#   You should have received a copy of the GNU General Public License along
+#   with this program; if not, write to the Free Software Foundation,
+#   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 # Written by Bruno Haible <haible@clisp.cons.org>.
 #