diff options
| author | Patrick Steinhardt <ps@pks.im> | 2017-06-30 13:34:05 +0200 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2017-07-03 08:51:47 +0000 |
| commit | 2480d0eba85781c802027073a91f6f4331d4f71b (patch) | |
| tree | 33640f556602693b8aaad16ab1abdbdb9df5be82 /src/patch.c | |
| parent | 0fb4b3519c32914073016f566555286c10e80fac (diff) | |
| download | libgit2-2480d0eba85781c802027073a91f6f4331d4f71b.tar.gz | |
Add missing license headers
Some implementation files were missing the license headers. This commit
adds them.
Diffstat (limited to 'src/patch.c')
| -rw-r--r-- | src/patch.c | 7 |
1 files changed, 7 insertions, 0 deletions
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" |
