Date: Thu, 2 Dec 2021 10:38:30 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21c98d2ffb95 - main - security/rhash: Fix license Message-ID: <202112021038.1B2AcUe0015406@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=21c98d2ffb95c24b1af5decd1c19251ba1f2a77c commit 21c98d2ffb95c24b1af5decd1c19251ba1f2a77c Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-12-01 20:03:25 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-12-02 10:37:33 +0000 security/rhash: Fix license --- security/rhash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/rhash/Makefile b/security/rhash/Makefile index 9787b2f5c42a..3c75cc4d9d7c 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -15,7 +15,7 @@ PATCHFILES= \ MAINTAINER= danfe@FreeBSD.org COMMENT= Utility and library for computing and checking of file hashes -LICENSE= MIT +LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112021038.1B2AcUe0015406>