Copyright (c) 2006 Thorsten Kukuk &lt;kukuk@thkukuk.de&gt;
  740: Copyright (c) 1996-2002 Andrew G. Morgan &lt;morgan@kernel.org&gt;
  741:     </programlisting>
  742:     <para>
  743:       Redistribution and use in source and binary forms, with or without
  744:       modification, are permitted provided that the following conditions are
  745:       met:
  746:     </para>
  747:     <programlisting>
  748: 1. Redistributions of source code must retain the above copyright
  749:    notice, and the entire permission notice in its entirety,
  750:    including the disclaimer of warranties.
  751: 
  752: 2. Redistributions in binary form must reproduce the above copyright
  753:    notice, this list of conditions and the following disclaimer in the
  754:    documentation and/or other materials provided with the distribution.
  755: 
  756: 3. The name of the author may not be used to endorse or promote
  757:    products derived from this software without specific prior
  758:    written permission.
  759:     </programlisting>
  760:     <para>
  761:       Alternatively, this product may be distributed under the terms of
  762:       the GNU General Public License (GPL), in which case the provisions
  763:       of the GNU GPL are required instead of the above restrictions.
  764:       (This clause is necessary due to a potential bad interaction between
  765:       the GNU GPL and the restrictions contained in a BSD-style copyright.)
  766:     </para>
  767:     <programlisting>
  768: THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  769: WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  770: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  771: IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  772: INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  773: BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  774: OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  775: ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  776: TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  777: USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copyright Theodore Ts'o, 1996.  All rights reserved.
Copyright (c) Andrew G. Morgan <morgan@linux.kernel.org>, 1996-1998, 2001-2002
  302:  * Redistribution and use in source and binary forms, with or without
  303:  * modification, are permitted provided that the following conditions
  304:  * are met:
  305:  * 1. Redistributions of source code must retain the above copyright
  306:  *    notice, and the entire permission notice in its entirety,
  307:  *    including the disclaimer of warranties.
  308:  * 2. Redistributions in binary form must reproduce the above copyright
  309:  *    notice, this list of conditions and the following disclaimer in the
  310:  *    documentation and/or other materials provided with the distribution.
  311:  * 3. The name of the author may not be used to endorse or promote
  312:  *    products derived from this software without specific prior
  313:  *    written permission.
  314:  *
  315:  * ALTERNATIVELY, this product may be distributed under the terms of
  316:  * the GNU Public License, in which case the provisions of the GPL are
  317:  * required INSTEAD OF the above restrictions.  (This clause is
  318:  * necessary due to a potential bad interaction between the GPL and
  319:  * the restrictions contained in a BSD-style copyright.)
  320:  *
  321:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  322:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  323:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  324:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  325:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  326:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  327:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  328:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  329:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  330:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  331:  * OF THE POSSIBILITY OF SUCH DAMAGE.  */
Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Thorsten Kukuk.
    3:  *
    4:  * <security/pam_ext.h>
    5:  *
    6:  * This header file collects definitions for the extended PAM API.
    7:  * This is a public interface of the PAM library for PAM modules,
    8:  * which makes the life of PAM developers easier, but are not documented
    9:  * in any standard and are not portable between different PAM
   10:  * implementations.
   11:  *
   12:  * Redistribution and use in source and binary forms, with or without
   13:  * modification, are permitted provided that the following conditions
   14:  * are met:
   15:  * 1. Redistributions of source code must retain the above copyright
   16:  *    notice, and the entire permission notice in its entirety,
   17:  *    including the disclaimer of warranties.
   18:  * 2. Redistributions in binary form must reproduce the above copyright
   19:  *    notice, this list of conditions and the following disclaimer in the
   20:  *    documentation and/or other materials provided with the distribution.
   21:  * 3. The name of the author may not be used to endorse or promote
   22:  *    products derived from this software without specific prior
   23:  *    written permission.
   24:  *
   25:  * ALTERNATIVELY, this product may be distributed under the terms of
   26:  * the GNU Public License, in which case the provisions of the GPL are
   27:  * required INSTEAD OF the above restrictions.  (This clause is
   28:  * necessary due to a potential bad interaction between the GPL and
   29:  * the restrictions contained in a BSD-style copyright.)
   30:  *
   31:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   32:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   33:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   34:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
   35:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   36:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   37:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   38:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   39:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   40:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   41:  * OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (C) 1995, 2001-2009 by Red Hat Software, Marc Ewing
  327:  * Copyright (c) 1996-8,2001 by Andrew G. Morgan <morgan@kernel.org>
  329:  * All rights reserved
