Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-10-30 22:41:13 +0300
committerJunio C Hamano <gitster@pobox.com>2007-10-31 02:08:40 +0300
commit74b6792f7b2d4b410459cf96977a2007ddea8675 (patch)
tree268c5f146a4bada0991d420aec68db6be001498a /progress.c
parent29e63ed3f6962cd96f7153e9f492f36797d25c33 (diff)
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 15197fbe6c..34a59611fb 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"