diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-07 19:14:58 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-10-07 19:14:58 +0200 |
commit | 57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391 (patch) | |
tree | bf2c59a61b56d530bccaef7b9fc806529d053ace /config | |
parent | b42d50108cf2147b3d80ecb6457faa96347411e9 (diff) | |
download | gnulib-57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391.tar.gz |
Change copyright notice from GPLv2+ to GPLv3+.
Diffstat (limited to 'config')
-rwxr-xr-x | config/srclist-update | 31 | ||||
-rw-r--r-- | config/srclistvars.sh | 16 |
2 files changed, 21 insertions, 26 deletions
diff --git a/config/srclist-update b/config/srclist-update index b2619f1aed..1e8de5ad62 100755 --- a/config/srclist-update +++ b/config/srclist-update @@ -6,10 +6,10 @@ # # Copyright (C) 2002, 2003, 2005, 2007 Free Software Foundation, Inc. # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation; either version 3 of the License, 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 @@ -17,8 +17,7 @@ # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Originally written by Karl Berry. @@ -42,34 +41,32 @@ 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\ +# 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.\ +# the Free Software Foundation; either version 3 of the License, 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.\ #\ -# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# You should have received a copy of the GNU General Public License\ +# along with this program. If not, see <http://www.gnu.org/licenses/>. /Th[ei][ s].* is free software/,/\*\//c\ - This program is free software; you can redistribute it and/or modify\ + 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.\ + the Free Software Foundation; either version 3 of the License, 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.\ \ - 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License\ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ ' # sed command to remove lines containing $Id lines. diff --git a/config/srclistvars.sh b/config/srclistvars.sh index 957ce8abe9..3cdba68b81 100644 --- a/config/srclistvars.sh +++ b/config/srclistvars.sh @@ -5,20 +5,18 @@ # Copyright (C) 2002, 2003, 2004 2005, 2006 Free Software Foundation, # Inc. -# This file is free software; you can redistribute it and/or modify it +# This file 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 of the License, or +# the Free Software Foundation; either version 3 of the License, 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., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. case $LOGNAME in jas | eggert) |