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