pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/taskwarrior



Module Name:    pkgsrc
Committed By:   kamil
Date:           Mon Jun 20 20:37:43 UTC 2016

Modified Files:
        pkgsrc/time/taskwarrior: Makefile

Log Message:
taskwarrior relicensed from GPLv2 to MIT in 2011


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/taskwarrior/Makefile

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

Modified files:

Index: pkgsrc/time/taskwarrior/Makefile
diff -u pkgsrc/time/taskwarrior/Makefile:1.1 pkgsrc/time/taskwarrior/Makefile:1.2
--- pkgsrc/time/taskwarrior/Makefile:1.1        Mon Jun 20 20:30:42 2016
+++ pkgsrc/time/taskwarrior/Makefile    Mon Jun 20 20:37:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/20 20:30:42 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/20 20:37:43 kamil Exp $
 #
 
 DISTNAME=      task-2.5.1
@@ -9,7 +9,7 @@ MASTER_SITES=   http://www.taskwarrior.org
 MAINTAINER=    esg%sdf.lonestar.org@localhost
 HOMEPAGE=      http://taskwarrior.org/projects/show/taskwarrior/
 COMMENT=       Open source, command-line, TODO list manager
-LICENSE=       gnu-gpl-v2
+LICENSE=       mit
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index