diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:28:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:28:12 +0000 |
commit | 330f7ee2325fb93e1a1e3fce29d4ef48d7ebfdcb (patch) | |
tree | f9440a99e4efa33cb5e82d81a37f798ad3baf3fc /app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | |
parent | Stable for ppc, wrt bug #441188 (diff) | |
download | gentoo-2-330f7ee2325fb93e1a1e3fce29d4ef48d7ebfdcb.tar.gz gentoo-2-330f7ee2325fb93e1a1e3fce29d4ef48d7ebfdcb.tar.bz2 gentoo-2-330f7ee2325fb93e1a1e3fce29d4ef48d7ebfdcb.zip |
Fix LICENSE, bug 445808.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild')
-rw-r--r-- | app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild index 5d290e99b2c6..7badc64d4caa 100644 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.10 2010/10/07 02:54:54 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.11 2012/12/07 18:28:12 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: BNF file syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" |