Commit 391cef12 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

documentation fix: the LGPLed ngetdelim() and ngetline() functions are

converted to the GPL not only to avoid including a copy of the LGPL, but
also because the changes made to integrate these functions with nano
make them dependent on nano's GPLed functions and hence useless
elsewhere


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3197 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent ad074011
Showing with 6 additions and 2 deletions
+6 -2
...@@ -95,8 +95,12 @@ CVS code - ...@@ -95,8 +95,12 @@ CVS code -
- 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. Also, invoke LGPL
clause 3 to convert all LGPLed functions to GPLed ones, so clause 3 to convert the LGPLed ngetdelim() and ngetline()
that we don't have to include a copy of the LGPL. (DLR) 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
changes made to integrate these functions with nano make them
dependent on nano's GPLed functions and hence useless
elsewhere. (DLR)
- Don't install the localized versions of the manpages if - Don't install the localized versions of the manpages if
nano is built with --disable-nls. Changes to Makefile.am and nano is built with --disable-nls. Changes to Makefile.am and
doc/man/Makefile.am. (Mike Frysinger) doc/man/Makefile.am. (Mike Frysinger)
......
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