Skip to content

Commit

Permalink
update license to match rest of code base
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp authored and henryiii committed Mar 9, 2023
1 parent 7241c4d commit d36c9e9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 14 deletions.
6 changes: 6 additions & 0 deletions fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
# under NSF AWARD 1414736 and by the respective contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause

if(CMAKE_CXX_STANDARD GREATER 16)
if(CLI11_FUZZ_TARGET)

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

#include "fuzzApp.hpp"
#include <CLI/CLI.hpp>
Expand Down
11 changes: 5 additions & 6 deletions fuzz/cli11_file_fuzz.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
Copyright (c) 2019-2023,
Lawrence Livermore National Security, LLC;
See the top-level NOTICE for additional details. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
*/
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
// under NSF AWARD 1414736 and by the respective contributors.
// All rights reserved.
//
// SPDX-License-Identifier: BSD-3-Clause

#include "fuzzApp.hpp"
#include <CLI/CLI.hpp>
Expand Down
5 changes: 5 additions & 0 deletions fuzz/fuzzApp.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
// under NSF AWARD 1414736 and by the respective contributors.
// All rights reserved.
//
// SPDX-License-Identifier: BSD-3-Clause

#include "fuzzApp.hpp"

Expand Down
2 changes: 1 addition & 1 deletion fuzz/fuzzApp.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
// under NSF AWARD 1414736 and by the respective contributors.
// All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion fuzz/fuzzCommand.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2022, University of Cincinnati, developed by Henry Schreiner
// Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
// under NSF AWARD 1414736 and by the respective contributors.
// All rights reserved.
//
Expand Down
2 changes: 2 additions & 0 deletions fuzz/fuzz_dictionary2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@
"tup4"
"tup2"
"tup4"
"dwrap"
"iwrap"

0 comments on commit d36c9e9

Please sign in to comment.