summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-03-11 14:20:10 +1100
committerDamien Miller <djm@mindrot.org>2004-03-11 14:20:10 +1100
commit4fefe24c0181ebce9ff4b83b3d25f1a3b1c5d2f8 (patch)
tree9742621acf4a4e1faa2481b6e252394dbc57dd8f
parent7c991ab1e1ea69125de51fc650369ff14c1d6fd7 (diff)
- (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac16
2 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a18f4922..2505cb0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 8eea7558..172182ea 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])