diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-16 04:26:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-16 04:26:21 +0000 |
commit | d37075801472911f637eeffce8ccb70ca5ec668c (patch) | |
tree | fb314338f6f301dcd1f15682c76bac3384fe6b2b /eclass/perl-module.eclass | |
parent | Update Copyright years (diff) | |
download | historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.gz historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.bz2 historical-d37075801472911f637eeffce8ccb70ca5ec668c.zip |
header fixes
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index b84207367310..793475971a11 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,7 +1,9 @@ -# Copyright 2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.33 2003/02/16 04:26:21 vapier Exp $ +# # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.32 2002/11/04 01:48:59 mcummings Exp $ +# # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. |