Commit 13b61158 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

update the Free Software Foundation's address as needed in the copyright

notices taken from other sources


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3231 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 783062a0
Showing with 10 additions and 6 deletions
+10 -6
...@@ -94,7 +94,8 @@ CVS code - ...@@ -94,7 +94,8 @@ CVS code -
which was apparently in 1999. (DLR) which was apparently in 1999. (DLR)
- For functions originally adapted from other sources, add - For functions originally adapted from other sources, add
notices from the original files, as we do with the tab 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() clause 3 to convert the LGPLed ngetdelim() and ngetline()
functions to use the GPL instead. This is done so that we 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 don't have to include a copy of the LGPL, and because the
......
...@@ -555,7 +555,8 @@ int mbstrncasecmp(const char *s1, const char *s2, size_t n) ...@@ -555,7 +555,8 @@ int mbstrncasecmp(const char *s1, const char *s2, size_t n)
#ifndef HAVE_STRCASESTR #ifndef HAVE_STRCASESTR
/* This function, nstrcasestr() (originally mutt_stristr()), was adapted /* 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) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
* Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de> * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
...@@ -574,8 +575,8 @@ int mbstrncasecmp(const char *s1, const char *s2, size_t n) ...@@ -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 * You should have received a copy of the GNU General Public
* License along with this program; if not, write to the Free * License along with this program; if not, write to the Free
* Software Foundation, Inc., 59 Temple Place - Suite 330, * Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02111, USA. */ * Boston, MA 02110-1301, USA. */
/* This function is equivalent to strcasestr(). */ /* This function is equivalent to strcasestr(). */
const char *nstrcasestr(const char *haystack, const char *needle) const char *nstrcasestr(const char *haystack, const char *needle)
......
...@@ -161,7 +161,8 @@ void sunder(char *str) ...@@ -161,7 +161,8 @@ void sunder(char *str)
/* These functions, ngetline() (originally getline()) and ngetdelim() /* These functions, ngetline() (originally getline()) and ngetdelim()
* (originally getdelim()), were adapted from GNU mailutils 0.5 * (originally getdelim()), were adapted from GNU mailutils 0.5
* (mailbox/getline.c). Here is the notice from that file, after * (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 * GNU Mailutils -- a suite of utilities for electronic mail
* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. * Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
...@@ -178,7 +179,8 @@ void sunder(char *str) ...@@ -178,7 +179,8 @@ void sunder(char *str)
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this library; if not, write to the Free Software * 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) #if !defined(NANO_TINY) && defined(ENABLE_NANORC)
#ifndef HAVE_GETLINE #ifndef HAVE_GETLINE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment