Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bcc
Source: https://github.com/iovisor/bcc https://github.com/libbpf/libbpf

Files: *
Copyright: 2015 PLUMgrid, Inc.
License: Apache-2.0

Files: libbpf/*
Copyright: 2013-2015 Alexei Starovoitov <ast@kernel.org>
 2015 Wang Nan <wangnan0@huawei.com>
 2015 Huawei Inc.
 2018, 2019 Facebook
 2017 Nicira, Inc.
 2019 Isovalent, Inc.
 2019 Netronome Systems, Inc.
 2003-2013 Thomas Graf <tgraf@suug.ch>
 2018-2019 Intel Corporation.
License: BSD-2-Clause or LGPL-2.1

Files:libbpf/include/uapi/linux/bpf.h
 libbpf/include/uapi/linux/bpf_common.h
 libbpf/include/uapi/linux/btf.h
 libbpf/include/uapi/linux/if_link.h
 libbpf/include/uapi/linux/if_xdp.h
 libbpf/include/uapi/linux/netlink.h
Copyright: 2011-2014 PLUMgrid, http://plumgrid.com
           2018 Facebook
           2018 Intel Corporation.
License:   GPL-2 with Linux-syscall-note exception

Files: cmake/GetGitRevisionDescription.cmake cmake/GetGitRevisionDescription.cmake.in
       src/cc/vendor/optional.hpp src/cc/vendor/tinyformat.hpp
License: BSL-1.0
Copyright: 2009-2010 Iowa State University
           2011-2012 Andrzej Krzemienski.
           2011 Chris Foster

Files: debian/*
Comment: The original Debianization took place upstream.
Copyright: 2015 PLUMgrid, Inc.
           2016 Ritesh Raj Sarraf <rrs@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
 this file except in compliance with the License. You may obtain a copy of the
 License at
 .
     https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software distributed
 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 CONDITIONS OF ANY KIND, either express or implied. See the License for the
 specific language governing permissions and limitations under the License.
 .
 On Debian systems, the complete text of the Apache License 2.0 can be found in
 "/usr/share/common-licenses/Apache-2.0"

License: LGPL-2.1
 On Debian systems the full text of the GNU General Public License can be found
 in the `/usr/share/common-licenses/LGPL-2.1' file.

License: GPL-2 with Linux-syscall-note exception
 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". Also note that the GPL
 below is copyrighted by the Free Software Foundation, but the instance of code
 that it refers to (the Linux kernel) is copyrighted by me and others who
 actually wrote it.
 .
 Also note that the only valid version of the GPL as far as the kernel is
 concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x
 or whatever), unless explicitly otherwise stated.
 .
 Linus Torvalds
 .
 On Debian and systems the full text of the GNU General Public License version 2
 can be found in the file "/usr/share/common-licenses/GPL-2".


License: BSL-1.0
 Boost Software License - Version 1.0 - August 17th, 2003
 .
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.