1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Reflect 2->3 GPL copyright version update in gnulib.

* gl/lib/tempname.h: Update copyright from gnulib.
* gl/lib/tempname.c: Likewise.
* .x-sc_GPL_version: Don't make an exception for those two files.
This commit is contained in:
Jim Meyering
2007-10-07 21:04:14 +02:00
parent a5fa9f9cc9
commit 847fbc4eba
4 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1 @@
^build-aux/check\.mk$ ^build-aux/check\.mk$
^gl/lib/tempname\.c$
^gl/lib/tempname\.h$

View File

@@ -1,5 +1,10 @@
2007-10-07 Jim Meyering <meyering@redhat.com> 2007-10-07 Jim Meyering <meyering@redhat.com>
Reflect 2->3 GPL copyright version update in gnulib.
* gl/lib/tempname.h: Update copyright from gnulib.
* gl/lib/tempname.c: Likewise.
* .x-sc_GPL_version: Don't make an exception for those two files.
* configure.ac (AM_INIT_AUTOMAKE): Don't use dist-lzma just yet. * configure.ac (AM_INIT_AUTOMAKE): Don't use dist-lzma just yet.
New program: mktemp. New program: mktemp.

View File

@@ -4,19 +4,18 @@
2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation,
Inc. 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 3 of the License, or
any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along You should have received a copy of the GNU General Public License
with this program; if not, write to the Free Software Foundation, along with this program. If not, see <http://www.gnu.org/licenses/>. */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Extracted from glibc sysdeps/posix/tempname.c. See also tmpdir.c. */ /* Extracted from glibc sysdeps/posix/tempname.c. See also tmpdir.c. */

View File

@@ -2,10 +2,10 @@
Copyright (C) 2006, 2007 Free Software Foundation, Inc. Copyright (C) 2006, 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 3 of the License, or
any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -13,8 +13,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation, along with this program. If not, see <http://www.gnu.org/licenses/>. */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* header written by Eric Blake */ /* header written by Eric Blake */