Skip to content

Commit e37243b

Browse files
glusvardiborkmann
authored andcommitted
bpf, scripts: Correct GPL license name
The bpf_doc script refers to the GPL as the "GNU Privacy License". I strongly suspect that the author wanted to refer to the GNU General Public License, under which the Linux kernel is released, as, to the best of my knowledge, there is no license named "GNU Privacy License". This patch corrects the license name in the script accordingly. Fixes: 56a092c ("bpf: add script and prepare bpf.h for new helpers documentation") Signed-off-by: Gianmarco Lusvardi <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 2127c60 commit e37243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bpf_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def print_footer(self):
513513
instructions to the kernel when the programs are loaded. The format for that
514514
string is identical to the one in use for kernel modules (Dual licenses, such
515515
as "Dual BSD/GPL", may be used). Some helper functions are only accessible to
516-
programs that are compatible with the GNU Privacy License (GPL).
516+
programs that are compatible with the GNU General Public License (GNU GPL).
517517
518518
In order to use such helpers, the eBPF program must be loaded with the correct
519519
license string passed (via **attr**) to the **bpf**\\ () system call, and this

0 commit comments

Comments
 (0)