Messages in this thread |  | | | Date | Fri, 8 Feb 2002 22:20:37 +0000 (GMT) | | From | arjan@fenrus ... | | Subject | Re: What "module license" applies to public domain code? |
| |
In article <Pine.LNX.4.30.0202081632041.16834-100000@ran.antd.nist.gov> you wrote: > Of course, anyone else would be free to take the code and apply any > license whatsoever to it, but my concern is simply what MODULE_LICENSE() > line I can legitimately include, if any.
how about
MODULE_LICENSE("Dual GPL/Public Domain");
this would need adding to the proper headers though - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |