diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-04-11 13:23:07 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-04-11 13:23:07 -0600 |
commit | 71d4e9ef41c093757a5148612150d96824996d86 (patch) | |
tree | 21c2368d030d9b22737e606eb3e02a37e9938c49 | |
parent | 18417d9ec4ed31242a8d648ca030a249716805e6 (diff) | |
parent | 8e9f14e34da2bfe00178df0390bcd84fb8047e7d (diff) | |
download | liburing-71d4e9ef41c093757a5148612150d96824996d86.tar.gz liburing-71d4e9ef41c093757a5148612150d96824996d86.tar.bz2 |
Merge branch 'pu/readme-license' of https://github.com/guillemj/liburing
* 'pu/readme-license' of https://github.com/guillemj/liburing:
README: Update license information
-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 |