- (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
This commit is contained in:
parent
7c991ab1e1
commit
4fefe24c01
|
@ -1,3 +1,6 @@
|
|||
20040311
|
||||
- (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
|
||||
|
||||
20040310
|
||||
- (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo
|
||||
before redefining it, silences warnings on Tru64.
|
||||
|
@ -895,4 +898,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3287 2004/03/10 10:06:32 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3288 2004/03/11 03:20:10 djm Exp $
|
||||
|
|
16
configure.ac
16
configure.ac
|
@ -1,4 +1,18 @@
|
|||
# $Id: configure.ac,v 1.205 2004/03/08 11:59:03 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.206 2004/03/11 03:20:10 djm Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
|
Loading…
Reference in New Issue