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/attrcache.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/attrcache.c')
-rw-r--r-- | src/attrcache.c | 7 |
1 files changed, 7 insertions, 0 deletions
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" |