cdrtools - a tale of two licenses
Posted Aug 13, 2006 11:07 UTC (Sun) by
dmantione (guest, #4640)
In reply to:
cdrtools - a tale of two licenses by ewan
Parent article:
cdrtools - a tale of two licenses
As I said before, you can release a work under the GPL without scripts.
For example, let me release the following under the GPL:
----
#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
};
----
There is nothing that stops me doing this, the GPL does not require you
to write a Makefile. However, if I had included a Makefile, it did belong
to the source, and anyone distributing a binary would also need to
distribute the source.
(
Log in to post comments)