Re: perror: fix license problems

2008-10-26 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> Any objection to this? > > The patch is not needed now that intprops is now LGPLv2+. The comment > would need to be adjusted, though, if you still want to push the patch. Thanks. I noticed. I'm glad my cha

Re: perror: fix license problems

2008-10-26 Thread Simon Josefsson
Jim Meyering <[EMAIL PROTECTED]> writes: > Any objection to this? The patch is not needed now that intprops is now LGPLv2+. The comment would need to be adjusted, though, if you still want to push the patch. /Simon > From 2fea9d6efde41eea3af51b45d27b31ed9f376b52 Mon Sep 17 00:00:00 2001 > From

Re: perror: fix license problems

2008-10-24 Thread Jim Meyering
Paolo Bonzini <[EMAIL PROTECTED]> wrote: >> strerror.c appears to need intprops only for its >> definition of the INT_STRLEN_BOUND macro, used here: >> >> { >> char *result = strerror (n); >> >> if (result == NULL || result[0] == '\0') >> { >> static char const fmt[] = "Unkn

Re: perror: fix license problems

2008-10-24 Thread Paolo Bonzini
> strerror.c appears to need intprops only for its > definition of the INT_STRLEN_BOUND macro, used here: > > { > char *result = strerror (n); > > if (result == NULL || result[0] == '\0') > { > static char const fmt[] = "Unknown error (%d)"; > static char mesg[siz

Re: perror: fix license problems

2008-10-24 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Using the perror module results in warnings: > > warning: module perror depends on a module with an incompatible license: > intprops > warning: module perror depends on a module with an incompatible license: > strerror > > The reason appears to be beca

Re: perror: fix license problems

2008-10-23 Thread Bruno Haible
Simon Josefsson wrote: > Does anyone see any problem with the patch below? You can't change the copyright of code owned by the FSF if you are not the copyright holder (FSF) and not the author (who has some rights by virtue of the copyright assignment signed with the FSF). In other words: For the

perror: fix license problems

2008-10-23 Thread Simon Josefsson
Using the perror module results in warnings: warning: module perror depends on a module with an incompatible license: intprops warning: module perror depends on a module with an incompatible license: strerror The reason appears to be because perror is 'LGPLv2+' while intprops and strerror is 'L