From 8bc9a0c769ac1df7820f2dbf8f7b7d64835e3c68 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 7 Apr 2005 15:16:10 -0700 Subject: 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. --- init-db.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init-db.c') 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) -- cgit v1.2.1