summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 06:43:10 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 06:43:10 +0000
commit5ab5d1cd2d1319de9d3c40e77dcab86cb7e1c393 (patch)
treed9cb5299903176ff58cd6f81a78fb4e2b82d1769 /scripts
parentfixing Manifest (diff)
downloadhistorical-5ab5d1cd2d1319de9d3c40e77dcab86cb7e1c393.tar.gz
historical-5ab5d1cd2d1319de9d3c40e77dcab86cb7e1c393.tar.bz2
historical-5ab5d1cd2d1319de9d3c40e77dcab86cb7e1c393.zip
update copyright years #46820
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap-2.6.sh4
-rw-r--r--scripts/bootstrap-cascade.sh4
-rwxr-xr-xscripts/bootstrap.sh6
3 files changed, 7 insertions, 7 deletions
diff --git a/scripts/bootstrap-2.6.sh b/scripts/bootstrap-2.6.sh
index c73a2949b96d..a6ce17fcedf7 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.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-2.6.sh,v 1.1 2004/01/01 20:45:55 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-2.6.sh,v 1.2 2004/04/06 06:43:10 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 2001-2003 Gentoo Technologies, Inc.; Distributed under the GPL"
+echo -e "Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL"
if [ "${STRAP_EMERGE_OPTS}" = "-f" ]
then
echo "Fetching all bootstrap-related archives..."
diff --git a/scripts/bootstrap-cascade.sh b/scripts/bootstrap-cascade.sh
index eaa4e51ec125..3a96d7eaf5f9 100644
--- a/scripts/bootstrap-cascade.sh
+++ b/scripts/bootstrap-cascade.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-cascade.sh,v 1.1 2004/03/19 04:41:05 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-cascade.sh,v 1.2 2004/04/06 06:43:10 vapier Exp $
# IMPORTANT NOTE:
# This script no longer accepts an optional argument.
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 34ce45ee8741..8e1aed36aa8a 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.53 2003/11/01 05:30:24 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.54 2004/04/06 06:43:10 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 2001-2003 Gentoo Technologies, Inc.; Distributed under the GPL"
+echo -e "Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL"
if [ "${STRAP_EMERGE_OPTS}" = "-f" ]
then
echo "Fetching all bootstrap-related archives..."