diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 07:38:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 07:38:26 +0000 |
commit | 8433068f3aae8548f46a143694082af046661075 (patch) | |
tree | 81d10506f54380b6638a02c0fe2322f454888b84 /tests/Makefile.am | |
parent | e043cf22e27f6bdca110e3426e283fdf39e90b17 (diff) | |
download | curl-8433068f3aae8548f46a143694082af046661075.tar.gz |
added our standard header
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 89acd79e7..6b33f54d2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,25 @@ +############################################################################# +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al. +# +# In order to be useful for every potential user, curl and libcurl are +# dual-licensed under the MPL and the MIT/X-derivate licenses. +# +# 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 MPL or the MIT/X-derivate +# licenses. You may pick one of these licenses. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# $Id$ +############################################################################# EXTRA_DIST = ftpserver.pl httpserver.pl httpsserver.pl runtests.pl \ ftpsserver.pl getpart.pm FILEFORMAT README \ stunnel.pem memanalyze.pl |