summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2009-09-14 06:41:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-14 09:23:36 (GMT)
commit03aa8ff3be3b35522b2e378651e65e0e86778018 (patch)
treed1835328c7894a7281654efd093211a0b5d56154 /progress.c
parent0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc (diff)
downloadgit-03aa8ff3be3b35522b2e378651e65e0e86778018.zip
git-03aa8ff3be3b35522b2e378651e65e0e86778018.tar.gz
git-03aa8ff3be3b35522b2e378651e65e0e86778018.tar.bz2
Nicolas Pitre has a new email address
Due to problems at cam.org, my nico@cam.org email address is no longer valid. From now on, nico@fluxnic.net should be used instead. Signed-off-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progress.c b/progress.c
index 621c34e..132ed95 100644
--- a/progress.c
+++ b/progress.c
@@ -1,7 +1,7 @@
/*
* Simple text-based progress display module for GIT
*
- * Copyright (c) 2007 by Nicolas Pitre <nico@cam.org>
+ * Copyright (c) 2007 by Nicolas Pitre <nico@fluxnic.net>
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as