From 2480d0eba85781c802027073a91f6f4331d4f71b Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 30 Jun 2017 13:34:05 +0200 Subject: Add missing license headers Some implementation files were missing the license headers. This commit adds them. --- src/attr.c | 7 +++++++ src/attr_file.c | 7 +++++++ src/attrcache.c | 7 +++++++ src/ignore.c | 7 +++++++ src/patch.c | 7 +++++++ src/pool.c | 7 +++++++ src/sortedcache.c | 7 +++++++ 7 files changed, 49 insertions(+) (limited to 'src') diff --git a/src/attr.c b/src/attr.c index 999f41318..fe3ccf492 100644 --- a/src/attr.c +++ b/src/attr.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "common.h" #include "repository.h" #include "sysdir.h" diff --git a/src/attr_file.c b/src/attr_file.c index e30ea5e0c..0ac4c9cbc 100644 --- a/src/attr_file.c +++ b/src/attr_file.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "common.h" #include "repository.h" #include "filebuf.h" diff --git a/src/attrcache.c b/src/attrcache.c index 54161894b..d516bb4db 100644 --- a/src/attrcache.c +++ b/src/attrcache.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "common.h" #include "repository.h" #include "attr_file.h" diff --git a/src/ignore.c b/src/ignore.c index c324d4dd4..6496dd1f7 100644 --- a/src/ignore.c +++ b/src/ignore.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "git2/ignore.h" #include "common.h" #include "ignore.h" diff --git a/src/patch.c b/src/patch.c index 9b7c9c64c..519cbb872 100644 --- a/src/patch.c +++ b/src/patch.c @@ -1,3 +1,10 @@ +/* +* Copyright (C) the libgit2 contributors. All rights reserved. +* +* This file is part of libgit2, distributed under the GNU GPL v2 with +* a Linking Exception. For full terms see the included COPYING file. +*/ + #include "git2/patch.h" #include "diff.h" #include "patch.h" diff --git a/src/pool.c b/src/pool.c index b4fc50fca..57ce46e3c 100644 --- a/src/pool.c +++ b/src/pool.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "pool.h" #include "posix.h" #ifndef GIT_WIN32 diff --git a/src/sortedcache.c b/src/sortedcache.c index cc322d478..76672d9f7 100644 --- a/src/sortedcache.c +++ b/src/sortedcache.c @@ -1,3 +1,10 @@ +/* + * Copyright (C) the libgit2 contributors. All rights reserved. + * + * This file is part of libgit2, distributed under the GNU GPL v2 with + * a Linking Exception. For full terms see the included COPYING file. + */ + #include "sortedcache.h" int git_sortedcache_new( -- cgit v1.2.1