diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 06:43:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 06:43:10 +0000 |
commit | bd2ff6e8d88534fdf2edc58b43319bdd199871d3 (patch) | |
tree | d8826b1dafd0b75912cf78473127af3b8b6595fa /scripts/bootstrap-2.6.sh | |
parent | fixing Manifest (diff) | |
download | gentoo-2-bd2ff6e8d88534fdf2edc58b43319bdd199871d3.tar.gz gentoo-2-bd2ff6e8d88534fdf2edc58b43319bdd199871d3.tar.bz2 gentoo-2-bd2ff6e8d88534fdf2edc58b43319bdd199871d3.zip |
update copyright years #46820
Diffstat (limited to 'scripts/bootstrap-2.6.sh')
-rw-r--r-- | scripts/bootstrap-2.6.sh | 4 |
1 files changed, 2 insertions, 2 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..." |