aboutsummaryrefslogtreecommitdiffstats
path: root/read-tree.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 15:16:10 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 15:16:10 -0700
commit8bc9a0c769ac1df7820f2dbf8f7b7d64835e3c68 (patch)
tree4f856748145b27bc669a98cd4d66574dfd01b083 /read-tree.c
parente83c5163316f89bfbde7d9ab23ca2e25604af290 (diff)
downloadgit-8bc9a0c769ac1df7820f2dbf8f7b7d64835e3c68.tar.gz
Add copyright notices.
The tool interface sucks (especially "committing" information, which is just me doing everything by hand from the command line), but I think this is in theory actually a viable way of describing the world. So copyright it.
Diffstat (limited to 'read-tree.c')
-rw-r--r--read-tree.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/read-tree.c b/read-tree.c
index 1b47742d8c..997343e133 100644
--- a/read-tree.c
+++ b/read-tree.c
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
#include "cache.h"
static int unpack(unsigned char *sha1)