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 | b8d7f00196977bc8aebd45c724c9f84b1536aecd (patch) | |
tree | ff5de1e308a44af8de56a6f02118961031cde0fd /lib | |
parent | f35597f9dd9799bd46a6cbb35c3bbe6e9cc6dd7a (diff) | |
download | gnulib-b8d7f00196977bc8aebd45c724c9f84b1536aecd.tar.gz |
Diffstat (limited to 'lib')
-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 d15c57efec..f6edefcceb 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. */ |