Commit b8d4578abbc194afa63e15aa10665b9d3aa9c921

Nelson Elhage 2018-08-14T04:01:30

Add a copyright header.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/fuzzers/config_file_fuzzer.c b/fuzzers/config_file_fuzzer.c
index fd604fa..03009c8 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>