blob: b7960e3d147dcf3787d435484456d341045373df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|