Browse Source

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.
maint
Linus Torvalds 20 years ago
parent
commit
8bc9a0c769
  1. 5
      cat-file.c
  2. 5
      commit-tree.c
  3. 5
      init-db.c
  4. 5
      read-cache.c
  5. 5
      read-tree.c
  6. 5
      show-diff.c
  7. 5
      update-cache.c
  8. 5
      write-tree.c

5
cat-file.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

int main(int argc, char **argv)

5
commit-tree.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

#include <pwd.h>

5
init-db.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

int main(int argc, char **argv)

5
read-cache.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

const char *sha1_file_directory = NULL;

5
read-tree.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

static int unpack(unsigned char *sha1)

5
show-diff.c

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"

#define MTIME_CHANGED 0x0001

5
update-cache.c

@ -1,3 +1,8 @@ @@ -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)

5
write-tree.c

@ -1,3 +1,8 @@ @@ -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)
Loading…
Cancel
Save