[PATCH 1/1] ui-stats: add missing source header
Christian Hesse
list at eworm.de
Tue Jul 16 10:11:54 UTC 2024
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
ui-stats.c | 8 ++++++++
1 file changed, 8 insertions(+)
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 at 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"
--
2.45.2
More information about the CGit
mailing list