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/patch.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/patch.c') 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" -- cgit v1.2.1