pkgsrc-WIP-changes archive

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

Set the license as modified-bsd



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Oct 1 17:15:12 2017 +0200
Changeset:	8faf9a6f03a3b101a3622e46f92290216e8c1154

Modified Files:
	fonttools/Makefile

Log Message:
Set the license as modified-bsd

This is what looks like the closest match to me.

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

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

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

diffs:
diff --git a/fonttools/Makefile b/fonttools/Makefile
index 9188016b33..db774bdc3e 100644
--- a/fonttools/Makefile
+++ b/fonttools/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=fonttools/}
 MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://groups.google.com/forum/#!forum/fonttools
 COMMENT=	Library to manipulate font files from Python
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	modified-bsd
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index