Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2024-07-16 13:06:55 +0300
committerChristian Hesse <mail@eworm.de>2024-07-16 13:10:38 +0300
commit34c30d12fc917d9853135f6e9d4c8e531efddaeb (patch)
treefae3eadccd4c027434d2b67dafdf387c951a3d24 /ui-stats.c
parentb2c939af4bbd24882fcd28aa6b75319ca61c7c5b (diff)
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.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"