aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-20 09:02:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-20 09:02:36 +0000
commitd551412a32baae7048491b03ed572ba63cc62d21 (patch)
tree82ed2f67bc2e049f1b8a8f5eae4a2442b4e1e264
parent6de67a134eab2cabe0b190fefb7c50803cc2718a (diff)
added our standard source header
-rw-r--r--acinclude.m423
-rw-r--r--configure.ac23
2 files changed, 44 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 95929aa58..e2ffb1d74 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,25 @@
-
+#***************************************************************************
+# _ _ ____ _
+# Project ___| | | | _ \| |
+# / __| | | | |_) | |
+# | (__| |_| | _ <| |___
+# \___|\___/|_| \_\_____|
+#
+# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# This software is licensed as described in the file COPYING, which
+# you should have received as part of this distribution. The terms
+# are also available at http://curl.haxx.se/docs/copyright.html.
+#
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell
+# copies of the Software, and permit persons to whom the Software is
+# furnished to do so, under the terms of the COPYING file.
+#
+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+# KIND, either express or implied.
+#
+# $Id$
+###########################################################################
dnl CURL_CHECK_HEADER_WINDOWS
dnl -------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 96cb01a94..4198a4fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,25 @@
-dnl $Id$
+#***************************************************************************
+# _ _ ____ _
+# Project ___| | | | _ \| |
+# / __| | | | |_) | |
+# | (__| |_| | _ <| |___
+# \___|\___/|_| \_\_____|
+#
+# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# This software is licensed as described in the file COPYING, which
+# you should have received as part of this distribution. The terms
+# are also available at http://curl.haxx.se/docs/copyright.html.
+#
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell
+# copies of the Software, and permit persons to whom the Software is
+# furnished to do so, under the terms of the COPYING file.
+#
+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+# KIND, either express or implied.
+#
+# $Id$
+###########################################################################
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)