xref: /aosp_15_r20/external/libcap/pam_cap/License (revision 2810ac1b38eead2603277920c78344c84ddf3aff)
1*2810ac1bSKiyoung Kim/* SPDX-License-Identifier: BSD-3-Clause OR LGPL-2.0-or-later */
2*2810ac1bSKiyoung Kim
3*2810ac1bSKiyoung KimUnless otherwise *explicitly* stated the following text describes the
4*2810ac1bSKiyoung Kimlicensed conditions under which the contents of this module release
5*2810ac1bSKiyoung Kimmay be distributed:
6*2810ac1bSKiyoung Kim
7*2810ac1bSKiyoung Kim-------------------------------------------------------------------------
8*2810ac1bSKiyoung KimRedistribution and use in source and binary forms of this module, with
9*2810ac1bSKiyoung Kimor without modification, are permitted provided that the following
10*2810ac1bSKiyoung Kimconditions are met:
11*2810ac1bSKiyoung Kim
12*2810ac1bSKiyoung Kim1. Redistributions of source code must retain any existing copyright
13*2810ac1bSKiyoung Kim   notice, and this entire permission notice in its entirety,
14*2810ac1bSKiyoung Kim   including the disclaimer of warranties.
15*2810ac1bSKiyoung Kim
16*2810ac1bSKiyoung Kim2. Redistributions in binary form must reproduce all prior and current
17*2810ac1bSKiyoung Kim   copyright notices, this list of conditions, and the following
18*2810ac1bSKiyoung Kim   disclaimer in the documentation and/or other materials provided
19*2810ac1bSKiyoung Kim   with the distribution.
20*2810ac1bSKiyoung Kim
21*2810ac1bSKiyoung Kim3. The name of any author may not be used to endorse or promote
22*2810ac1bSKiyoung Kim   products derived from this software without their specific prior
23*2810ac1bSKiyoung Kim   written permission.
24*2810ac1bSKiyoung Kim
25*2810ac1bSKiyoung KimALTERNATIVELY, this product may be distributed under the terms of the
26*2810ac1bSKiyoung KimGNU Library General Public License, in which case the provisions of
27*2810ac1bSKiyoung Kimthe GNU LGPL are required INSTEAD OF the above restrictions.  (This
28*2810ac1bSKiyoung Kimclause is necessary due to a potential conflict between the GNU LGPL
29*2810ac1bSKiyoung Kimand the restrictions contained in a BSD-style copyright.)
30*2810ac1bSKiyoung Kim
31*2810ac1bSKiyoung KimTHIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
32*2810ac1bSKiyoung KimWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
33*2810ac1bSKiyoung KimMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
34*2810ac1bSKiyoung KimIN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
35*2810ac1bSKiyoung KimINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
36*2810ac1bSKiyoung KimBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
37*2810ac1bSKiyoung KimOF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
38*2810ac1bSKiyoung KimON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
39*2810ac1bSKiyoung KimTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
40*2810ac1bSKiyoung KimUSE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
41*2810ac1bSKiyoung KimDAMAGE.
42*2810ac1bSKiyoung Kim-------------------------------------------------------------------------
43*2810ac1bSKiyoung Kim
44