diff options
Diffstat (limited to 'docs/C - Misc. tutorials.txt')
-rw-r--r-- | docs/C - Misc. tutorials.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index 4ad04a47..f5a78f6d 100644 --- a/docs/C - Misc. tutorials.txt +++ b/docs/C - Misc. tutorials.txt @@ -1,5 +1,5 @@ File.........: C - Misc. tutorials.txt -Copyright....: (C) 2010 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> +Copyright....: (C) 2010 Yann E. MORIN <yann.morin.1998@free.fr> License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5 @@ -209,7 +209,7 @@ Here is a sample `hg email` complete command line: Note: replace " (at) " with "@" hg email --outgoing --intro \ - --to '"Yann E. MORIN" <yann.morin.1998 (at) anciens.enib.fr>' \ + --to '"Yann E. MORIN" <yann.morin.1998 (at) free.fr>' \ --cc 'crossgcc (at) sourceware.org' # It then opens an editor and lets you enter the subject @@ -305,4 +305,4 @@ Here is an example commit message (see revision 8bb5151c5b01): I missed refreshing the patch before pushing. :-( - Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> + Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> |