Skip to content

Is the application using the header file be applied to the GPL license? #559

Closed Answered by umlaeute
takemuun asked this question in Q&A
Discussion options

You must be logged in to vote

the license of the v4l2loopback.h header is GPL-2.0+ WITH Linux-syscall-note:

/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */

The Linux-syscall-note exception can be found at https://spdx.org/licenses/Linux-syscall-note.html
the relevant part is:

NOTE! This copyright does not cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does not fall under the heading of "derived work".

as such, any program using the header in order to issue syscalls, is not covered by the GPL-2.0+

see also https://opensource.stackexchange.com/q/6647

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by umlaeute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants