Re: [PATCH bpf-next] bpf: Document BPF licensing.
From: Alexei Starovoitov <hidden>
Date: 2021-09-16 20:49:16
Also in:
bpf
On Thu, Sep 16, 2021 at 9:05 AM Jonathan Corbet [off-list ref] wrote:
Alexei Starovoitov [off-list ref] writes:quoted
From: Alexei Starovoitov <ast@kernel.org> Document and clarify BPF licensing.Two trivial things that have nothing to do with the actual content...quoted
Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Toke Høiland-Jørgensen <redacted> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Joe Stringer <redacted> Acked-by: Lorenz Bauer <redacted> Acked-by: Dave Thaler <redacted> --- Documentation/bpf/bpf_licensing.rst | 91 +++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 Documentation/bpf/bpf_licensing.rstWhen you add a new file you need to put it into index.rst as well so it gets pulled into the docs build.
ok.
quoted
+under these rules: +https://www.kernel.org/doc/html/latest/process/license-rules.html#id1I would just write this as Documentation/process/license-rules.rst. The HTML docs build will link it automatically, and readers of the plain-text file will know where to go.
Good point. Will fix.