cgit

commit a1a79998f22fe8279be51fc1d31bfcf14031c109

Author: Lars Hjemli <hjemli@gmail.com>

Add head comment to shared.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 shared.c | 8 ++++++++


diff --git a/shared.c b/shared.c
index 6b5cfc2af9f2bb4b9e00c2ffb7a6fdf53936a6f9..5f2a5ce100bccb19e24314f29850e1ca8bd6fd97 100644
--- a/shared.c
+++ b/shared.c
@@ -1,3 +1,11 @@
+/* shared.c: global vars + some callback functions
+ *
+ * Copyright (C) 2006 Lars Hjemli
+ *
+ * Licensed under GNU General Public License v2
+ *   (see COPYING for full license text)
+ */
+
 #include "cgit.h"
 
 char *cgit_root         = "/usr/src/git";