diff --git a/ChangeLog b/ChangeLog index 6f85a3e3aec30233e54f32dd0b2e3b201e4b0c0f..9a6f000960d52eb9aaa1a77ce5d6072949e15098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -94,7 +94,8 @@ CVS code - which was apparently in 1999. (DLR) - For functions originally adapted from other sources, add notices from the original files, as we do with the tab - completion functions adapted from busybox. Also, invoke LGPL + completion functions adapted from busybox, updating the Free + Software Foundation's address as needed. Also, invoke LGPL clause 3 to convert the LGPLed ngetdelim() and ngetline() functions to use the GPL instead. This is done so that we don't have to include a copy of the LGPL, and because the diff --git a/src/chars.c b/src/chars.c index cb593c0194107d19e45f3e065797f131c21b0507..a232fe1a51740210843eda23d329c7125d6180a5 100644 --- a/src/chars.c +++ b/src/chars.c @@ -555,7 +555,8 @@ int mbstrncasecmp(const char *s1, const char *s2, size_t n) #ifndef HAVE_STRCASESTR /* This function, nstrcasestr() (originally mutt_stristr()), was adapted - * from mutt 1.2.4i (lib.c). Here is the notice from that file: + * from mutt 1.2.4i (lib.c). Here is the notice from that file, with + * the Free Software Foundation's address updated: * * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu> * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de> @@ -574,8 +575,8 @@ int mbstrncasecmp(const char *s1, const char *s2, size_t n) * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111, USA. */ + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /* This function is equivalent to strcasestr(). */ const char *nstrcasestr(const char *haystack, const char *needle) diff --git a/src/utils.c b/src/utils.c index 685bdb6d19497162b6edd66b82da39cf81b2f48b..880e8be3392d423a20a48de98a37ca41cf695e44 100644 --- a/src/utils.c +++ b/src/utils.c @@ -161,7 +161,8 @@ void sunder(char *str) /* These functions, ngetline() (originally getline()) and ngetdelim() * (originally getdelim()), were adapted from GNU mailutils 0.5 * (mailbox/getline.c). Here is the notice from that file, after - * converting to the GPL via LGPL clause 3: + * converting to the GPL via LGPL clause 3, and with the Free Software + * Foundation's address updated: * * GNU Mailutils -- a suite of utilities for electronic mail * Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. @@ -178,7 +179,8 @@ void sunder(char *str) * * You should have received a copy of the GNU General Public License * along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #if !defined(NANO_TINY) && defined(ENABLE_NANORC) #ifndef HAVE_GETLINE