Mercurial > hg > octave-lyh
diff liboctave/str-vec.cc @ 2940:c05d4e1a9bee
[project @ 1997-05-06 16:40:51 by jwe]
author | jwe |
---|---|
date | Tue, 06 May 1997 16:40:51 +0000 |
parents | 9d26524e2869 |
children | b779a5b8aed4 |
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