diff options
author | Guillem Jover <guillem@hadrons.org> | 2020-04-11 20:24:05 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2020-04-11 20:25:20 +0200 |
commit | 8e9f14e34da2bfe00178df0390bcd84fb8047e7d (patch) | |
tree | 21c2368d030d9b22737e606eb3e02a37e9938c49 | |
parent | 18417d9ec4ed31242a8d648ca030a249716805e6 (diff) | |
download | liburing-8e9f14e34da2bfe00178df0390bcd84fb8047e7d.tar.gz liburing-8e9f14e34da2bfe00178df0390bcd84fb8047e7d.tar.bz2 |
README: Update license information
Refer to the kernel header file as an exception, and mention its license
and where to find the full license text.
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,6 +39,8 @@ License ------- All software contained within this repo is dual licensed LGPL and MIT, see -COPYING and LICENSE. +COPYING and LICENSE, except for a header coming from the kernel which is +dual licensed GPL with a Linux-syscall-note exception and MIT, see +COPYING.GPL and <https://spdx.org/licenses/Linux-syscall-note.html>. Jens Axboe 2020-01-20 |