diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-07-21 00:41:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-07-21 00:41:25 +0000 |
commit | 3b87ce502d1c12cc7578a137d026904312e881c8 (patch) | |
tree | fcc9502ef657f215a809c81b40513caf8d149e24 /app-vim/supertab | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-3b87ce502d1c12cc7578a137d026904312e881c8.tar.gz gentoo-2-3b87ce502d1c12cc7578a137d026904312e881c8.tar.bz2 gentoo-2-3b87ce502d1c12cc7578a137d026904312e881c8.zip |
Use correct license.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/supertab/supertab-1.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/supertab/supertab-1.5.ebuild | 4 | ||||
-rw-r--r-- | app-vim/supertab/supertab-1.6.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-vim/supertab/ChangeLog b/app-vim/supertab/ChangeLog index 7cef4faa5136..d407448ab0e6 100644 --- a/app-vim/supertab/ChangeLog +++ b/app-vim/supertab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/supertab # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.34 2011/07/21 00:38:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.35 2011/07/21 00:41:25 radhermit Exp $ + + 21 Jul 2011; Tim Harder <radhermit@gentoo.org> supertab-1.1.ebuild, + supertab-1.5.ebuild, supertab-1.6.ebuild: + Use correct license. *supertab-1.6 (21 Jul 2011) diff --git a/app-vim/supertab/supertab-1.1.ebuild b/app-vim/supertab/supertab-1.1.ebuild index b3512ec16fb8..fad87e2c5be0 100644 --- a/app-vim/supertab/supertab-1.1.ebuild +++ b/app-vim/supertab/supertab-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.1.ebuild,v 1.5 2011/01/07 22:28:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.1.ebuild,v 1.6 2011/07/21 00:41:25 radhermit Exp $ EAPI="3" inherit vim-plugin @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: enhanced Tab key functionality" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" -LICENSE="vim" +LICENSE="BSD" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" diff --git a/app-vim/supertab/supertab-1.5.ebuild b/app-vim/supertab/supertab-1.5.ebuild index 5bf5d3768ffa..404da218b7d4 100644 --- a/app-vim/supertab/supertab-1.5.ebuild +++ b/app-vim/supertab/supertab-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.5.ebuild,v 1.1 2011/03/10 04:28:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.5.ebuild,v 1.2 2011/07/21 00:41:25 radhermit Exp $ EAPI="3" inherit vim-plugin @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: enhanced Tab key functionality" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" -LICENSE="vim" +LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" diff --git a/app-vim/supertab/supertab-1.6.ebuild b/app-vim/supertab/supertab-1.6.ebuild index 421e79e910f0..6bc620dda586 100644 --- a/app-vim/supertab/supertab-1.6.ebuild +++ b/app-vim/supertab/supertab-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.1 2011/07/21 00:38:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.2 2011/07/21 00:41:25 radhermit Exp $ EAPI="4" inherit vim-plugin @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: enhanced Tab key functionality" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="vim" +LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" |