diff options
author | Christian Hesse <mail@eworm.de> | 2024-07-16 12:06:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-07-16 12:10:38 +0200 |
commit | 34c30d12fc917d9853135f6e9d4c8e531efddaeb (patch) | |
tree | fae3eadccd4c027434d2b67dafdf387c951a3d24 /ui-stats.c | |
parent | b2c939af4bbd24882fcd28aa6b75319ca61c7c5b (diff) | |
download | cgit-34c30d12fc917d9853135f6e9d4c8e531efddaeb.tar.gz cgit-34c30d12fc917d9853135f6e9d4c8e531efddaeb.tar.bz2 cgit-34c30d12fc917d9853135f6e9d4c8e531efddaeb.zip |
ui-stats: add missing source header
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'ui-stats.c')
-rw-r--r-- | ui-stats.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |