diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-12 11:23:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-12 11:23:23 +0000 |
commit | 4c3fbc095f572cb0377dc42535ba94146247927b (patch) | |
tree | 8bce48c8703c389fbcb30be06b2bd8a4d8941b57 /app-vim/alternate | |
parent | Add alternate and pngnq to MISC-FREE group. (diff) | |
download | gentoo-2-4c3fbc095f572cb0377dc42535ba94146247927b.tar.gz gentoo-2-4c3fbc095f572cb0377dc42535ba94146247927b.tar.bz2 gentoo-2-4c3fbc095f572cb0377dc42535ba94146247927b.zip |
Fix LICENSE.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/alternate')
-rw-r--r-- | app-vim/alternate/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/alternate/alternate-2.18.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/alternate/ChangeLog b/app-vim/alternate/ChangeLog index a10e5983fab1..79c1dac60cf5 100644 --- a/app-vim/alternate/ChangeLog +++ b/app-vim/alternate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/alternate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.49 2010/11/11 10:20:50 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.50 2013/01/12 11:23:23 ulm Exp $ + + 12 Jan 2013; Ulrich Müller <ulm@gentoo.org> alternate-2.18.ebuild: + Fix LICENSE. 11 Nov 2010; Tim Harder <radhermit@gentoo.org> -alternate-2.12-r1.ebuild, -alternate-2.15.ebuild: diff --git a/app-vim/alternate/alternate-2.18.ebuild b/app-vim/alternate/alternate-2.18.ebuild index 7e7fba382cd4..d309338a3edc 100644 --- a/app-vim/alternate/alternate-2.18.ebuild +++ b/app-vim/alternate/alternate-2.18.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.18.ebuild,v 1.7 2010/10/10 15:36:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.18.ebuild,v 1.8 2013/01/12 11:23:23 ulm Exp $ inherit vim-plugin eutils DESCRIPTION="vim plugin: quickly switch between .c and .h files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" -LICENSE="as-is" +LICENSE="alternate" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" |