bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

verify.h


From: Jim Meyering
Subject: verify.h
Date: Thu, 17 Apr 2008 11:46:59 +0200

Hi Paul,

I'd like to use gnulib's verify.h in libvirt, but
that project is currently constrained to be LGPLv2,
so the license conflicts.  Considering that verify.h
is just these few lines in the C case,

  #  define verify_true(R) \
       (!!sizeof \
        (struct { unsigned int verify_error_if_negative_size__: (R) ? 1 : -1; 
}))
  #define verify(R) extern int (* verify_function__ (void)) [verify_true (R)]

What do you think about changing the license to be LGPLv2+?

Jim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]