diff options
-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="" |