diff options
author | obache <obache@pkgsrc.org> | 2014-06-02 13:04:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-02 13:04:06 +0000 |
commit | 7ea6eb2996cdbf17eee3f25d67f18e9aabf18626 (patch) | |
tree | 8efe8514dc83d1b3c40243d98532086b9ef7cc12 | |
parent | cd55cbbed9b2be20632c6139eb29104d577325bc (diff) | |
download | pkgsrc-7ea6eb2996cdbf17eee3f25d67f18e9aabf18626.tar.gz |
Since 0.2.4, changed license from 3-clause to 2-clause BSD.
-rw-r--r-- | textproc/marisa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/marisa/Makefile.common b/textproc/marisa/Makefile.common index 89062c334ee..ea718c5dde1 100644 --- a/textproc/marisa/Makefile.common +++ b/textproc/marisa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2014/05/24 10:21:13 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2014/06/02 13:04:06 obache Exp $ # used by textproc/p5-marisa/Makefile # used by textproc/py-marisa/Makefile # used by textproc/ruby-marisa/Makefile @@ -12,4 +12,4 @@ PATCHDIR= ${.CURDIR}/../../textproc/marisa/patches MAINTAINER= ishit@users.sourceforge.net HOMEPAGE= http://code.google.com/p/marisa-trie/ -LICENSE= modified-bsd OR gnu-lgpl-v2.1 +LICENSE= 2-clause-bsd OR gnu-lgpl-v2.1 |