diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-13 13:44:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-13 13:44:28 +0000 |
commit | 63493bb94558364d07e6d3ec82769842baf47bcc (patch) | |
tree | 6432a8068569a0138e84ecb7144c6a47b3028b0e /scripts/bootstrap.sh | |
parent | cosmetics in metadata.xml (diff) | |
download | historical-63493bb94558364d07e6d3ec82769842baf47bcc.tar.gz historical-63493bb94558364d07e6d3ec82769842baf47bcc.tar.bz2 historical-63493bb94558364d07e6d3ec82769842baf47bcc.zip |
copyright update
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7a9316eb270a..25444bac1309 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.56 2004/06/25 15:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.57 2004/08/13 13:44:28 vapier Exp $ # IMPORTANT NOTE: # This script no longer accepts an optional argument. @@ -61,7 +61,7 @@ fi echo echo -e "${GOOD}Gentoo Linux${GENTOO_VERS}; \e[34;01mhttp://www.gentoo.org/${NORMAL}" -echo -e "Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL" +echo -e "Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL" if [ "${STRAP_EMERGE_OPTS}" = "-f" ] then echo "Fetching all bootstrap-related archives..." |