Skip to content

Commit 1d9c9cd

Browse files
author
Kelley Cook
committedJul 14, 2005
2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
* COPYING, compile, config-ml.in, config.guess, config.sub, install-sh, missing, mkinstalldirs, symlink-tree, ylwrap: Sync from upstream sources.
1 parent 1587117 commit 1d9c9cd

11 files changed

+353
-316
lines changed
 

‎COPYING

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
291291
the "copyright" line and a pointer to where the full notice is found.
292292

293293
<one line to give the program's name and a brief idea of what it does.>
294-
Copyright (C) 19yy <name of author>
294+
Copyright (C) <year> <name of author>
295295

296296
This program is free software; you can redistribute it and/or modify
297297
it under the terms of the GNU General Public License as published by
@@ -305,15 +305,15 @@ the "copyright" line and a pointer to where the full notice is found.
305305

306306
You should have received a copy of the GNU General Public License
307307
along with this program; if not, write to the Free Software
308-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
309309

310310

311311
Also add information on how to contact you by electronic and paper mail.
312312

313313
If the program is interactive, make it output a short notice like this
314314
when it starts in an interactive mode:
315315

316-
Gnomovision version 69, Copyright (C) 19yy name of author
316+
Gnomovision version 69, Copyright (C) year name of author
317317
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318318
This is free software, and you are welcome to redistribute it
319319
under certain conditions; type `show c' for details.

‎ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2+
3+
* COPYING, compile, config-ml.in, config.guess,
4+
config.sub, install-sh, missing, mkinstalldirs,
5+
symlink-tree, ylwrap: Sync from upstream sources.
6+
17
2005-07-13 Eric Christopher <echristo@redhat.com>
28

39
* configure.in: Add toplevel noconfigdir support for tpf.

‎compile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/sh
22
# Wrapper for compilers which do not understand `-c -o'.
33

4-
scriptversion=2004-10-12.08
4+
scriptversion=2005-05-14.22
55

6-
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
6+
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
88
#
99
# This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,7 @@ scriptversion=2004-10-12.08
1818
#
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2222

2323
# As a special exception to the GNU General Public License, if you
2424
# distribute this file as part of a program that contains a
@@ -47,11 +47,11 @@ right script to run: please start by reading the file `INSTALL'.
4747
4848
Report bugs to <bug-automake@gnu.org>.
4949
EOF
50-
exit 0
50+
exit $?
5151
;;
5252
-v | --v*)
5353
echo "compile $scriptversion"
54-
exit 0
54+
exit $?
5555
;;
5656
esac
5757

‎config-ml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, write to the Free Software
19-
# Foundation, Inc., 59 Temple Place - Suite 330,
20-
# Boston, MA 02111-1307, USA.
19+
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
20+
# Boston, MA 02110-1301, USA.
2121
#
2222
# As a special exception to the GNU General Public License, if you
2323
# distribute this file as part of a program that contains a

0 commit comments

Comments
 (0)
Please sign in to comment.