diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-06 21:36:10 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-06 21:36:10 +0100 |
commit | ffee93e4d24f372e00c82ee0a4ce40b92dc2acee (patch) | |
tree | e7ab7a81626184fe5a0c20c43e20a08cb14ec872 /scripts | |
parent | 4638bd7625fd7d93eb2ceafff295cf84acdd1d72 (diff) | |
download | crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.tar.gz crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.tar.bz2 crosstool-ng-ffee93e4d24f372e00c82ee0a4ce40b92dc2acee.zip |
docs: update my e-mail
Since anciens.enib.fr has been dead for two months now, without any
hope of recovery, update my e-mail to point to @free.fr instead.
Reported-by: "Bryan Hundven" <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/debug/duma.in | 2 | ||||
-rwxr-xr-x | scripts/xldd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/duma.in b/scripts/build/debug/duma.in index 00afd67c..90c90136 100644 --- a/scripts/build/debug/duma.in +++ b/scripts/build/debug/duma.in @@ -1,5 +1,5 @@ #!/bin/sh -# (C) 2008 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> +# (C) 2008 Yann E. MORIN <yann.morin.1998@free.fr> # Licensed under the GPL v.2 LIBDUMA_SO= diff --git a/scripts/xldd.in b/scripts/xldd.in index b8197cc7..42a738b4 100755 --- a/scripts/xldd.in +++ b/scripts/xldd.in @@ -39,7 +39,7 @@ show_version() { # Fake a real ldd, just in case some dumb script would check cat <<_EOF_ ldd (crosstool-NG) ${version} -Copyright (C) 2010 "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> +Copyright (C) 2010 "Yann E. MORIN" <yann.morin.1998@free.fr> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Licensed under the GPLv2, see the file LICENSES in the top-directory of the |