diff options
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 |