summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-16 04:26:21 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-16 04:26:21 +0000
commit8df5a082781c6c31118ce7d97e53e8c5984ad02f (patch)
tree164406e62e14febd8e7c1b7fc10244f3ee6f32ea /eclass/distutils.eclass
parentUpdate Copyright years (diff)
downloadgentoo-2-8df5a082781c6c31118ce7d97e53e8c5984ad02f.tar.gz
gentoo-2-8df5a082781c6c31118ce7d97e53e8c5984ad02f.tar.bz2
gentoo-2-8df5a082781c6c31118ce7d97e53e8c5984ad02f.zip
header fixes
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r--eclass/distutils.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index e47d6aeaef58..29b162edb077 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.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/distutils.eclass,v 1.5 2003/02/16 04:26:21 vapier Exp $
+#
# Author: Jon Nelson <jnelson@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.4 2002/10/25 19:55:52 vapier Exp $
+#
# The distutils eclass is designed to allow easier installation of
# distutils-based python modules, and their incorporation into
# the Gentoo Linux system.