diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-31 11:04:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-31 11:04:39 +0100 |
commit | 4ca24c3b9f9a828d7c951844ceec88e8699550ad (patch) | |
tree | 8e5e934452d19558913c147166d0379ee718d61f /copying.patch | |
parent | 5a4549f7ebf22787b2a76908ba90598e453d4a15 (diff) | |
download | patches-4ca24c3b9f9a828d7c951844ceec88e8699550ad.tar.gz |
update patches based on 5.11-rc1
Diffstat (limited to 'copying.patch')
-rw-r--r-- | copying.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/copying.patch b/copying.patch new file mode 100644 index 00000000000000..b7960e3d147dcf --- /dev/null +++ b/copying.patch @@ -0,0 +1,23 @@ + +Attempt to provide some "clarity" about the UAPI .h files. + +Not the correct wording at all, but something to start the conversation. +Lawyers like to have conversations :) + +--- + COPYING | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/COPYING ++++ b/COPYING +@@ -11,6 +11,10 @@ With an explicit syscall exception, as s + + LICENSES/exceptions/Linux-syscall-note + ++The syscall exception only applies to the User API headers (UAPI) which are ++required to build user space applications which can interact with the Linux ++kernel. ++ + In addition, other licenses may also apply. Please see: + + Documentation/process/license-rules.rst |