svn commit: r550135 - head/shells/switchBashZsh

Matthew Seaman matthew at FreeBSD.org
Sat Sep 26 08:24:58 UTC 2020


Author: matthew
Date: Sat Sep 26 08:24:57 2020
New Revision: 550135
URL: https://svnweb.freebsd.org/changeset/ports/550135

Log:
  Correct the license -- upstream has switched to BSD 2-clause.
  
  PR:		249458
  Submitted by:	bourne.identity at hotmail.com (Maintainer)

Modified:
  head/shells/switchBashZsh/Makefile

Modified: head/shells/switchBashZsh/Makefile
==============================================================================
--- head/shells/switchBashZsh/Makefile	Sat Sep 26 08:14:42 2020	(r550134)
+++ head/shells/switchBashZsh/Makefile	Sat Sep 26 08:24:57 2020	(r550135)
@@ -7,7 +7,7 @@ CATEGORIES=	shells
 MAINTAINER=	bourne.identity at hotmail.com
 COMMENT=	Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
 
-LICENSE=	GPLv2
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list