Hi Paolo, > would it be possible to change mkdtemp as indicated in the subject?
Since the code comes from glibc, at a time when it was under LGPLv2+, with some modifications by me and code removals by Eric (*), I am entitled to do this. (*) It would be funny to discuss with lawyers whether code removals are actually copyrightable :-) Done: 2009-09-02 Bruno Haible <[email protected]> * modules/mkdtemp (License): Relicense under LGPLv2+. Reported by Paolo Bonzini. --- modules/mkdtemp.orig 2009-09-02 22:36:38.000000000 +0200 +++ modules/mkdtemp 2009-09-02 22:34:57.000000000 +0200 @@ -20,7 +20,7 @@ <stdlib.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible
