about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2024-07-16 12:06:55 +0200
committerChristian Hesse <mail@eworm.de>2024-07-16 12:10:38 +0200
commit34c30d12fc917d9853135f6e9d4c8e531efddaeb (patch)
treefae3eadccd4c027434d2b67dafdf387c951a3d24
parentgit: update to v2.45.2 (diff)
downloadcgit-magenta-34c30d12fc917d9853135f6e9d4c8e531efddaeb.tar.xz
ui-stats: add missing source header
Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r--ui-stats.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-stats.c b/ui-stats.c

index 9aed4ac..1ac67da 100644 --- a/ui-stats.c +++ b/ui-stats.c
@@ -1,3 +1,11 @@ +/* ui-stats.c: generate stats view + * + * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com> + * + * Licensed under GNU General Public License v2 + * (see COPYING for full license text) + */ + #include "cgit.h" #include "ui-stats.h" #include "html.h"