From 1b1b4ac38787ca924c0c3b071217acb63ebd7a73 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 14 Mar 2010 23:30:46 +0100 Subject: [PATCH] libssh2 is released under the Modifed BSD license, not GPL --- win32/Makefile.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index 4dd96e0..660a8f1 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -246,7 +246,7 @@ ifdef COMPANY endif @echo $(DL) VALUE "ProductName","$(notdir $(@:.rc=.dll))\0"$(DL) >> $@ @echo $(DL) VALUE "ProductVersion","$(LIBSSH2_VERSION_STR)\0"$(DL) >> $@ - @echo $(DL) VALUE "License","Released under GPL.\0"$(DL) >> $@ + @echo $(DL) VALUE "License","Released under the Modified BSD license.\0"$(DL) >> $@ @echo $(DL) VALUE "FileDescription","$(DESCR)\0"$(DL) >> $@ @echo $(DL) VALUE "FileVersion","$(LIBSSH2_VERSION_STR)\0"$(DL) >> $@ @echo $(DL) VALUE "InternalName","$(notdir $(@:.rc=))\0"$(DL) >> $@