From: Linus Torvalds Date: Thu, 7 Apr 2005 22:16:10 +0000 (-0700) Subject: Add copyright notices. X-Git-Tag: v0.99~953 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8bc9a0c769ac1df7820f2dbf8f7b7d64835e3c68;p=git.git 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. --- diff --git a/cat-file.c b/cat-file.c index 74a0a234d..d8f0121e4 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) diff --git a/commit-tree.c b/commit-tree.c index 840307af0..0d7852f7f 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" #include diff --git a/init-db.c b/init-db.c index 25dc13fe1..bc6508636 100644 --- 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) diff --git a/read-cache.c b/read-cache.c index c924a6e0f..b151981c1 100644 --- a/read-cache.c +++ b/read-cache.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" const char *sha1_file_directory = NULL; diff --git a/read-tree.c b/read-tree.c index 1b47742d8..997343e13 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) diff --git a/show-diff.c b/show-diff.c index b8522886a..e7aa60b4a 100644 --- a/show-diff.c +++ b/show-diff.c @@ -1,3 +1,8 @@ +/* + * GIT - The information manager from hell + * + * Copyright (C) Linus Torvalds, 2005 + */ #include "cache.h" #define MTIME_CHANGED 0x0001 diff --git a/update-cache.c b/update-cache.c index 5085a5cb5..0bcd5d408 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) diff --git a/write-tree.c b/write-tree.c index 921f98135..012eeeff1 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)