add missing copyright header

This commit is contained in:
Scott Lamb 2021-06-07 21:35:08 -07:00
parent b0575b3794
commit cd407ce93a

View File

@ -1,3 +1,6 @@
// Copyright (C) 2021 Scott Lamb <slamb@slamb.org>
// SPDX-License-Identifier: MIT OR Apache-2.0
#![no_main]
use bytes::{Buf, Bytes};
use libfuzzer_sys::fuzz_target;