aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-01-24 15:28:47 +0000
committerGunter Knauf <gk@gknw.de>2008-01-24 15:28:47 +0000
commitd54c14ccf9c55ea93bbe39447b541a7f5e9c46a5 (patch)
tree2ecb416b43ee85f4b758a2d1e47bf7fa81ae7673
parent41def4be6e6e37c35da5b28a41ef6af65afb86e5 (diff)
updated makefiles to use global copyright define.
-rw-r--r--lib/Makefile.netware2
-rw-r--r--src/Makefile.netware2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index d6230200f..1ba513810 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, <daniel@haxx.se>
+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 e74c111c2..3b101b955 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, <daniel@haxx.se>
+COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR)
DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
MTSAFE = YES
STACK = 64000