From a7654268b1061386461347420a71af604c91b400 Mon Sep 17 00:00:00 2001 From: Nicole Lemaster Slattengren Date: Fri, 25 Mar 2022 11:45:15 -0700 Subject: [PATCH] #1265: replay: update license headers --- scripts/check_license.sh | 2 +- src/vt/vrt/collection/balance/workload_replay.cc | 5 ++--- src/vt/vrt/collection/balance/workload_replay.h | 5 ++--- tests/unit/collection/test_workload_data_migrator.cc | 2 +- tools/workload_replay/simulate_replay.cc | 5 ++--- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/scripts/check_license.sh b/scripts/check_license.sh index 2c573ad9c0..8ab58bad59 100755 --- a/scripts/check_license.sh +++ b/scripts/check_license.sh @@ -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 diff --git a/src/vt/vrt/collection/balance/workload_replay.cc b/src/vt/vrt/collection/balance/workload_replay.cc index 39f340bbdf..b78b267625 100644 --- a/src/vt/vrt/collection/balance/workload_replay.cc +++ b/src/vt/vrt/collection/balance/workload_replay.cc @@ -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. // diff --git a/src/vt/vrt/collection/balance/workload_replay.h b/src/vt/vrt/collection/balance/workload_replay.h index dbfee50789..62ea6ef64c 100644 --- a/src/vt/vrt/collection/balance/workload_replay.h +++ b/src/vt/vrt/collection/balance/workload_replay.h @@ -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. // diff --git a/tests/unit/collection/test_workload_data_migrator.cc b/tests/unit/collection/test_workload_data_migrator.cc index 5682164750..5c60eaf83d 100644 --- a/tests/unit/collection/test_workload_data_migrator.cc +++ b/tests/unit/collection/test_workload_data_migrator.cc @@ -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 diff --git a/tools/workload_replay/simulate_replay.cc b/tools/workload_replay/simulate_replay.cc index f9ab1b6c73..51ab3ff1ef 100644 --- a/tools/workload_replay/simulate_replay.cc +++ b/tools/workload_replay/simulate_replay.cc @@ -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. //