diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:55:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:55:52 +0000 |
commit | 6679a946f71474c7dff2bbc880c452572bb7ebd7 (patch) | |
tree | b3c03d50f058cbd0179217ff95a86575c531f023 /eclass/gnuconfig.eclass | |
parent | fixie (diff) | |
download | gentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.tar.gz gentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.tar.bz2 gentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.zip |
Header updates/cleanups
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 4809e245993d..46b6de84d503 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,8 +1,8 @@ #!/bin/bash # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Distributed under the terms of the GNU General Public License v2 # Author: Will Woods <wwoods@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.1 2002/10/25 17:16:07 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.2 2002/10/25 19:55:52 vapier Exp $ # This eclass updates config.guess and config.sub. This is useful if # configure dies from misguessing your canonical system name (CHOST). |