Skip to content

Commit

Permalink
#1265: replay: update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Mar 25, 2022
1 parent ae77e69 commit a765426
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/check_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
path_to_vt=${1}
cd "$path_to_vt" || exit 1

for sub_dir in "src" "tests/unit" "tests/perf" "tutorial" "examples"
for sub_dir in "src" "tests/unit" "tests/perf" "tutorial" "examples" "tools"
do
"$path_to_vt/scripts/add-license-perl.pl" "$path_to_vt/$sub_dir" "$path_to_vt/scripts/license-template"
done
Expand Down
5 changes: 2 additions & 3 deletions src/vt/vrt/collection/balance/workload_replay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
//@HEADER
// *****************************************************************************
//
// workload_replay.cc
// DARMA Toolkit v. 1.0.0
// workload_replay.cc
// DARMA/vt => Virtual Transport
//
// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
// (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
//
Expand Down
5 changes: 2 additions & 3 deletions src/vt/vrt/collection/balance/workload_replay.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
//@HEADER
// *****************************************************************************
//
// workload_replay.h
// DARMA Toolkit v. 1.0.0
// workload_replay.h
// DARMA/vt => Virtual Transport
//
// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
// (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
//
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/collection/test_workload_data_migrator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@HEADER
// *****************************************************************************
//
// test_workload_data_migrator.cc
// test_workload_data_migrator.cc
// DARMA/vt => Virtual Transport
//
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
Expand Down
5 changes: 2 additions & 3 deletions tools/workload_replay/simulate_replay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
//@HEADER
// *****************************************************************************
//
// simulate_replay.cc
// DARMA Toolkit v. 1.0.0
// simulate_replay.cc
// DARMA/vt => Virtual Transport
//
// Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
// (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
//
Expand Down

0 comments on commit a765426

Please sign in to comment.