]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Makefile.inc: use standard source header
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Dec 2013 13:27:31 +0000 (14:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Dec 2013 16:12:42 +0000 (17:12 +0100)
lib/Makefile.inc

index b1821c1f333929da2c84436d29ade754548dfc12..d7828c3331c286412e834717b60216eb97587439 100644 (file)
@@ -1,11 +1,24 @@
-# ./lib/Makefile.inc
-# Using the backslash as line continuation character might be problematic
-# with some make flavours, as Watcom's wmake showed us already. If we
-# ever want to change this in a portable manner then we should consider
-# this idea (posted to the libcurl list by Adam Kellas):
-# CSRC1 = file1.c file2.c file3.c
-# CSRC2 = file4.c file5.c file6.c
-# CSOURCES = $(CSRC1) $(CSRC2)
+#***************************************************************************
+#                                  _   _ ____  _
+#  Project                     ___| | | |  _ \| |
+#                             / __| | | | |_) | |
+#                            | (__| |_| |  _ <| |___
+#                             \___|\___/|_| \_\_____|
+#
+# Copyright (C) 1998 - 2013, 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.
+#
+###########################################################################
 
 VSOURCES=vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c vtls/qssl.c \
   vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c vtls/cyassl.c        \