Date: Tue, 13 Nov 2018 13:12:03 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484873 - head/audio/elisa Message-ID: <201811131312.wADDC3lh065543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Tue Nov 13 13:12:03 2018 New Revision: 484873 URL: https://svnweb.freebsd.org/changeset/ports/484873 Log: Correct LICENSE information for audio/elisa. Actually reading the COPYING and code headers shows that the license is LGPLv3 (or, at your option, any later version). Modified: head/audio/elisa/Makefile Modified: head/audio/elisa/Makefile ============================================================================== --- head/audio/elisa/Makefile Tue Nov 13 10:59:19 2018 (r484872) +++ head/audio/elisa/Makefile Tue Nov 13 13:12:03 2018 (r484873) @@ -8,7 +8,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} MAINTAINER= adridg@FreeBSD.org COMMENT= Audio player with QML and KDE Plasma integration -LICENSE= GPLv2+ +LICENSE= LGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811131312.wADDC3lh065543>