diff options
Diffstat (limited to 'src/sortedcache.c')
| -rw-r--r-- | src/sortedcache.c | 7 |
1 files changed, 7 insertions, 0 deletions
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( |
