Eric Andersen 46cd74b9e3 This has two patches. First it moves interface.c to libbb (it is
support code after all).  It also contains a patch from Larry Doolittle
that removes two instances of "strlen([^)]*) *- *1", un-shadows two
variables, relaxes requirement for a sprintf(3) that returns number of
bytes written, and eliminates a duplicate subroutine.
2001-04-19 16:55:27 +00:00
..
2001-03-23 17:02:05 +00:00
2001-04-11 16:23:35 +00:00
2001-04-11 15:11:48 +00:00
2001-03-23 17:02:05 +00:00
2001-04-01 16:01:11 +00:00
2001-04-10 20:10:55 +00:00
2001-04-05 22:38:32 +00:00
2001-04-04 19:26:22 +00:00

Please see the LICENSE file for copyright information.
    
libbb is BusyBox's utility library.  This all used to be in a single file
(utility.c to be specific).  When I split utility.c up to create libbb, I did
not carefully fix up the copyright and licensing information.  I'll do that for
the next release.

For now, justtrust me that a bunch of people have worked on this stuff, 
and it is all GPL'ed.

	Erik Andersen 
	<andersen@lineo.com>
	<andersee@debian.org>
	<andersee@codepoet.org>