diff options
Diffstat (limited to 'tests/ossfuzz')
-rw-r--r-- | tests/ossfuzz/fuzz_common.h | 3 | ||||
-rw-r--r-- | tests/ossfuzz/fuzz_decode_alone.c | 3 | ||||
-rw-r--r-- | tests/ossfuzz/fuzz_decode_stream.c | 3 | ||||
-rw-r--r-- | tests/ossfuzz/fuzz_encode_stream.c | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/tests/ossfuzz/fuzz_common.h b/tests/ossfuzz/fuzz_common.h index 14742f2e..49f131cd 100644 --- a/tests/ossfuzz/fuzz_common.h +++ b/tests/ossfuzz/fuzz_common.h @@ -6,9 +6,6 @@ // Authors: Maksym Vatsyk // Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <inttypes.h> diff --git a/tests/ossfuzz/fuzz_decode_alone.c b/tests/ossfuzz/fuzz_decode_alone.c index 2fb7bc09..e0223655 100644 --- a/tests/ossfuzz/fuzz_decode_alone.c +++ b/tests/ossfuzz/fuzz_decode_alone.c @@ -6,9 +6,6 @@ // Authors: Maksym Vatsyk // Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <inttypes.h> diff --git a/tests/ossfuzz/fuzz_decode_stream.c b/tests/ossfuzz/fuzz_decode_stream.c index e06613e3..37e74241 100644 --- a/tests/ossfuzz/fuzz_decode_stream.c +++ b/tests/ossfuzz/fuzz_decode_stream.c @@ -6,9 +6,6 @@ // Authors: Lasse Collin // Maksym Vatsyk // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <inttypes.h> diff --git a/tests/ossfuzz/fuzz_encode_stream.c b/tests/ossfuzz/fuzz_encode_stream.c index f5770baa..bf46669d 100644 --- a/tests/ossfuzz/fuzz_encode_stream.c +++ b/tests/ossfuzz/fuzz_encode_stream.c @@ -6,9 +6,6 @@ // Authors: Maksym Vatsyk // Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <inttypes.h> |