diff options
Diffstat (limited to 'update-cache.c')
-rw-r--r-- | update-cache.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update-cache.c b/update-cache.c index 5085a5cb53..0bcd5d4081 100644 --- a/update-cache.c +++ b/update-cache.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" static int cache_name_compare(const char *name1, int len1, const char *name2, int len2) |