xref: /dragonfly/contrib/pam_passwdqc/LICENSE (revision 7d3e9a5b)
1Two manual pages (pam_passwdqc.8 and passwdqc.conf.5) are under the
23-clause BSD-style license as specified within the files themselves.
3
4concat.c, wordset_4k.c, wordset_4k.h, pam_macros.h, and pwqcheck.php
5are in the public domain, but at your option they may also be used under
6this package's license below.
7
8Files in ci directory (install-dependencies.sh and run-build-and-tests.sh)
9are provided under the terms of the GNU General Public License version 2 or
10later.  These files are not included in passwdqc release tarballs.
11
12The rest of the files in this package fall under the following terms
13(heavily cut-down "BSD license"):
14
15Redistribution and use in source and binary forms, with or without
16modification, are permitted.
17
18THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28SUCH DAMAGE.
29