diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-24 18:23:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-24 18:23:44 +0000 |
commit | 7b428cdedab5fbe6f982304ccc479d76423c9dd4 (patch) | |
tree | 5b8aa8a16c35d6058949e9e9ffa15087faf00577 | |
parent | b28595b5022c48a0b4f8e8e7ccfb5f8563ea001b (diff) | |
download | coreutils-7b428cdedab5fbe6f982304ccc479d76423c9dd4.tar.xz |
.
-rw-r--r-- | lib/xstrtod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xstrtod.c b/lib/xstrtod.c index d15c57efe..f6edefcce 100644 --- a/lib/xstrtod.c +++ b/lib/xstrtod.c @@ -12,8 +12,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + 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 Jim Meyering. */ |