diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-02-09 11:38:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-02-09 11:38:40 +0000 |
commit | 6f4a6aecbd29537a428391b96c4d9e560a1096d0 (patch) | |
tree | 41febb0cab22215e8a016689887282d924d8959b /app-vim/ntp-syntax | |
parent | Fix LICENSE again, released under the same terms as vim itself, bug 450250. (diff) | |
download | gentoo-2-6f4a6aecbd29537a428391b96c4d9e560a1096d0.tar.gz gentoo-2-6f4a6aecbd29537a428391b96c4d9e560a1096d0.tar.bz2 gentoo-2-6f4a6aecbd29537a428391b96c4d9e560a1096d0.zip |
Fix LICENSE again, released under the same terms as vim itself, bug 450250.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim/ntp-syntax')
-rw-r--r-- | app-vim/ntp-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/ntp-syntax/ntp-syntax-20031001.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/ntp-syntax/ChangeLog b/app-vim/ntp-syntax/ChangeLog index d063ef03abf0..96f523e20ade 100644 --- a/app-vim/ntp-syntax/ChangeLog +++ b/app-vim/ntp-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/ntp-syntax -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ntp-syntax/ChangeLog,v 1.16 2012/12/07 18:38:47 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ntp-syntax/ChangeLog,v 1.17 2013/02/09 11:38:40 ulm Exp $ + + 09 Feb 2013; Ulrich Müller <ulm@gentoo.org> ntp-syntax-20031001.ebuild: + Fix LICENSE again, released under the same terms as vim itself, bug 450250. 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> ntp-syntax-20031001.ebuild: Fix LICENSE, bug 445808. diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild index 2769ea88ea2e..424921ba8641 100644 --- a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild +++ b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 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/ntp-syntax/ntp-syntax-20031001.ebuild,v 1.16 2012/12/07 18:38:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild,v 1.17 2013/02/09 11:38:40 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: ntp.conf syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=778" -LICENSE="vim.org" +LICENSE="vim" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" |