c3d/build

Licensing exception (similar to GNU Autotools)?

jsquyres opened this issue · 3 comments

Will there be a licensing exception for distributing build with projects that use it for building themselves (similar to the GNU Autotools exception: https://www.gnu.org/software/autoconf/manual/autoconf.html#Distributing)?

Thanks!

c3d commented

I do not feel that a licensing exception is needed, because the build system is usually independent from the product being built. In other words, my understanding is that using 'build' does not require your product to be GPL-compliant, no more than using gmake or gcc to build it. But a clarification of my understanding may be needed. I will add it to the README file.

c3d commented

Clarified in 60609d0.

Thanks for the clarification!