Skip to content

Commit 0531ec1

Browse files
committed
Upgrade copyright header to GPLv3.
1 parent 7095c1e commit 0531ec1

File tree

14 files changed

+60
-73
lines changed

14 files changed

+60
-73
lines changed

autogen.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@
1212

1313
# Copyright (C) 2003-2007 Free Software Foundation, Inc.
1414
#
15-
# This program is free software; you can redistribute it and/or modify
15+
# This program is free software: you can redistribute it and/or modify
1616
# it under the terms of the GNU General Public License as published by
17-
# the Free Software Foundation; either version 2, or (at your option)
18-
# any later version.
17+
# the Free Software Foundation; either version 3 of the License, or
18+
# (at your option) any later version.
1919
#
2020
# This program is distributed in the hope that it will be useful,
2121
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2222
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2323
# GNU General Public License for more details.
2424
#
2525
# You should have received a copy of the GNU General Public License
26-
# along with this program; if not, write to the Free Software Foundation,
27-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2827

2928
# Usage: ./autogen.sh [--skip-gnulib]
3029
#

gnulib-local/lib/alloca.in.h

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/* Memory allocation on the stack.
22
Copyright (C) 1995, 1999, 2001-2007 Free Software Foundation, Inc.
33
4-
This program is free software; you can redistribute it and/or modify it
5-
under the terms of the GNU General Public License as published
6-
by the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
4+
This program is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU General Public License as published by
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
General Public License for more details.
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
1313
14-
You should have received a copy of the GNU General Public
15-
License along with this program; if not, write to the Free Software
16-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17-
USA. */
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1816

1917
/* When this file is included, it may be preceded only by preprocessor
2018
declarations. Thanks to AIX. Therefore we include it right after

gnulib-local/lib/xalloc.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
33
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
44
5-
This program is free software; you can redistribute it and/or modify
5+
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2, or (at your option)
8-
any later version.
7+
the Free Software Foundation; either version 3 of the License, or
8+
(at your option) any later version.
99
1010
This program is distributed in the hope that it will be useful,
1111
but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
16-
along with this program; if not, write to the Free Software Foundation,
17-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
16+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1817

1918
#ifndef _XALLOC_H
2019
#define _XALLOC_H

gnulib-local/lib/xmalloc.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/* xmalloc.c -- malloc with out of memory checking
22
Copyright (C) 1990-1996, 2000-2003, 2005-2007 Free Software Foundation, Inc.
33
4-
This program is free software; you can redistribute it and/or modify
4+
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1716

1817
#include <config.h>
1918

gnulib-local/lib/xreadlink.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
33
Copyright (C) 2001, 2003, 2005-2006 Free Software Foundation, Inc.
44
5-
This program is free software; you can redistribute it and/or modify
5+
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2, or (at your option)
8-
any later version.
7+
the Free Software Foundation; either version 3 of the License, or
8+
(at your option) any later version.
99
1010
This program is distributed in the hope that it will be useful,
1111
but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
16-
along with this program; see the file COPYING.
17-
If not, write to the Free Software Foundation,
18-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
16+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1917

2018
/* Written by Jim Meyering <jim@meyering.net>
2119
and Bruno Haible <bruno@clisp.org>. */

gnulib-local/lib/xreadlink.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/* Reading symbolic links without size limitation.
22
Copyright (C) 2001, 2003 Free Software Foundation, Inc.
33
4-
This program is free software; you can redistribute it and/or modify
4+
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1716

1817
/* Call readlink to get the symbolic link value of FILENAME.
1918
Return a pointer to that NUL-terminated string in malloc'd storage.

gnulib-local/lib/xstrdup.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/* xstrdup.c -- copy a string with out of memory checking
22
Copyright (C) 1990, 1996, 2000-2003, 2005-2006 Free Software Foundation, Inc.
33
4-
This program is free software; you can redistribute it and/or modify
4+
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1716

1817
#include <config.h>
1918

libcharset/autogen.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@
1010

1111
# Copyright (C) 2003-2007 Free Software Foundation, Inc.
1212
#
13-
# This program is free software; you can redistribute it and/or modify
13+
# This program is free software: you can redistribute it and/or modify
1414
# it under the terms of the GNU General Public License as published by
15-
# the Free Software Foundation; either version 2, or (at your option)
16-
# any later version.
15+
# the Free Software Foundation; either version 3 of the License, or
16+
# (at your option) any later version.
1717
#
1818
# This program is distributed in the hope that it will be useful,
1919
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2020
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2121
# GNU General Public License for more details.
2222
#
2323
# You should have received a copy of the GNU General Public License
24-
# along with this program; if not, write to the Free Software Foundation,
25-
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2625

2726
# Usage: ./autogen.sh
2827

tests/uniq-u.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/* uniq -- remove duplicate lines from a sorted file
22
Copyright (C) 86, 91, 1995-1998, 1999 Free Software Foundation, Inc.
33
4-
This program is free software; you can redistribute it and/or modify
4+
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
15+
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1716

1817
/* Written by Richard Stallman and David MacKenzie. */
1918
/* 2000-03-22 Trimmed down to the case of "uniq -u" by Bruno Haible. */

tools/8bit_tab_to_h.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* Copyright (C) 1999-2002 Free Software Foundation, Inc.
22
This file is part of the GNU LIBICONV Tools.
33
4-
This program is free software; you can redistribute it and/or modify
4+
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2, or (at your option)
7-
any later version.
6+
the Free Software Foundation; either version 3 of the License, or
7+
(at your option) any later version.
88
99
This program is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -13,7 +13,7 @@
1313
1414
You should have received a copy of the GNU General Public License
1515
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
16+
Inc., along with this program. If not, see <http://www.gnu.org/licenses/>. */
1717

1818
/*
1919
* Generates an 8-bit character set table from a .TXT table as found on

0 commit comments

Comments
 (0)