On Sun, Oct 24, 2010 at 02:00:11PM +0200, Guillem Jover wrote: > Hi! > > On Fri, 2010-10-22 at 20:16:29 -0300, Davidlohr Bueso wrote: > > diff --git a/lib/strtosize.c b/lib/strtosize.c > > deleted file mode 100644 > > index 068c542..0000000 > > --- a/lib/strtosize.c > > +++ /dev/null > > @@ -1,148 +0,0 @@ > > -/* > [...] > > - * Copyright (C) 2010 Karel Zak <kzak@xxxxxxxxxx> > > - */ > > > diff --git a/lib/strutils.c b/lib/strutils.c > > new file mode 100644 > > index 0000000..9c8e32b > > --- /dev/null > > +++ b/lib/strutils.c > > @@ -0,0 +1,204 @@ > > +/* > > + * Copyright (C) 2010 Davidlohr Bueso <dave@xxxxxxx> > > + * > > + * This file may be redistributed under the terms of the > > + * GNU Lesser General Public License. > > + * > > + * General purpose string related utilities. > > + */ > > > diff --git a/schedutils/schedutils.c b/schedutils/schedutils.c > > deleted file mode 100644 > > index 9d6051b..0000000 > > --- a/schedutils/schedutils.c > > +++ /dev/null > > @@ -1,34 +0,0 @@ > > -/* > > - * Copyright (C) 2010 Karel Zak <kzak@xxxxxxxxxx> > > - * > > - * Released under the terms of the GNU General Public License version 2 > > - * > > - */ > > You also changed the license, that'd need approval from the other > holders. It would be better to use "public domain" (if possible) for new things in the lib/ directory. We want to use the code on many places in util-linux (we have utils/libs with BSD, GPL, LGPL, ...). Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html