X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=readline%2Fsavestring.c;h=485890ea57cd6e524412a4b0a8f01d8aba5d5bfb;hb=1b17e766659d93d1e7bd6633bf78132e1abb3568;hp=3f53a87bcd14fa32d323c4a8da9f0157a6e199ef;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/savestring.c b/readline/savestring.c index 3f53a87bcd..485890ea57 100644 --- a/readline/savestring.c +++ b/readline/savestring.c @@ -7,7 +7,7 @@ The GNU Readline Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 1, or + as published by the Free Software Foundation; either version 2, or (at your option) any later version. The GNU Readline Library is distributed in the hope that it will be @@ -18,7 +18,7 @@ The GNU General Public License is often shipped with GNU software, and is generally kept in a file called COPYING or LICENSE. If you do not have a copy of the license, write to the Free Software Foundation, - 675 Mass Ave, Cambridge, MA 02139, USA. */ + 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ extern char *strcpy (); extern char *xmalloc ();