--- Git-latest/lib/Makefile.Watcom	2014-03-03 21:20:53 +0000
+++ lib/Makefile.Watcom	2014-03-03 21:54:11 +0000
@@ -1,6 +1,35 @@
+#***************************************************************************
+#                                  _   _ ____  _
+#  Project                     ___| | | |  _ \| |
+#                             / __| | | | |_) | |
+#                            | (__| |_| |  _ <| |___
+#                             \___|\___/|_| \_\_____|
 #
-#  Watcom / OpenWatcom / Win32 makefile for libcurl.
-#  G. Vanem <gvanem@broadpark.no>
+# Copyright (C) 1998 - 2014, 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.
+#
+###########################################################################
+
+#
+# Makefile for building libcurl with OpenWatcom (Win32)
+#
+# Usage:
+#   set option=value   (optional)
+#   wmake -u -f Makefile.Watcom [clean | all]
+#
+# Written by Gisle Vanem with many changes and contributions by:
+#  Guenter Knauf, Steve Holme, Yang Tse, Dan Fandrich, Jiri Malak
+#  Michal Marek and Daniel Stenberg.
 #

 .ERASE
@@ -248,4 +277,3 @@

 .c{$(OBJ_STAT)}.obj:
 	$(CC) $(CFLAGS) -DCURL_STATICLIB $[@ -fo=$^@
-
\ No newline at end of file

--- Git-latest/src/Makefile.Watcom      2014-03-03 21:20:53 +0000
+++ src/Makefile.Watcom  2014-03-03 21:54:47 +0000
@@ -1,6 +1,35 @@
+#***************************************************************************
+#                                  _   _ ____  _
+#  Project                     ___| | | |  _ \| |
+#                             / __| | | | |_) | |
+#                            | (__| |_| |  _ <| |___
+#                             \___|\___/|_| \_\_____|
 #
-#  Watcom / OpenWatcom / Win32 makefile for cURL.
-#  G. Vanem <gvanem@broadpark.no>
+# Copyright (C) 1998 - 2014, 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.
+#
+###########################################################################
+
+#
+# Makefile for building curl.exe with OpenWatcom (Win32)
+#
+# Usage:
+#   set option=value   (optional)
+#   wmake -u -f Makefile.Watcom [clean | all]
+#
+# Written by Gisle Vanem with many changes and contributions by:
+#  Guenter Knauf, Steve Holme, Yang Tse, Dan Fandrich, Jiri Malak
+#  Michal Marek and Daniel Stenberg.
 #

 .ERASE