diff options
Diffstat (limited to 'sys-devel/gcc-config/files/gcc-config-1.4')
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-1.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.4 b/sys-devel/gcc-config/files/gcc-config-1.4 index b2fab26bdf57..4df0ce9ceccf 100644 --- a/sys-devel/gcc-config/files/gcc-config-1.4 +++ b/sys-devel/gcc-config/files/gcc-config-1.4 @@ -1,9 +1,8 @@ #!/bin/bash -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4,v 1.2 2004/03/06 04:14:45 vapier Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4,v 1.1 2003/02/23 16:20:10 azarah Exp $ - source /etc/init.d/functions.sh || { echo "$0: Could not source /etc/init.d/functions.sh!" |