diff options
Diffstat (limited to 'write-tree.c')
-rw-r--r-- | write-tree.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/write-tree.c b/write-tree.c index 921f981353..012eeeff1b 100644 --- a/write-tree.c +++ b/write-tree.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" static int check_valid_sha1(unsigned char *sha1) |