diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-12-09 00:34:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-12-09 00:34:39 +0100 |
commit | 3b51652328005323f6d631ff7000e35a2f57ee76 (patch) | |
tree | e328a0aac79b0c3f1498f6584c04171776f84784 /scripts | |
parent | f08fea71691a4f0ada9d0fac0fd8b9d34195cbc1 (diff) | |
download | curl-3b51652328005323f6d631ff7000e35a2f57ee76.tar.gz |
scripts/makefile: add standard header
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 80911ee36..110a1d521 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,3 +1,24 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 1998 - 2015, 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. +# +########################################################################### ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ PERL = @PERL@ |