]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Finish GPL/CDDL splitting work.
authorNick Alcock <nick.alcock@oracle.com>
Mon, 3 Oct 2011 16:20:15 +0000 (17:20 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 6 Oct 2011 19:57:05 +0000 (20:57 +0100)
commit4c796e310a15e3475f58f8a96d409b6aae28463e
treecd1a4f7a77b10997a23bbcd28c1ac488c77fe994
parent4d7d13f2f87cfb6322fba1738a37b3795674d256
Finish GPL/CDDL splitting work.

kernel/dtrace and all that it #includes is now GPLv2, with the aid of a new
systrace_os.h header containing the subset of systrace.h needed by the GPL shim.
Conversely, dtrace/ is entirely CDDL.

dtrace_ioctl.h is now an exported, header in include/linux/, to ease future
sharing by the userspace side. It is probably not copyrightable (as is essential
for interoperability and contains no creative elements), but if it has any license
at all it is GPLv2 like the other headers in that directory (many of which are
include them.)

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
dtrace/ctf_api.h [new file with mode: 0644]
dtrace/dtrace.h [new file with mode: 0644]
dtrace/dtrace_dev.c
dtrace/systrace.h [new file with mode: 0644]