diff options
author | Ludovic Courtès <ludo@gnu.org> | 2006-03-08 08:12:44 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2006-03-08 08:12:44 +0000 |
commit | 482b4ca7291b1b66019392bda25f20ebed2a81e5 (patch) | |
tree | be75bdde4a89fd90809273cd9d25db985e264b36 /tarfs.c | |
parent | b7887d7799ec81cf04ab649bc808a1703db212a4 (diff) |
Updated my email address (Ludovic).
Diffstat (limited to 'tarfs.c')
-rw-r--r-- | tarfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* tarfs - A GNU tar filesystem for the Hurd. - Copyright (C) 2002, 2003 Ludovic Courtès <ludo@type-z.org> + Copyright (C) 2002, 2003 Ludovic Courtès <ludo@chbouib.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -47,7 +47,7 @@ const char *argp_program_version = "tarfs(rw-alpha) for the GNU Hurd (compiled: " __DATE__ ")"; /* Argp data */ -const char *argp_program_bug_address = "Ludovic Courtès <ludo@type-z.org>"; +const char *argp_program_bug_address = "Ludovic Courtès <ludo@chbouib.org>"; const char *args_doc = "ARCHIVE"; const char *doc = "Hurd tar filesystem:\n" "parses a tar archive and creates the corresponding filesystem\n"; |