From d14344c12e1cf91d0bc9981a19f9f70019cebe08 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Mon, 29 Mar 2021 13:29:41 -0700 Subject: [PATCH] Updating copyright to 2021 --- cmake/Modules/APEX_SetupCUPTI.cmake | 2 +- cmake/tests/openacc_test/openacc_test.cpp | 4 ++-- cmake/tests/openacc_test/openacc_test.hpp | 4 ++-- etc/spack/package.py | 2 +- src/apex/CMakeLists.hpx | 4 ++-- src/apex/CMakeLists.standalone | 4 ++-- src/apex/CMakeLists.txt | 4 ++-- src/apex/activity_trace_async.cpp | 4 ++-- src/apex/address_resolution.cpp | 4 ++-- src/apex/address_resolution.hpp | 4 ++-- src/apex/apex.cpp | 4 ++-- src/apex/apex.h | 4 ++-- src/apex/apex.hpp | 4 ++-- src/apex/apex_api.hpp | 4 ++-- src/apex/apex_assert.h | 4 ++-- src/apex/apex_bfd.cpp | 4 ++-- src/apex/apex_bfd.h | 4 ++-- src/apex/apex_config.h.in | 4 ++-- src/apex/apex_cxx_shared_lock.hpp | 4 ++-- src/apex/apex_error_handling.hpp | 4 ++-- src/apex/apex_export.h | 4 ++-- src/apex/apex_kokkos.cpp | 4 ++-- src/apex/apex_kokkos.hpp | 4 ++-- src/apex/apex_nvml.cpp | 4 ++-- src/apex/apex_nvml.hpp | 4 ++-- src/apex/apex_ompt.cpp | 4 ++-- src/apex/apex_openacc.cpp | 4 ++-- src/apex/apex_openacc.hpp | 4 ++-- src/apex/apex_options.cpp | 4 ++-- src/apex/apex_options.hpp | 4 ++-- src/apex/apex_policies.cpp | 4 ++-- src/apex/apex_policies.h | 4 ++-- src/apex/apex_policies.hpp | 4 ++-- src/apex/apex_raja.cpp | 8 ++++++++ src/apex/apex_raja.hpp | 8 ++++++++ src/apex/apex_types.h | 4 ++-- src/apex/apex_version.h.in | 4 ++-- src/apex/concurrency_handler.cpp | 4 ++-- src/apex/concurrency_handler.hpp | 4 ++-- src/apex/cuda_thread_node.hpp | 4 ++-- src/apex/event_filter.cpp | 8 ++++++++ src/apex/event_filter.hpp | 8 ++++++++ src/apex/event_listener.cpp | 4 ++-- src/apex/event_listener.hpp | 4 ++-- src/apex/global_constructor_destructor.h | 4 ++-- src/apex/handler.cpp | 4 ++-- src/apex/handler.hpp | 4 ++-- src/apex/memory_wrapper.cpp | 8 ++++++++ src/apex/otf2_listener.cpp | 4 ++-- src/apex/otf2_listener.hpp | 4 ++-- src/apex/perftool_implementation.cpp | 4 ++-- src/apex/policy_handler.cpp | 4 ++-- src/apex/policy_handler.hpp | 4 ++-- src/apex/proc_read.h | 4 ++-- src/apex/profile.hpp | 4 ++-- src/apex/profiler.hpp | 4 ++-- src/apex/profiler_listener.cpp | 4 ++-- src/apex/profiler_listener.hpp | 4 ++-- src/apex/pthread_wrapper.hpp | 4 ++-- src/apex/semaphore.hpp | 4 ++-- src/apex/sensor_data.cpp | 4 ++-- src/apex/sensor_data.hpp | 4 ++-- src/apex/task_dependency.hpp | 4 ++-- src/apex/task_identifier.cpp | 4 ++-- src/apex/task_identifier.hpp | 4 ++-- src/apex/task_wrapper.hpp | 4 ++-- src/apex/tau_dummy.cpp | 4 ++-- src/apex/tau_listener.cpp | 4 ++-- src/apex/tau_listener.hpp | 4 ++-- src/apex/tcmalloc_hooks.cpp | 8 ++++++++ src/apex/tcmalloc_hooks.hpp | 8 ++++++++ src/apex/thread_instance.cpp | 4 ++-- src/apex/thread_instance.hpp | 4 ++-- src/apex/trace_event_listener.cpp | 4 ++-- src/apex/trace_event_listener.hpp | 4 ++-- src/apex/utils.cpp | 4 ++-- src/apex/utils.hpp | 4 ++-- src/wrappers/dl_auditor.c | 8 ++++++++ src/wrappers/memory_wrapper.cpp | 8 ++++++++ src/wrappers/memory_wrapper.h | 8 ++++++++ src/wrappers/memory_wrapper_internal.cpp | 8 ++++++++ src/wrappers/pthread_wrapper.c | 8 ++++++++ src/wrappers/pthread_wrapper.h | 8 ++++++++ src/wrappers/pthread_wrapper_internal.cpp | 8 ++++++++ 84 files changed, 250 insertions(+), 138 deletions(-) diff --git a/cmake/Modules/APEX_SetupCUPTI.cmake b/cmake/Modules/APEX_SetupCUPTI.cmake index 04c6b511..ee6f47b9 100644 --- a/cmake/Modules/APEX_SetupCUPTI.cmake +++ b/cmake/Modules/APEX_SetupCUPTI.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2020 University of Oregon +# Copyright (c) 2020-2021 University of Oregon # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/cmake/tests/openacc_test/openacc_test.cpp b/cmake/tests/openacc_test/openacc_test.cpp index 4a58c6d1..ee561bf6 100644 --- a/cmake/tests/openacc_test/openacc_test.cpp +++ b/cmake/tests/openacc_test/openacc_test.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/cmake/tests/openacc_test/openacc_test.hpp b/cmake/tests/openacc_test/openacc_test.hpp index 9cf3deb0..986d37ca 100644 --- a/cmake/tests/openacc_test/openacc_test.hpp +++ b/cmake/tests/openacc_test/openacc_test.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/etc/spack/package.py b/etc/spack/package.py index f015b274..770cc762 100644 --- a/etc/spack/package.py +++ b/etc/spack/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/src/apex/CMakeLists.hpx b/src/apex/CMakeLists.hpx index 4c43bc6a..9a923c10 100644 --- a/src/apex/CMakeLists.hpx +++ b/src/apex/CMakeLists.hpx @@ -1,5 +1,5 @@ -# Copyright (c) 2014-2020 Kevin Huck -# Copyright (c) 2014-2020 University of Oregon +# Copyright (c) 2014-2021 Kevin Huck +# Copyright (c) 2014-2021 University of Oregon # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/CMakeLists.standalone b/src/apex/CMakeLists.standalone index 2cf37828..ba177b89 100644 --- a/src/apex/CMakeLists.standalone +++ b/src/apex/CMakeLists.standalone @@ -1,5 +1,5 @@ -# Copyright (c) 2014-2020 Kevin Huck -# Copyright (c) 2014-2020 University of Oregon +# Copyright (c) 2014-2021 Kevin Huck +# Copyright (c) 2014-2021 University of Oregon # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/CMakeLists.txt b/src/apex/CMakeLists.txt index 2b175c6a..6b913403 100644 --- a/src/apex/CMakeLists.txt +++ b/src/apex/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) 2014-2020 Kevin Huck -# Copyright (c) 2014-2020 University of Oregon +# Copyright (c) 2014-2021 Kevin Huck +# Copyright (c) 2014-2021 University of Oregon # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/activity_trace_async.cpp b/src/apex/activity_trace_async.cpp index 10596fed..95df025f 100644 --- a/src/apex/activity_trace_async.cpp +++ b/src/apex/activity_trace_async.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/address_resolution.cpp b/src/apex/address_resolution.cpp index f3600b48..6b3c01f1 100644 --- a/src/apex/address_resolution.cpp +++ b/src/apex/address_resolution.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/address_resolution.hpp b/src/apex/address_resolution.hpp index b7ba3990..e82ec78a 100644 --- a/src/apex/address_resolution.hpp +++ b/src/apex/address_resolution.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex.cpp b/src/apex/apex.cpp index 0fce5d68..7264397c 100644 --- a/src/apex/apex.cpp +++ b/src/apex/apex.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex.h b/src/apex/apex.h index fa5fed42..b8145a27 100644 --- a/src/apex/apex.h +++ b/src/apex/apex.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex.hpp b/src/apex/apex.hpp index 0d665791..e65d6e07 100644 --- a/src/apex/apex.hpp +++ b/src/apex/apex.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_api.hpp b/src/apex/apex_api.hpp index 56734a96..f1c8da07 100644 --- a/src/apex/apex_api.hpp +++ b/src/apex/apex_api.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_assert.h b/src/apex/apex_assert.h index de67e30b..1fe275f9 100644 --- a/src/apex/apex_assert.h +++ b/src/apex/apex_assert.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_bfd.cpp b/src/apex/apex_bfd.cpp index 2ba2d687..2b1d71e7 100644 --- a/src/apex/apex_bfd.cpp +++ b/src/apex/apex_bfd.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_bfd.h b/src/apex/apex_bfd.h index c912a08a..30d7e2ed 100644 --- a/src/apex/apex_bfd.h +++ b/src/apex/apex_bfd.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_config.h.in b/src/apex/apex_config.h.in index c23910f0..22ac39c0 100644 --- a/src/apex/apex_config.h.in +++ b/src/apex/apex_config.h.in @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_cxx_shared_lock.hpp b/src/apex/apex_cxx_shared_lock.hpp index 2ba816cf..c9fe9400 100644 --- a/src/apex/apex_cxx_shared_lock.hpp +++ b/src/apex/apex_cxx_shared_lock.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_error_handling.hpp b/src/apex/apex_error_handling.hpp index c3574316..64aa788b 100644 --- a/src/apex/apex_error_handling.hpp +++ b/src/apex/apex_error_handling.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_export.h b/src/apex/apex_export.h index 460d46f3..2db11272 100644 --- a/src/apex/apex_export.h +++ b/src/apex/apex_export.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_kokkos.cpp b/src/apex/apex_kokkos.cpp index d6adfefc..9bab65b7 100644 --- a/src/apex/apex_kokkos.cpp +++ b/src/apex/apex_kokkos.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_kokkos.hpp b/src/apex/apex_kokkos.hpp index 82c2b741..72936f9d 100644 --- a/src/apex/apex_kokkos.hpp +++ b/src/apex/apex_kokkos.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_nvml.cpp b/src/apex/apex_nvml.cpp index 32f986b4..0c055ba4 100644 --- a/src/apex/apex_nvml.cpp +++ b/src/apex/apex_nvml.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_nvml.hpp b/src/apex/apex_nvml.hpp index 4e020a5d..e08f24bf 100644 --- a/src/apex/apex_nvml.hpp +++ b/src/apex/apex_nvml.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_ompt.cpp b/src/apex/apex_ompt.cpp index 20066ecc..cbdfe89e 100644 --- a/src/apex/apex_ompt.cpp +++ b/src/apex/apex_ompt.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_openacc.cpp b/src/apex/apex_openacc.cpp index 8a3163af..bffe6af4 100644 --- a/src/apex/apex_openacc.cpp +++ b/src/apex/apex_openacc.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_openacc.hpp b/src/apex/apex_openacc.hpp index eaa22424..7983df56 100644 --- a/src/apex/apex_openacc.hpp +++ b/src/apex/apex_openacc.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_options.cpp b/src/apex/apex_options.cpp index 332b229e..18250c7d 100644 --- a/src/apex/apex_options.cpp +++ b/src/apex/apex_options.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_options.hpp b/src/apex/apex_options.hpp index 1110e1bf..afa3300e 100644 --- a/src/apex/apex_options.hpp +++ b/src/apex/apex_options.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_policies.cpp b/src/apex/apex_policies.cpp index c109e860..3ce54a1c 100644 --- a/src/apex/apex_policies.cpp +++ b/src/apex/apex_policies.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_policies.h b/src/apex/apex_policies.h index cb5d13d4..b15ce9eb 100644 --- a/src/apex/apex_policies.h +++ b/src/apex/apex_policies.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_policies.hpp b/src/apex/apex_policies.hpp index 559ab80e..9198ef35 100644 --- a/src/apex/apex_policies.hpp +++ b/src/apex/apex_policies.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_raja.cpp b/src/apex/apex_raja.cpp index 1e8602cf..da5221d8 100644 --- a/src/apex/apex_raja.cpp +++ b/src/apex/apex_raja.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #include "apex_raja.hpp" // Statically loading plugin. diff --git a/src/apex/apex_raja.hpp b/src/apex/apex_raja.hpp index a55d0d84..fc85face 100644 --- a/src/apex/apex_raja.hpp +++ b/src/apex/apex_raja.hpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #pragma once #include "RAJA/util/PluginStrategy.hpp" diff --git a/src/apex/apex_types.h b/src/apex/apex_types.h index 55072887..49548c84 100644 --- a/src/apex/apex_types.h +++ b/src/apex/apex_types.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/apex_version.h.in b/src/apex/apex_version.h.in index 60b182db..eee99041 100644 --- a/src/apex/apex_version.h.in +++ b/src/apex/apex_version.h.in @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/concurrency_handler.cpp b/src/apex/concurrency_handler.cpp index 2c9d46e3..4a505ebf 100644 --- a/src/apex/concurrency_handler.cpp +++ b/src/apex/concurrency_handler.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/concurrency_handler.hpp b/src/apex/concurrency_handler.hpp index 8359b0e3..3ac36914 100644 --- a/src/apex/concurrency_handler.hpp +++ b/src/apex/concurrency_handler.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/cuda_thread_node.hpp b/src/apex/cuda_thread_node.hpp index 825419bb..228f1fe0 100644 --- a/src/apex/cuda_thread_node.hpp +++ b/src/apex/cuda_thread_node.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/event_filter.cpp b/src/apex/event_filter.cpp index b75bf883..2f033495 100644 --- a/src/apex/event_filter.cpp +++ b/src/apex/event_filter.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #include "event_filter.hpp" #include diff --git a/src/apex/event_filter.hpp b/src/apex/event_filter.hpp index 285fd7bb..136fe31b 100644 --- a/src/apex/event_filter.hpp +++ b/src/apex/event_filter.hpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #pragma once #include "apex.hpp" diff --git a/src/apex/event_listener.cpp b/src/apex/event_listener.cpp index ffa2f2ba..0c4ece7e 100644 --- a/src/apex/event_listener.cpp +++ b/src/apex/event_listener.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/event_listener.hpp b/src/apex/event_listener.hpp index e2d2221e..d97d8b10 100644 --- a/src/apex/event_listener.hpp +++ b/src/apex/event_listener.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/global_constructor_destructor.h b/src/apex/global_constructor_destructor.h index 6571cfe2..1896e446 100644 --- a/src/apex/global_constructor_destructor.h +++ b/src/apex/global_constructor_destructor.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/handler.cpp b/src/apex/handler.cpp index 8ccc2627..b7426d2a 100644 --- a/src/apex/handler.cpp +++ b/src/apex/handler.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/handler.hpp b/src/apex/handler.hpp index 5b345bb8..cf513d18 100644 --- a/src/apex/handler.hpp +++ b/src/apex/handler.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/memory_wrapper.cpp b/src/apex/memory_wrapper.cpp index 683e1ca2..c98e0283 100644 --- a/src/apex/memory_wrapper.cpp +++ b/src/apex/memory_wrapper.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif diff --git a/src/apex/otf2_listener.cpp b/src/apex/otf2_listener.cpp index 754caa64..e28b3ec2 100644 --- a/src/apex/otf2_listener.cpp +++ b/src/apex/otf2_listener.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/otf2_listener.hpp b/src/apex/otf2_listener.hpp index 68376387..1674d3e8 100644 --- a/src/apex/otf2_listener.hpp +++ b/src/apex/otf2_listener.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/perftool_implementation.cpp b/src/apex/perftool_implementation.cpp index 7984c450..5267317f 100644 --- a/src/apex/perftool_implementation.cpp +++ b/src/apex/perftool_implementation.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/policy_handler.cpp b/src/apex/policy_handler.cpp index 43cd327f..e39a55aa 100644 --- a/src/apex/policy_handler.cpp +++ b/src/apex/policy_handler.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/policy_handler.hpp b/src/apex/policy_handler.hpp index e5851bec..e1ed5c8f 100644 --- a/src/apex/policy_handler.hpp +++ b/src/apex/policy_handler.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/proc_read.h b/src/apex/proc_read.h index 2dda36dd..9642519c 100644 --- a/src/apex/proc_read.h +++ b/src/apex/proc_read.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/profile.hpp b/src/apex/profile.hpp index e956da3d..17bd9893 100644 --- a/src/apex/profile.hpp +++ b/src/apex/profile.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/profiler.hpp b/src/apex/profiler.hpp index 54a97d62..3acc75c5 100644 --- a/src/apex/profiler.hpp +++ b/src/apex/profiler.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/profiler_listener.cpp b/src/apex/profiler_listener.cpp index 642c362b..21e0a121 100644 --- a/src/apex/profiler_listener.cpp +++ b/src/apex/profiler_listener.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/profiler_listener.hpp b/src/apex/profiler_listener.hpp index 4838f576..a375dad5 100644 --- a/src/apex/profiler_listener.hpp +++ b/src/apex/profiler_listener.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/pthread_wrapper.hpp b/src/apex/pthread_wrapper.hpp index ee9c500c..5261988f 100644 --- a/src/apex/pthread_wrapper.hpp +++ b/src/apex/pthread_wrapper.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/semaphore.hpp b/src/apex/semaphore.hpp index 83fb42bc..11ed5308 100644 --- a/src/apex/semaphore.hpp +++ b/src/apex/semaphore.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/sensor_data.cpp b/src/apex/sensor_data.cpp index 6be12975..4c85f987 100644 --- a/src/apex/sensor_data.cpp +++ b/src/apex/sensor_data.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/sensor_data.hpp b/src/apex/sensor_data.hpp index 50d361ef..a69c77c5 100644 --- a/src/apex/sensor_data.hpp +++ b/src/apex/sensor_data.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/task_dependency.hpp b/src/apex/task_dependency.hpp index c97f3e69..7f9b4805 100644 --- a/src/apex/task_dependency.hpp +++ b/src/apex/task_dependency.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/task_identifier.cpp b/src/apex/task_identifier.cpp index 0aaaf755..909a0def 100644 --- a/src/apex/task_identifier.cpp +++ b/src/apex/task_identifier.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/task_identifier.hpp b/src/apex/task_identifier.hpp index ca0c613e..d093f90f 100644 --- a/src/apex/task_identifier.hpp +++ b/src/apex/task_identifier.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/task_wrapper.hpp b/src/apex/task_wrapper.hpp index 384c36ae..5ca1b3fc 100644 --- a/src/apex/task_wrapper.hpp +++ b/src/apex/task_wrapper.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/tau_dummy.cpp b/src/apex/tau_dummy.cpp index 9c4c40fb..7216eb8b 100644 --- a/src/apex/tau_dummy.cpp +++ b/src/apex/tau_dummy.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/tau_listener.cpp b/src/apex/tau_listener.cpp index ed8d4898..efa2c82c 100644 --- a/src/apex/tau_listener.cpp +++ b/src/apex/tau_listener.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/tau_listener.hpp b/src/apex/tau_listener.hpp index 2dec5823..6cb26d2f 100644 --- a/src/apex/tau_listener.hpp +++ b/src/apex/tau_listener.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/tcmalloc_hooks.cpp b/src/apex/tcmalloc_hooks.cpp index 766351c4..b4ef4b25 100644 --- a/src/apex/tcmalloc_hooks.cpp +++ b/src/apex/tcmalloc_hooks.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifdef APEX_HAVE_TCMALLOC #include "tcmalloc_hooks.hpp" diff --git a/src/apex/tcmalloc_hooks.hpp b/src/apex/tcmalloc_hooks.hpp index 27261612..ac214bea 100644 --- a/src/apex/tcmalloc_hooks.hpp +++ b/src/apex/tcmalloc_hooks.hpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifdef APEX_HAVE_TCMALLOC #include diff --git a/src/apex/thread_instance.cpp b/src/apex/thread_instance.cpp index 1c79bbbd..3d2c4570 100644 --- a/src/apex/thread_instance.cpp +++ b/src/apex/thread_instance.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/thread_instance.hpp b/src/apex/thread_instance.hpp index b0caaa8c..30c70b16 100644 --- a/src/apex/thread_instance.hpp +++ b/src/apex/thread_instance.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/trace_event_listener.cpp b/src/apex/trace_event_listener.cpp index 99f5ff9e..d31969fb 100644 --- a/src/apex/trace_event_listener.cpp +++ b/src/apex/trace_event_listener.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/trace_event_listener.hpp b/src/apex/trace_event_listener.hpp index e34ba271..93861333 100644 --- a/src/apex/trace_event_listener.hpp +++ b/src/apex/trace_event_listener.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/utils.cpp b/src/apex/utils.cpp index f9c23aaa..76be4484 100644 --- a/src/apex/utils.cpp +++ b/src/apex/utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/apex/utils.hpp b/src/apex/utils.hpp index 146cba98..84c3ab62 100644 --- a/src/apex/utils.hpp +++ b/src/apex/utils.hpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2020 Kevin Huck - * Copyright (c) 2014-2020 University of Oregon + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/wrappers/dl_auditor.c b/src/wrappers/dl_auditor.c index 95f441ab..1517dc59 100644 --- a/src/wrappers/dl_auditor.c +++ b/src/wrappers/dl_auditor.c @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #define _GNU_SOURCE #include #include diff --git a/src/wrappers/memory_wrapper.cpp b/src/wrappers/memory_wrapper.cpp index 7a61d5c5..b2c52779 100644 --- a/src/wrappers/memory_wrapper.cpp +++ b/src/wrappers/memory_wrapper.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif diff --git a/src/wrappers/memory_wrapper.h b/src/wrappers/memory_wrapper.h index 24753b4f..aebeb92a 100644 --- a/src/wrappers/memory_wrapper.h +++ b/src/wrappers/memory_wrapper.h @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif diff --git a/src/wrappers/memory_wrapper_internal.cpp b/src/wrappers/memory_wrapper_internal.cpp index 05fd058d..267240c6 100644 --- a/src/wrappers/memory_wrapper_internal.cpp +++ b/src/wrappers/memory_wrapper_internal.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #include "memory_wrapper.h" #include #include diff --git a/src/wrappers/pthread_wrapper.c b/src/wrappers/pthread_wrapper.c index 5e57000a..9ebea6dd 100644 --- a/src/wrappers/pthread_wrapper.c +++ b/src/wrappers/pthread_wrapper.c @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif diff --git a/src/wrappers/pthread_wrapper.h b/src/wrappers/pthread_wrapper.h index db3c9067..10f0ed2b 100644 --- a/src/wrappers/pthread_wrapper.h +++ b/src/wrappers/pthread_wrapper.h @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif diff --git a/src/wrappers/pthread_wrapper_internal.cpp b/src/wrappers/pthread_wrapper_internal.cpp index ea2d1382..8525c708 100644 --- a/src/wrappers/pthread_wrapper_internal.cpp +++ b/src/wrappers/pthread_wrapper_internal.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014-2021 Kevin Huck + * Copyright (c) 2014-2021 University of Oregon + * + * Distributed under the Boost Software License, Version 1.0. (See accompanying + * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + */ + #include #include #include "apex_api.hpp"