]> granicus.if.org Git - curl/commitdiff
updated makefiles to use global copyright define.
authorGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 15:28:47 +0000 (15:28 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 15:28:47 +0000 (15:28 +0000)
lib/Makefile.netware
src/Makefile.netware

index d6230200fe675846459ed1d91adf0eee78798e0a..1ba513810bf1d526f3b27a7736e31165cf1737d5 100644 (file)
@@ -35,7 +35,7 @@ endif
 # Edit the vars below to change NLM target settings.
 TARGET  = libcurl
 VERSION        = $(LIBCURL_VERSION)
-COPYR  = Copyright (C) 1996 - 2008, Daniel Stenberg, <daniel@haxx.se>
+COPYR  = Copyright (C) $(LIBCURL_COPYRIGHT_STR)
 DESCR  = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
 MTSAFE = YES
 STACK  = 64000
index e74c111c2be00ec3b82123df84d1b670eb4ba55c..3b101b955084d8f02d56323fb70cbaca46c0d469 100644 (file)
@@ -35,7 +35,7 @@ endif
 # Edit the vars below to change NLM target settings.
 TARGET  = curl
 VERSION        = $(LIBCURL_VERSION)
-COPYR  = Copyright (C) 1996 - 2008, Daniel Stenberg, <daniel@haxx.se>
+COPYR  = Copyright (C) $(LIBCURL_COPYRIGHT_STR)
 DESCR  = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
 MTSAFE = YES
 STACK  = 64000