pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

shttpd: fix LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Fri May 4 10:51:58 2018 +0900
Changeset:	56378984893d7b239b8c03776d85e99853277efe

Modified Files:
	shttpd/Makefile

Log Message:
shttpd: fix LICENSE

via https://code.google.com/archive/p/mongoose/
moved from http://shttpd.sourceforge.net/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56378984893d7b239b8c03776d85e99853277efe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 shttpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/shttpd/Makefile b/shttpd/Makefile
index 868015da13..8ad2e729f1 100644
--- a/shttpd/Makefile
+++ b/shttpd/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=shttpd/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://shttpd.sourceforge.net/
 COMMENT=	Lightweight, easy to use web server
-#LICENSE=	shttpd-license
+LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}/src
 


Home | Main Index | Thread Index | Old Index