diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-24 01:22:27 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-24 01:22:27 +0000 |
commit | 47008902ec4a72dba45a5f57098e68785564dc48 (patch) | |
tree | 00eb153d7d97931f48e4e3ad70e92b4fab2c7a84 /hardinfo2/configure | |
parent | b7748f00e88b21322556c107b7a4c7c9469c0899 (diff) |
Update my email address (leandro@linuxmag.com.br is dead)
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index 96e54179..5edf0496 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # ToscoConf 0.04 -# Copyright (c) 2003-2004 Leandro Pereira <leandro@linuxmag.com.br> +# Copyright (c) 2003-2004 Leandro Pereira <leandro@hardinfo.org> # All rights reserved. # # This script is in the Tosco Public License. It may be copied and/or @@ -89,7 +89,7 @@ esac if [ "x$ARCH" == "x" ]; then echo "Your architecture is not supported yet. Please send the" - echo "output of the following commands to leandro@linuxmag.com.br:" + echo "output of the following commands to leandro@hardinfo.org:" echo "" echo " $ cat /proc/cpuinfo" echo " $ uname -a" @@ -261,6 +261,6 @@ else cat << EOF If you get errors, probably you don't have the right libraries, includes or utilities. However, if you're sure this is a bug in my -code, please send a patch (use "diff -u") to <leandro@linuxmag.com.br>. +code, please send a patch (use "diff -u") to <leandro@hardinfo.org>. EOF fi |