Skip to content

Commit 3026562

Browse files
committed
typo
1 parent 05b6b56 commit 3026562

File tree

1 file changed

+7
-9
lines changed
  • tests/fuzz/seq_prod_fuzz_example

1 file changed

+7
-9
lines changed

tests/fuzz/seq_prod_fuzz_example/Makefile

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

119
CC = clang
1210
CFLAGS = -g -fno-omit-frame-pointer -fsanitize=undefined,address,fuzzer -I../ -I../../../lib/

0 commit comments

Comments
 (0)