diff options
author | Damien Miller <djm@mindrot.org> | 2004-03-11 04:20:10 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-03-11 04:20:10 +0100 |
commit | 4fefe24c0181ebce9ff4b83b3d25f1a3b1c5d2f8 (patch) | |
tree | 9742621acf4a4e1faa2481b6e252394dbc57dd8f | |
parent | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo (diff) | |
download | openssh-4fefe24c0181ebce9ff4b83b3d25f1a3b1c5d2f8.tar.xz openssh-4fefe24c0181ebce9ff4b83b3d25f1a3b1c5d2f8.zip |
- (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 16 |
2 files changed, 19 insertions, 2 deletions
@@ -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 $ diff --git a/configure.ac b/configure.ac index 8eea75589..172182eaa 100644 --- a/configure.ac +++ b/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]) |