diff src/input.cc @ 661:9ccf86647203

[project @ 1994-08-30 04:41:56 by jwe]
author jwe
date Tue, 30 Aug 1994 04:46:17 +0000
parents fae2bd91c027
children 36ba0576bd1b
line wrap: on
line diff
--- a/src/input.cc	Mon Aug 29 23:32:17 1994 +0000
+++ b/src/input.cc	Tue Aug 30 04:46:17 1994 +0000
@@ -21,6 +21,16 @@
 
 */
 
+/*
+
+The 3 functions listed below were adapted from similar functions
+from GNU Bash, the Bourne Again SHell, copyright (C) 1987, 1989, 1991
+Free Software Foundation, Inc.
+
+  read_octal    sub_append_string    decode_prompt_string
+
+*/
+
 // Use the GNU readline library for command line editing and hisory.
 
 #ifdef HAVE_CONFIG_H