# HG changeset patch # User jwe # Date 862936851 0 # Node ID c05d4e1a9beec9eda68641ba1ddafa29231b2e2e # Parent f2feebf0eb7db4ea2ed1e76861db35abb24520cb [project @ 1997-05-06 16:40:51 by jwe] diff -r f2feebf0eb7d -r c05d4e1a9bee liboctave/str-vec.cc --- a/liboctave/str-vec.cc Tue May 06 16:36:35 1997 +0000 +++ b/liboctave/str-vec.cc Tue May 06 16:40:51 1997 +0000 @@ -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 #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