Copyright © 2007, 2008 Red Hat, Inc. All rights reserved.
    2:    Red Hat author: Miloslav Trma <mitr@redhat.com>
  331:  * Redistribution and use in source and binary forms, with or without
  332:  * modification, are permitted provided that the following conditions
  333:  * are met:
  334:  * 1. Redistributions of source code must retain the above copyright
  335:  *    notice, and the entire permission notice in its entirety,
  336:  *    including the disclaimer of warranties.
  337:  * 2. Redistributions in binary form must reproduce the above copyright
  338:  *    notice, this list of conditions and the following disclaimer in the
  339:  *    documentation and/or other materials provided with the distribution.
  340:  * 3. The name of the author may not be used to endorse or promote
  341:  *    products derived from this software without specific prior
  342:  *    written permission.
  343:  *
  344:  * ALTERNATIVELY, this product may be distributed under the terms of
  345:  * the GNU Public License, in which case the provisions of the GPL are
  346:  * required INSTEAD OF the above restrictions.  (This clause is
  347:  * necessary due to a potential bad interaction between the GPL and
  348:  * the restrictions contained in a BSD-style copyright.)
  349:  *
  350:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
  351:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  352:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  353:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  354:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  355:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  356:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  357:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  358:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  359:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  360:  * OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) Cristian Gafton <gafton@redhat.com>, 1996.
  876:  *                                              All rights reserved
  877:  *
  878:  * Redistribution and use in source and binary forms, with or without
  879:  * modification, are permitted provided that the following conditions
  880:  * are met:
  881:  * 1. Redistributions of source code must retain the above copyright
  882:  *    notice, and the entire permission notice in its entirety,
  883:  *    including the disclaimer of warranties.
  884:  * 2. Redistributions in binary form must reproduce the above copyright
  885:  *    notice, this list of conditions and the following disclaimer in the
  886:  *    documentation and/or other materials provided with the distribution.
  887:  * 3. The name of the author may not be used to endorse or promote
  888:  *    products derived from this software without specific prior
  889:  *    written permission.
  890:  *
  891:  * ALTERNATIVELY, this product may be distributed under the terms of
  892:  * the GNU Public License, in which case the provisions of the GPL are
  893:  * required INSTEAD OF the above restrictions.  (This clause is
  894:  * necessary due to a potential bad interaction between the GPL and
  895:  * the restrictions contained in a BSD-style copyright.)
  896:  *
  897:  * THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED
  898:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  899:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  900:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  901:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  902:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  903:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  904:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  905:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  906:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  907:  * OF THE POSSIBILITY OF SUCH DAMAGE.
Portions Copyright (c) 2005 Darren Tucker <dtucker at zip com au>.
   25:  *
   26:  * Redistribution and use in source and binary forms of, with
   27:  * or without modification, are permitted provided that the following
   28:  * conditions are met:
   29:  *
   30:  * 1. Redistributions of source code must retain any existing copyright
   31:  *    notice, and this entire permission notice in its entirety,
   32:  *    including the disclaimer of warranties.
   33:  *
   34:  * 2. Redistributions in binary form must reproduce all prior and current
   35:  *    copyright notices, this list of conditions, and the following
   36:  *    disclaimer in the documentation and/or other materials provided
   37:  *    with the distribution.
   38:  *
   39:  * 3. The name of any author may not be used to endorse or promote
   40:  *    products derived from this software without their specific prior
   41:  *    written permission.
   42:  *
   43:  * ALTERNATIVELY, this product may be distributed under the terms of the
   44:  * GNU General Public License, in which case the provisions of the GNU
   45:  * GPL are required INSTEAD OF the above restrictions.  (This clause is
   46:  * necessary due to a potential conflict between the GNU GPL and the
   47:  * restrictions contained in a BSD-style copyright.)
   48:  *
   49:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   50:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   51:  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   52:  * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   53:  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   54:  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
   55:  * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   56:  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
   57:  * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   58:  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   59:  * DAMAGE.
