Code

Add copyright notices.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 7 Apr 2005 22:16:10 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 7 Apr 2005 22:16:10 +0000 (15:16 -0700)
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.

cat-file.c
commit-tree.c
init-db.c
read-cache.c
read-tree.c
show-diff.c
update-cache.c
write-tree.c

index 74a0a234dd346fff51c773aa57d82fc4b83a8557..d8f0121e499252a0b4ef9ef722a02d35cc029ae0 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
 #include "cache.h"
 
 int main(int argc, char **argv)
index 840307af0cfaab31555795ce7175d5e9c9f981a0..0d7852f7f295d9fb85b00a71bcb7cfbeb1acd026 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
 #include "cache.h"
 
 #include <pwd.h>
index 25dc13fe101b219f74007f3194b787dd99e863da..bc65086368b44f37a8c7e47734e5b0dffed8873c 100644 (file)
--- a/init-db.c
+++ b/init-db.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)
index c924a6e0fc4c36bad6f23cb87ee59518c771f936..b151981c1b3d15da75411c2af856958d06138c30 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
 #include "cache.h"
 
 const char *sha1_file_directory = NULL;
index 1b47742d8cbc0d98903777758b7b519980e7499e..997343e133b42a08059584766e2737632c9c044e 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
 #include "cache.h"
 
 static int unpack(unsigned char *sha1)
index b8522886a15db861508fb6d03d4d88d6de912a4b..e7aa60b4ab92ab2d0fe6afaeb5657757d0401225 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * GIT - The information manager from hell
+ *
+ * Copyright (C) Linus Torvalds, 2005
+ */
 #include "cache.h"
 
 #define MTIME_CHANGED  0x0001
index 5085a5cb53ee52e1886ff6d46c609bdb2fc6d6cd..0bcd5d408191333e70f54fbf28676a7e3696ced5 100644 (file)
@@ -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)
index 921f981353229db0c56103a52609d35aff16f41b..012eeeff1b5dd90149ebcd9eed139698c9fab035 100644 (file)
@@ -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)