summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-10-30 19:41:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-10-30 23:08:40 (GMT)
commit74b6792f7b2d4b410459cf96977a2007ddea8675 (patch)
tree268c5f146a4bada0991d420aec68db6be001498a /progress.c
parent29e63ed3f6962cd96f7153e9f492f36797d25c33 (diff)
downloadgit-74b6792f7b2d4b410459cf96977a2007ddea8675.zip
git-74b6792f7b2d4b410459cf96977a2007ddea8675.tar.gz
git-74b6792f7b2d4b410459cf96977a2007ddea8675.tar.bz2
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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/progress.c b/progress.c
index 15197fb..34a5961 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"