From 1fea47043952c3c97e5c66a080a3f1aa7fadb68c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Aug 2003 18:04:34 +0000 Subject: [PATCH] Use three spaces, rather than tab, after '#' in shell-script copyright notices. Suggested by Bruno Haible. --- config/ChangeLog | 6 ++++++ config/srclist-update | 26 +++++++++++++------------- lib/ChangeLog | 6 ++++++ lib/config.charset | 22 +++++++++++----------- lib/ref-add.sin | 22 +++++++++++----------- lib/ref-del.sin | 22 +++++++++++----------- 6 files changed, 58 insertions(+), 46 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 1df6e10718..2c989a073a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2003-08-15 Paul Eggert + + * 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 * srclist-update: Change update back to the old behavior, leaving diff --git a/config/srclist-update b/config/srclist-update index 9f65a40ada..0ca4204534 100755 --- a/config/srclist-update +++ b/config/srclist-update @@ -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 # # 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\ diff --git a/lib/ChangeLog b/lib/ChangeLog index 7a6399e47c..30ea553091 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-08-15 Paul Eggert + + * 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 * mountlist.c: Remove anachronistic casts of xmalloc, xrealloc, diff --git a/lib/config.charset b/lib/config.charset index b4c0fd27b7..6a6e2e168c 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -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 diff --git a/lib/ref-add.sin b/lib/ref-add.sin index 8938ddabe3..912c4af6d7 100644 --- a/lib/ref-add.sin +++ b/lib/ref-add.sin @@ -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 . # diff --git a/lib/ref-del.sin b/lib/ref-del.sin index 952db8ba15..5cc1577d1e 100644 --- a/lib/ref-del.sin +++ b/lib/ref-del.sin @@ -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 . # -- 2.30.2