Skip to content

Commit 74b6792

Browse files
Nicolas Pitregitster
authored andcommitted
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>
1 parent 29e63ed commit 74b6792

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

progress.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Simple text-based progress display module for GIT
3+
*
4+
* Copyright (c) 2007 by Nicolas Pitre <nico@cam.org>
5+
*
6+
* This code is free software; you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License version 2 as
8+
* published by the Free Software Foundation.
9+
*/
10+
111
#include "git-compat-util.h"
212
#include "progress.h"
313

0 commit comments

Comments
 (0)