changeset 2940:c05d4e1a9bee

[project @ 1997-05-06 16:40:51 by jwe]
author jwe
date Tue, 06 May 1997 16:40:51 +0000
parents f2feebf0eb7d
children b779a5b8aed4
files liboctave/str-vec.cc
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/str-vec.cc
+++ b/liboctave/str-vec.cc
@@ -20,6 +20,14 @@
 
 */
 
+/*
+
+The function string_vector::list_in_columns was adapted from a similar
+function distributed in the GNU file utilities, copyright (C) 85, 88,
+90, 91, 95, 1996 Free Software Foundation, Inc.
+
+*/
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -82,7 +90,7 @@
   delete [] v;
 }
 
-// Format a list in neat columns.  Mostly stolen from GNU ls.
+// Format a list in neat columns.
 
 ostream&
 string_vector::list_in_columns (ostream& os) const