Blame lib/bpf/LICENSE.BSD-2-Clause

Packit b92951
Valid-License-Identifier: BSD-2-Clause
Packit b92951
SPDX-URL: https://spdx.org/licenses/BSD-2-Clause.html
Packit b92951
Usage-Guide:
Packit b92951
  To use the BSD 2-clause "Simplified" License put the following SPDX
Packit b92951
  tag/value pair into a comment according to the placement guidelines in
Packit b92951
  the licensing rules documentation:
Packit b92951
    SPDX-License-Identifier: BSD-2-Clause
Packit b92951
License-Text:
Packit b92951
Packit b92951
Copyright (c) <year> <owner> . All rights reserved.
Packit b92951
Packit b92951
Redistribution and use in source and binary forms, with or without
Packit b92951
modification, are permitted provided that the following conditions are met:
Packit b92951
Packit b92951
1. Redistributions of source code must retain the above copyright notice,
Packit b92951
   this list of conditions and the following disclaimer.
Packit b92951
Packit b92951
2. Redistributions in binary form must reproduce the above copyright
Packit b92951
   notice, this list of conditions and the following disclaimer in the
Packit b92951
   documentation and/or other materials provided with the distribution.
Packit b92951
Packit b92951
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Packit b92951
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit b92951
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit b92951
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
Packit b92951
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
Packit b92951
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
Packit b92951
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Packit b92951
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
Packit b92951
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
Packit b92951
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Packit b92951
POSSIBILITY OF SUCH DAMAGE.