]> git.wh0rd.org Git - nano.git/commitdiff
update the copyright notice on the tab completion code originally from
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 10 Aug 2007 22:12:39 +0000 (22:12 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 10 Aug 2007 22:12:39 +0000 (22:12 +0000)
busybox to account for modifications

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4146 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/files.c

index 76a894207ede4449f73cc7751569b31e083e7ed9..ef30132bba608a6571c2f8f907a295f187243cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-08-10  David Lawrence Ramsey  <pooka109@gmail.com>
 
+       * files.c (username_tab_completion, cwd_tab_completion,
+       input_tab): Update copyright notice to account for
+       modifications.
        * utils.c (ngetdelim): Simplify.
        * utils.c (ngetline, ngetdelim): Update copyright notice to
        account for modifications.
index e68d308ecf0736f4b1140eb6bf0a29ac92ace11d..b52c387b99eac93ef42547116c656ac357aade9d 100644 (file)
@@ -2088,11 +2088,11 @@ bool is_dir(const char *buf)
 /* These functions, username_tab_completion(), cwd_tab_completion()
  * (originally exe_n_cwd_tab_completion()), and input_tab(), were
  * adapted from busybox 0.46 (cmdedit.c).  Here is the notice from that
- * file:
+ * file, with the copyright years updated:
  *
  * Termios command line History and Editting, originally
  * intended for NetBSD sh (ash)
- * Copyright (C) 1999
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
  *      Main code:            Adam Rogoyski <rogoyski@cs.utexas.edu>
  *      Etc:                  Dave Cinege <dcinege@psychosis.com>
  *  Majorly adjusted/re-written for busybox: