diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
commit | 8257c84439caa6bcb0a5d2ead7cb4629e4444190 (patch) | |
tree | 5a207927cc393287314c7cb213451b08444ca939 /eclass/bash-completion.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.gz gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.bz2 gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/bash-completion.eclass')
-rw-r--r-- | eclass/bash-completion.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass index 3370695cdc84..842c2ef88a41 100644 --- a/eclass/bash-completion.eclass +++ b/eclass/bash-completion.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.26 2011/04/19 04:19:47 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.27 2011/08/22 04:46:31 vapier Exp $ # @ECLASS: bash-completion.eclass # @MAINTAINER: # shell-tools@gentoo.org. -# +# @AUTHOR: # Original author: Aaron Walker <ka0ttic@gentoo.org> # @BLURB: An Interface for installing contributed bash-completion scripts # @DESCRIPTION: |