Skip to content

Commit 0432bf6

Browse files
Add license rule for linux-syscall note
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 745ba9c commit 0432bf6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
license_expression: linux-syscall-exception-gpl
3+
is_license_notice: yes
4+
notes: seen in linux kernel /LICENSES/exceptions/Linux-syscall-note
5+
---
6+
7+
SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+, GPL-2.0-only, GPL-2.0-or-later
8+
Usage-Guide:
9+
This exception is used together with one of the above SPDX-Licenses
10+
to mark user space API (uapi) header files so they can be included
11+
into non GPL compliant user space application code.
12+
To use this exception add it with the keyword WITH to one of the
13+
identifiers in the SPDX-Licenses tag:
14+
{{SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note}}

0 commit comments

Comments
 (0)