pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/grafana
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 14 20:08:29 UTC 2023
Modified Files:
pkgsrc/www/grafana: Makefile
Log Message:
grafana: fix license
This was relicensed a couple years ago to AGPL;
some parts are still apache and some vendored code is MIT.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/www/grafana/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.109 pkgsrc/www/grafana/Makefile:1.110
--- pkgsrc/www/grafana/Makefile:1.109 Tue Dec 5 19:46:18 2023
+++ pkgsrc/www/grafana/Makefile Thu Dec 14 20:08:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2023/12/05 19:46:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.110 2023/12/14 20:08:29 wiz Exp $
DISTNAME= grafana-10.1.0
PKGREVISION= 5
@@ -9,7 +9,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://grafana.com/
COMMENT= Metrics dashboard and graph editor
-LICENSE= apache-2.0
+LICENSE= gnu-agpl-v3 AND apache-2.0 AND mit
DISTFILES= ${DEFAULT_DISTFILES}
Home |
Main Index |
Thread Index |
Old Index