Add head comment to shared.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Esse commit está contido em:
Lars Hjemli 2006-12-16 01:14:01 +01:00
commit a1a79998f2
1 arquivos alterados com 8 adições e 0 exclusões

Ver arquivo

@ -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";