diff --git a/CMakeLists.txt b/CMakeLists.txt index cb643cd2..a6924a58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/COPYRIGHT b/COPYRIGHT index 7f15f2fb..619e1ec2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ UMAP is developed by Lawrence Livermore National Security. The following copyrights apply: -Copyright (c) 2018, Lawrence Livermore National Security, LLC. Produced at +Copyright (c) 2019, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory. Written by Marty McFadden 'mcfadden8 at llnl dot gov' LLNL-CODE-733797. All rights reserved. diff --git a/cmake/BuildEnv.cmake b/cmake/BuildEnv.cmake index 4493896e..eb7c25b7 100644 --- a/cmake/BuildEnv.cmake +++ b/cmake/BuildEnv.cmake @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/cmake/BuildType.cmake b/cmake/BuildType.cmake index 50395437..efbd19d4 100644 --- a/cmake/BuildType.cmake +++ b/cmake/BuildType.cmake @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/cmake/SetupUmapThirdParty.cmake b/cmake/SetupUmapThirdParty.cmake index ded684f3..e9bff4d9 100644 --- a/cmake/SetupUmapThirdParty.cmake +++ b/cmake/SetupUmapThirdParty.cmake @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/config/config.h.in b/config/config.h.in index f913904a..00fad674 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index b9a083db..8ed55f91 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index f2a7179d..c9a7780e 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 2dda93ed..858463b1 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 544d00d7..8c4dac86 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/examples/psort.cpp b/examples/psort.cpp index 2286d267..fc1441a6 100644 --- a/examples/psort.cpp +++ b/examples/psort.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/host-configs/toss_3_x86_64/gcc_4_8_5.cmake b/host-configs/toss_3_x86_64/gcc_4_8_5.cmake index ed66d4e3..3959c2ba 100644 --- a/host-configs/toss_3_x86_64/gcc_4_8_5.cmake +++ b/host-configs/toss_3_x86_64/gcc_4_8_5.cmake @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/scripts/bamboo/build_and_test.sh b/scripts/bamboo/build_and_test.sh index 08c2c733..ce976792 100755 --- a/scripts/bamboo/build_and_test.sh +++ b/scripts/bamboo/build_and_test.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f16bd1c8..3375eae0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/include/umap/Store.h b/src/include/umap/Store.h index 0847b189..b4b99f26 100644 --- a/src/include/umap/Store.h +++ b/src/include/umap/Store.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/include/umap/umap.h b/src/include/umap/umap.h index c63c8298..4e949c1a 100644 --- a/src/include/umap/umap.h +++ b/src/include/umap/umap.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/logging/spindle_debug.h b/src/logging/spindle_debug.h index a3324681..9cf6ea57 100644 --- a/src/logging/spindle_debug.h +++ b/src/logging/spindle_debug.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/logging/spindle_logc.c b/src/logging/spindle_logc.c index f7f6ffe2..d372674d 100644 --- a/src/logging/spindle_logc.c +++ b/src/logging/spindle_logc.c @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/logging/spindle_logc.h b/src/logging/spindle_logc.h index f324f747..ef5b8e47 100644 --- a/src/logging/spindle_logc.h +++ b/src/logging/spindle_logc.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/logging/spindle_logd.cpp b/src/logging/spindle_logd.cpp index eced0351..e262c93b 100644 --- a/src/logging/spindle_logd.cpp +++ b/src/logging/spindle_logd.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/logging/spindle_mkdir.c b/src/logging/spindle_mkdir.c index b44cedff..7c4fa812 100644 --- a/src/logging/spindle_mkdir.c +++ b/src/logging/spindle_mkdir.c @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/store/CMakeLists.txt b/src/store/CMakeLists.txt index 55376ec6..23bc677c 100644 --- a/src/store/CMakeLists.txt +++ b/src/store/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/store/Store.cpp b/src/store/Store.cpp index aa05cc31..90a8535c 100644 --- a/src/store/Store.cpp +++ b/src/store/Store.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/store/StoreFile.cpp b/src/store/StoreFile.cpp index 09d4c530..aaad7ae8 100644 --- a/src/store/StoreFile.cpp +++ b/src/store/StoreFile.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/store/StoreFile.h b/src/store/StoreFile.h index a7c2cd84..b286941b 100644 --- a/src/store/StoreFile.h +++ b/src/store/StoreFile.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/umap/CMakeLists.txt b/src/umap/CMakeLists.txt index 20a07345..5f6bd0dc 100644 --- a/src/umap/CMakeLists.txt +++ b/src/umap/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/src/umap/umap.cpp b/src/umap/umap.cpp index 12ba1ecc..168ff6ce 100644 --- a/src/umap/umap.cpp +++ b/src/umap/umap.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9fdaa97e..8ef34341 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/churn/CMakeLists.txt b/tests/churn/CMakeLists.txt index 26f20372..45ebe079 100644 --- a/tests/churn/CMakeLists.txt +++ b/tests/churn/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/churn/churn.cpp b/tests/churn/churn.cpp index 565cef61..11ada9ed 100644 --- a/tests/churn/churn.cpp +++ b/tests/churn/churn.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/churn/churntest_umap.sh b/tests/churn/churntest_umap.sh index 36e93769..498ae25c 100755 --- a/tests/churn/churntest_umap.sh +++ b/tests/churn/churntest_umap.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/churn/options.cpp b/tests/churn/options.cpp index cf29d023..496a6043 100644 --- a/tests/churn/options.cpp +++ b/tests/churn/options.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/churn/options.h b/tests/churn/options.h index 56a23bbe..443f8948 100644 --- a/tests/churn/options.h +++ b/tests/churn/options.h @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/pfbenchmark/CMakeLists.txt b/tests/pfbenchmark/CMakeLists.txt index 795c6431..b76165e6 100644 --- a/tests/pfbenchmark/CMakeLists.txt +++ b/tests/pfbenchmark/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/pfbenchmark/nvmebenchmark.cpp b/tests/pfbenchmark/nvmebenchmark.cpp index 740551c8..4e8b5662 100644 --- a/tests/pfbenchmark/nvmebenchmark.cpp +++ b/tests/pfbenchmark/nvmebenchmark.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/pfbenchmark/pfbenchmark.cpp b/tests/pfbenchmark/pfbenchmark.cpp index d75c470b..c2952166 100644 --- a/tests/pfbenchmark/pfbenchmark.cpp +++ b/tests/pfbenchmark/pfbenchmark.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/pfbenchmark/test_results/runbenchmarks.sh b/tests/pfbenchmark/test_results/runbenchmarks.sh index 4154555a..15cb0823 100755 --- a/tests/pfbenchmark/test_results/runbenchmarks.sh +++ b/tests/pfbenchmark/test_results/runbenchmarks.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/tools/adjust_free_mem b/tests/tools/adjust_free_mem index 755a460c..da05a8e0 100755 --- a/tests/tools/adjust_free_mem +++ b/tests/tools/adjust_free_mem @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/tools/flush_cache b/tests/tools/flush_cache index 0b842b75..d3892f0d 100755 --- a/tests/tools/flush_cache +++ b/tests/tools/flush_cache @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/tools/freemem b/tests/tools/freemem index e56d0288..83675cfe 100755 --- a/tests/tools/freemem +++ b/tests/tools/freemem @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/tools/waste_memory b/tests/tools/waste_memory index 14b818bb..fc82e197 100755 --- a/tests/tools/waste_memory +++ b/tests/tools/waste_memory @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/CMakeLists.txt b/tests/umapsort/CMakeLists.txt index 9fcaefc0..2348bff1 100644 --- a/tests/umapsort/CMakeLists.txt +++ b/tests/umapsort/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/commandline.hpp b/tests/umapsort/commandline.hpp index e060c1e0..04321d09 100644 --- a/tests/umapsort/commandline.hpp +++ b/tests/umapsort/commandline.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/perftest_mmap.sh b/tests/umapsort/perftest_mmap.sh index 71028112..24ef715a 100755 --- a/tests/umapsort/perftest_mmap.sh +++ b/tests/umapsort/perftest_mmap.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/perftest_umap.sh b/tests/umapsort/perftest_umap.sh index 90a952e9..acb237e4 100755 --- a/tests/umapsort/perftest_umap.sh +++ b/tests/umapsort/perftest_umap.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################# -# Copyright (c) 2018, Lawrence Livermore National Security, LLC. +# Copyright (c) 2019, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # # Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/time.hpp b/tests/umapsort/time.hpp index 8a4abee8..5c964ae4 100644 --- a/tests/umapsort/time.hpp +++ b/tests/umapsort/time.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/umap_file.hpp b/tests/umapsort/umap_file.hpp index d4703c4f..c4d1d20a 100644 --- a/tests/umapsort/umap_file.hpp +++ b/tests/umapsort/umap_file.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/umapsort/umapsort.cpp b/tests/umapsort/umapsort.cpp index b6acb8e2..2c45f49c 100644 --- a/tests/umapsort/umapsort.cpp +++ b/tests/umapsort/umapsort.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/utility/commandline.hpp b/tests/utility/commandline.hpp index 354070f3..6a7b3b84 100644 --- a/tests/utility/commandline.hpp +++ b/tests/utility/commandline.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/utility/file.hpp b/tests/utility/file.hpp index d3235416..b589b0da 100644 --- a/tests/utility/file.hpp +++ b/tests/utility/file.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov' diff --git a/tests/utility/umap_file.hpp b/tests/utility/umap_file.hpp index 61059e21..a9c2ac8b 100644 --- a/tests/utility/umap_file.hpp +++ b/tests/utility/umap_file.hpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2018, Lawrence Livermore National Security, LLC. +// Copyright (c) 2019, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory // // Created by Marty McFadden, 'mcfadden8 at llnl dot gov'