summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-10-03 17:44:03 +0900
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-10-23 09:24:39 +0900
commitc486f3895d6dc751f7c0f04f0fa67390ce4d168e (patch)
treefa40cf72cd171ce36e62d619c3d9d0fc65ad23c2 /tools/perf/scripts/python
parent5beb6e0b2008386571fd342d0a4a14f5c8c0baf8 (diff)
downloadkernel-c486f3895d6dc751f7c0f04f0fa67390ce4d168e.tar.gz
nilfs2: change license of exported header file
This allows other projects to carry copies of the header file related to ABI and disk format (i.e. "nilfs2_fs.h") without it or distributors having to worry about effects on the project's overall license terms. It's also desired for switching the license of nilfs library to LGPL. Jiro SEKIBA pointed out these license issues (Message-ID: <87tylo7msw.wl%jir@sekiba.com>), and he suggested switching license of the library and nilfs2_fs.h to GNU Lesser General Public License. We take in his suggestion to avoid the license issues. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Cc: Jiro SEKIBA <jir@unicus.jp> Cc: linux-nilfs <linux-nilfs@vger.kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
19-01-22bpf: btf: add btf documentationYonghong Song 2019-01-07bpf, doc: update design qa to reflect kern_version requirementDaniel Borkmann 2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2018-07-27docs: bpf: Capitalise document headingTobin C. Harding 2018-07-27docs: bpf: Add toctree to indexTobin C. Harding 2018-07-27docs: bpf: Rename README.rst to index.rstTobin C. Harding 2018-07-26docs: Update references to netdev-FAQTobin C. Harding 2018-05-14bpf, doc: howto use/run the BPF selftestsJesper Dangaard Brouer 2018-05-14bpf, doc: convert bpf_devel_QA.rst to use RST formattingJesper Dangaard Brouer 2018-05-14bpf, doc: convert bpf_design_QA.rst to use RST formattingJesper Dangaard Brouer 2018-05-14bpf, doc: rename txt files to rst filesJesper Dangaard Brouer 2018-05-14bpf, doc: add basic README.rst fileJesper Dangaard Brouer 2018-04-23bpf: Document sockmap '-target bpf' requirement for PROG_TYPE_SK_MSGJohn Fastabend 2018-03-20bpf, doc: add description wrt native/bpf clang target and pointer sizeDaniel Borkmann 2018-02-02bpf: add documentation to compare clang "-target bpf" and default targetYonghong Song 2017-12-06bpf, doc: add faq about bpf development processDaniel Borkmann 2017-11-01bpf: document answers to common questions about BPFAlexei Starovoitov