summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29e63ed)
raw | patch | inline | side by side (parent: 29e63ed)
author | Nicolas Pitre <nico@cam.org> | |
Tue, 30 Oct 2007 19:41:13 +0000 (15:41 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Oct 2007 23:08:40 +0000 (16:08 -0700) |
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>
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
progress.c | patch | blob | history |
diff --git a/progress.c b/progress.c
index 15197fbe6c1bbf1159252026a97baf1ea64c433a..34a59611fbb4c94bd0bd39d95a24cbd3280a6da0 100644 (file)
--- a/progress.c
+++ b/progress.c
+/*
+ * 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"