diff options
author | Nicolas Pitre <nico@cam.org> | 2007-10-30 15:41:13 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-30 16:08:40 -0700 |
commit | 74b6792f7b2d4b410459cf96977a2007ddea8675 (patch) | |
tree | 268c5f146a4bada0991d420aec68db6be001498a /progress.c | |
parent | 29e63ed3f6962cd96f7153e9f492f36797d25c33 (diff) | |
download | git-74b6792f7b2d4b410459cf96977a2007ddea8675.tar.gz git-74b6792f7b2d4b410459cf96977a2007ddea8675.tar.xz |
add some copyright notice to the progress display code
Some self patting on the back to keep my ego alive.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'progress.c')
-rw-r--r-- | progress.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/progress.c b/progress.c index 15197fbe6..34a59611f 100644 --- a/progress.c +++ b/progress.c @@ -1,3 +1,13 @@ +/* + * Simple text-based progress display module for GIT + * + * Copyright (c) 2007 by Nicolas Pitre <nico@cam.org> + * + * 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 + * published by the Free Software Foundation. + */ + #include "git-compat-util.h" #include "progress.h" |