diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:40:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-07 18:40:32 +0000 |
commit | a423267a5d89b6a69c44fc315968985012396de1 (patch) | |
tree | 3544f4d1921128cf159e3d04c072b5640b5e77f3 /app-vim/pam-syntax | |
parent | Fix LICENSE, bug 445808. (diff) | |
download | gentoo-2-a423267a5d89b6a69c44fc315968985012396de1.tar.gz gentoo-2-a423267a5d89b6a69c44fc315968985012396de1.tar.bz2 gentoo-2-a423267a5d89b6a69c44fc315968985012396de1.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/pam-syntax')
-rw-r--r-- | app-vim/pam-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/pam-syntax/pam-syntax-20030818.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-vim/pam-syntax/ChangeLog b/app-vim/pam-syntax/ChangeLog index ddd4d5668e0e..62e118936ed1 100644 --- a/app-vim/pam-syntax/ChangeLog +++ b/app-vim/pam-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/pam-syntax # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/ChangeLog,v 1.24 2012/11/27 22:36:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/ChangeLog,v 1.25 2012/12/07 18:40:32 ulm Exp $ + + 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> pam-syntax-20030818.ebuild: + Fix LICENSE, bug 445808. 27 Nov 2012; Ulrich Müller <ulm@gentoo.org> pam-syntax-20060424.ebuild: Fix LICENSE, distributed under the same terms as Vim itself, bug 444968. diff --git a/app-vim/pam-syntax/pam-syntax-20030818.ebuild b/app-vim/pam-syntax/pam-syntax-20030818.ebuild index fd5f23ebb1ba..ad978f256c27 100644 --- a/app-vim/pam-syntax/pam-syntax-20030818.ebuild +++ b/app-vim/pam-syntax/pam-syntax-20030818.ebuild @@ -1,13 +1,13 @@ -# 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/pam-syntax/pam-syntax-20030818.ebuild,v 1.12 2010/10/07 03:28:02 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/pam-syntax-20030818.ebuild,v 1.13 2012/12/07 18:40:32 ulm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: PAM configuration syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735" -LICENSE="as-is" +LICENSE="vim.org" KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" |