diff --git a/lib/Makefile.netware b/lib/Makefile.netware index d6230200fe..1ba513810b 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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, +COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR) DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se MTSAFE = YES STACK = 64000 diff --git a/src/Makefile.netware b/src/Makefile.netware index e74c111c2b..3b101b9550 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -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, +COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR) DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se MTSAFE = YES STACK = 64000