1ade90846SJoerg Sonnenberger /*- 2ade90846SJoerg Sonnenberger * Copyright (c) 2002-2003 Networks Associates Technology, Inc. 3*4c84ab30SSascha Wildner * Copyright (c) 2004-2019 Dag-Erling Smørgrav 4ade90846SJoerg Sonnenberger * All rights reserved. 5ade90846SJoerg Sonnenberger * 6ade90846SJoerg Sonnenberger * This software was developed for the FreeBSD Project by ThinkSec AS and 7ade90846SJoerg Sonnenberger * Network Associates Laboratories, the Security Research Division of 8ade90846SJoerg Sonnenberger * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 9ade90846SJoerg Sonnenberger * ("CBOSS"), as part of the DARPA CHATS research program. 10ade90846SJoerg Sonnenberger * 11ade90846SJoerg Sonnenberger * Redistribution and use in source and binary forms, with or without 12ade90846SJoerg Sonnenberger * modification, are permitted provided that the following conditions 13ade90846SJoerg Sonnenberger * are met: 14ade90846SJoerg Sonnenberger * 1. Redistributions of source code must retain the above copyright 15ade90846SJoerg Sonnenberger * notice, this list of conditions and the following disclaimer. 16ade90846SJoerg Sonnenberger * 2. Redistributions in binary form must reproduce the above copyright 17ade90846SJoerg Sonnenberger * notice, this list of conditions and the following disclaimer in the 18ade90846SJoerg Sonnenberger * documentation and/or other materials provided with the distribution. 19ade90846SJoerg Sonnenberger * 3. The name of the author may not be used to endorse or promote 20ade90846SJoerg Sonnenberger * products derived from this software without specific prior written 21ade90846SJoerg Sonnenberger * permission. 22ade90846SJoerg Sonnenberger * 23ade90846SJoerg Sonnenberger * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 24ade90846SJoerg Sonnenberger * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25ade90846SJoerg Sonnenberger * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26ade90846SJoerg Sonnenberger * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 27ade90846SJoerg Sonnenberger * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28ade90846SJoerg Sonnenberger * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29ade90846SJoerg Sonnenberger * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30ade90846SJoerg Sonnenberger * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31ade90846SJoerg Sonnenberger * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32ade90846SJoerg Sonnenberger * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33ade90846SJoerg Sonnenberger * SUCH DAMAGE. 34ade90846SJoerg Sonnenberger * 35*4c84ab30SSascha Wildner * $OpenPAM: openpam_version.h 945 2019-02-22 09:52:46Z des $ 36ade90846SJoerg Sonnenberger */ 37ade90846SJoerg Sonnenberger 38f23594ceSHasso Tepper #ifndef SECURITY_OPENPAM_VERSION_H_INCLUDED 39f23594ceSHasso Tepper #define SECURITY_OPENPAM_VERSION_H_INCLUDED 40ade90846SJoerg Sonnenberger 41f23594ceSHasso Tepper #define OPENPAM 42*4c84ab30SSascha Wildner #define OPENPAM_VERSION 20190224 43*4c84ab30SSascha Wildner #define OPENPAM_RELEASE "Tabebuia" 44ade90846SJoerg Sonnenberger 45f23594ceSHasso Tepper #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */ 46