summaryrefslogtreecommitdiff
path: root/fuzzers
diff options
context:
space:
mode:
authorNelson Elhage <nelhage@nelhage.com>2018-08-14 04:01:30 +0000
committerNelson Elhage <nelhage@nelhage.com>2018-08-14 04:01:30 +0000
commitb8d4578abbc194afa63e15aa10665b9d3aa9c921 (patch)
tree030c2310794df71fb536de6ad60b348be7acb3e3 /fuzzers
parent298f5df6ffde6ac526dcf48cc60d495c5cfbff93 (diff)
downloadlibgit2-b8d4578abbc194afa63e15aa10665b9d3aa9c921.tar.gz
Add a copyright header.
Diffstat (limited to 'fuzzers')
-rw-r--r--fuzzers/config_file_fuzzer.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/fuzzers/config_file_fuzzer.c b/fuzzers/config_file_fuzzer.c
index fd604fa34..03009c8af 100644
--- a/fuzzers/config_file_fuzzer.c
+++ b/fuzzers/config_file_fuzzer.c
@@ -1,3 +1,12 @@
+/*
+ * libgit2 config file parser fuzz target.
+ *
+ * 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.h>
#include <stdlib.h>