From dceb3d14523c8d67a73902a0ad31d7e2946c5048 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 1 Jun 2010 20:17:05 +0200 Subject: [PATCH] changed copyright notice for MinW32 and NetWare binaries. --- nw/Makefile.netware | 2 +- nw/test/Makefile.netware | 2 +- win32/Makefile.win32 | 2 +- win32/test/Makefile.win32 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index c54e918..b0737da 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -39,7 +39,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change NLM target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2010 Sara Golemon +COPYR = Copyright (c) 2004-2010 The libssh2 project and its contributors. WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index de6a44c..a43da94 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -31,7 +31,7 @@ LINK_STATIC = 1 SAMPLES = ../../example TARGETS := $(filter-out x11.nlm,$(patsubst $(SAMPLES)/%.c,%.nlm,$(strip $(wildcard $(SAMPLES)/*.c)))) VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2010, Sara Golemon +COPYR = Copyright (c) 2004-2010 The libssh2 project and its contributors. WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(notdir $(@:.def=)) $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index 792b586..01e93d9 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -36,7 +36,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2010 Sara Golemon +COPYR = (c) 2004-2010 The libssh2 project and its contributors. WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) #STACK = 64000 diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.win32 index d98e951..133202c 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.win32 @@ -25,7 +25,7 @@ LINK_STATIC = 1 # Edit the vars below to change target settings. TARGETS = scp.exe sftp.exe sftpdir.exe ssh2.exe VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2010 Sara Golemon +COPYR = (c) 2004-2010 The libssh2 project and its contributors. WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(subst .def,,$(notdir $@)) $(LIBSSH2_VERSION_STR) #STACK = 64000