1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
# The following files were skipped:
# - .github/workflows/ci.yml
# - COPYRIGHT.txt
# - LICENSE-bpf.txt
# - LICENSE.txt
# You may want to add a line in debian/copyright-scan-patterns.yml
# or ask the author to add more default patterns to scan
#
# The following paths are missing information:
# - CONTRIBUTING.md: missing copyright and license
# - Documentation/pinning.md: missing copyright and license
# - README.md: missing copyright and license
# - elf/elf_unsupported.go: missing copyright and license
# - elf/errno.go: missing copyright and license
# - elf/include/bpf_map.h: missing copyright and license
# - elf/include/doc.go: missing copyright and license
# - elf/include/uapi/linux/doc.go: missing copyright and license
# - elf/include/uapi/linux/if_link.h: missing copyright
# - elf/include/uapi/linux/netlink.h: missing copyright
# - elf/module_unsupported.go: missing copyright and license
# - elf/perf_unsupported.go: missing copyright and license
# - elf/pinning.go: missing copyright and license
# - elf/utsname_int8.go: missing copyright and license
# - elf/utsname_uint8.go: missing copyright and license
# - examples/bcc/execsnoop/execsnoop.go: missing copyright
# - examples/bcc/execsnoop/output.go: missing copyright and license
# - examples/bcc/strlen_count/strlen_count.go: missing copyright
# - pkg/bpffs/fs.go: missing copyright and license
# - pkg/cpuonline/cpuonline.go: missing copyright and license
# - pkg/cpupossible/cpupossible.go: missing copyright and license
# - pkg/cpurange/cpu_range.go: missing copyright and license
# - pkg/cpurange/cpu_range_test.go: missing copyright and license
# - pkg/ksym/ksym.go: missing copyright and license
# - pkg/ksym/ksym_test.go: missing copyright and license
# - pkg/progtestrun/prog_test_run.go: missing copyright and license
# - pkg/tracepipe/trace_pipe_test.go: missing copyright and license
# - tests/build: missing copyright and license
# - tests/dummy.c: missing copyright and license
# You may want to add a line in debian/fill.copyright.blanks.yml
#
Files: *
Copyright: 2016, PLUMgrid
License: Apache-2.0
Files: bcc/perf.go
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
Files: bcc/symbol.go
Copyright: 2017, Louis McCormack
License: Apache-2.0
Files: bpf.go
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
Files: elf/*
Copyright: 2016, Sylvain Afchain
2016, Kinvolk
2016, Cilium Project
License: Apache-2.0
Files: elf/compat.go
Copyright: 2018, Suchakra Sharma <suchakra@shiftleft.io>
License: Apache-2.0
Files: elf/compat_test.go
Copyright: 2018, ShiftLeft GmbH <suchakra@shiftleft.io>
License: Apache-2.0
Files: elf/elf_test.go
elf/kernel_version.go
elf/kernel_version_test.go
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
Files: elf/include/*
Copyright: no-info-found
License: GPL-2
Files: elf/include/libbpf.h
Copyright: 2015, Wang Nan <wangnan0@huawei.com>
2015, Huawei Inc.
2013-2015, Alexei Starovoitov <ast@kernel.org>
License: LGPL-2.1 or BSD-2-Clause
Files: elf/include/nlattr.h
Copyright: 2003-2013, Thomas Graf <tgraf@suug.ch>
License: LGPL-2.1 or BSD-2-Clause
Files: elf/include/uapi/linux/bpf.h
Copyright: 2011-2014, PLUMgrid, http://plumgrid.com
License: GPL-2
Files: elf/include/uapi/linux/perf_event.h
Copyright: 2008-2011, Red Hat, Inc., Peter Zijlstra
2008-2011, Red Hat, Inc., Ingo Molnar
2008, 2009, Thomas Gleixner <tglx@linutronix.de>
License: GPL-2
Files: elf/netlink.c
Copyright: 2018, Facebook
License: LGPL-2.1 or BSD-2-Clause
Files: elf/nlattr.c
Copyright: 2003-2013, Thomas Graf <tgraf@suug.ch>
License: LGPL-2.1 or BSD-2-Clause
Files: examples/*
Copyright: no-info-found
License: Apache-2.0
Files: examples/bcc/bash_readline/*
Copyright: 2017, Louis McCormack
License: Apache-2.0
Files: examples/bcc/perf/*
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
Files: examples/bcc/xdp/*
Copyright: 2017, GustavoKatel
License: Apache-2.0
Files: examples/tracepipe/*
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
Files: pkg/*
Copyright: 2016, 2017, Kinvolk
License: Apache-2.0
|