summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent7c991ab1e1ea69125de51fc650369ff14c1d6fd7 (diff)
- (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 15 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8eea75589..172182eaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,18 @@
1# $Id: configure.ac,v 1.205 2004/03/08 11:59:03 dtucker Exp $ 1# $Id: configure.ac,v 1.206 2004/03/11 03:20:10 djm Exp $
2#
3# Copyright (c) 1999-2004 Damien Miller
4#
5# Permission to use, copy, modify, and distribute this software for any
6# purpose with or without fee is hereby granted, provided that the above
7# copyright notice and this permission notice appear in all copies.
8#
9# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2 16
3AC_INIT 17AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 18AC_CONFIG_SRCDIR([ssh.c])