Copyright 1989 - 1994, Julianne Frances Haugh
    3:  * All rights reserved.
    4:  *
    5:  * Redistribution and use in source and binary forms, with or without
    6:  * modification, are permitted provided that the following conditions
    7:  * are met:
    8:  * 1. Redistributions of source code must retain the above copyright
    9:  *    notice, this list of conditions and the following disclaimer.
   10:  * 2. Redistributions in binary form must reproduce the above copyright
   11:  *    notice, this list of conditions and the following disclaimer in the
   12:  *    documentation and/or other materials provided with the distribution.
   13:  * 3. Neither the name of Julianne F. Haugh nor the names of its contributors
   14:  *    may be used to endorse or promote products derived from this software
   15:  *    without specific prior written permission.
   16:  *
   17:  * THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
   18:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   19:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   20:  * ARE DISCLAIMED.  IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
   21:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   22:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   23:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   24:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   25:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   26:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   27:  * SUCH DAMAGE.
Copyright Elliot Lee, 1996.  All rights reserved.
    3:  * Copyright Jan Rkorajski, 1999.  All rights reserved.
    9:  *    notice, and the entire permission notice in its entirety,
   10:  *    including the disclaimer of warranties.
   11:  * 2. Redistributions in binary form must reproduce the above copyright
   12:  *    notice, this list of conditions and the following disclaimer in the
   13:  *    documentation and/or other materials provided with the distribution.
   14:  * 3. The name of the author may not be used to endorse or promote
   15:  *    products derived from this software without specific prior
   16:  *    written permission.
   17:  *
   18:  * ALTERNATIVELY, this product may be distributed under the terms of
   19:  * the GNU Public License, in which case the provisions of the GPL are
   20:  * required INSTEAD OF the above restrictions.  (This clause is
   21:  * necessary due to a potential bad interaction between the GPL and
   22:  * the restrictions contained in a BSD-style copyright.)
   23:  *
   24:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   25:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   26:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   27:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
   28:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   29:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   30:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   31:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   32:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   33:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   34:  * OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright Alexander O. Yuriev, 1996.  All rights reserved.
    3:  * NIS+ support by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>
    4:  * Copyright Jan Rkorajski, 1999.  All rights reserved.
Copyright (c) Jan Rêkorajski 1999.
 1161:  * Copyright (c) Andrew G. Morgan 1996-8.
 1162:  * Copyright (c) Alex O. Yuriev, 1996.
 1163:  * Copyright (c) Cristian Gafton 1996.
 1164:  * Copyright (c) Red Hat, Inc. 1996, 2007, 2008.
    6:  * Redistribution and use in source and binary forms, with or without
    7:  * modification, are permitted provided that the following conditions
    8:  * are met:
    9:  * 1. Redistributions of source code must retain the above copyright
   10:  *    notice, and the entire permission notice in its entirety,
   11:  *    including the disclaimer of warranties.
   12:  * 2. Redistributions in binary form must reproduce the above copyright
   13:  *    notice, this list of conditions and the following disclaimer in the
   14:  *    documentation and/or other materials provided with the distribution.
   15:  * 3. The name of the author may not be used to endorse or promote
   16:  *    products derived from this software without specific prior
   17:  *    written permission.
   18:  *
   19:  * ALTERNATIVELY, this product may be distributed under the terms of
   20:  * the GNU Public License, in which case the provisions of the GPL are
   21:  * required INSTEAD OF the above restrictions.  (This clause is
   22:  * necessary due to a potential bad interaction between the GPL and
   23:  * the restrictions contained in a BSD-style copyright.)
   25:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
   26:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   27:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   28:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
   29:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   30:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   31:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   32:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   33:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   34:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   35:  * OF THE POSSIBILITY OF SUCH DAMAGE.
