On Wed, Mar 30, 2011 at 5:25 PM, Simon Josefsson wrote: > I put what I believe are the "appropriate parts" of the GPLv3 text into > a .h file, see below. It occured to me now that this may be useful to > have in gnulib -- other applications may want to be able to output the > same information. Thoughts? Is #define's the best approach? Do we > want another #define for the entire GPLv3 license text?
seems like you'd want to have the module auto generate the header from an actual COPYING file rather than hardcoding the strings yourself ... -mike