Skip to content

Commit c52dc0c

Browse files
committed
update license to match rest of code base
1 parent 0da7c5d commit c52dc0c

File tree

7 files changed

+25
-14
lines changed

7 files changed

+25
-14
lines changed

fuzz/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2+
# under NSF AWARD 1414736 and by the respective contributors.
3+
# All rights reserved.
4+
#
5+
# SPDX-License-Identifier: BSD-3-Clause
6+
17
if(CMAKE_CXX_STANDARD GREATER 16)
28
if(CLI11_FUZZ_TARGET)
39

fuzz/cli11_app_fuzz.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
/*
2-
Copyright (c) 2019-2022,
3-
Lawrence Livermore National Security, LLC;
4-
See the top-level NOTICE for additional details. All rights reserved.
5-
SPDX-License-Identifier: BSD-3-Clause
6-
*/
1+
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2+
// under NSF AWARD 1414736 and by the respective contributors.
3+
// All rights reserved.
4+
//
5+
// SPDX-License-Identifier: BSD-3-Clause
76

87
#include "fuzzApp.hpp"
98
#include <CLI/CLI.hpp>

fuzz/cli11_file_fuzz.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
/*
2-
Copyright (c) 2019-2023,
3-
Lawrence Livermore National Security, LLC;
4-
See the top-level NOTICE for additional details. All rights reserved.
5-
SPDX-License-Identifier: BSD-3-Clause
6-
*/
1+
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2+
// under NSF AWARD 1414736 and by the respective contributors.
3+
// All rights reserved.
4+
//
5+
// SPDX-License-Identifier: BSD-3-Clause
76

87
#include "fuzzApp.hpp"
98
#include <CLI/CLI.hpp>

fuzz/fuzzApp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
2+
// under NSF AWARD 1414736 and by the respective contributors.
3+
// All rights reserved.
4+
//
5+
// SPDX-License-Identifier: BSD-3-Clause
16

27
#include "fuzzApp.hpp"
38

fuzz/fuzzApp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
1+
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
22
// under NSF AWARD 1414736 and by the respective contributors.
33
// All rights reserved.
44
//

fuzz/fuzzCommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
1+
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
22
// under NSF AWARD 1414736 and by the respective contributors.
33
// All rights reserved.
44
//

fuzz/fuzz_dictionary2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
"tup4"
3434
"tup2"
3535
"tup4"
36+
"dwrap"
37+
"iwrap"

0 commit comments

Comments
 (0)