Skip to content

Commit

Permalink
add some copyright notice to the progress display code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Pitre authored and Junio C Hamano committed Oct 30, 2007
1 parent 29e63ed commit 74b6792
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions progress.c
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 74b6792

Please sign in to comment.