commit | 674bfc23c585b34c42263d73fb51710d49762a23 | [log] [tgz] |
---|---|---|
author | Rusty Russell <[email protected]> | Fri Jul 25 12:06:03 2008 -0500 |
committer | Rusty Russell <[email protected]> | Fri Jul 25 12:06:04 2008 +1000 |
tree | 3d548173fe2836a4fd2c234e2adb2299c3df38e6 | |
parent | fb6813f480806d62361719e84777c8e00d3e86a8 [diff] |
virtio: clarify that ABI is usable by any implementations We want others to implement and use virtio, so it makes sense to BSD license the non-__KERNEL__ parts of the headers to make this crystal clear. Signed-off-by: Rusty Russell <[email protected]> Acked-by: Christian Borntraeger <[email protected]> Acked-by: Mark McLoughlin <[email protected]> Acked-by: Ryan Harper <[email protected]> Acked-by: Eric Van Hensbergen <[email protected]> Acked-by: Anthony Liguori <[email protected]>