diff options
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" |