From b8d4578abbc194afa63e15aa10665b9d3aa9c921 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Tue, 14 Aug 2018 04:01:30 +0000 Subject: Add a copyright header. --- fuzzers/config_file_fuzzer.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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 #include -- cgit v1.2.1