diff options
Diffstat (limited to 'cat-file.c')
-rw-r--r-- | cat-file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cat-file.c b/cat-file.c index 74a0a234dd..d8f0121e49 100644 --- a/cat-file.c +++ b/cat-file.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" int main(int argc, char **argv) |