diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 00:39:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 00:39:48 +0000 |
commit | 056076a708c472c511b853d8a9e6ab182d8f6956 (patch) | |
tree | 00d703c55091e892e24a427360fc5e7a0aa541fe /eclass/64-bit.eclass | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-056076a708c472c511b853d8a9e6ab182d8f6956.tar.gz gentoo-2-056076a708c472c511b853d8a9e6ab182d8f6956.tar.bz2 gentoo-2-056076a708c472c511b853d8a9e6ab182d8f6956.zip |
update the copyright info
Diffstat (limited to 'eclass/64-bit.eclass')
-rw-r--r-- | eclass/64-bit.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/64-bit.eclass b/eclass/64-bit.eclass index e656b843da40..55dc7087578a 100644 --- a/eclass/64-bit.eclass +++ b/eclass/64-bit.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/64-bit.eclass,v 1.2 2003/12/21 23:27:59 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/64-bit.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # Recognize 64-bit arches... This is to help when adding -fPIC, for # example: # -# 64-bit && append-flags -fPIC +# 64-bit && append-flags -fPIC # 64-bit() { case "${ARCH}" in |