From: Nicolas Pitre Date: Tue, 30 Oct 2007 19:41:13 +0000 (-0400) Subject: add some copyright notice to the progress display code X-Git-Tag: v1.5.4-rc0~286^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=74b6792f7b2d4b410459cf96977a2007ddea8675;p=git.git 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 Signed-off-by: Junio C Hamano --- 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 + * + * 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"