From: David Lawrence Ramsey Date: Fri, 10 Aug 2007 22:12:39 +0000 (+0000) Subject: update the copyright notice on the tab completion code originally from X-Git-Tag: v2.0.7~58 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6986c8820f403733d0ea27d86581a3f77f1fca1c;p=nano.git update the copyright notice on the tab completion code originally from busybox to account for modifications git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4146 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 5f273d3d..65aac5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,8 @@ CVS code - copy_file() - Assert that inn and out don't both point to the same file. (DLR) + username_tab_completion(), cwd_tab_completion(), input_tab() + - Update copyright notice to account for modifications. (DLR) - nano.c: version() - Display copyright notices. (DLR) diff --git a/src/files.c b/src/files.c index e68d308e..b52c387b 100644 --- a/src/files.c +++ b/src/files.c @@ -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 * Etc: Dave Cinege * Majorly adjusted/re-written for busybox: