# HG changeset patch # User Jim Meyering # Date 1192890300 -7200 # Node ID c8527f8ce71e87f851067d3703181fafafbc462d # Parent 091bbc680bf8c7860c8d6500dd580d0b1fe10488 Change xprintf's license to GPL. * modules/xprintf (License): s/LGPL/GPL/, since this module depends on modules (exit and exitfail) which are GPL. Suggestion from Bruno Haible. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-20 Jim Meyering + Change xprintf's license to GPL. + * modules/xprintf (License): s/LGPL/GPL/, since this module + depends on modules (exit and exitfail) which are GPL. + Suggestion from Bruno Haible. + xprintf fixes. * lib/xprintf.c (xprintf, xfprintf): Use va_end. Use a clearer diagnostic. diff --git a/modules/xprintf b/modules/xprintf --- a/modules/xprintf +++ b/modules/xprintf @@ -21,7 +21,7 @@ "xprintf.h" License: -LGPL +GPL Maintainer: Jim Meyering