summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-13 13:44:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-13 13:44:28 +0000
commit63493bb94558364d07e6d3ec82769842baf47bcc (patch)
tree6432a8068569a0138e84ecb7144c6a47b3028b0e /scripts
parentcosmetics in metadata.xml (diff)
downloadhistorical-63493bb94558364d07e6d3ec82769842baf47bcc.tar.gz
historical-63493bb94558364d07e6d3ec82769842baf47bcc.tar.bz2
historical-63493bb94558364d07e6d3ec82769842baf47bcc.zip
copyright update
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap-2.6.sh6
-rwxr-xr-xscripts/bootstrap.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/scripts/bootstrap-2.6.sh b/scripts/bootstrap-2.6.sh
index 2639be172161..0ef4bb2befae 100644
--- a/scripts/bootstrap-2.6.sh
+++ b/scripts/bootstrap-2.6.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-2.6.sh,v 1.9 2004/07/09 22:55:50 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-2.6.sh,v 1.10 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..."
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..."