Skip to content

Commit 05b6b56

Browse files
committed
copyright
1 parent 46d3d2d commit 05b6b56

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

tests/fuzz/fuzz_third_party_seq_prod.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) Yann Collet, Meta Platforms, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under both the BSD-style license (found in the
6+
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7+
* in the COPYING file in the root directory of this source tree).
8+
* You may select, at your option, one of the above-listed licenses.
9+
*/
10+
111
#ifndef EXAMPLE_SEQ_PROD_H
212
#define EXAMPLE_SEQ_PROD_H
313

tests/fuzz/seq_prod_fuzz_example/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) Yann Collet, Meta Platforms, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under both the BSD-style license (found in the
6+
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7+
* in the COPYING file in the root directory of this source tree).
8+
* You may select, at your option, one of the above-listed licenses.
9+
*/
10+
111
CC = clang
212
CFLAGS = -g -fno-omit-frame-pointer -fsanitize=undefined,address,fuzzer -I../ -I../../../lib/
313

tests/fuzz/seq_prod_fuzz_example/example_seq_prod.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) Yann Collet, Meta Platforms, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under both the BSD-style license (found in the
6+
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7+
* in the COPYING file in the root directory of this source tree).
8+
* You may select, at your option, one of the above-listed licenses.
9+
*/
10+
111
#include "fuzz_third_party_seq_prod.h"
212

313
#include <assert.h>

0 commit comments

Comments
 (0)