From b987e55044f879aedc8cace82604d445b4094109 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Tue, 17 Sep 2024 17:40:25 -0400 Subject: [PATCH] #2346: update year in license file to 2024 --- LICENSE | 2 +- examples/callback/callback.cc | 2 +- examples/callback/callback_context.cc | 2 +- examples/collection/insertable_collection.cc | 2 +- examples/collection/jacobi1d_vt.cc | 2 +- examples/collection/jacobi2d_vt.cc | 2 +- examples/collection/jacobi3d_vt.cc | 2 +- examples/collection/lb_iter.cc | 2 +- examples/collection/migrate_collection.cc | 2 +- examples/collection/polymorphic_collection.cc | 2 +- examples/collection/reduce_integral.cc | 2 +- examples/collection/transpose.cc | 2 +- examples/group/group_collective.cc | 2 +- examples/group/group_rooted.cc | 2 +- examples/hello_world/hello_reduce.cc | 2 +- examples/hello_world/hello_world.cc | 2 +- .../hello_world/hello_world_collection.cc | 2 +- .../hello_world_collection_collective.cc | 2 +- .../hello_world_collection_reduce.cc | 2 +- .../hello_world_collection_staged_insert.cc | 2 +- examples/hello_world/hello_world_functor.cc | 2 +- .../hello_world_virtual_context.cc | 2 +- .../hello_world_virtual_context_remote.cc | 2 +- examples/hello_world/objgroup.cc | 2 +- examples/hello_world/ring.cc | 2 +- examples/lb_data/lb_data_file_generator.cc | 2 +- examples/rdma/rdma_simple_get.cc | 2 +- examples/rdma/rdma_simple_get_direct.cc | 2 +- examples/rdma/rdma_simple_put.cc | 2 +- examples/rdma/rdma_simple_put_direct.cc | 2 +- .../termination/termination_collective.cc | 2 +- examples/termination/termination_rooted.cc | 2 +- examples/tutorial.cc | 2 +- scripts/license-template | 2 +- src/vt/activefn/activefn.h | 2 +- src/vt/collective/barrier/barrier.cc | 2 +- src/vt/collective/barrier/barrier.h | 2 +- src/vt/collective/barrier/barrier_msg.h | 2 +- src/vt/collective/barrier/barrier_state.h | 2 +- src/vt/collective/basic.cc | 2 +- src/vt/collective/basic.h | 2 +- src/vt/collective/collective.h | 2 +- src/vt/collective/collective_alg.cc | 2 +- src/vt/collective/collective_alg.h | 2 +- src/vt/collective/collective_ops.cc | 2 +- src/vt/collective/collective_ops.h | 2 +- src/vt/collective/collective_scope.cc | 2 +- src/vt/collective/collective_scope.h | 2 +- src/vt/collective/reduce/get_reduce_stamp.h | 2 +- .../collective/reduce/operators/callback_op.h | 2 +- .../collective/reduce/operators/default_msg.h | 2 +- .../collective/reduce/operators/default_op.h | 2 +- .../reduce/operators/default_op.impl.h | 2 +- .../reduce/operators/functors/and_op.h | 2 +- .../reduce/operators/functors/bit_and_op.h | 2 +- .../reduce/operators/functors/bit_or_op.h | 2 +- .../reduce/operators/functors/bit_xor_op.h | 2 +- .../reduce/operators/functors/max_op.h | 2 +- .../reduce/operators/functors/min_op.h | 2 +- .../reduce/operators/functors/none_op.h | 2 +- .../reduce/operators/functors/or_op.h | 2 +- .../reduce/operators/functors/plus_op.h | 2 +- .../operators/functors/tuple_op_helper.h | 2 +- src/vt/collective/reduce/reduce.cc | 2 +- src/vt/collective/reduce/reduce.fwd.h | 2 +- src/vt/collective/reduce/reduce.h | 2 +- src/vt/collective/reduce/reduce.impl.h | 2 +- src/vt/collective/reduce/reduce_manager.cc | 2 +- src/vt/collective/reduce/reduce_manager.h | 2 +- .../collective/reduce/reduce_manager.impl.h | 2 +- src/vt/collective/reduce/reduce_msg.h | 2 +- src/vt/collective/reduce/reduce_op.h | 2 +- src/vt/collective/reduce/reduce_scope.h | 2 +- src/vt/collective/reduce/reduce_scope.impl.h | 2 +- src/vt/collective/reduce/reduce_state.h | 2 +- .../collective/reduce/reduce_state_holder.cc | 2 +- .../collective/reduce/reduce_state_holder.h | 2 +- .../collective/reduce/scoping/strong_types.h | 2 +- src/vt/collective/scatter/scatter.cc | 2 +- src/vt/collective/scatter/scatter.h | 2 +- src/vt/collective/scatter/scatter.impl.h | 2 +- src/vt/collective/scatter/scatter_msg.h | 2 +- src/vt/collective/startup.cc | 2 +- src/vt/collective/startup.h | 2 +- src/vt/collective/tree/tree.cc | 2 +- src/vt/collective/tree/tree.h | 2 +- src/vt/config.h | 2 +- src/vt/configs/arguments/app_config.h | 2 +- src/vt/configs/arguments/args.cc | 2 +- src/vt/configs/arguments/args.h | 2 +- src/vt/configs/arguments/argv_container.h | 2 +- src/vt/configs/debug/debug_colorize.h | 2 +- src/vt/configs/debug/debug_config.h | 2 +- src/vt/configs/debug/debug_fmt.h | 2 +- src/vt/configs/debug/debug_masterconfig.h | 2 +- src/vt/configs/debug/debug_print.cc | 2 +- src/vt/configs/debug/debug_print.h | 2 +- src/vt/configs/debug/debug_printconst.h | 2 +- src/vt/configs/debug/debug_var_unused.h | 2 +- src/vt/configs/error/assert_out.h | 2 +- src/vt/configs/error/assert_out.impl.h | 2 +- src/vt/configs/error/assert_out_info.h | 2 +- src/vt/configs/error/assert_out_info.impl.h | 2 +- src/vt/configs/error/code.h | 2 +- src/vt/configs/error/code_class.h | 2 +- src/vt/configs/error/common.h | 2 +- src/vt/configs/error/config_assert.h | 2 +- src/vt/configs/error/error.h | 2 +- src/vt/configs/error/error.impl.h | 2 +- src/vt/configs/error/error_headers.h | 2 +- src/vt/configs/error/hard_error.h | 2 +- src/vt/configs/error/keyval_printer.h | 2 +- src/vt/configs/error/keyval_printer.impl.h | 2 +- src/vt/configs/error/pretty_print_message.cc | 2 +- src/vt/configs/error/pretty_print_message.h | 2 +- src/vt/configs/error/soft_error.h | 2 +- src/vt/configs/error/stack_out.cc | 2 +- src/vt/configs/error/stack_out.h | 2 +- src/vt/configs/features/features_defines.h | 2 +- .../configs/features/features_featureswitch.h | 2 +- src/vt/configs/generated/vt_git_revision.h | 2 +- src/vt/configs/types/types_headers.h | 2 +- src/vt/configs/types/types_rdma.h | 2 +- src/vt/configs/types/types_sentinels.h | 2 +- src/vt/configs/types/types_size.h | 2 +- src/vt/configs/types/types_type.h | 2 +- src/vt/context/context.cc | 2 +- src/vt/context/context.h | 2 +- src/vt/context/context_attorney.cc | 2 +- src/vt/context/context_attorney.h | 2 +- src/vt/context/context_attorney_fwd.h | 2 +- src/vt/context/runnable_context/collection.cc | 2 +- src/vt/context/runnable_context/collection.h | 2 +- .../runnable_context/collection.impl.h | 2 +- .../context/runnable_context/continuation.h | 2 +- src/vt/context/runnable_context/lb_data.cc | 2 +- src/vt/context/runnable_context/lb_data.fwd.h | 2 +- src/vt/context/runnable_context/lb_data.h | 2 +- .../context/runnable_context/lb_data.impl.h | 2 +- .../context/runnable_context/set_context.cc | 2 +- .../runnable_context/set_context.fwd.h | 2 +- src/vt/context/runnable_context/set_context.h | 2 +- src/vt/context/runnable_context/td.cc | 2 +- src/vt/context/runnable_context/td.h | 2 +- src/vt/context/runnable_context/td.impl.h | 2 +- src/vt/context/runnable_context/trace.cc | 2 +- src/vt/context/runnable_context/trace.h | 2 +- src/vt/context/runnable_context/trace.impl.h | 2 +- src/vt/elm/elm_comm.h | 2 +- src/vt/elm/elm_id.cc | 2 +- src/vt/elm/elm_id.h | 2 +- src/vt/elm/elm_id_bits.cc | 2 +- src/vt/elm/elm_id_bits.h | 2 +- src/vt/elm/elm_lb_data.cc | 2 +- src/vt/elm/elm_lb_data.fwd.h | 2 +- src/vt/elm/elm_lb_data.h | 2 +- src/vt/epoch/epoch.h | 2 +- src/vt/epoch/epoch_headers.h | 2 +- src/vt/epoch/epoch_impl_type.h | 2 +- src/vt/epoch/epoch_manip.cc | 2 +- src/vt/epoch/epoch_manip.h | 2 +- src/vt/epoch/epoch_type.h | 2 +- src/vt/epoch/epoch_window.cc | 2 +- src/vt/epoch/epoch_window.h | 2 +- src/vt/event/event.cc | 2 +- src/vt/event/event.h | 2 +- src/vt/event/event_holder.cc | 2 +- src/vt/event/event_holder.h | 2 +- src/vt/event/event_id.cc | 2 +- src/vt/event/event_id.h | 2 +- src/vt/event/event_msgs.h | 2 +- src/vt/event/event_record.cc | 2 +- src/vt/event/event_record.h | 2 +- src/vt/group/base/group_info_base.h | 2 +- src/vt/group/collective/group_collective.h | 2 +- .../collective/group_collective_finished.cc | 2 +- .../group/collective/group_collective_msg.h | 2 +- .../collective/group_collective_reduce_msg.h | 2 +- .../group/collective/group_collective_util.cc | 2 +- .../group/collective/group_collective_util.h | 2 +- .../group/collective/group_info_collective.cc | 2 +- .../group/collective/group_info_collective.h | 2 +- src/vt/group/global/group_default.cc | 2 +- src/vt/group/global/group_default.h | 2 +- src/vt/group/global/group_default.impl.h | 2 +- src/vt/group/global/group_default_msg.h | 2 +- src/vt/group/group_common.h | 2 +- src/vt/group/group_headers.h | 2 +- src/vt/group/group_info.cc | 2 +- src/vt/group/group_info.fwd.h | 2 +- src/vt/group/group_info.h | 2 +- src/vt/group/group_info.impl.h | 2 +- src/vt/group/group_manager.cc | 2 +- src/vt/group/group_manager.fwd.h | 2 +- src/vt/group/group_manager.h | 2 +- src/vt/group/group_manager.impl.h | 2 +- src/vt/group/group_manager_active_attorney.cc | 2 +- .../group/group_manager_active_attorney.fwd.h | 2 +- src/vt/group/group_manager_active_attorney.h | 2 +- src/vt/group/id/group_id.cc | 2 +- src/vt/group/id/group_id.h | 2 +- src/vt/group/msg/group_msg.h | 2 +- src/vt/group/region/group_list.cc | 2 +- src/vt/group/region/group_list.h | 2 +- src/vt/group/region/group_range.cc | 2 +- src/vt/group/region/group_range.h | 2 +- src/vt/group/region/group_region.cc | 2 +- src/vt/group/region/group_region.h | 2 +- src/vt/group/region/group_shallow_list.cc | 2 +- src/vt/group/region/group_shallow_list.h | 2 +- src/vt/group/rooted/group_info_rooted.cc | 2 +- src/vt/group/rooted/group_info_rooted.h | 2 +- src/vt/handler/handler.cc | 2 +- src/vt/handler/handler.h | 2 +- src/vt/messaging/active.cc | 2 +- src/vt/messaging/active.fwd.h | 2 +- src/vt/messaging/active.h | 2 +- src/vt/messaging/active.impl.h | 2 +- src/vt/messaging/async_op.cc | 2 +- src/vt/messaging/async_op.h | 2 +- src/vt/messaging/async_op_cuda.h | 2 +- src/vt/messaging/async_op_hip.h | 2 +- src/vt/messaging/async_op_mpi.h | 2 +- src/vt/messaging/async_op_wrapper.cc | 2 +- src/vt/messaging/async_op_wrapper.fwd.h | 2 +- src/vt/messaging/async_op_wrapper.h | 2 +- src/vt/messaging/collection_chain_set.h | 2 +- src/vt/messaging/collection_chain_set.impl.h | 2 +- src/vt/messaging/dependent_send_chain.h | 2 +- src/vt/messaging/envelope.h | 2 +- src/vt/messaging/envelope/envelope.h | 2 +- src/vt/messaging/envelope/envelope_base.h | 2 +- src/vt/messaging/envelope/envelope_extended.h | 2 +- .../envelope/envelope_extended_util.h | 2 +- .../envelope/envelope_extended_util.impl.h | 2 +- src/vt/messaging/envelope/envelope_get.h | 2 +- src/vt/messaging/envelope/envelope_get.impl.h | 2 +- src/vt/messaging/envelope/envelope_ref.h | 2 +- src/vt/messaging/envelope/envelope_ref.impl.h | 2 +- src/vt/messaging/envelope/envelope_set.h | 2 +- src/vt/messaging/envelope/envelope_set.impl.h | 2 +- src/vt/messaging/envelope/envelope_setup.h | 2 +- .../messaging/envelope/envelope_setup.impl.h | 2 +- src/vt/messaging/envelope/envelope_test.h | 2 +- .../messaging/envelope/envelope_test.impl.h | 2 +- src/vt/messaging/envelope/envelope_type.h | 2 +- src/vt/messaging/envelope/payload_envelope.h | 2 +- src/vt/messaging/message.h | 2 +- src/vt/messaging/message/message.h | 2 +- src/vt/messaging/message/message_priority.h | 2 +- .../messaging/message/message_priority.impl.h | 2 +- src/vt/messaging/message/message_serialize.h | 2 +- src/vt/messaging/message/put_message.h | 2 +- src/vt/messaging/message/refs.h | 2 +- src/vt/messaging/message/refs.impl.h | 2 +- src/vt/messaging/message/shared_message.h | 2 +- .../messaging/message/shared_message.impl.h | 2 +- src/vt/messaging/message/smart_ptr.h | 2 +- src/vt/messaging/param_msg.h | 2 +- src/vt/messaging/param_msg.impl.h | 2 +- src/vt/messaging/pending_send.cc | 2 +- src/vt/messaging/pending_send.fwd.h | 2 +- src/vt/messaging/pending_send.h | 2 +- src/vt/messaging/request_holder.h | 2 +- src/vt/messaging/send_info.h | 2 +- src/vt/objgroup/active_func/active_func.h | 2 +- src/vt/objgroup/common.h | 2 +- src/vt/objgroup/headers.h | 2 +- src/vt/objgroup/holder/holder.h | 2 +- src/vt/objgroup/holder/holder_base.h | 2 +- src/vt/objgroup/holder/holder_basic.h | 2 +- src/vt/objgroup/holder/holder_user.h | 2 +- src/vt/objgroup/manager.cc | 2 +- src/vt/objgroup/manager.fwd.h | 2 +- src/vt/objgroup/manager.h | 2 +- src/vt/objgroup/manager.impl.h | 2 +- src/vt/objgroup/manager.static.h | 2 +- src/vt/objgroup/proxy/proxy_bits.cc | 2 +- src/vt/objgroup/proxy/proxy_bits.h | 2 +- src/vt/objgroup/proxy/proxy_objgroup.h | 2 +- src/vt/objgroup/proxy/proxy_objgroup.impl.h | 2 +- src/vt/objgroup/proxy/proxy_objgroup_elm.h | 2 +- .../objgroup/proxy/proxy_objgroup_elm.impl.h | 2 +- src/vt/objgroup/type_registry/registry.h | 2 +- src/vt/objgroup/type_registry/registry.impl.h | 2 +- src/vt/phase/phase_hook_enum.h | 2 +- src/vt/phase/phase_hook_id.h | 2 +- src/vt/phase/phase_manager.cc | 2 +- src/vt/phase/phase_manager.h | 2 +- src/vt/pipe/callback/anon/callback_anon.fwd.h | 2 +- src/vt/pipe/callback/anon/callback_anon.h | 2 +- .../pipe/callback/anon/callback_anon.impl.h | 2 +- .../callback/anon/callback_anon_listener.h | 2 +- .../anon/callback_anon_listener.impl.h | 2 +- src/vt/pipe/callback/anon/callback_anon_tl.cc | 2 +- .../pipe/callback/anon/callback_anon_tl.fwd.h | 2 +- src/vt/pipe/callback/anon/callback_anon_tl.h | 2 +- .../callback/anon/callback_anon_tl.impl.h | 2 +- src/vt/pipe/callback/callback_base.h | 2 +- src/vt/pipe/callback/callback_base_tl.h | 2 +- src/vt/pipe/callback/callback_handler_bcast.h | 2 +- src/vt/pipe/callback/cb_union/cb_raw.h | 2 +- src/vt/pipe/callback/cb_union/cb_raw_base.cc | 2 +- src/vt/pipe/callback/cb_union/cb_raw_base.h | 2 +- .../pipe/callback/cb_union/cb_raw_base.impl.h | 2 +- .../handler_bcast/callback_bcast.fwd.h | 2 +- .../callback/handler_bcast/callback_bcast.h | 2 +- .../handler_bcast/callback_bcast.impl.h | 2 +- .../handler_bcast/callback_bcast_tl.cc | 2 +- .../handler_bcast/callback_bcast_tl.h | 2 +- .../handler_bcast/callback_bcast_tl.impl.h | 2 +- .../callback/handler_send/callback_send.fwd.h | 2 +- .../callback/handler_send/callback_send.h | 2 +- .../handler_send/callback_send.impl.h | 2 +- .../callback/handler_send/callback_send_han.h | 2 +- .../handler_send/callback_send_han.impl.h | 2 +- .../callback/handler_send/callback_send_tl.cc | 2 +- .../callback/handler_send/callback_send_tl.h | 2 +- .../handler_send/callback_send_tl.impl.h | 2 +- .../callback_objgroup_bcast.fwd.h | 2 +- .../objgroup_bcast/callback_objgroup_bcast.h | 2 +- .../callback_objgroup_bcast.impl.h | 2 +- .../callback_objgroup_send.fwd.h | 2 +- .../objgroup_send/callback_objgroup_send.h | 2 +- .../callback_objgroup_send.impl.h | 2 +- .../proxy_bcast/callback_proxy_bcast.h | 2 +- .../proxy_bcast/callback_proxy_bcast.impl.h | 2 +- .../proxy_bcast/callback_proxy_bcast_tl.fwd.h | 2 +- .../proxy_bcast/callback_proxy_bcast_tl.h | 2 +- .../callback_proxy_bcast_tl.impl.h | 2 +- .../callback/proxy_send/callback_proxy_send.h | 2 +- .../proxy_send/callback_proxy_send.impl.h | 2 +- .../proxy_send/callback_proxy_send_tl.fwd.h | 2 +- .../proxy_send/callback_proxy_send_tl.h | 2 +- .../proxy_send/callback_proxy_send_tl.impl.h | 2 +- src/vt/pipe/id/pipe_id.cc | 2 +- src/vt/pipe/id/pipe_id.h | 2 +- src/vt/pipe/interface/base_container.h | 2 +- src/vt/pipe/interface/callback_direct.h | 2 +- src/vt/pipe/interface/callback_direct_multi.h | 2 +- src/vt/pipe/interface/callback_types.h | 2 +- src/vt/pipe/interface/remote_container.h | 2 +- src/vt/pipe/interface/remote_container.impl.h | 2 +- .../interface/remote_container_typeless.h | 2 +- src/vt/pipe/interface/send_container.h | 2 +- src/vt/pipe/interface/send_container.impl.h | 2 +- src/vt/pipe/msg/callback.h | 2 +- src/vt/pipe/pipe.h | 2 +- src/vt/pipe/pipe_callback_only.h | 2 +- src/vt/pipe/pipe_common.h | 2 +- src/vt/pipe/pipe_headers.h | 2 +- src/vt/pipe/pipe_lifetime.h | 2 +- src/vt/pipe/pipe_manager.cc | 2 +- src/vt/pipe/pipe_manager.fwd.h | 2 +- src/vt/pipe/pipe_manager.h | 2 +- src/vt/pipe/pipe_manager.impl.h | 2 +- src/vt/pipe/pipe_manager_base.cc | 2 +- src/vt/pipe/pipe_manager_base.h | 2 +- src/vt/pipe/pipe_manager_base.impl.h | 2 +- src/vt/pipe/pipe_manager_construct.h | 2 +- src/vt/pipe/pipe_manager_tl.fwd.h | 2 +- src/vt/pipe/pipe_manager_tl.h | 2 +- src/vt/pipe/pipe_manager_tl.impl.h | 2 +- src/vt/pipe/pipe_manager_typed.fwd.h | 2 +- src/vt/pipe/pipe_manager_typed.h | 2 +- src/vt/pipe/pipe_manager_typed.impl.h | 2 +- src/vt/pipe/signal/signal.h | 2 +- src/vt/pipe/signal/signal_holder.cc | 2 +- src/vt/pipe/signal/signal_holder.h | 2 +- src/vt/pipe/signal/signal_holder.impl.h | 2 +- src/vt/pipe/state/pipe_state.cc | 2 +- src/vt/pipe/state/pipe_state.h | 2 +- src/vt/pmpi/pmpi_component.cc | 2 +- src/vt/pmpi/pmpi_component.h | 2 +- src/vt/pool/header/pool_header.cc | 2 +- src/vt/pool/header/pool_header.h | 2 +- src/vt/pool/pool.cc | 2 +- src/vt/pool/pool.h | 2 +- src/vt/pool/static_sized/memory_pool_equal.h | 2 +- .../static_sized/memory_pool_equal.impl.h | 2 +- src/vt/rdma/channel/rdma_channel.cc | 2 +- src/vt/rdma/channel/rdma_channel.h | 2 +- src/vt/rdma/channel/rdma_channel_lookup.h | 2 +- src/vt/rdma/collection/rdma_collection.cc | 2 +- src/vt/rdma/collection/rdma_collection.h | 2 +- src/vt/rdma/collection/rdma_collection_fwd.h | 2 +- src/vt/rdma/collection/rdma_collection_info.h | 2 +- src/vt/rdma/group/rdma_group.cc | 2 +- src/vt/rdma/group/rdma_group.h | 2 +- src/vt/rdma/group/rdma_map.h | 2 +- src/vt/rdma/group/rdma_region.h | 2 +- src/vt/rdma/rdma.cc | 2 +- src/vt/rdma/rdma.h | 2 +- src/vt/rdma/rdma_action.h | 2 +- src/vt/rdma/rdma_common.h | 2 +- src/vt/rdma/rdma_handle.cc | 2 +- src/vt/rdma/rdma_handle.h | 2 +- src/vt/rdma/rdma_headers.h | 2 +- src/vt/rdma/rdma_info.h | 2 +- src/vt/rdma/rdma_msg.h | 2 +- src/vt/rdma/rdma_pending.h | 2 +- src/vt/rdma/rdma_types.cc | 2 +- src/vt/rdma/rdma_types.h | 2 +- src/vt/rdma/state/rdma_state.cc | 2 +- src/vt/rdma/state/rdma_state.h | 2 +- src/vt/rdma/state/rdma_state.impl.h | 2 +- src/vt/rdmahandle/base_handle.h | 2 +- src/vt/rdmahandle/cache.h | 2 +- src/vt/rdmahandle/common.h | 2 +- src/vt/rdmahandle/handle.fwd.h | 2 +- src/vt/rdmahandle/handle.h | 2 +- src/vt/rdmahandle/handle.impl.h | 2 +- src/vt/rdmahandle/handle.index.h | 2 +- src/vt/rdmahandle/handle.index.impl.h | 2 +- src/vt/rdmahandle/handle.node.h | 2 +- src/vt/rdmahandle/handle.node.impl.h | 2 +- src/vt/rdmahandle/handle_key.h | 2 +- src/vt/rdmahandle/handle_set.fwd.h | 2 +- src/vt/rdmahandle/handle_set.h | 2 +- src/vt/rdmahandle/holder.h | 2 +- src/vt/rdmahandle/holder.impl.h | 2 +- src/vt/rdmahandle/index_info.h | 2 +- src/vt/rdmahandle/lock_mpi.h | 2 +- src/vt/rdmahandle/manager.cc | 2 +- src/vt/rdmahandle/manager.collection.impl.h | 2 +- src/vt/rdmahandle/manager.fwd.h | 2 +- src/vt/rdmahandle/manager.h | 2 +- src/vt/rdmahandle/manager.impl.h | 2 +- src/vt/rdmahandle/request_holder.cc | 2 +- src/vt/rdmahandle/request_holder.h | 2 +- src/vt/rdmahandle/request_holder.impl.h | 2 +- src/vt/rdmahandle/sub_handle.h | 2 +- src/vt/rdmahandle/sub_handle.impl.h | 2 +- src/vt/rdmahandle/type_mpi.h | 2 +- src/vt/registry/auto/auto_registry.cc | 2 +- src/vt/registry/auto/auto_registry.h | 2 +- src/vt/registry/auto/auto_registry_common.h | 2 +- src/vt/registry/auto/auto_registry_general.h | 2 +- .../auto/auto_registry_general_impl.h | 2 +- src/vt/registry/auto/auto_registry_impl.h | 2 +- .../registry/auto/auto_registry_interface.h | 2 +- .../registry/auto/auto_registry_type_enum.h | 2 +- .../collection/auto_registry_collection.h | 2 +- .../auto_registry_collection.impl.h | 2 +- .../auto/functor/auto_registry_functor.h | 2 +- .../auto/functor/auto_registry_functor_impl.h | 2 +- .../registry/auto/index/auto_registry_index.h | 2 +- .../auto/index/auto_registry_index.impl.h | 2 +- .../auto/index/auto_registry_index_reg.h | 2 +- src/vt/registry/auto/map/auto_registry_map.h | 2 +- .../auto/map/auto_registry_map_impl.h | 2 +- .../registry/auto/rdma/auto_registry_rdma.h | 2 +- .../auto/rdma/auto_registry_rdma.impl.h | 2 +- src/vt/registry/auto/vc/auto_registry_vc.h | 2 +- .../registry/auto/vc/auto_registry_vc_impl.h | 2 +- src/vt/runnable/invoke.h | 2 +- src/vt/runnable/make_runnable.h | 2 +- src/vt/runnable/make_runnable.impl.h | 2 +- src/vt/runnable/runnable.cc | 2 +- src/vt/runnable/runnable.fwd.h | 2 +- src/vt/runnable/runnable.h | 2 +- src/vt/runnable/runnable.impl.h | 2 +- src/vt/runtime/component/base.h | 2 +- src/vt/runtime/component/bufferable.h | 2 +- src/vt/runtime/component/component.h | 2 +- src/vt/runtime/component/component_dep.h | 2 +- src/vt/runtime/component/component_name.h | 2 +- src/vt/runtime/component/component_pack.cc | 2 +- src/vt/runtime/component/component_pack.h | 2 +- .../runtime/component/component_pack.impl.h | 2 +- src/vt/runtime/component/component_reduce.cc | 2 +- src/vt/runtime/component/component_reduce.h | 2 +- src/vt/runtime/component/component_registry.h | 2 +- src/vt/runtime/component/component_traits.h | 2 +- src/vt/runtime/component/diagnostic.cc | 2 +- src/vt/runtime/component/diagnostic.h | 2 +- src/vt/runtime/component/diagnostic.impl.h | 2 +- .../component/diagnostic_enum_format.cc | 2 +- .../component/diagnostic_enum_format.h | 2 +- .../component/diagnostic_erased_value.h | 2 +- src/vt/runtime/component/diagnostic_meter.h | 2 +- src/vt/runtime/component/diagnostic_types.h | 2 +- src/vt/runtime/component/diagnostic_units.h | 2 +- src/vt/runtime/component/diagnostic_value.cc | 2 +- src/vt/runtime/component/diagnostic_value.h | 2 +- .../runtime/component/diagnostic_value_base.h | 2 +- .../component/diagnostic_value_format.h | 2 +- src/vt/runtime/component/meter/counter.h | 2 +- .../runtime/component/meter/counter_gauge.h | 2 +- src/vt/runtime/component/meter/gauge.h | 2 +- src/vt/runtime/component/meter/stats_pack.h | 2 +- src/vt/runtime/component/meter/timer.h | 2 +- src/vt/runtime/component/movable_fn.h | 2 +- src/vt/runtime/component/progressable.h | 2 +- src/vt/runtime/mpi_access.cc | 2 +- src/vt/runtime/mpi_access.h | 2 +- src/vt/runtime/runtime.cc | 2 +- src/vt/runtime/runtime.h | 2 +- src/vt/runtime/runtime_banner.cc | 2 +- src/vt/runtime/runtime_common.h | 2 +- src/vt/runtime/runtime_component_fwd.h | 2 +- src/vt/runtime/runtime_diagnostics.cc | 2 +- src/vt/runtime/runtime_get.cc | 2 +- src/vt/runtime/runtime_headers.h | 2 +- src/vt/runtime/runtime_holder.h | 2 +- src/vt/runtime/runtime_inst.cc | 2 +- src/vt/runtime/runtime_inst.h | 2 +- src/vt/runtime/runtime_inst.impl.h | 2 +- src/vt/scheduler/base_unit.cc | 2 +- src/vt/scheduler/base_unit.h | 2 +- src/vt/scheduler/prioritized_work_unit.h | 2 +- src/vt/scheduler/priority.h | 2 +- src/vt/scheduler/priority_manip.cc | 2 +- src/vt/scheduler/priority_manip.h | 2 +- src/vt/scheduler/priority_queue.h | 2 +- src/vt/scheduler/queue.h | 2 +- src/vt/scheduler/scheduler.cc | 2 +- src/vt/scheduler/scheduler.h | 2 +- src/vt/scheduler/scheduler.impl.h | 2 +- src/vt/scheduler/suspended_units.cc | 2 +- src/vt/scheduler/suspended_units.h | 2 +- src/vt/scheduler/thread_action.cc | 2 +- src/vt/scheduler/thread_action.h | 2 +- src/vt/scheduler/thread_manager.cc | 2 +- src/vt/scheduler/thread_manager.h | 2 +- src/vt/scheduler/thread_manager.impl.h | 2 +- src/vt/scheduler/work_unit.h | 2 +- .../messaging/serialized_data_msg.h | 2 +- .../messaging/serialized_messenger.h | 2 +- .../messaging/serialized_messenger.impl.h | 2 +- src/vt/serialization/sizer.h | 2 +- src/vt/serialization/traits/byte_copy_trait.h | 2 +- src/vt/standalone/vt_main.h | 2 +- .../termination/dijkstra-scholten/ack_msg.h | 2 +- .../dijkstra-scholten/ack_request.h | 2 +- src/vt/termination/dijkstra-scholten/comm.cc | 2 +- .../termination/dijkstra-scholten/comm.fwd.h | 2 +- src/vt/termination/dijkstra-scholten/comm.h | 2 +- src/vt/termination/dijkstra-scholten/ds.cc | 2 +- src/vt/termination/dijkstra-scholten/ds.fwd.h | 2 +- src/vt/termination/dijkstra-scholten/ds.h | 2 +- .../dijkstra-scholten/ds_headers.h | 2 +- src/vt/termination/epoch_dependency.cc | 2 +- src/vt/termination/epoch_dependency.h | 2 +- src/vt/termination/epoch_guard.cc | 2 +- src/vt/termination/epoch_guard.h | 2 +- src/vt/termination/epoch_label.cc | 2 +- src/vt/termination/epoch_label.h | 2 +- src/vt/termination/epoch_tags.cc | 2 +- src/vt/termination/epoch_tags.h | 2 +- src/vt/termination/graph/epoch_graph.cc | 2 +- src/vt/termination/graph/epoch_graph.h | 2 +- src/vt/termination/graph/epoch_graph_reduce.h | 2 +- src/vt/termination/interval/integral_set.h | 2 +- src/vt/termination/interval/interval.h | 2 +- .../interval/strong_integral_set.h | 2 +- src/vt/termination/term_action.cc | 2 +- src/vt/termination/term_action.h | 2 +- src/vt/termination/term_action.impl.h | 2 +- src/vt/termination/term_common.h | 2 +- src/vt/termination/term_headers.h | 2 +- src/vt/termination/term_interface.h | 2 +- src/vt/termination/term_msgs.h | 2 +- src/vt/termination/term_state.cc | 2 +- src/vt/termination/term_state.h | 2 +- src/vt/termination/term_terminated.h | 2 +- src/vt/termination/termination.cc | 2 +- src/vt/termination/termination.fwd.h | 2 +- src/vt/termination/termination.h | 2 +- src/vt/termination/termination.impl.h | 2 +- src/vt/timetrigger/time_trigger_manager.cc | 2 +- src/vt/timetrigger/time_trigger_manager.h | 2 +- src/vt/timetrigger/trigger.h | 2 +- src/vt/timing/timing.cc | 2 +- src/vt/timing/timing.h | 2 +- src/vt/timing/timing_type.h | 2 +- src/vt/topos/index/base_index.h | 2 +- src/vt/topos/index/dense/dense_array.h | 2 +- src/vt/topos/index/dense/dense_array.impl.h | 2 +- src/vt/topos/index/index.h | 2 +- src/vt/topos/index/index_example.h | 2 +- src/vt/topos/index/printer/print_index.h | 2 +- src/vt/topos/index/traits/traits.h | 2 +- src/vt/topos/location/cache/cache.h | 2 +- src/vt/topos/location/cache/cache.impl.h | 2 +- src/vt/topos/location/directory/directory.h | 2 +- .../topos/location/directory/directory.impl.h | 2 +- src/vt/topos/location/location.fwd.h | 2 +- src/vt/topos/location/location.h | 2 +- src/vt/topos/location/location.impl.h | 2 +- src/vt/topos/location/location_common.h | 2 +- src/vt/topos/location/location_headers.h | 2 +- src/vt/topos/location/lookup/lookup.h | 2 +- src/vt/topos/location/lookup/lookup.impl.h | 2 +- src/vt/topos/location/manager.cc | 2 +- src/vt/topos/location/manager.fwd.h | 2 +- src/vt/topos/location/manager.h | 2 +- src/vt/topos/location/manager.impl.h | 2 +- src/vt/topos/location/message/msg.h | 2 +- src/vt/topos/location/record/record.h | 2 +- src/vt/topos/location/record/record.impl.h | 2 +- src/vt/topos/location/record/state.h | 2 +- src/vt/topos/location/record/state_printer.h | 2 +- .../topos/location/record/state_stringize.h | 2 +- src/vt/topos/location/utility/coord.h | 2 +- src/vt/topos/location/utility/entity.h | 2 +- src/vt/topos/location/utility/pending.h | 2 +- src/vt/topos/mapping/adapt_mappers.h | 2 +- src/vt/topos/mapping/base_mapper_object.h | 2 +- src/vt/topos/mapping/dense/dense.cc | 2 +- src/vt/topos/mapping/dense/dense.h | 2 +- src/vt/topos/mapping/dense/dense.impl.h | 2 +- .../topos/mapping/dense/unbounded_default.h | 2 +- .../mapping/dense/unbounded_default.impl.h | 2 +- src/vt/topos/mapping/mapping.h | 2 +- src/vt/topos/mapping/mapping_function.h | 2 +- src/vt/topos/mapping/mapping_headers.h | 2 +- src/vt/topos/mapping/seed/seed.cc | 2 +- src/vt/topos/mapping/seed/seed.h | 2 +- src/vt/trace/trace.cc | 2 +- src/vt/trace/trace.h | 2 +- src/vt/trace/trace_common.h | 2 +- src/vt/trace/trace_constants.h | 2 +- src/vt/trace/trace_containers.cc | 2 +- src/vt/trace/trace_containers.h | 2 +- src/vt/trace/trace_event.cc | 2 +- src/vt/trace/trace_event.h | 2 +- src/vt/trace/trace_headers.h | 2 +- src/vt/trace/trace_lite.cc | 2 +- src/vt/trace/trace_lite.h | 2 +- src/vt/trace/trace_log.h | 2 +- src/vt/trace/trace_registry.cc | 2 +- src/vt/trace/trace_registry.h | 2 +- src/vt/trace/trace_user.cc | 2 +- src/vt/trace/trace_user.h | 2 +- src/vt/trace/trace_user_event.cc | 2 +- src/vt/trace/trace_user_event.h | 2 +- src/vt/transport.h | 2 +- src/vt/transport_basic.h | 2 +- src/vt/transport_core.h | 2 +- src/vt/utils/adt/histogram_approx.h | 2 +- src/vt/utils/adt/ranged_counter.h | 2 +- src/vt/utils/bits/bits_common.h | 2 +- src/vt/utils/bits/bits_counter.h | 2 +- src/vt/utils/bits/bits_packer.h | 2 +- src/vt/utils/bits/bits_packer.impl.h | 2 +- src/vt/utils/compress/compressor.cc | 2 +- src/vt/utils/compress/compressor.h | 2 +- src/vt/utils/compress/compressor.impl.h | 2 +- src/vt/utils/compress/decompressor.h | 2 +- src/vt/utils/compress/decompressor.impl.h | 2 +- src/vt/utils/compress/decompressor_base.h | 2 +- src/vt/utils/container/circular_buffer.h | 2 +- src/vt/utils/container/concurrent_deque.h | 2 +- .../utils/container/concurrent_deque_locked.h | 2 +- .../container/concurrent_deque_locked.impl.h | 2 +- src/vt/utils/demangle/demangle.cc | 2 +- src/vt/utils/demangle/demangle.h | 2 +- src/vt/utils/file_spec/spec.cc | 2 +- src/vt/utils/file_spec/spec.h | 2 +- src/vt/utils/fntraits/fntraits.h | 2 +- src/vt/utils/hash/hash_tuple.h | 2 +- src/vt/utils/json/base_appender.h | 2 +- .../json/decompression_input_container.cc | 2 +- .../json/decompression_input_container.h | 2 +- .../json/decompression_input_container.impl.h | 2 +- src/vt/utils/json/input_iterator.h | 2 +- src/vt/utils/json/json_appender.h | 2 +- src/vt/utils/json/json_reader.cc | 2 +- src/vt/utils/json/json_reader.h | 2 +- src/vt/utils/json/output_adaptor.h | 2 +- src/vt/utils/memory/memory_reporter.h | 2 +- src/vt/utils/memory/memory_units.cc | 2 +- src/vt/utils/memory/memory_units.h | 2 +- src/vt/utils/memory/memory_usage.cc | 2 +- src/vt/utils/memory/memory_usage.h | 2 +- src/vt/utils/mpi_limits/mpi_max_tag.cc | 2 +- src/vt/utils/mpi_limits/mpi_max_tag.h | 2 +- src/vt/utils/ptr/observer.h | 2 +- src/vt/utils/static_checks/all_true.h | 2 +- src/vt/utils/static_checks/cond_.h | 2 +- .../utils/static_checks/function_ret_check.h | 2 +- src/vt/utils/static_checks/functor.h | 2 +- src/vt/utils/static_checks/meta_type_eq_.h | 2 +- src/vt/utils/static_checks/msg_ptr.h | 2 +- src/vt/utils/stats/linear_regression.h | 2 +- src/vt/utils/strong/strong_type.h | 2 +- src/vt/vrt/base/base.h | 2 +- src/vt/vrt/collection/active/active_funcs.h | 2 +- .../vrt/collection/balance/baselb/baselb.cc | 2 +- src/vt/vrt/collection/balance/baselb/baselb.h | 2 +- .../collection/balance/baselb/baselb_msgs.h | 2 +- .../collection/balance/baselb/load_sampler.cc | 2 +- .../collection/balance/baselb/load_sampler.h | 2 +- src/vt/vrt/collection/balance/col_lb_data.cc | 2 +- src/vt/vrt/collection/balance/col_lb_data.h | 2 +- .../vrt/collection/balance/col_lb_data.impl.h | 2 +- .../collection/balance/greedylb/greedylb.cc | 2 +- .../balance/greedylb/greedylb.fwd.h | 2 +- .../collection/balance/greedylb/greedylb.h | 2 +- .../balance/greedylb/greedylb_constants.h | 2 +- .../balance/greedylb/greedylb_msgs.h | 2 +- .../balance/greedylb/greedylb_types.h | 2 +- .../balance/hierarchicallb/hierlb.cc | 2 +- .../balance/hierarchicallb/hierlb.fwd.h | 2 +- .../balance/hierarchicallb/hierlb.h | 2 +- .../balance/hierarchicallb/hierlb_child.h | 2 +- .../balance/hierarchicallb/hierlb_constants.h | 2 +- .../balance/hierarchicallb/hierlb_msgs.h | 2 +- .../balance/hierarchicallb/hierlb_strat.h | 2 +- .../balance/hierarchicallb/hierlb_types.h | 2 +- .../balance/lb_args_enum_converter.h | 2 +- src/vt/vrt/collection/balance/lb_common.cc | 2 +- src/vt/vrt/collection/balance/lb_common.h | 2 +- .../vrt/collection/balance/lb_data_holder.cc | 2 +- .../vrt/collection/balance/lb_data_holder.h | 2 +- .../balance/lb_data_restart_reader.cc | 2 +- .../balance/lb_data_restart_reader.h | 2 +- .../collection/balance/lb_invoke/invoke_msg.h | 2 +- .../balance/lb_invoke/lb_manager.cc | 2 +- .../collection/balance/lb_invoke/lb_manager.h | 2 +- .../collection/balance/lb_invoke/phase_info.h | 2 +- src/vt/vrt/collection/balance/lb_type.cc | 2 +- src/vt/vrt/collection/balance/lb_type.h | 2 +- .../collection/balance/model/comm_overhead.cc | 2 +- .../collection/balance/model/comm_overhead.h | 2 +- .../balance/model/composed_model.cc | 2 +- .../collection/balance/model/composed_model.h | 2 +- .../collection/balance/model/linear_model.cc | 2 +- .../collection/balance/model/linear_model.h | 2 +- .../vrt/collection/balance/model/load_model.h | 2 +- .../balance/model/multiple_phases.cc | 2 +- .../balance/model/multiple_phases.h | 2 +- .../balance/model/naive_persistence.cc | 2 +- .../balance/model/naive_persistence.h | 2 +- src/vt/vrt/collection/balance/model/norm.cc | 2 +- src/vt/vrt/collection/balance/model/norm.h | 2 +- .../balance/model/per_collection.cc | 2 +- .../collection/balance/model/per_collection.h | 2 +- .../model/persistence_median_last_n.cc | 2 +- .../balance/model/persistence_median_last_n.h | 2 +- .../balance/model/proposed_reassignment.cc | 2 +- .../balance/model/proposed_reassignment.h | 2 +- .../vrt/collection/balance/model/raw_data.cc | 2 +- .../vrt/collection/balance/model/raw_data.h | 2 +- .../balance/model/select_subphases.cc | 2 +- .../balance/model/select_subphases.h | 2 +- .../model/weighted_communication_volume.cc | 2 +- .../model/weighted_communication_volume.h | 2 +- .../balance/model/weighted_messages.cc | 2 +- .../balance/model/weighted_messages.h | 2 +- src/vt/vrt/collection/balance/node_lb_data.cc | 2 +- src/vt/vrt/collection/balance/node_lb_data.h | 2 +- .../collection/balance/offlinelb/offlinelb.cc | 2 +- .../collection/balance/offlinelb/offlinelb.h | 2 +- src/vt/vrt/collection/balance/phase_msg.h | 2 +- .../collection/balance/randomlb/randomlb.cc | 2 +- .../collection/balance/randomlb/randomlb.h | 2 +- src/vt/vrt/collection/balance/read_lb.cc | 2 +- src/vt/vrt/collection/balance/read_lb.h | 2 +- .../collection/balance/rotatelb/rotatelb.cc | 2 +- .../collection/balance/rotatelb/rotatelb.h | 2 +- src/vt/vrt/collection/balance/stats_msg.h | 2 +- .../collection/balance/temperedlb/criterion.h | 2 +- .../balance/temperedlb/tempered_constants.h | 2 +- .../balance/temperedlb/tempered_enums.h | 2 +- .../balance/temperedlb/tempered_msgs.h | 2 +- .../balance/temperedlb/temperedlb.cc | 2 +- .../balance/temperedlb/temperedlb.h | 2 +- .../balance/temperedwmin/temperedwmin.cc | 2 +- .../balance/temperedwmin/temperedwmin.h | 2 +- .../testserializationlb.cc | 2 +- .../testserializationlb/testserializationlb.h | 2 +- .../vrt/collection/balance/workload_replay.cc | 2 +- .../vrt/collection/balance/workload_replay.h | 2 +- .../collection/balance/zoltanlb/zoltanlb.cc | 2 +- .../collection/balance/zoltanlb/zoltanlb.h | 2 +- .../vrt/collection/broadcast/broadcastable.h | 2 +- .../collection/broadcast/broadcastable.impl.h | 2 +- .../vrt/collection/collection_builder.impl.h | 2 +- src/vt/vrt/collection/collection_directory.h | 2 +- src/vt/vrt/collection/collection_headers.h | 2 +- src/vt/vrt/collection/collection_info.h | 2 +- src/vt/vrt/collection/defaults/default_map.h | 2 +- .../collection/destroy/destroy_handlers.fwd.h | 2 +- .../vrt/collection/destroy/destroy_handlers.h | 2 +- .../destroy/destroy_handlers.impl.h | 2 +- src/vt/vrt/collection/destroy/destroy_msg.h | 2 +- src/vt/vrt/collection/destroy/destroyable.h | 2 +- .../vrt/collection/destroy/destroyable.impl.h | 2 +- .../destroy/manager_destroy_attorney.fwd.h | 2 +- .../destroy/manager_destroy_attorney.h | 2 +- .../destroy/manager_destroy_attorney.impl.h | 2 +- src/vt/vrt/collection/dispatch/dispatch.h | 2 +- .../vrt/collection/dispatch/dispatch.impl.h | 2 +- src/vt/vrt/collection/dispatch/registry.h | 2 +- .../vrt/collection/dispatch/registry.impl.h | 2 +- src/vt/vrt/collection/gettable/gettable.h | 2 +- .../vrt/collection/gettable/gettable.impl.h | 2 +- src/vt/vrt/collection/holders/base_holder.h | 2 +- src/vt/vrt/collection/holders/col_holder.h | 2 +- .../vrt/collection/holders/col_holder.impl.h | 2 +- .../holders/collection_context_holder.h | 2 +- src/vt/vrt/collection/holders/elm_holder.h | 2 +- .../vrt/collection/holders/elm_holder.impl.h | 2 +- src/vt/vrt/collection/holders/entire_holder.h | 2 +- .../collection/holders/entire_holder.impl.h | 2 +- src/vt/vrt/collection/holders/holder.h | 2 +- src/vt/vrt/collection/holders/holder.impl.h | 2 +- .../vrt/collection/holders/typeless_holder.cc | 2 +- .../vrt/collection/holders/typeless_holder.h | 2 +- src/vt/vrt/collection/insert/insertable.h | 2 +- .../vrt/collection/insert/insertable.impl.h | 2 +- src/vt/vrt/collection/insert/modifiable.h | 2 +- .../vrt/collection/insert/modifiable.impl.h | 2 +- src/vt/vrt/collection/insert/modify_token.h | 2 +- src/vt/vrt/collection/invoke/invokable.h | 2 +- src/vt/vrt/collection/invoke/invokable.impl.h | 2 +- .../vrt/collection/listener/listen_events.h | 2 +- src/vt/vrt/collection/manager.cc | 2 +- src/vt/vrt/collection/manager.fwd.h | 2 +- src/vt/vrt/collection/manager.h | 2 +- src/vt/vrt/collection/manager.impl.h | 2 +- .../vrt/collection/mapped_node/mapped_node.h | 2 +- .../collection/mapped_node/mapped_node.impl.h | 2 +- .../vrt/collection/messages/param_col_msg.h | 2 +- .../vrt/collection/messages/system_create.h | 2 +- src/vt/vrt/collection/messages/user.h | 2 +- src/vt/vrt/collection/messages/user.impl.h | 2 +- src/vt/vrt/collection/messages/user_wrap.h | 2 +- .../migrate/manager_migrate_attorney.fwd.h | 2 +- .../migrate/manager_migrate_attorney.h | 2 +- .../migrate/manager_migrate_attorney.impl.h | 2 +- .../collection/migrate/migrate_handlers.fwd.h | 2 +- .../vrt/collection/migrate/migrate_handlers.h | 2 +- .../migrate/migrate_handlers.impl.h | 2 +- src/vt/vrt/collection/migrate/migrate_msg.h | 2 +- .../vrt/collection/migrate/migrate_status.h | 2 +- .../vrt/collection/param/construct_params.h | 2 +- .../collection/param/construct_params.impl.h | 2 +- .../collection/param/construct_params_msg.h | 2 +- src/vt/vrt/collection/proxy.h | 2 +- .../proxy_builder/elm_proxy_builder.cc | 2 +- .../proxy_builder/elm_proxy_builder.h | 2 +- .../proxy_traits/proxy_col_traits.h | 2 +- .../proxy_traits/proxy_elm_traits.h | 2 +- src/vt/vrt/collection/rdmaable/rdmaable.h | 2 +- .../vrt/collection/rdmaable/rdmaable.impl.h | 2 +- src/vt/vrt/collection/reducable/reducable.h | 2 +- .../vrt/collection/reducable/reducable.impl.h | 2 +- src/vt/vrt/collection/send/sendable.h | 2 +- src/vt/vrt/collection/send/sendable.impl.h | 2 +- src/vt/vrt/collection/traits/coll_msg.h | 2 +- src/vt/vrt/collection/types/base.fwd.h | 2 +- src/vt/vrt/collection/types/base.h | 2 +- src/vt/vrt/collection/types/base.impl.h | 2 +- src/vt/vrt/collection/types/has_migrate.h | 2 +- src/vt/vrt/collection/types/headers.fwd.h | 2 +- src/vt/vrt/collection/types/headers.h | 2 +- src/vt/vrt/collection/types/indexable.h | 2 +- src/vt/vrt/collection/types/indexable.impl.h | 2 +- src/vt/vrt/collection/types/migratable.cc | 2 +- src/vt/vrt/collection/types/migratable.fwd.h | 2 +- src/vt/vrt/collection/types/migratable.h | 2 +- src/vt/vrt/collection/types/migratable.impl.h | 2 +- src/vt/vrt/collection/types/migrate_hooks.h | 2 +- .../vrt/collection/types/storage/storable.cc | 2 +- .../vrt/collection/types/storage/storable.h | 2 +- .../collection/types/storage/storable.impl.h | 2 +- .../vrt/collection/types/storage/store_elm.h | 2 +- .../collection/types/storage/store_elm.impl.h | 2 +- src/vt/vrt/collection/types/type_aliases.h | 2 +- src/vt/vrt/collection/types/type_attorney.h | 2 +- .../vrt/collection/types/type_attorney.impl.h | 2 +- src/vt/vrt/collection/types/untyped.h | 2 +- src/vt/vrt/context/context_vrt.h | 2 +- src/vt/vrt/context/context_vrt_attorney.cc | 2 +- src/vt/vrt/context/context_vrt_attorney.h | 2 +- src/vt/vrt/context/context_vrt_funcs.h | 2 +- src/vt/vrt/context/context_vrt_fwd.h | 2 +- .../vrt/context/context_vrt_internal_msgs.h | 2 +- src/vt/vrt/context/context_vrt_make_closure.h | 2 +- .../context/context_vrt_make_closure.impl.h | 2 +- src/vt/vrt/context/context_vrt_remoteinfo.h | 2 +- src/vt/vrt/context/context_vrtheaders.h | 2 +- src/vt/vrt/context/context_vrtinfo.cc | 2 +- src/vt/vrt/context/context_vrtinfo.h | 2 +- src/vt/vrt/context/context_vrtmanager.cc | 2 +- src/vt/vrt/context/context_vrtmanager.h | 2 +- src/vt/vrt/context/context_vrtmanager.impl.h | 2 +- src/vt/vrt/context/context_vrtmessage.cc | 2 +- src/vt/vrt/context/context_vrtmessage.h | 2 +- src/vt/vrt/proxy/base_collection_elm_proxy.h | 2 +- .../proxy/base_collection_elm_proxy.impl.h | 2 +- src/vt/vrt/proxy/base_collection_proxy.h | 2 +- src/vt/vrt/proxy/base_collection_proxy.impl.h | 2 +- src/vt/vrt/proxy/base_elm_proxy.h | 2 +- src/vt/vrt/proxy/collection_elm_proxy.h | 2 +- src/vt/vrt/proxy/collection_proxy.h | 2 +- src/vt/vrt/proxy/collection_proxy.impl.h | 2 +- src/vt/vrt/proxy/collection_proxy_untyped.cc | 2 +- src/vt/vrt/proxy/collection_proxy_untyped.h | 2 +- .../vrt/proxy/collection_proxy_untyped.impl.h | 2 +- src/vt/vrt/proxy/proxy_bits.cc | 2 +- src/vt/vrt/proxy/proxy_bits.h | 2 +- src/vt/vrt/vrt_common.h | 2 +- src/vt/vt.h | 2 +- tests/perf/collection_local_send.cc | 2 +- tests/perf/comm_cost_curve.cc | 2 +- tests/perf/common/test_harness.cc | 2 +- tests/perf/common/test_harness.h | 2 +- tests/perf/common/test_harness_base.h | 2 +- tests/perf/common/test_harness_macros.h | 2 +- tests/perf/common/timers.cc | 2 +- tests/perf/common/timers.h | 2 +- tests/perf/make_runnable_micro.cc | 2 +- tests/perf/memory_checker.cc | 2 +- tests/perf/objgroup_local_send.cc | 2 +- tests/perf/ping_pong.cc | 2 +- tests/perf/ping_pong_am.cc | 2 +- tests/perf/reduce.cc | 2 +- tests/perf/send_cost.cc | 2 +- tests/unit/active/test_active_bcast_put.cc | 2 +- tests/unit/active/test_active_broadcast.cc | 2 +- tests/unit/active/test_active_send.cc | 2 +- tests/unit/active/test_active_send_large.cc | 2 +- tests/unit/active/test_active_send_put.cc | 2 +- tests/unit/active/test_async_op_cuda.cc | 2 +- tests/unit/active/test_async_op_hip.cc | 2 +- tests/unit/active/test_async_op_mpi.cc | 2 +- tests/unit/active/test_async_op_threads.cc | 2 +- tests/unit/active/test_pending_send.cc | 2 +- tests/unit/collection/test_broadcast.cc | 2 +- .../collection/test_broadcast.extended.cc | 2 +- tests/unit/collection/test_broadcast.h | 2 +- .../collection/test_checkpoint.extended.cc | 2 +- .../unit/collection/test_collection_common.h | 2 +- .../test_collection_construct_common.h | 2 +- .../test_collection_group.extended.cc | 2 +- .../test_collection_group_recreate.cc | 2 +- .../collection/test_collection_manager.cc | 2 +- tests/unit/collection/test_construct.cc | 2 +- .../test_construct_no_idx.extended.cc | 2 +- tests/unit/collection/test_destroy.cc | 2 +- .../collection/test_index_types.extended.cc | 2 +- tests/unit/collection/test_insert.extended.cc | 2 +- tests/unit/collection/test_invoke.cc | 2 +- tests/unit/collection/test_lb.extended.cc | 2 +- tests/unit/collection/test_lb_data_holder.cc | 2 +- .../unit/collection/test_lb_data_retention.cc | 2 +- .../unit/collection/test_lb_lite.extended.cc | 2 +- tests/unit/collection/test_list_insert.cc | 2 +- .../unit/collection/test_list_insert_here.cc | 2 +- tests/unit/collection/test_mapping.cc | 2 +- .../test_model_comm_overhead.nompi.cc | 2 +- .../test_model_linear_model.nompi.cc | 2 +- .../test_model_multiple_phases.nompi.cc | 2 +- .../test_model_naive_persistence.nompi.cc | 2 +- .../unit/collection/test_model_norm.nompi.cc | 2 +- .../test_model_per_collection.extended.cc | 2 +- ...t_model_persistence_median_last_n.nompi.cc | 2 +- .../collection/test_model_raw_data.nompi.cc | 2 +- .../test_model_select_subphases.nompi.cc | 2 +- ...del_weighted_communication_volume.nompi.cc | 2 +- .../test_model_weighted_messages.nompi.cc | 2 +- tests/unit/collection/test_promote.cc | 2 +- tests/unit/collection/test_query_context.cc | 2 +- .../unit/collection/test_reduce_collection.cc | 2 +- .../test_reduce_collection_common.h | 2 +- .../test_reduce_collection_handler.h | 2 +- .../collection/test_reduce_collection_race.cc | 2 +- tests/unit/collection/test_send.cc | 2 +- tests/unit/collection/test_send.extended.cc | 2 +- tests/unit/collection/test_send.h | 2 +- tests/unit/collection/test_storage.cc | 2 +- .../collection/test_workload_data_migrator.cc | 2 +- .../collectives/test_collectives_reduce.cc | 2 +- .../test_collectives_reduce.extended.cc | 2 +- .../collectives/test_collectives_reduce.h | 2 +- .../test_collectives_scatter.extended.cc | 2 +- tests/unit/collectives/test_mpi_collective.cc | 2 +- tests/unit/configs/test_stack_dumping.cc | 2 +- tests/unit/data_message.h | 2 +- .../unit/diagnostics/test_diagnostic_value.cc | 2 +- tests/unit/epoch/test_epoch.nompi.cc | 2 +- tests/unit/group/test_group.cc | 2 +- tests/unit/group/test_group.extended.cc | 2 +- tests/unit/handler/test_handler.cc | 2 +- tests/unit/index/test_index.nompi.cc | 2 +- .../index/test_index_linearization.nompi.cc | 2 +- tests/unit/lb/test_lb_data_comm.cc | 2 +- tests/unit/lb/test_lb_reader.nompi.cc | 2 +- tests/unit/lb/test_lbargs_enum_conv.nompi.cc | 2 +- tests/unit/lb/test_offlinelb.cc | 2 +- tests/unit/lb/test_temperedlb.cc | 42 +++++++++++++++++++ tests/unit/lb/test_temperedlb.nompi.cc | 2 +- tests/unit/location/test_hops.extended.cc | 2 +- tests/unit/location/test_location.cc | 2 +- tests/unit/location/test_location_common.h | 2 +- tests/unit/main.cc | 2 +- tests/unit/mapping/test_mapping.nompi.cc | 2 +- tests/unit/mapping/test_mapping_registry.cc | 2 +- tests/unit/memory/test_memory_active.cc | 2 +- tests/unit/memory/test_memory_lifetime.cc | 2 +- tests/unit/message/test_msgthief.nompi.cc | 2 +- tests/unit/objgroup/test_objgroup.cc | 2 +- tests/unit/objgroup/test_objgroup_common.h | 2 +- tests/unit/phase/test_phase_insertions.cc | 2 +- tests/unit/phase/test_phase_management.cc | 2 +- tests/unit/pipe/test_callback_bcast.cc | 2 +- ...test_callback_bcast_collection.extended.cc | 2 +- tests/unit/pipe/test_callback_func.cc | 2 +- tests/unit/pipe/test_callback_func_ctx.cc | 2 +- tests/unit/pipe/test_callback_send.cc | 2 +- .../test_callback_send_collection.extended.cc | 2 +- tests/unit/pipe/test_signal_cleanup.cc | 2 +- tests/unit/pool/test_pool.cc | 2 +- tests/unit/pool/test_pool_message_sizes.cc | 2 +- .../test_rdma_collection_handle.extended.cc | 2 +- tests/unit/rdma/test_rdma_common.h | 2 +- tests/unit/rdma/test_rdma_handle.cc | 2 +- tests/unit/rdma/test_rdma_handle.extended.cc | 2 +- tests/unit/rdma/test_rdma_handle.h | 2 +- .../test_rdma_static_sub_handle.extended.cc | 2 +- tests/unit/runnable/test_invoke.cc | 2 +- .../runtime/test_cli_arguments.extended.cc | 2 +- .../runtime/test_component_construction.cc | 2 +- tests/unit/runtime/test_initialization.cc | 2 +- .../unit/runtime/test_initialization.nompi.cc | 2 +- tests/unit/runtime/test_memory_footprint.cc | 2 +- tests/unit/runtime/test_mpi_access_guards.cc | 2 +- tests/unit/runtime/test_preconfig.nompi.cc | 2 +- .../test_temp_enabling_debug_prints.nompi.cc | 2 +- tests/unit/scheduler/test_high_level_calls.cc | 2 +- .../scheduler/test_priority_bits.extended.cc | 2 +- .../scheduler/test_priority_queue.extended.cc | 2 +- tests/unit/scheduler/test_scheduler_loop.cc | 2 +- .../test_scheduler_priorities.extended.cc | 2 +- .../test_scheduler_progress.extended.cc | 2 +- .../unit/scheduler/test_scheduler_timings.cc | 2 +- tests/unit/scheduler/test_thread_actions.cc | 2 +- .../serialization/test_serialize_messenger.cc | 2 +- ...st_serialize_messenger_virtual.extended.cc | 2 +- .../test_collection_chainset_tracking.cc | 2 +- tests/unit/termination/test_epoch_guard.cc | 2 +- tests/unit/termination/test_integral_set.cc | 2 +- tests/unit/termination/test_term_chaining.cc | 2 +- tests/unit/termination/test_term_cleanup.cc | 2 +- .../termination/test_term_dep_send_chain.cc | 2 +- ...st_termination_action_callable.extended.cc | 2 +- .../test_termination_action_common.cc | 2 +- .../test_termination_action_common.h | 2 +- .../test_termination_action_common.impl.h | 2 +- .../test_termination_action_epochs.cc | 2 +- .../test_termination_action_global.cc | 2 +- .../test_termination_action_nested_collect.cc | 2 +- .../test_termination_action_nested_rooted.cc | 2 +- .../test_termination_channel_counting.h | 2 +- .../test_termination_channel_counting.impl.h | 2 +- .../test_termination_channel_message.h | 2 +- .../termination/test_termination_reset.cc | 2 +- tests/unit/test_config.h | 2 +- tests/unit/test_harness.h | 2 +- tests/unit/test_helpers.h | 2 +- tests/unit/test_parallel_harness.h | 2 +- .../timetrigger/test_time_trigger.extended.cc | 2 +- tests/unit/timing/test_timing.nompi.cc | 2 +- .../unit/trace/test_runnable_context_trace.cc | 2 +- tests/unit/trace/test_trace_spec_reader.cc | 2 +- tests/unit/trace/test_trace_user.cc | 2 +- tests/unit/utils/test_bit_packing.nompi.cc | 2 +- .../unit/utils/test_circular_buffer.nompi.cc | 2 +- .../unit/utils/test_demangler_utils.nompi.cc | 2 +- .../unit/utils/test_histogram_approx.nompi.cc | 2 +- .../utils/test_linear_regression.nompi.cc | 2 +- tests/unit/utils/test_sanitizers.nompi.cc | 2 +- tools/workload_replay/simulate_replay.cc | 2 +- tutorial/tutorial_1a.h | 2 +- tutorial/tutorial_1b.h | 2 +- tutorial/tutorial_1c.h | 2 +- tutorial/tutorial_1d.h | 2 +- tutorial/tutorial_1e.h | 2 +- tutorial/tutorial_1f.h | 2 +- tutorial/tutorial_1g.h | 2 +- tutorial/tutorial_1h.h | 2 +- tutorial/tutorial_2a.h | 2 +- tutorial/tutorial_2b.h | 2 +- tutorial/tutorial_3a.h | 2 +- tutorial/tutorial_main.h | 2 +- 1089 files changed, 1130 insertions(+), 1088 deletions(-) diff --git a/LICENSE b/LICENSE index 4a14fcdbb4..1b28f3ee4e 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ DARMA/vt => Virtual Transport For version number see VERSION file -Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +Copyright 2019-2024 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/examples/callback/callback.cc b/examples/callback/callback.cc index e2039ea9d0..31490b23fd 100644 --- a/examples/callback/callback.cc +++ b/examples/callback/callback.cc @@ -5,7 +5,7 @@ // callback.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/callback/callback_context.cc b/examples/callback/callback_context.cc index f2fbb4fe07..2f97261b73 100644 --- a/examples/callback/callback_context.cc +++ b/examples/callback/callback_context.cc @@ -5,7 +5,7 @@ // callback_context.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/insertable_collection.cc b/examples/collection/insertable_collection.cc index f1f16c4d34..7557f574b3 100644 --- a/examples/collection/insertable_collection.cc +++ b/examples/collection/insertable_collection.cc @@ -5,7 +5,7 @@ // insertable_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/jacobi1d_vt.cc b/examples/collection/jacobi1d_vt.cc index 9f5b748dfc..7c4af58211 100644 --- a/examples/collection/jacobi1d_vt.cc +++ b/examples/collection/jacobi1d_vt.cc @@ -5,7 +5,7 @@ // jacobi1d_vt.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/jacobi2d_vt.cc b/examples/collection/jacobi2d_vt.cc index ecbd266e10..9588b9b010 100644 --- a/examples/collection/jacobi2d_vt.cc +++ b/examples/collection/jacobi2d_vt.cc @@ -5,7 +5,7 @@ // jacobi2d_vt.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/jacobi3d_vt.cc b/examples/collection/jacobi3d_vt.cc index b24edc9e90..056e69eb02 100644 --- a/examples/collection/jacobi3d_vt.cc +++ b/examples/collection/jacobi3d_vt.cc @@ -5,7 +5,7 @@ // jacobi3d_vt.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/lb_iter.cc b/examples/collection/lb_iter.cc index 43cf1af159..64fd929a6a 100644 --- a/examples/collection/lb_iter.cc +++ b/examples/collection/lb_iter.cc @@ -5,7 +5,7 @@ // lb_iter.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/migrate_collection.cc b/examples/collection/migrate_collection.cc index ee86a8bd2d..4ea9d4372f 100644 --- a/examples/collection/migrate_collection.cc +++ b/examples/collection/migrate_collection.cc @@ -5,7 +5,7 @@ // migrate_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/polymorphic_collection.cc b/examples/collection/polymorphic_collection.cc index 88bab1448f..9f1356f1c4 100644 --- a/examples/collection/polymorphic_collection.cc +++ b/examples/collection/polymorphic_collection.cc @@ -5,7 +5,7 @@ // polymorphic_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/reduce_integral.cc b/examples/collection/reduce_integral.cc index a88c06d229..64c2fdf2d5 100644 --- a/examples/collection/reduce_integral.cc +++ b/examples/collection/reduce_integral.cc @@ -5,7 +5,7 @@ // reduce_integral.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/collection/transpose.cc b/examples/collection/transpose.cc index 89e5d35848..7919753a2c 100644 --- a/examples/collection/transpose.cc +++ b/examples/collection/transpose.cc @@ -5,7 +5,7 @@ // transpose.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/group/group_collective.cc b/examples/group/group_collective.cc index 0452e7e701..45d7661bcc 100644 --- a/examples/group/group_collective.cc +++ b/examples/group/group_collective.cc @@ -5,7 +5,7 @@ // group_collective.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/group/group_rooted.cc b/examples/group/group_rooted.cc index 094da60fe9..92d837f5f3 100644 --- a/examples/group/group_rooted.cc +++ b/examples/group/group_rooted.cc @@ -5,7 +5,7 @@ // group_rooted.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_reduce.cc b/examples/hello_world/hello_reduce.cc index 69a11bee89..95621b711d 100644 --- a/examples/hello_world/hello_reduce.cc +++ b/examples/hello_world/hello_reduce.cc @@ -5,7 +5,7 @@ // hello_reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world.cc b/examples/hello_world/hello_world.cc index 5200de3783..d89748f239 100644 --- a/examples/hello_world/hello_world.cc +++ b/examples/hello_world/hello_world.cc @@ -5,7 +5,7 @@ // hello_world.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_collection.cc b/examples/hello_world/hello_world_collection.cc index bd9305dc2e..5224aec1fe 100644 --- a/examples/hello_world/hello_world_collection.cc +++ b/examples/hello_world/hello_world_collection.cc @@ -5,7 +5,7 @@ // hello_world_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_collection_collective.cc b/examples/hello_world/hello_world_collection_collective.cc index d0e06fcd59..697f9817e0 100644 --- a/examples/hello_world/hello_world_collection_collective.cc +++ b/examples/hello_world/hello_world_collection_collective.cc @@ -5,7 +5,7 @@ // hello_world_collection_collective.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_collection_reduce.cc b/examples/hello_world/hello_world_collection_reduce.cc index 14062f6012..8ebe3b764f 100644 --- a/examples/hello_world/hello_world_collection_reduce.cc +++ b/examples/hello_world/hello_world_collection_reduce.cc @@ -5,7 +5,7 @@ // hello_world_collection_reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_collection_staged_insert.cc b/examples/hello_world/hello_world_collection_staged_insert.cc index ef097c61cd..3c8d9eec03 100644 --- a/examples/hello_world/hello_world_collection_staged_insert.cc +++ b/examples/hello_world/hello_world_collection_staged_insert.cc @@ -5,7 +5,7 @@ // hello_world_collection_staged_insert.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_functor.cc b/examples/hello_world/hello_world_functor.cc index 306fdb2be9..611f6d676e 100644 --- a/examples/hello_world/hello_world_functor.cc +++ b/examples/hello_world/hello_world_functor.cc @@ -5,7 +5,7 @@ // hello_world_functor.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_virtual_context.cc b/examples/hello_world/hello_world_virtual_context.cc index 8b7e6c7591..438c5785fb 100644 --- a/examples/hello_world/hello_world_virtual_context.cc +++ b/examples/hello_world/hello_world_virtual_context.cc @@ -5,7 +5,7 @@ // hello_world_virtual_context.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/hello_world_virtual_context_remote.cc b/examples/hello_world/hello_world_virtual_context_remote.cc index 69a1ce73b5..68e6c31429 100644 --- a/examples/hello_world/hello_world_virtual_context_remote.cc +++ b/examples/hello_world/hello_world_virtual_context_remote.cc @@ -5,7 +5,7 @@ // hello_world_virtual_context_remote.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/objgroup.cc b/examples/hello_world/objgroup.cc index 6642bc7ee8..57b6764187 100644 --- a/examples/hello_world/objgroup.cc +++ b/examples/hello_world/objgroup.cc @@ -5,7 +5,7 @@ // objgroup.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/hello_world/ring.cc b/examples/hello_world/ring.cc index 2488dbf24f..a504d66dc9 100644 --- a/examples/hello_world/ring.cc +++ b/examples/hello_world/ring.cc @@ -5,7 +5,7 @@ // ring.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/lb_data/lb_data_file_generator.cc b/examples/lb_data/lb_data_file_generator.cc index 7b6ed04794..e9243bf255 100644 --- a/examples/lb_data/lb_data_file_generator.cc +++ b/examples/lb_data/lb_data_file_generator.cc @@ -5,7 +5,7 @@ // lb_data_file_generator.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/rdma/rdma_simple_get.cc b/examples/rdma/rdma_simple_get.cc index 1ea468bcc9..d8beee1da8 100644 --- a/examples/rdma/rdma_simple_get.cc +++ b/examples/rdma/rdma_simple_get.cc @@ -5,7 +5,7 @@ // rdma_simple_get.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/rdma/rdma_simple_get_direct.cc b/examples/rdma/rdma_simple_get_direct.cc index 5a720caab6..05b85313bf 100644 --- a/examples/rdma/rdma_simple_get_direct.cc +++ b/examples/rdma/rdma_simple_get_direct.cc @@ -5,7 +5,7 @@ // rdma_simple_get_direct.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/rdma/rdma_simple_put.cc b/examples/rdma/rdma_simple_put.cc index e59e6d37fb..c26b979c97 100644 --- a/examples/rdma/rdma_simple_put.cc +++ b/examples/rdma/rdma_simple_put.cc @@ -5,7 +5,7 @@ // rdma_simple_put.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/rdma/rdma_simple_put_direct.cc b/examples/rdma/rdma_simple_put_direct.cc index eba91a7c25..f5d59d921d 100644 --- a/examples/rdma/rdma_simple_put_direct.cc +++ b/examples/rdma/rdma_simple_put_direct.cc @@ -5,7 +5,7 @@ // rdma_simple_put_direct.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/termination/termination_collective.cc b/examples/termination/termination_collective.cc index 90f4ef68f1..b1c244b7d8 100644 --- a/examples/termination/termination_collective.cc +++ b/examples/termination/termination_collective.cc @@ -5,7 +5,7 @@ // termination_collective.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/termination/termination_rooted.cc b/examples/termination/termination_rooted.cc index 3eb2c752d0..28d0c7a140 100644 --- a/examples/termination/termination_rooted.cc +++ b/examples/termination/termination_rooted.cc @@ -5,7 +5,7 @@ // termination_rooted.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/examples/tutorial.cc b/examples/tutorial.cc index 9cc837dbc1..578161ad08 100644 --- a/examples/tutorial.cc +++ b/examples/tutorial.cc @@ -5,7 +5,7 @@ // tutorial.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scripts/license-template b/scripts/license-template index d2cd2213b5..c72c6990a8 100644 --- a/scripts/license-template +++ b/scripts/license-template @@ -4,7 +4,7 @@ // // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/activefn/activefn.h b/src/vt/activefn/activefn.h index fd566a30a7..70ee843f73 100644 --- a/src/vt/activefn/activefn.h +++ b/src/vt/activefn/activefn.h @@ -5,7 +5,7 @@ // activefn.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/barrier/barrier.cc b/src/vt/collective/barrier/barrier.cc index d54ebab013..0b78ad132e 100644 --- a/src/vt/collective/barrier/barrier.cc +++ b/src/vt/collective/barrier/barrier.cc @@ -5,7 +5,7 @@ // barrier.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/barrier/barrier.h b/src/vt/collective/barrier/barrier.h index 6ffe0c12be..f0a2bc1dce 100644 --- a/src/vt/collective/barrier/barrier.h +++ b/src/vt/collective/barrier/barrier.h @@ -5,7 +5,7 @@ // barrier.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/barrier/barrier_msg.h b/src/vt/collective/barrier/barrier_msg.h index 3444cea954..771dc51c72 100644 --- a/src/vt/collective/barrier/barrier_msg.h +++ b/src/vt/collective/barrier/barrier_msg.h @@ -5,7 +5,7 @@ // barrier_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/barrier/barrier_state.h b/src/vt/collective/barrier/barrier_state.h index 84562ee37d..c7205448f4 100644 --- a/src/vt/collective/barrier/barrier_state.h +++ b/src/vt/collective/barrier/barrier_state.h @@ -5,7 +5,7 @@ // barrier_state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/basic.cc b/src/vt/collective/basic.cc index 270157c75f..733e99898f 100644 --- a/src/vt/collective/basic.cc +++ b/src/vt/collective/basic.cc @@ -5,7 +5,7 @@ // basic.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/basic.h b/src/vt/collective/basic.h index c7edab2385..ba23d37b4e 100644 --- a/src/vt/collective/basic.h +++ b/src/vt/collective/basic.h @@ -5,7 +5,7 @@ // basic.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective.h b/src/vt/collective/collective.h index f3f855281f..888bdbdf68 100644 --- a/src/vt/collective/collective.h +++ b/src/vt/collective/collective.h @@ -5,7 +5,7 @@ // collective.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_alg.cc b/src/vt/collective/collective_alg.cc index 387e65d0ff..5cb4bb8d30 100644 --- a/src/vt/collective/collective_alg.cc +++ b/src/vt/collective/collective_alg.cc @@ -5,7 +5,7 @@ // collective_alg.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_alg.h b/src/vt/collective/collective_alg.h index bfc2ca10c7..85e9141846 100644 --- a/src/vt/collective/collective_alg.h +++ b/src/vt/collective/collective_alg.h @@ -5,7 +5,7 @@ // collective_alg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_ops.cc b/src/vt/collective/collective_ops.cc index 022b457de8..83e03ce9dc 100644 --- a/src/vt/collective/collective_ops.cc +++ b/src/vt/collective/collective_ops.cc @@ -5,7 +5,7 @@ // collective_ops.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_ops.h b/src/vt/collective/collective_ops.h index 3b36e8a29f..786cee5ae7 100644 --- a/src/vt/collective/collective_ops.h +++ b/src/vt/collective/collective_ops.h @@ -5,7 +5,7 @@ // collective_ops.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_scope.cc b/src/vt/collective/collective_scope.cc index 6e2f296f0e..16b6116221 100644 --- a/src/vt/collective/collective_scope.cc +++ b/src/vt/collective/collective_scope.cc @@ -5,7 +5,7 @@ // collective_scope.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/collective_scope.h b/src/vt/collective/collective_scope.h index 5b6983e89e..6f58b3750d 100644 --- a/src/vt/collective/collective_scope.h +++ b/src/vt/collective/collective_scope.h @@ -5,7 +5,7 @@ // collective_scope.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/get_reduce_stamp.h b/src/vt/collective/reduce/get_reduce_stamp.h index 1d3783cece..c943cdc4af 100644 --- a/src/vt/collective/reduce/get_reduce_stamp.h +++ b/src/vt/collective/reduce/get_reduce_stamp.h @@ -5,7 +5,7 @@ // get_reduce_stamp.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/callback_op.h b/src/vt/collective/reduce/operators/callback_op.h index d9f8147a9d..eb8526c8bb 100644 --- a/src/vt/collective/reduce/operators/callback_op.h +++ b/src/vt/collective/reduce/operators/callback_op.h @@ -5,7 +5,7 @@ // callback_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/default_msg.h b/src/vt/collective/reduce/operators/default_msg.h index 5945393a53..8b80605217 100644 --- a/src/vt/collective/reduce/operators/default_msg.h +++ b/src/vt/collective/reduce/operators/default_msg.h @@ -5,7 +5,7 @@ // default_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/default_op.h b/src/vt/collective/reduce/operators/default_op.h index c423c4f702..11da5a623f 100644 --- a/src/vt/collective/reduce/operators/default_op.h +++ b/src/vt/collective/reduce/operators/default_op.h @@ -5,7 +5,7 @@ // default_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/default_op.impl.h b/src/vt/collective/reduce/operators/default_op.impl.h index 5cea7f650b..a8a87e72c4 100644 --- a/src/vt/collective/reduce/operators/default_op.impl.h +++ b/src/vt/collective/reduce/operators/default_op.impl.h @@ -5,7 +5,7 @@ // default_op.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/and_op.h b/src/vt/collective/reduce/operators/functors/and_op.h index 350509365e..aac7b12ac7 100644 --- a/src/vt/collective/reduce/operators/functors/and_op.h +++ b/src/vt/collective/reduce/operators/functors/and_op.h @@ -5,7 +5,7 @@ // and_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/bit_and_op.h b/src/vt/collective/reduce/operators/functors/bit_and_op.h index 9d47943516..7d08dc41c7 100644 --- a/src/vt/collective/reduce/operators/functors/bit_and_op.h +++ b/src/vt/collective/reduce/operators/functors/bit_and_op.h @@ -5,7 +5,7 @@ // bit_and_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/bit_or_op.h b/src/vt/collective/reduce/operators/functors/bit_or_op.h index d9a686e6b3..dfb011d320 100644 --- a/src/vt/collective/reduce/operators/functors/bit_or_op.h +++ b/src/vt/collective/reduce/operators/functors/bit_or_op.h @@ -5,7 +5,7 @@ // bit_or_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/bit_xor_op.h b/src/vt/collective/reduce/operators/functors/bit_xor_op.h index 4b822fe65c..b08b075b77 100644 --- a/src/vt/collective/reduce/operators/functors/bit_xor_op.h +++ b/src/vt/collective/reduce/operators/functors/bit_xor_op.h @@ -5,7 +5,7 @@ // bit_xor_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/max_op.h b/src/vt/collective/reduce/operators/functors/max_op.h index 7ecc8c86e4..aa4529328f 100644 --- a/src/vt/collective/reduce/operators/functors/max_op.h +++ b/src/vt/collective/reduce/operators/functors/max_op.h @@ -5,7 +5,7 @@ // max_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/min_op.h b/src/vt/collective/reduce/operators/functors/min_op.h index b13de35cdb..b04e101850 100644 --- a/src/vt/collective/reduce/operators/functors/min_op.h +++ b/src/vt/collective/reduce/operators/functors/min_op.h @@ -5,7 +5,7 @@ // min_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/none_op.h b/src/vt/collective/reduce/operators/functors/none_op.h index 958d1406c8..ecee63f9ac 100644 --- a/src/vt/collective/reduce/operators/functors/none_op.h +++ b/src/vt/collective/reduce/operators/functors/none_op.h @@ -5,7 +5,7 @@ // none_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/or_op.h b/src/vt/collective/reduce/operators/functors/or_op.h index 8fca649794..e20f27708e 100644 --- a/src/vt/collective/reduce/operators/functors/or_op.h +++ b/src/vt/collective/reduce/operators/functors/or_op.h @@ -5,7 +5,7 @@ // or_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/plus_op.h b/src/vt/collective/reduce/operators/functors/plus_op.h index 72f2d68f4d..c3759447b6 100644 --- a/src/vt/collective/reduce/operators/functors/plus_op.h +++ b/src/vt/collective/reduce/operators/functors/plus_op.h @@ -5,7 +5,7 @@ // plus_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/operators/functors/tuple_op_helper.h b/src/vt/collective/reduce/operators/functors/tuple_op_helper.h index 096f2cd8ad..9c9128c546 100644 --- a/src/vt/collective/reduce/operators/functors/tuple_op_helper.h +++ b/src/vt/collective/reduce/operators/functors/tuple_op_helper.h @@ -5,7 +5,7 @@ // tuple_op_helper.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce.cc b/src/vt/collective/reduce/reduce.cc index 22a7f51f85..21163e7159 100644 --- a/src/vt/collective/reduce/reduce.cc +++ b/src/vt/collective/reduce/reduce.cc @@ -5,7 +5,7 @@ // reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce.fwd.h b/src/vt/collective/reduce/reduce.fwd.h index 9af1ebb29f..dd7aaced32 100644 --- a/src/vt/collective/reduce/reduce.fwd.h +++ b/src/vt/collective/reduce/reduce.fwd.h @@ -5,7 +5,7 @@ // reduce.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce.h b/src/vt/collective/reduce/reduce.h index 37b1905b2f..b3b6405971 100644 --- a/src/vt/collective/reduce/reduce.h +++ b/src/vt/collective/reduce/reduce.h @@ -5,7 +5,7 @@ // reduce.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce.impl.h b/src/vt/collective/reduce/reduce.impl.h index 3c02f5568d..3ccc36ffe7 100644 --- a/src/vt/collective/reduce/reduce.impl.h +++ b/src/vt/collective/reduce/reduce.impl.h @@ -5,7 +5,7 @@ // reduce.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_manager.cc b/src/vt/collective/reduce/reduce_manager.cc index bd2bba08fa..c7006acac9 100644 --- a/src/vt/collective/reduce/reduce_manager.cc +++ b/src/vt/collective/reduce/reduce_manager.cc @@ -5,7 +5,7 @@ // reduce_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_manager.h b/src/vt/collective/reduce/reduce_manager.h index cbaf554eda..f86039661a 100644 --- a/src/vt/collective/reduce/reduce_manager.h +++ b/src/vt/collective/reduce/reduce_manager.h @@ -5,7 +5,7 @@ // reduce_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_manager.impl.h b/src/vt/collective/reduce/reduce_manager.impl.h index 0a3d336c0f..c9a6d8b460 100644 --- a/src/vt/collective/reduce/reduce_manager.impl.h +++ b/src/vt/collective/reduce/reduce_manager.impl.h @@ -5,7 +5,7 @@ // reduce_manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_msg.h b/src/vt/collective/reduce/reduce_msg.h index 205192ddd4..4d3d02668a 100644 --- a/src/vt/collective/reduce/reduce_msg.h +++ b/src/vt/collective/reduce/reduce_msg.h @@ -5,7 +5,7 @@ // reduce_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_op.h b/src/vt/collective/reduce/reduce_op.h index e59122433a..d75f2f81f6 100644 --- a/src/vt/collective/reduce/reduce_op.h +++ b/src/vt/collective/reduce/reduce_op.h @@ -5,7 +5,7 @@ // reduce_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_scope.h b/src/vt/collective/reduce/reduce_scope.h index 98f957c7ab..842e5f8ea6 100644 --- a/src/vt/collective/reduce/reduce_scope.h +++ b/src/vt/collective/reduce/reduce_scope.h @@ -5,7 +5,7 @@ // reduce_scope.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_scope.impl.h b/src/vt/collective/reduce/reduce_scope.impl.h index d6f5bce5d1..8546c1ce49 100644 --- a/src/vt/collective/reduce/reduce_scope.impl.h +++ b/src/vt/collective/reduce/reduce_scope.impl.h @@ -5,7 +5,7 @@ // reduce_scope.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_state.h b/src/vt/collective/reduce/reduce_state.h index 7dc1df4dc0..17c0d61934 100644 --- a/src/vt/collective/reduce/reduce_state.h +++ b/src/vt/collective/reduce/reduce_state.h @@ -5,7 +5,7 @@ // reduce_state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_state_holder.cc b/src/vt/collective/reduce/reduce_state_holder.cc index fcb5cb1cb9..9631e535a6 100644 --- a/src/vt/collective/reduce/reduce_state_holder.cc +++ b/src/vt/collective/reduce/reduce_state_holder.cc @@ -5,7 +5,7 @@ // reduce_state_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/reduce_state_holder.h b/src/vt/collective/reduce/reduce_state_holder.h index 408046cf72..c95e096598 100644 --- a/src/vt/collective/reduce/reduce_state_holder.h +++ b/src/vt/collective/reduce/reduce_state_holder.h @@ -5,7 +5,7 @@ // reduce_state_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/reduce/scoping/strong_types.h b/src/vt/collective/reduce/scoping/strong_types.h index c4e8eeffd8..0953f1683a 100644 --- a/src/vt/collective/reduce/scoping/strong_types.h +++ b/src/vt/collective/reduce/scoping/strong_types.h @@ -5,7 +5,7 @@ // strong_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/scatter/scatter.cc b/src/vt/collective/scatter/scatter.cc index a5813a4397..405e2c9f74 100644 --- a/src/vt/collective/scatter/scatter.cc +++ b/src/vt/collective/scatter/scatter.cc @@ -5,7 +5,7 @@ // scatter.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/scatter/scatter.h b/src/vt/collective/scatter/scatter.h index fb4d1cd11e..0b0bca5fa5 100644 --- a/src/vt/collective/scatter/scatter.h +++ b/src/vt/collective/scatter/scatter.h @@ -5,7 +5,7 @@ // scatter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/scatter/scatter.impl.h b/src/vt/collective/scatter/scatter.impl.h index ac827d21c6..ec2db7da97 100644 --- a/src/vt/collective/scatter/scatter.impl.h +++ b/src/vt/collective/scatter/scatter.impl.h @@ -5,7 +5,7 @@ // scatter.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/scatter/scatter_msg.h b/src/vt/collective/scatter/scatter_msg.h index 5afa659da3..140393cbd6 100644 --- a/src/vt/collective/scatter/scatter_msg.h +++ b/src/vt/collective/scatter/scatter_msg.h @@ -5,7 +5,7 @@ // scatter_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/startup.cc b/src/vt/collective/startup.cc index 23cc69190a..e9a6677d99 100644 --- a/src/vt/collective/startup.cc +++ b/src/vt/collective/startup.cc @@ -5,7 +5,7 @@ // startup.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/startup.h b/src/vt/collective/startup.h index 0efca01173..a4f24c9f61 100644 --- a/src/vt/collective/startup.h +++ b/src/vt/collective/startup.h @@ -5,7 +5,7 @@ // startup.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/tree/tree.cc b/src/vt/collective/tree/tree.cc index ebc86a5653..2f86909a53 100644 --- a/src/vt/collective/tree/tree.cc +++ b/src/vt/collective/tree/tree.cc @@ -5,7 +5,7 @@ // tree.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collective/tree/tree.h b/src/vt/collective/tree/tree.h index 31ca47fbcb..f27729450f 100644 --- a/src/vt/collective/tree/tree.h +++ b/src/vt/collective/tree/tree.h @@ -5,7 +5,7 @@ // tree.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/config.h b/src/vt/config.h index 09570c02a6..9847b9c896 100644 --- a/src/vt/config.h +++ b/src/vt/config.h @@ -5,7 +5,7 @@ // config.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/arguments/app_config.h b/src/vt/configs/arguments/app_config.h index 51ceeb98ba..6548dc2fd1 100644 --- a/src/vt/configs/arguments/app_config.h +++ b/src/vt/configs/arguments/app_config.h @@ -5,7 +5,7 @@ // app_config.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/arguments/args.cc b/src/vt/configs/arguments/args.cc index 4a968dfdba..2cde3f1710 100644 --- a/src/vt/configs/arguments/args.cc +++ b/src/vt/configs/arguments/args.cc @@ -5,7 +5,7 @@ // args.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/arguments/args.h b/src/vt/configs/arguments/args.h index c2da8ae1da..c9ab8d7e10 100644 --- a/src/vt/configs/arguments/args.h +++ b/src/vt/configs/arguments/args.h @@ -5,7 +5,7 @@ // args.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/arguments/argv_container.h b/src/vt/configs/arguments/argv_container.h index e243fc563e..a3ea91140c 100644 --- a/src/vt/configs/arguments/argv_container.h +++ b/src/vt/configs/arguments/argv_container.h @@ -5,7 +5,7 @@ // argv_container.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_colorize.h b/src/vt/configs/debug/debug_colorize.h index c6c6f8a2c5..50560ae036 100644 --- a/src/vt/configs/debug/debug_colorize.h +++ b/src/vt/configs/debug/debug_colorize.h @@ -5,7 +5,7 @@ // debug_colorize.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_config.h b/src/vt/configs/debug/debug_config.h index bde85b0620..6b579c5718 100644 --- a/src/vt/configs/debug/debug_config.h +++ b/src/vt/configs/debug/debug_config.h @@ -5,7 +5,7 @@ // debug_config.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_fmt.h b/src/vt/configs/debug/debug_fmt.h index 8f68cee6a5..2467e95108 100644 --- a/src/vt/configs/debug/debug_fmt.h +++ b/src/vt/configs/debug/debug_fmt.h @@ -5,7 +5,7 @@ // debug_fmt.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_masterconfig.h b/src/vt/configs/debug/debug_masterconfig.h index 0e121f50e6..baec2da5c8 100644 --- a/src/vt/configs/debug/debug_masterconfig.h +++ b/src/vt/configs/debug/debug_masterconfig.h @@ -5,7 +5,7 @@ // debug_masterconfig.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_print.cc b/src/vt/configs/debug/debug_print.cc index 37bc0fdbe5..da71b81134 100644 --- a/src/vt/configs/debug/debug_print.cc +++ b/src/vt/configs/debug/debug_print.cc @@ -5,7 +5,7 @@ // debug_print.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_print.h b/src/vt/configs/debug/debug_print.h index 32b5c3b151..4fd6955279 100644 --- a/src/vt/configs/debug/debug_print.h +++ b/src/vt/configs/debug/debug_print.h @@ -5,7 +5,7 @@ // debug_print.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_printconst.h b/src/vt/configs/debug/debug_printconst.h index b42cda6350..6a1902869f 100644 --- a/src/vt/configs/debug/debug_printconst.h +++ b/src/vt/configs/debug/debug_printconst.h @@ -5,7 +5,7 @@ // debug_printconst.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/debug/debug_var_unused.h b/src/vt/configs/debug/debug_var_unused.h index c461fc6203..0eb3e59080 100644 --- a/src/vt/configs/debug/debug_var_unused.h +++ b/src/vt/configs/debug/debug_var_unused.h @@ -5,7 +5,7 @@ // debug_var_unused.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/assert_out.h b/src/vt/configs/error/assert_out.h index ab75053fba..9141f8f0c1 100644 --- a/src/vt/configs/error/assert_out.h +++ b/src/vt/configs/error/assert_out.h @@ -5,7 +5,7 @@ // assert_out.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/assert_out.impl.h b/src/vt/configs/error/assert_out.impl.h index 86d8d9c771..96ad714e0b 100644 --- a/src/vt/configs/error/assert_out.impl.h +++ b/src/vt/configs/error/assert_out.impl.h @@ -5,7 +5,7 @@ // assert_out.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/assert_out_info.h b/src/vt/configs/error/assert_out_info.h index 1b086945f1..da84cdd287 100644 --- a/src/vt/configs/error/assert_out_info.h +++ b/src/vt/configs/error/assert_out_info.h @@ -5,7 +5,7 @@ // assert_out_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/assert_out_info.impl.h b/src/vt/configs/error/assert_out_info.impl.h index 1e6c569b47..bdece85496 100644 --- a/src/vt/configs/error/assert_out_info.impl.h +++ b/src/vt/configs/error/assert_out_info.impl.h @@ -5,7 +5,7 @@ // assert_out_info.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/code.h b/src/vt/configs/error/code.h index 1f77cd4384..5de8fa1e0c 100644 --- a/src/vt/configs/error/code.h +++ b/src/vt/configs/error/code.h @@ -5,7 +5,7 @@ // code.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/code_class.h b/src/vt/configs/error/code_class.h index 41f20b4f75..8e2807bc59 100644 --- a/src/vt/configs/error/code_class.h +++ b/src/vt/configs/error/code_class.h @@ -5,7 +5,7 @@ // code_class.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/common.h b/src/vt/configs/error/common.h index 7a215d25f1..9e7a9b9fc5 100644 --- a/src/vt/configs/error/common.h +++ b/src/vt/configs/error/common.h @@ -5,7 +5,7 @@ // common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/config_assert.h b/src/vt/configs/error/config_assert.h index 8b41608954..1cad0f93bb 100644 --- a/src/vt/configs/error/config_assert.h +++ b/src/vt/configs/error/config_assert.h @@ -5,7 +5,7 @@ // config_assert.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/error.h b/src/vt/configs/error/error.h index 83ffc42b96..cebe6529f5 100644 --- a/src/vt/configs/error/error.h +++ b/src/vt/configs/error/error.h @@ -5,7 +5,7 @@ // error.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/error.impl.h b/src/vt/configs/error/error.impl.h index 55e4e3fcc2..041fb434ef 100644 --- a/src/vt/configs/error/error.impl.h +++ b/src/vt/configs/error/error.impl.h @@ -5,7 +5,7 @@ // error.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/error_headers.h b/src/vt/configs/error/error_headers.h index 2b93befe8d..ab5ec74cbf 100644 --- a/src/vt/configs/error/error_headers.h +++ b/src/vt/configs/error/error_headers.h @@ -5,7 +5,7 @@ // error_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/hard_error.h b/src/vt/configs/error/hard_error.h index a72285974e..d897deb8e2 100644 --- a/src/vt/configs/error/hard_error.h +++ b/src/vt/configs/error/hard_error.h @@ -5,7 +5,7 @@ // hard_error.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/keyval_printer.h b/src/vt/configs/error/keyval_printer.h index db714b0544..6cc906633a 100644 --- a/src/vt/configs/error/keyval_printer.h +++ b/src/vt/configs/error/keyval_printer.h @@ -5,7 +5,7 @@ // keyval_printer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/keyval_printer.impl.h b/src/vt/configs/error/keyval_printer.impl.h index d81ab1a118..236470ee30 100644 --- a/src/vt/configs/error/keyval_printer.impl.h +++ b/src/vt/configs/error/keyval_printer.impl.h @@ -5,7 +5,7 @@ // keyval_printer.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/pretty_print_message.cc b/src/vt/configs/error/pretty_print_message.cc index b288cf7c7a..6bd801cd2f 100644 --- a/src/vt/configs/error/pretty_print_message.cc +++ b/src/vt/configs/error/pretty_print_message.cc @@ -5,7 +5,7 @@ // pretty_print_message.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/pretty_print_message.h b/src/vt/configs/error/pretty_print_message.h index 7bdb3bc2f1..56c1642fae 100644 --- a/src/vt/configs/error/pretty_print_message.h +++ b/src/vt/configs/error/pretty_print_message.h @@ -5,7 +5,7 @@ // pretty_print_message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/soft_error.h b/src/vt/configs/error/soft_error.h index 0180248585..248921d6bf 100644 --- a/src/vt/configs/error/soft_error.h +++ b/src/vt/configs/error/soft_error.h @@ -5,7 +5,7 @@ // soft_error.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/stack_out.cc b/src/vt/configs/error/stack_out.cc index 467e0b33eb..85ee478f22 100644 --- a/src/vt/configs/error/stack_out.cc +++ b/src/vt/configs/error/stack_out.cc @@ -5,7 +5,7 @@ // stack_out.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/error/stack_out.h b/src/vt/configs/error/stack_out.h index 1ce8927373..6bdb16fa48 100644 --- a/src/vt/configs/error/stack_out.h +++ b/src/vt/configs/error/stack_out.h @@ -5,7 +5,7 @@ // stack_out.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/features/features_defines.h b/src/vt/configs/features/features_defines.h index 4589a0eeb5..8186bdca24 100644 --- a/src/vt/configs/features/features_defines.h +++ b/src/vt/configs/features/features_defines.h @@ -5,7 +5,7 @@ // features_defines.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/features/features_featureswitch.h b/src/vt/configs/features/features_featureswitch.h index 53841cdb4c..6a65a249ae 100644 --- a/src/vt/configs/features/features_featureswitch.h +++ b/src/vt/configs/features/features_featureswitch.h @@ -5,7 +5,7 @@ // features_featureswitch.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/generated/vt_git_revision.h b/src/vt/configs/generated/vt_git_revision.h index f84d6b54af..fa0e1cd87a 100644 --- a/src/vt/configs/generated/vt_git_revision.h +++ b/src/vt/configs/generated/vt_git_revision.h @@ -5,7 +5,7 @@ // vt_git_revision.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/types/types_headers.h b/src/vt/configs/types/types_headers.h index 84fcad8f47..5c978b44a9 100644 --- a/src/vt/configs/types/types_headers.h +++ b/src/vt/configs/types/types_headers.h @@ -5,7 +5,7 @@ // types_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/types/types_rdma.h b/src/vt/configs/types/types_rdma.h index dd64c394b9..8a060d63d0 100644 --- a/src/vt/configs/types/types_rdma.h +++ b/src/vt/configs/types/types_rdma.h @@ -5,7 +5,7 @@ // types_rdma.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/types/types_sentinels.h b/src/vt/configs/types/types_sentinels.h index 57d38c151f..04bc1b08fd 100644 --- a/src/vt/configs/types/types_sentinels.h +++ b/src/vt/configs/types/types_sentinels.h @@ -5,7 +5,7 @@ // types_sentinels.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/types/types_size.h b/src/vt/configs/types/types_size.h index 64406fb353..6b87f854a8 100644 --- a/src/vt/configs/types/types_size.h +++ b/src/vt/configs/types/types_size.h @@ -5,7 +5,7 @@ // types_size.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/types/types_type.h b/src/vt/configs/types/types_type.h index 9962261752..582268543f 100644 --- a/src/vt/configs/types/types_type.h +++ b/src/vt/configs/types/types_type.h @@ -5,7 +5,7 @@ // types_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context.cc b/src/vt/context/context.cc index db02f6a11a..c3ea408aa8 100644 --- a/src/vt/context/context.cc +++ b/src/vt/context/context.cc @@ -5,7 +5,7 @@ // context.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context.h b/src/vt/context/context.h index 5d568a761d..556f6f0230 100644 --- a/src/vt/context/context.h +++ b/src/vt/context/context.h @@ -5,7 +5,7 @@ // context.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_attorney.cc b/src/vt/context/context_attorney.cc index 0098c01587..26cdcf3cdf 100644 --- a/src/vt/context/context_attorney.cc +++ b/src/vt/context/context_attorney.cc @@ -5,7 +5,7 @@ // context_attorney.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_attorney.h b/src/vt/context/context_attorney.h index 8a41b7a179..df35e75ed8 100644 --- a/src/vt/context/context_attorney.h +++ b/src/vt/context/context_attorney.h @@ -5,7 +5,7 @@ // context_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_attorney_fwd.h b/src/vt/context/context_attorney_fwd.h index 1a5ca774cd..71982a3180 100644 --- a/src/vt/context/context_attorney_fwd.h +++ b/src/vt/context/context_attorney_fwd.h @@ -5,7 +5,7 @@ // context_attorney_fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/collection.cc b/src/vt/context/runnable_context/collection.cc index 666ef0cb7e..b2ae3f3893 100644 --- a/src/vt/context/runnable_context/collection.cc +++ b/src/vt/context/runnable_context/collection.cc @@ -5,7 +5,7 @@ // collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/collection.h b/src/vt/context/runnable_context/collection.h index dcee9d1bc2..3328939096 100644 --- a/src/vt/context/runnable_context/collection.h +++ b/src/vt/context/runnable_context/collection.h @@ -5,7 +5,7 @@ // collection.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/collection.impl.h b/src/vt/context/runnable_context/collection.impl.h index ebb8daccb9..6a756ccda8 100644 --- a/src/vt/context/runnable_context/collection.impl.h +++ b/src/vt/context/runnable_context/collection.impl.h @@ -5,7 +5,7 @@ // collection.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/continuation.h b/src/vt/context/runnable_context/continuation.h index 21a980e69a..1ecf096d41 100644 --- a/src/vt/context/runnable_context/continuation.h +++ b/src/vt/context/runnable_context/continuation.h @@ -5,7 +5,7 @@ // continuation.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/lb_data.cc b/src/vt/context/runnable_context/lb_data.cc index bb0d57105e..af89df779b 100644 --- a/src/vt/context/runnable_context/lb_data.cc +++ b/src/vt/context/runnable_context/lb_data.cc @@ -5,7 +5,7 @@ // lb_data.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/lb_data.fwd.h b/src/vt/context/runnable_context/lb_data.fwd.h index 3f2003b3c8..2301f2c732 100644 --- a/src/vt/context/runnable_context/lb_data.fwd.h +++ b/src/vt/context/runnable_context/lb_data.fwd.h @@ -5,7 +5,7 @@ // lb_data.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/lb_data.h b/src/vt/context/runnable_context/lb_data.h index f211a90839..c84a0b0cdf 100644 --- a/src/vt/context/runnable_context/lb_data.h +++ b/src/vt/context/runnable_context/lb_data.h @@ -5,7 +5,7 @@ // lb_data.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/lb_data.impl.h b/src/vt/context/runnable_context/lb_data.impl.h index 3ddacb2c30..ea5096166c 100644 --- a/src/vt/context/runnable_context/lb_data.impl.h +++ b/src/vt/context/runnable_context/lb_data.impl.h @@ -5,7 +5,7 @@ // lb_data.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/set_context.cc b/src/vt/context/runnable_context/set_context.cc index 97954f73d8..4365817479 100644 --- a/src/vt/context/runnable_context/set_context.cc +++ b/src/vt/context/runnable_context/set_context.cc @@ -5,7 +5,7 @@ // set_context.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/set_context.fwd.h b/src/vt/context/runnable_context/set_context.fwd.h index f3837012df..0f9cc4de8e 100644 --- a/src/vt/context/runnable_context/set_context.fwd.h +++ b/src/vt/context/runnable_context/set_context.fwd.h @@ -5,7 +5,7 @@ // set_context.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/set_context.h b/src/vt/context/runnable_context/set_context.h index 3b32dd275a..b338ea36bb 100644 --- a/src/vt/context/runnable_context/set_context.h +++ b/src/vt/context/runnable_context/set_context.h @@ -5,7 +5,7 @@ // set_context.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/td.cc b/src/vt/context/runnable_context/td.cc index fd6b1c18be..09b684da0b 100644 --- a/src/vt/context/runnable_context/td.cc +++ b/src/vt/context/runnable_context/td.cc @@ -5,7 +5,7 @@ // td.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/td.h b/src/vt/context/runnable_context/td.h index f3ee0f49f3..c3e1dbd73a 100644 --- a/src/vt/context/runnable_context/td.h +++ b/src/vt/context/runnable_context/td.h @@ -5,7 +5,7 @@ // td.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/td.impl.h b/src/vt/context/runnable_context/td.impl.h index 0992a18b54..9111ab1615 100644 --- a/src/vt/context/runnable_context/td.impl.h +++ b/src/vt/context/runnable_context/td.impl.h @@ -5,7 +5,7 @@ // td.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/trace.cc b/src/vt/context/runnable_context/trace.cc index 81e1b0bc17..8f0f8c6f34 100644 --- a/src/vt/context/runnable_context/trace.cc +++ b/src/vt/context/runnable_context/trace.cc @@ -5,7 +5,7 @@ // trace.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/trace.h b/src/vt/context/runnable_context/trace.h index becb7855a3..8e2cb3cea8 100644 --- a/src/vt/context/runnable_context/trace.h +++ b/src/vt/context/runnable_context/trace.h @@ -5,7 +5,7 @@ // trace.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/runnable_context/trace.impl.h b/src/vt/context/runnable_context/trace.impl.h index 840ac45034..81b0654ee8 100644 --- a/src/vt/context/runnable_context/trace.impl.h +++ b/src/vt/context/runnable_context/trace.impl.h @@ -5,7 +5,7 @@ // trace.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_comm.h b/src/vt/elm/elm_comm.h index 44f610a269..b8a34305c1 100644 --- a/src/vt/elm/elm_comm.h +++ b/src/vt/elm/elm_comm.h @@ -5,7 +5,7 @@ // elm_comm.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_id.cc b/src/vt/elm/elm_id.cc index a9303a2f3e..a4548fc9d6 100644 --- a/src/vt/elm/elm_id.cc +++ b/src/vt/elm/elm_id.cc @@ -5,7 +5,7 @@ // elm_id.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_id.h b/src/vt/elm/elm_id.h index 17fd2a6db3..364b91b864 100644 --- a/src/vt/elm/elm_id.h +++ b/src/vt/elm/elm_id.h @@ -5,7 +5,7 @@ // elm_id.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_id_bits.cc b/src/vt/elm/elm_id_bits.cc index 3d0e12cf8b..904c0a5457 100644 --- a/src/vt/elm/elm_id_bits.cc +++ b/src/vt/elm/elm_id_bits.cc @@ -5,7 +5,7 @@ // elm_id_bits.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_id_bits.h b/src/vt/elm/elm_id_bits.h index 4dab5c5c0d..5c72d7111a 100644 --- a/src/vt/elm/elm_id_bits.h +++ b/src/vt/elm/elm_id_bits.h @@ -5,7 +5,7 @@ // elm_id_bits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_lb_data.cc b/src/vt/elm/elm_lb_data.cc index dfa7bd82e1..4489e6bea7 100644 --- a/src/vt/elm/elm_lb_data.cc +++ b/src/vt/elm/elm_lb_data.cc @@ -5,7 +5,7 @@ // elm_lb_data.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_lb_data.fwd.h b/src/vt/elm/elm_lb_data.fwd.h index 9d9583240a..785eb59a2f 100644 --- a/src/vt/elm/elm_lb_data.fwd.h +++ b/src/vt/elm/elm_lb_data.fwd.h @@ -5,7 +5,7 @@ // elm_lb_data.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/elm/elm_lb_data.h b/src/vt/elm/elm_lb_data.h index e7b0c3e3f3..576753250a 100644 --- a/src/vt/elm/elm_lb_data.h +++ b/src/vt/elm/elm_lb_data.h @@ -5,7 +5,7 @@ // elm_lb_data.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch.h b/src/vt/epoch/epoch.h index f3a84d9e94..b64370251a 100644 --- a/src/vt/epoch/epoch.h +++ b/src/vt/epoch/epoch.h @@ -5,7 +5,7 @@ // epoch.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_headers.h b/src/vt/epoch/epoch_headers.h index d391fe0438..42713cea51 100644 --- a/src/vt/epoch/epoch_headers.h +++ b/src/vt/epoch/epoch_headers.h @@ -5,7 +5,7 @@ // epoch_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_impl_type.h b/src/vt/epoch/epoch_impl_type.h index 30631d44bd..51685ba5a9 100644 --- a/src/vt/epoch/epoch_impl_type.h +++ b/src/vt/epoch/epoch_impl_type.h @@ -5,7 +5,7 @@ // epoch_impl_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_manip.cc b/src/vt/epoch/epoch_manip.cc index 93a9c56cb1..0ce81093e8 100644 --- a/src/vt/epoch/epoch_manip.cc +++ b/src/vt/epoch/epoch_manip.cc @@ -5,7 +5,7 @@ // epoch_manip.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_manip.h b/src/vt/epoch/epoch_manip.h index c27649b87d..5d181daa05 100644 --- a/src/vt/epoch/epoch_manip.h +++ b/src/vt/epoch/epoch_manip.h @@ -5,7 +5,7 @@ // epoch_manip.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_type.h b/src/vt/epoch/epoch_type.h index 07704f4ac6..4dbde40ece 100644 --- a/src/vt/epoch/epoch_type.h +++ b/src/vt/epoch/epoch_type.h @@ -5,7 +5,7 @@ // epoch_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_window.cc b/src/vt/epoch/epoch_window.cc index b008be363a..cefa98a310 100644 --- a/src/vt/epoch/epoch_window.cc +++ b/src/vt/epoch/epoch_window.cc @@ -5,7 +5,7 @@ // epoch_window.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/epoch_window.h b/src/vt/epoch/epoch_window.h index 67809263dc..8c49330d6b 100644 --- a/src/vt/epoch/epoch_window.h +++ b/src/vt/epoch/epoch_window.h @@ -5,7 +5,7 @@ // epoch_window.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event.cc b/src/vt/event/event.cc index e721f127f4..f7d32c3b6d 100644 --- a/src/vt/event/event.cc +++ b/src/vt/event/event.cc @@ -5,7 +5,7 @@ // event.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event.h b/src/vt/event/event.h index 23334dc65e..ae49745610 100644 --- a/src/vt/event/event.h +++ b/src/vt/event/event.h @@ -5,7 +5,7 @@ // event.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_holder.cc b/src/vt/event/event_holder.cc index f790e6b69c..dfcf980a61 100644 --- a/src/vt/event/event_holder.cc +++ b/src/vt/event/event_holder.cc @@ -5,7 +5,7 @@ // event_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_holder.h b/src/vt/event/event_holder.h index 92330442fe..8375b67937 100644 --- a/src/vt/event/event_holder.h +++ b/src/vt/event/event_holder.h @@ -5,7 +5,7 @@ // event_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_id.cc b/src/vt/event/event_id.cc index 199f9e3d2a..bdb0495de7 100644 --- a/src/vt/event/event_id.cc +++ b/src/vt/event/event_id.cc @@ -5,7 +5,7 @@ // event_id.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_id.h b/src/vt/event/event_id.h index b063eb4745..8ca2ae600c 100644 --- a/src/vt/event/event_id.h +++ b/src/vt/event/event_id.h @@ -5,7 +5,7 @@ // event_id.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_msgs.h b/src/vt/event/event_msgs.h index 48f1b86b98..bad57b702b 100644 --- a/src/vt/event/event_msgs.h +++ b/src/vt/event/event_msgs.h @@ -5,7 +5,7 @@ // event_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_record.cc b/src/vt/event/event_record.cc index d6d3951f68..5840b42385 100644 --- a/src/vt/event/event_record.cc +++ b/src/vt/event/event_record.cc @@ -5,7 +5,7 @@ // event_record.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/event/event_record.h b/src/vt/event/event_record.h index 84ba9ea012..6e38ae77be 100644 --- a/src/vt/event/event_record.h +++ b/src/vt/event/event_record.h @@ -5,7 +5,7 @@ // event_record.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/base/group_info_base.h b/src/vt/group/base/group_info_base.h index 50115e5a22..a47c932e41 100644 --- a/src/vt/group/base/group_info_base.h +++ b/src/vt/group/base/group_info_base.h @@ -5,7 +5,7 @@ // group_info_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective.h b/src/vt/group/collective/group_collective.h index 1524297220..0f4124ed1f 100644 --- a/src/vt/group/collective/group_collective.h +++ b/src/vt/group/collective/group_collective.h @@ -5,7 +5,7 @@ // group_collective.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective_finished.cc b/src/vt/group/collective/group_collective_finished.cc index a327676f17..e28851e971 100644 --- a/src/vt/group/collective/group_collective_finished.cc +++ b/src/vt/group/collective/group_collective_finished.cc @@ -5,7 +5,7 @@ // group_collective_finished.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective_msg.h b/src/vt/group/collective/group_collective_msg.h index 6b4bcf649c..fa52a492ac 100644 --- a/src/vt/group/collective/group_collective_msg.h +++ b/src/vt/group/collective/group_collective_msg.h @@ -5,7 +5,7 @@ // group_collective_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective_reduce_msg.h b/src/vt/group/collective/group_collective_reduce_msg.h index c878c23264..72242b5f85 100644 --- a/src/vt/group/collective/group_collective_reduce_msg.h +++ b/src/vt/group/collective/group_collective_reduce_msg.h @@ -5,7 +5,7 @@ // group_collective_reduce_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective_util.cc b/src/vt/group/collective/group_collective_util.cc index dbec9a7d4e..5d510493ef 100644 --- a/src/vt/group/collective/group_collective_util.cc +++ b/src/vt/group/collective/group_collective_util.cc @@ -5,7 +5,7 @@ // group_collective_util.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_collective_util.h b/src/vt/group/collective/group_collective_util.h index d1978c4065..57bb8c76a0 100644 --- a/src/vt/group/collective/group_collective_util.h +++ b/src/vt/group/collective/group_collective_util.h @@ -5,7 +5,7 @@ // group_collective_util.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_info_collective.cc b/src/vt/group/collective/group_info_collective.cc index 9cb25f6fc4..4aa6b7d810 100644 --- a/src/vt/group/collective/group_info_collective.cc +++ b/src/vt/group/collective/group_info_collective.cc @@ -5,7 +5,7 @@ // group_info_collective.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/collective/group_info_collective.h b/src/vt/group/collective/group_info_collective.h index 327ac77b4c..c456dfdd97 100644 --- a/src/vt/group/collective/group_info_collective.h +++ b/src/vt/group/collective/group_info_collective.h @@ -5,7 +5,7 @@ // group_info_collective.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/global/group_default.cc b/src/vt/group/global/group_default.cc index 952fe4e3d9..9593dbb619 100644 --- a/src/vt/group/global/group_default.cc +++ b/src/vt/group/global/group_default.cc @@ -5,7 +5,7 @@ // group_default.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/global/group_default.h b/src/vt/group/global/group_default.h index 79a4287a4a..e6fb04c2e3 100644 --- a/src/vt/group/global/group_default.h +++ b/src/vt/group/global/group_default.h @@ -5,7 +5,7 @@ // group_default.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/global/group_default.impl.h b/src/vt/group/global/group_default.impl.h index 8d50239776..1a6d71022b 100644 --- a/src/vt/group/global/group_default.impl.h +++ b/src/vt/group/global/group_default.impl.h @@ -5,7 +5,7 @@ // group_default.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/global/group_default_msg.h b/src/vt/group/global/group_default_msg.h index f94defe6ad..f98353e1c6 100644 --- a/src/vt/group/global/group_default_msg.h +++ b/src/vt/group/global/group_default_msg.h @@ -5,7 +5,7 @@ // group_default_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_common.h b/src/vt/group/group_common.h index 9cb22efe29..297dfd7af6 100644 --- a/src/vt/group/group_common.h +++ b/src/vt/group/group_common.h @@ -5,7 +5,7 @@ // group_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_headers.h b/src/vt/group/group_headers.h index 796a7fd4c8..3d84295f25 100644 --- a/src/vt/group/group_headers.h +++ b/src/vt/group/group_headers.h @@ -5,7 +5,7 @@ // group_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_info.cc b/src/vt/group/group_info.cc index 1652d68ed1..0ae03a418e 100644 --- a/src/vt/group/group_info.cc +++ b/src/vt/group/group_info.cc @@ -5,7 +5,7 @@ // group_info.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_info.fwd.h b/src/vt/group/group_info.fwd.h index 5fcdca91a1..2700a8e3b1 100644 --- a/src/vt/group/group_info.fwd.h +++ b/src/vt/group/group_info.fwd.h @@ -5,7 +5,7 @@ // group_info.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_info.h b/src/vt/group/group_info.h index 3f224fa743..96999abf27 100644 --- a/src/vt/group/group_info.h +++ b/src/vt/group/group_info.h @@ -5,7 +5,7 @@ // group_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_info.impl.h b/src/vt/group/group_info.impl.h index 10fdfd5794..a6fba52f4e 100644 --- a/src/vt/group/group_info.impl.h +++ b/src/vt/group/group_info.impl.h @@ -5,7 +5,7 @@ // group_info.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager.cc b/src/vt/group/group_manager.cc index 835dbb7031..647a056956 100644 --- a/src/vt/group/group_manager.cc +++ b/src/vt/group/group_manager.cc @@ -5,7 +5,7 @@ // group_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager.fwd.h b/src/vt/group/group_manager.fwd.h index c5188b5620..20c06a1d65 100644 --- a/src/vt/group/group_manager.fwd.h +++ b/src/vt/group/group_manager.fwd.h @@ -5,7 +5,7 @@ // group_manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager.h b/src/vt/group/group_manager.h index 23cdaf0e63..ec90a52e0e 100644 --- a/src/vt/group/group_manager.h +++ b/src/vt/group/group_manager.h @@ -5,7 +5,7 @@ // group_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager.impl.h b/src/vt/group/group_manager.impl.h index cd2335853a..c78e56072d 100644 --- a/src/vt/group/group_manager.impl.h +++ b/src/vt/group/group_manager.impl.h @@ -5,7 +5,7 @@ // group_manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager_active_attorney.cc b/src/vt/group/group_manager_active_attorney.cc index 05493fe19b..5e367b2fcc 100644 --- a/src/vt/group/group_manager_active_attorney.cc +++ b/src/vt/group/group_manager_active_attorney.cc @@ -5,7 +5,7 @@ // group_manager_active_attorney.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager_active_attorney.fwd.h b/src/vt/group/group_manager_active_attorney.fwd.h index 8145f0e5dc..414a025e03 100644 --- a/src/vt/group/group_manager_active_attorney.fwd.h +++ b/src/vt/group/group_manager_active_attorney.fwd.h @@ -5,7 +5,7 @@ // group_manager_active_attorney.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/group_manager_active_attorney.h b/src/vt/group/group_manager_active_attorney.h index efcd241baa..9bea132a7e 100644 --- a/src/vt/group/group_manager_active_attorney.h +++ b/src/vt/group/group_manager_active_attorney.h @@ -5,7 +5,7 @@ // group_manager_active_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/id/group_id.cc b/src/vt/group/id/group_id.cc index 0e3ccb50bb..1d17ca8878 100644 --- a/src/vt/group/id/group_id.cc +++ b/src/vt/group/id/group_id.cc @@ -5,7 +5,7 @@ // group_id.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/id/group_id.h b/src/vt/group/id/group_id.h index ae070c35db..55aeafae4c 100644 --- a/src/vt/group/id/group_id.h +++ b/src/vt/group/id/group_id.h @@ -5,7 +5,7 @@ // group_id.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/msg/group_msg.h b/src/vt/group/msg/group_msg.h index e01740a1ba..04395c513d 100644 --- a/src/vt/group/msg/group_msg.h +++ b/src/vt/group/msg/group_msg.h @@ -5,7 +5,7 @@ // group_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_list.cc b/src/vt/group/region/group_list.cc index 3f6bf87858..cbd5c90c02 100644 --- a/src/vt/group/region/group_list.cc +++ b/src/vt/group/region/group_list.cc @@ -5,7 +5,7 @@ // group_list.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_list.h b/src/vt/group/region/group_list.h index 88b56ede5e..2faf9e83e4 100644 --- a/src/vt/group/region/group_list.h +++ b/src/vt/group/region/group_list.h @@ -5,7 +5,7 @@ // group_list.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_range.cc b/src/vt/group/region/group_range.cc index 44ef017293..e237868ad8 100644 --- a/src/vt/group/region/group_range.cc +++ b/src/vt/group/region/group_range.cc @@ -5,7 +5,7 @@ // group_range.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_range.h b/src/vt/group/region/group_range.h index 86e7fb8400..36eefcb8a7 100644 --- a/src/vt/group/region/group_range.h +++ b/src/vt/group/region/group_range.h @@ -5,7 +5,7 @@ // group_range.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_region.cc b/src/vt/group/region/group_region.cc index a67a0dc612..e0bbc3166b 100644 --- a/src/vt/group/region/group_region.cc +++ b/src/vt/group/region/group_region.cc @@ -5,7 +5,7 @@ // group_region.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_region.h b/src/vt/group/region/group_region.h index 17452e603a..14839f3f41 100644 --- a/src/vt/group/region/group_region.h +++ b/src/vt/group/region/group_region.h @@ -5,7 +5,7 @@ // group_region.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_shallow_list.cc b/src/vt/group/region/group_shallow_list.cc index c55ca6315d..a68b4a6e65 100644 --- a/src/vt/group/region/group_shallow_list.cc +++ b/src/vt/group/region/group_shallow_list.cc @@ -5,7 +5,7 @@ // group_shallow_list.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/region/group_shallow_list.h b/src/vt/group/region/group_shallow_list.h index 70cb243fac..5666ff224a 100644 --- a/src/vt/group/region/group_shallow_list.h +++ b/src/vt/group/region/group_shallow_list.h @@ -5,7 +5,7 @@ // group_shallow_list.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/rooted/group_info_rooted.cc b/src/vt/group/rooted/group_info_rooted.cc index 757f85d97a..d3fa2ec76c 100644 --- a/src/vt/group/rooted/group_info_rooted.cc +++ b/src/vt/group/rooted/group_info_rooted.cc @@ -5,7 +5,7 @@ // group_info_rooted.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/rooted/group_info_rooted.h b/src/vt/group/rooted/group_info_rooted.h index 9e4821f646..809622eb33 100644 --- a/src/vt/group/rooted/group_info_rooted.h +++ b/src/vt/group/rooted/group_info_rooted.h @@ -5,7 +5,7 @@ // group_info_rooted.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/handler/handler.cc b/src/vt/handler/handler.cc index d026ee74fd..c8f98ab859 100644 --- a/src/vt/handler/handler.cc +++ b/src/vt/handler/handler.cc @@ -5,7 +5,7 @@ // handler.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/handler/handler.h b/src/vt/handler/handler.h index 66be266b29..610d6c3951 100644 --- a/src/vt/handler/handler.h +++ b/src/vt/handler/handler.h @@ -5,7 +5,7 @@ // handler.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/active.cc b/src/vt/messaging/active.cc index 1c6e1d0aaf..8ed080ba0a 100644 --- a/src/vt/messaging/active.cc +++ b/src/vt/messaging/active.cc @@ -5,7 +5,7 @@ // active.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/active.fwd.h b/src/vt/messaging/active.fwd.h index 05550f8248..e19d9a761c 100644 --- a/src/vt/messaging/active.fwd.h +++ b/src/vt/messaging/active.fwd.h @@ -5,7 +5,7 @@ // active.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/active.h b/src/vt/messaging/active.h index 8721080054..544dbb0a44 100644 --- a/src/vt/messaging/active.h +++ b/src/vt/messaging/active.h @@ -5,7 +5,7 @@ // active.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/active.impl.h b/src/vt/messaging/active.impl.h index 9df798818d..38ae588e8b 100644 --- a/src/vt/messaging/active.impl.h +++ b/src/vt/messaging/active.impl.h @@ -5,7 +5,7 @@ // active.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op.cc b/src/vt/messaging/async_op.cc index 12b8de6823..fdc3c5e57b 100644 --- a/src/vt/messaging/async_op.cc +++ b/src/vt/messaging/async_op.cc @@ -5,7 +5,7 @@ // async_op.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op.h b/src/vt/messaging/async_op.h index 062c9b4959..2dbc08325c 100644 --- a/src/vt/messaging/async_op.h +++ b/src/vt/messaging/async_op.h @@ -5,7 +5,7 @@ // async_op.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_cuda.h b/src/vt/messaging/async_op_cuda.h index 81a4f6d53d..158c0a29c4 100644 --- a/src/vt/messaging/async_op_cuda.h +++ b/src/vt/messaging/async_op_cuda.h @@ -5,7 +5,7 @@ // async_op_cuda.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_hip.h b/src/vt/messaging/async_op_hip.h index bdd27ce1aa..b6d90bdc49 100644 --- a/src/vt/messaging/async_op_hip.h +++ b/src/vt/messaging/async_op_hip.h @@ -5,7 +5,7 @@ // async_op_hip.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_mpi.h b/src/vt/messaging/async_op_mpi.h index 89827b664f..acce0f3aaa 100644 --- a/src/vt/messaging/async_op_mpi.h +++ b/src/vt/messaging/async_op_mpi.h @@ -5,7 +5,7 @@ // async_op_mpi.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_wrapper.cc b/src/vt/messaging/async_op_wrapper.cc index 8042f75203..17c7577c13 100644 --- a/src/vt/messaging/async_op_wrapper.cc +++ b/src/vt/messaging/async_op_wrapper.cc @@ -5,7 +5,7 @@ // async_op_wrapper.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_wrapper.fwd.h b/src/vt/messaging/async_op_wrapper.fwd.h index 25a3779dc3..200b22fe67 100644 --- a/src/vt/messaging/async_op_wrapper.fwd.h +++ b/src/vt/messaging/async_op_wrapper.fwd.h @@ -5,7 +5,7 @@ // async_op_wrapper.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/async_op_wrapper.h b/src/vt/messaging/async_op_wrapper.h index 484fccc7c6..e4498a374f 100644 --- a/src/vt/messaging/async_op_wrapper.h +++ b/src/vt/messaging/async_op_wrapper.h @@ -5,7 +5,7 @@ // async_op_wrapper.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/collection_chain_set.h b/src/vt/messaging/collection_chain_set.h index 93829e1bbd..8966c894c6 100644 --- a/src/vt/messaging/collection_chain_set.h +++ b/src/vt/messaging/collection_chain_set.h @@ -5,7 +5,7 @@ // collection_chain_set.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/collection_chain_set.impl.h b/src/vt/messaging/collection_chain_set.impl.h index 53cf6d9f87..09a155bf17 100644 --- a/src/vt/messaging/collection_chain_set.impl.h +++ b/src/vt/messaging/collection_chain_set.impl.h @@ -5,7 +5,7 @@ // collection_chain_set.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/dependent_send_chain.h b/src/vt/messaging/dependent_send_chain.h index fde9efe75c..92b1d6807e 100644 --- a/src/vt/messaging/dependent_send_chain.h +++ b/src/vt/messaging/dependent_send_chain.h @@ -5,7 +5,7 @@ // dependent_send_chain.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope.h b/src/vt/messaging/envelope.h index bb8c799505..f3db2b2f81 100644 --- a/src/vt/messaging/envelope.h +++ b/src/vt/messaging/envelope.h @@ -5,7 +5,7 @@ // envelope.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope.h b/src/vt/messaging/envelope/envelope.h index 6fc6f1437e..17609aa282 100644 --- a/src/vt/messaging/envelope/envelope.h +++ b/src/vt/messaging/envelope/envelope.h @@ -5,7 +5,7 @@ // envelope.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_base.h b/src/vt/messaging/envelope/envelope_base.h index 1f0660a2b0..4d61782365 100644 --- a/src/vt/messaging/envelope/envelope_base.h +++ b/src/vt/messaging/envelope/envelope_base.h @@ -5,7 +5,7 @@ // envelope_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_extended.h b/src/vt/messaging/envelope/envelope_extended.h index 57a4620a1e..9b54752893 100644 --- a/src/vt/messaging/envelope/envelope_extended.h +++ b/src/vt/messaging/envelope/envelope_extended.h @@ -5,7 +5,7 @@ // envelope_extended.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_extended_util.h b/src/vt/messaging/envelope/envelope_extended_util.h index 2793ae419c..d65d0409c9 100644 --- a/src/vt/messaging/envelope/envelope_extended_util.h +++ b/src/vt/messaging/envelope/envelope_extended_util.h @@ -5,7 +5,7 @@ // envelope_extended_util.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_extended_util.impl.h b/src/vt/messaging/envelope/envelope_extended_util.impl.h index 7a3ebf6fb5..e38ec95e1d 100644 --- a/src/vt/messaging/envelope/envelope_extended_util.impl.h +++ b/src/vt/messaging/envelope/envelope_extended_util.impl.h @@ -5,7 +5,7 @@ // envelope_extended_util.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_get.h b/src/vt/messaging/envelope/envelope_get.h index a906c071cd..badffad797 100644 --- a/src/vt/messaging/envelope/envelope_get.h +++ b/src/vt/messaging/envelope/envelope_get.h @@ -5,7 +5,7 @@ // envelope_get.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_get.impl.h b/src/vt/messaging/envelope/envelope_get.impl.h index ae4fbf12fa..6e9a37d8a9 100644 --- a/src/vt/messaging/envelope/envelope_get.impl.h +++ b/src/vt/messaging/envelope/envelope_get.impl.h @@ -5,7 +5,7 @@ // envelope_get.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_ref.h b/src/vt/messaging/envelope/envelope_ref.h index d4e612482e..187a02bc7b 100644 --- a/src/vt/messaging/envelope/envelope_ref.h +++ b/src/vt/messaging/envelope/envelope_ref.h @@ -5,7 +5,7 @@ // envelope_ref.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_ref.impl.h b/src/vt/messaging/envelope/envelope_ref.impl.h index abfb6e3fef..9d19d13dac 100644 --- a/src/vt/messaging/envelope/envelope_ref.impl.h +++ b/src/vt/messaging/envelope/envelope_ref.impl.h @@ -5,7 +5,7 @@ // envelope_ref.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_set.h b/src/vt/messaging/envelope/envelope_set.h index 440275be59..881e749011 100644 --- a/src/vt/messaging/envelope/envelope_set.h +++ b/src/vt/messaging/envelope/envelope_set.h @@ -5,7 +5,7 @@ // envelope_set.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_set.impl.h b/src/vt/messaging/envelope/envelope_set.impl.h index 7a5c59e996..cd9d6cab74 100644 --- a/src/vt/messaging/envelope/envelope_set.impl.h +++ b/src/vt/messaging/envelope/envelope_set.impl.h @@ -5,7 +5,7 @@ // envelope_set.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_setup.h b/src/vt/messaging/envelope/envelope_setup.h index c87ba86c3a..fb288e5fe7 100644 --- a/src/vt/messaging/envelope/envelope_setup.h +++ b/src/vt/messaging/envelope/envelope_setup.h @@ -5,7 +5,7 @@ // envelope_setup.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_setup.impl.h b/src/vt/messaging/envelope/envelope_setup.impl.h index ec7ed83d80..75f4d83b35 100644 --- a/src/vt/messaging/envelope/envelope_setup.impl.h +++ b/src/vt/messaging/envelope/envelope_setup.impl.h @@ -5,7 +5,7 @@ // envelope_setup.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_test.h b/src/vt/messaging/envelope/envelope_test.h index 5c89568d12..c37f407dd9 100644 --- a/src/vt/messaging/envelope/envelope_test.h +++ b/src/vt/messaging/envelope/envelope_test.h @@ -5,7 +5,7 @@ // envelope_test.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_test.impl.h b/src/vt/messaging/envelope/envelope_test.impl.h index 143d711fc9..c2c6bdf48e 100644 --- a/src/vt/messaging/envelope/envelope_test.impl.h +++ b/src/vt/messaging/envelope/envelope_test.impl.h @@ -5,7 +5,7 @@ // envelope_test.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/envelope_type.h b/src/vt/messaging/envelope/envelope_type.h index da53bc45d9..ac20697e0a 100644 --- a/src/vt/messaging/envelope/envelope_type.h +++ b/src/vt/messaging/envelope/envelope_type.h @@ -5,7 +5,7 @@ // envelope_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/envelope/payload_envelope.h b/src/vt/messaging/envelope/payload_envelope.h index 48e3b71bee..9019a56a6a 100644 --- a/src/vt/messaging/envelope/payload_envelope.h +++ b/src/vt/messaging/envelope/payload_envelope.h @@ -5,7 +5,7 @@ // payload_envelope.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message.h b/src/vt/messaging/message.h index 64d2582b93..8bf116171c 100644 --- a/src/vt/messaging/message.h +++ b/src/vt/messaging/message.h @@ -5,7 +5,7 @@ // message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/message.h b/src/vt/messaging/message/message.h index 63cac620f9..56917c70a6 100644 --- a/src/vt/messaging/message/message.h +++ b/src/vt/messaging/message/message.h @@ -5,7 +5,7 @@ // message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/message_priority.h b/src/vt/messaging/message/message_priority.h index 7b0742382d..b08ff4d4a0 100644 --- a/src/vt/messaging/message/message_priority.h +++ b/src/vt/messaging/message/message_priority.h @@ -5,7 +5,7 @@ // message_priority.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/message_priority.impl.h b/src/vt/messaging/message/message_priority.impl.h index 9df9c81526..6848908e07 100644 --- a/src/vt/messaging/message/message_priority.impl.h +++ b/src/vt/messaging/message/message_priority.impl.h @@ -5,7 +5,7 @@ // message_priority.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/message_serialize.h b/src/vt/messaging/message/message_serialize.h index 626df65bb2..59a9d2fae4 100644 --- a/src/vt/messaging/message/message_serialize.h +++ b/src/vt/messaging/message/message_serialize.h @@ -5,7 +5,7 @@ // message_serialize.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/put_message.h b/src/vt/messaging/message/put_message.h index ea1f98cad4..0d211d14f3 100644 --- a/src/vt/messaging/message/put_message.h +++ b/src/vt/messaging/message/put_message.h @@ -5,7 +5,7 @@ // put_message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/refs.h b/src/vt/messaging/message/refs.h index 23827bd40c..74c34c9431 100644 --- a/src/vt/messaging/message/refs.h +++ b/src/vt/messaging/message/refs.h @@ -5,7 +5,7 @@ // refs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/refs.impl.h b/src/vt/messaging/message/refs.impl.h index a825e91548..44fb44bf36 100644 --- a/src/vt/messaging/message/refs.impl.h +++ b/src/vt/messaging/message/refs.impl.h @@ -5,7 +5,7 @@ // refs.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/shared_message.h b/src/vt/messaging/message/shared_message.h index b1562de148..86c32911ac 100644 --- a/src/vt/messaging/message/shared_message.h +++ b/src/vt/messaging/message/shared_message.h @@ -5,7 +5,7 @@ // shared_message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/shared_message.impl.h b/src/vt/messaging/message/shared_message.impl.h index 3a3829d9a1..001a58a021 100644 --- a/src/vt/messaging/message/shared_message.impl.h +++ b/src/vt/messaging/message/shared_message.impl.h @@ -5,7 +5,7 @@ // shared_message.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/message/smart_ptr.h b/src/vt/messaging/message/smart_ptr.h index efcc215c56..f93b8a8fcb 100644 --- a/src/vt/messaging/message/smart_ptr.h +++ b/src/vt/messaging/message/smart_ptr.h @@ -5,7 +5,7 @@ // smart_ptr.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/param_msg.h b/src/vt/messaging/param_msg.h index 095b1e63c4..4de5c91f4d 100644 --- a/src/vt/messaging/param_msg.h +++ b/src/vt/messaging/param_msg.h @@ -5,7 +5,7 @@ // param_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/param_msg.impl.h b/src/vt/messaging/param_msg.impl.h index 51d3437005..61eb30df94 100644 --- a/src/vt/messaging/param_msg.impl.h +++ b/src/vt/messaging/param_msg.impl.h @@ -5,7 +5,7 @@ // param_msg.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/pending_send.cc b/src/vt/messaging/pending_send.cc index d19ae2401b..97519ed183 100644 --- a/src/vt/messaging/pending_send.cc +++ b/src/vt/messaging/pending_send.cc @@ -5,7 +5,7 @@ // pending_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/pending_send.fwd.h b/src/vt/messaging/pending_send.fwd.h index 8e427e36d7..3f215d3f28 100644 --- a/src/vt/messaging/pending_send.fwd.h +++ b/src/vt/messaging/pending_send.fwd.h @@ -5,7 +5,7 @@ // pending_send.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/pending_send.h b/src/vt/messaging/pending_send.h index c081363fb9..8c361d48b3 100644 --- a/src/vt/messaging/pending_send.h +++ b/src/vt/messaging/pending_send.h @@ -5,7 +5,7 @@ // pending_send.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/request_holder.h b/src/vt/messaging/request_holder.h index 552e0e92c4..1948bbe077 100644 --- a/src/vt/messaging/request_holder.h +++ b/src/vt/messaging/request_holder.h @@ -5,7 +5,7 @@ // request_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messaging/send_info.h b/src/vt/messaging/send_info.h index 57dd67c389..fd5722306d 100644 --- a/src/vt/messaging/send_info.h +++ b/src/vt/messaging/send_info.h @@ -5,7 +5,7 @@ // send_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/active_func/active_func.h b/src/vt/objgroup/active_func/active_func.h index 4436b297c4..31c6917050 100644 --- a/src/vt/objgroup/active_func/active_func.h +++ b/src/vt/objgroup/active_func/active_func.h @@ -5,7 +5,7 @@ // active_func.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/common.h b/src/vt/objgroup/common.h index fc5c07bfa4..af7ba39615 100644 --- a/src/vt/objgroup/common.h +++ b/src/vt/objgroup/common.h @@ -5,7 +5,7 @@ // common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/headers.h b/src/vt/objgroup/headers.h index 09f18792e9..721bc19c21 100644 --- a/src/vt/objgroup/headers.h +++ b/src/vt/objgroup/headers.h @@ -5,7 +5,7 @@ // headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/holder/holder.h b/src/vt/objgroup/holder/holder.h index 95d911c7f4..9dd9800ee3 100644 --- a/src/vt/objgroup/holder/holder.h +++ b/src/vt/objgroup/holder/holder.h @@ -5,7 +5,7 @@ // holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/holder/holder_base.h b/src/vt/objgroup/holder/holder_base.h index 9ff67bcfec..fe1c84c144 100644 --- a/src/vt/objgroup/holder/holder_base.h +++ b/src/vt/objgroup/holder/holder_base.h @@ -5,7 +5,7 @@ // holder_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/holder/holder_basic.h b/src/vt/objgroup/holder/holder_basic.h index 0f8d643893..2506d4765b 100644 --- a/src/vt/objgroup/holder/holder_basic.h +++ b/src/vt/objgroup/holder/holder_basic.h @@ -5,7 +5,7 @@ // holder_basic.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/holder/holder_user.h b/src/vt/objgroup/holder/holder_user.h index 81f8546064..2b6b6e9eca 100644 --- a/src/vt/objgroup/holder/holder_user.h +++ b/src/vt/objgroup/holder/holder_user.h @@ -5,7 +5,7 @@ // holder_user.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/manager.cc b/src/vt/objgroup/manager.cc index 448de0d794..b8fce6f875 100644 --- a/src/vt/objgroup/manager.cc +++ b/src/vt/objgroup/manager.cc @@ -5,7 +5,7 @@ // manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/manager.fwd.h b/src/vt/objgroup/manager.fwd.h index 14ad2bb4af..9b5332cf30 100644 --- a/src/vt/objgroup/manager.fwd.h +++ b/src/vt/objgroup/manager.fwd.h @@ -5,7 +5,7 @@ // manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/manager.h b/src/vt/objgroup/manager.h index 8d144dc14c..447cf2b6e0 100644 --- a/src/vt/objgroup/manager.h +++ b/src/vt/objgroup/manager.h @@ -5,7 +5,7 @@ // manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/manager.impl.h b/src/vt/objgroup/manager.impl.h index ff24ee549c..26ae714e04 100644 --- a/src/vt/objgroup/manager.impl.h +++ b/src/vt/objgroup/manager.impl.h @@ -5,7 +5,7 @@ // manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/manager.static.h b/src/vt/objgroup/manager.static.h index 9f3b490697..75eadb13cb 100644 --- a/src/vt/objgroup/manager.static.h +++ b/src/vt/objgroup/manager.static.h @@ -5,7 +5,7 @@ // manager.static.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_bits.cc b/src/vt/objgroup/proxy/proxy_bits.cc index e5b0b97b1c..268bed67a7 100644 --- a/src/vt/objgroup/proxy/proxy_bits.cc +++ b/src/vt/objgroup/proxy/proxy_bits.cc @@ -5,7 +5,7 @@ // proxy_bits.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_bits.h b/src/vt/objgroup/proxy/proxy_bits.h index 8e81d6b5ae..0f0d9ecf7e 100644 --- a/src/vt/objgroup/proxy/proxy_bits.h +++ b/src/vt/objgroup/proxy/proxy_bits.h @@ -5,7 +5,7 @@ // proxy_bits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_objgroup.h b/src/vt/objgroup/proxy/proxy_objgroup.h index a38cb984f2..825c652df0 100644 --- a/src/vt/objgroup/proxy/proxy_objgroup.h +++ b/src/vt/objgroup/proxy/proxy_objgroup.h @@ -5,7 +5,7 @@ // proxy_objgroup.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_objgroup.impl.h b/src/vt/objgroup/proxy/proxy_objgroup.impl.h index f546b65719..337f9fcaab 100644 --- a/src/vt/objgroup/proxy/proxy_objgroup.impl.h +++ b/src/vt/objgroup/proxy/proxy_objgroup.impl.h @@ -5,7 +5,7 @@ // proxy_objgroup.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_objgroup_elm.h b/src/vt/objgroup/proxy/proxy_objgroup_elm.h index 812de35633..f669c7030f 100644 --- a/src/vt/objgroup/proxy/proxy_objgroup_elm.h +++ b/src/vt/objgroup/proxy/proxy_objgroup_elm.h @@ -5,7 +5,7 @@ // proxy_objgroup_elm.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/proxy/proxy_objgroup_elm.impl.h b/src/vt/objgroup/proxy/proxy_objgroup_elm.impl.h index ec0eda110e..c9af7e9593 100644 --- a/src/vt/objgroup/proxy/proxy_objgroup_elm.impl.h +++ b/src/vt/objgroup/proxy/proxy_objgroup_elm.impl.h @@ -5,7 +5,7 @@ // proxy_objgroup_elm.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/type_registry/registry.h b/src/vt/objgroup/type_registry/registry.h index 0b9031562b..d7f6bfebce 100644 --- a/src/vt/objgroup/type_registry/registry.h +++ b/src/vt/objgroup/type_registry/registry.h @@ -5,7 +5,7 @@ // registry.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/type_registry/registry.impl.h b/src/vt/objgroup/type_registry/registry.impl.h index b6e64c6e93..39a4ae8e0f 100644 --- a/src/vt/objgroup/type_registry/registry.impl.h +++ b/src/vt/objgroup/type_registry/registry.impl.h @@ -5,7 +5,7 @@ // registry.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/phase_hook_enum.h b/src/vt/phase/phase_hook_enum.h index 7955014311..85e3159d46 100644 --- a/src/vt/phase/phase_hook_enum.h +++ b/src/vt/phase/phase_hook_enum.h @@ -5,7 +5,7 @@ // phase_hook_enum.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/phase_hook_id.h b/src/vt/phase/phase_hook_id.h index c7d63312f2..a6b56c22b8 100644 --- a/src/vt/phase/phase_hook_id.h +++ b/src/vt/phase/phase_hook_id.h @@ -5,7 +5,7 @@ // phase_hook_id.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/phase_manager.cc b/src/vt/phase/phase_manager.cc index d67ce629ae..940fc4225f 100644 --- a/src/vt/phase/phase_manager.cc +++ b/src/vt/phase/phase_manager.cc @@ -5,7 +5,7 @@ // phase_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/phase_manager.h b/src/vt/phase/phase_manager.h index 4e8591eff8..3738f77044 100644 --- a/src/vt/phase/phase_manager.h +++ b/src/vt/phase/phase_manager.h @@ -5,7 +5,7 @@ // phase_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon.fwd.h b/src/vt/pipe/callback/anon/callback_anon.fwd.h index c22173d859..819fcd3001 100644 --- a/src/vt/pipe/callback/anon/callback_anon.fwd.h +++ b/src/vt/pipe/callback/anon/callback_anon.fwd.h @@ -5,7 +5,7 @@ // callback_anon.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon.h b/src/vt/pipe/callback/anon/callback_anon.h index e341fa67a7..f42c858d5a 100644 --- a/src/vt/pipe/callback/anon/callback_anon.h +++ b/src/vt/pipe/callback/anon/callback_anon.h @@ -5,7 +5,7 @@ // callback_anon.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon.impl.h b/src/vt/pipe/callback/anon/callback_anon.impl.h index e4b039d8d3..65bd4cd83e 100644 --- a/src/vt/pipe/callback/anon/callback_anon.impl.h +++ b/src/vt/pipe/callback/anon/callback_anon.impl.h @@ -5,7 +5,7 @@ // callback_anon.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_listener.h b/src/vt/pipe/callback/anon/callback_anon_listener.h index 6bfaf4c66a..6f5be2e460 100644 --- a/src/vt/pipe/callback/anon/callback_anon_listener.h +++ b/src/vt/pipe/callback/anon/callback_anon_listener.h @@ -5,7 +5,7 @@ // callback_anon_listener.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_listener.impl.h b/src/vt/pipe/callback/anon/callback_anon_listener.impl.h index d75e302e85..7c35a4babd 100644 --- a/src/vt/pipe/callback/anon/callback_anon_listener.impl.h +++ b/src/vt/pipe/callback/anon/callback_anon_listener.impl.h @@ -5,7 +5,7 @@ // callback_anon_listener.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_tl.cc b/src/vt/pipe/callback/anon/callback_anon_tl.cc index 02f76bb1c0..08d04f6e95 100644 --- a/src/vt/pipe/callback/anon/callback_anon_tl.cc +++ b/src/vt/pipe/callback/anon/callback_anon_tl.cc @@ -5,7 +5,7 @@ // callback_anon_tl.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_tl.fwd.h b/src/vt/pipe/callback/anon/callback_anon_tl.fwd.h index ffa4b83025..8b878ded8b 100644 --- a/src/vt/pipe/callback/anon/callback_anon_tl.fwd.h +++ b/src/vt/pipe/callback/anon/callback_anon_tl.fwd.h @@ -5,7 +5,7 @@ // callback_anon_tl.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_tl.h b/src/vt/pipe/callback/anon/callback_anon_tl.h index f991d37da0..0947bcebb6 100644 --- a/src/vt/pipe/callback/anon/callback_anon_tl.h +++ b/src/vt/pipe/callback/anon/callback_anon_tl.h @@ -5,7 +5,7 @@ // callback_anon_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/anon/callback_anon_tl.impl.h b/src/vt/pipe/callback/anon/callback_anon_tl.impl.h index 2d727c9adc..a41168b32b 100644 --- a/src/vt/pipe/callback/anon/callback_anon_tl.impl.h +++ b/src/vt/pipe/callback/anon/callback_anon_tl.impl.h @@ -5,7 +5,7 @@ // callback_anon_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/callback_base.h b/src/vt/pipe/callback/callback_base.h index f6b1f55407..54fa724018 100644 --- a/src/vt/pipe/callback/callback_base.h +++ b/src/vt/pipe/callback/callback_base.h @@ -5,7 +5,7 @@ // callback_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/callback_base_tl.h b/src/vt/pipe/callback/callback_base_tl.h index adae2dabaa..c0dc5b91aa 100644 --- a/src/vt/pipe/callback/callback_base_tl.h +++ b/src/vt/pipe/callback/callback_base_tl.h @@ -5,7 +5,7 @@ // callback_base_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/callback_handler_bcast.h b/src/vt/pipe/callback/callback_handler_bcast.h index b53e5cdf03..e14c31ca5c 100644 --- a/src/vt/pipe/callback/callback_handler_bcast.h +++ b/src/vt/pipe/callback/callback_handler_bcast.h @@ -5,7 +5,7 @@ // callback_handler_bcast.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/cb_union/cb_raw.h b/src/vt/pipe/callback/cb_union/cb_raw.h index 0b7a99b0b9..ba5143693c 100644 --- a/src/vt/pipe/callback/cb_union/cb_raw.h +++ b/src/vt/pipe/callback/cb_union/cb_raw.h @@ -5,7 +5,7 @@ // cb_raw.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/cb_union/cb_raw_base.cc b/src/vt/pipe/callback/cb_union/cb_raw_base.cc index fc6424be9d..0ea7cc74cd 100644 --- a/src/vt/pipe/callback/cb_union/cb_raw_base.cc +++ b/src/vt/pipe/callback/cb_union/cb_raw_base.cc @@ -5,7 +5,7 @@ // cb_raw_base.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/cb_union/cb_raw_base.h b/src/vt/pipe/callback/cb_union/cb_raw_base.h index 05be09b89d..6037cc5f1a 100644 --- a/src/vt/pipe/callback/cb_union/cb_raw_base.h +++ b/src/vt/pipe/callback/cb_union/cb_raw_base.h @@ -5,7 +5,7 @@ // cb_raw_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/cb_union/cb_raw_base.impl.h b/src/vt/pipe/callback/cb_union/cb_raw_base.impl.h index 7447b66a46..6bad1cf4a4 100644 --- a/src/vt/pipe/callback/cb_union/cb_raw_base.impl.h +++ b/src/vt/pipe/callback/cb_union/cb_raw_base.impl.h @@ -5,7 +5,7 @@ // cb_raw_base.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast.fwd.h b/src/vt/pipe/callback/handler_bcast/callback_bcast.fwd.h index 6be2f50caa..8360c1b4ef 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast.fwd.h +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast.fwd.h @@ -5,7 +5,7 @@ // callback_bcast.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast.h b/src/vt/pipe/callback/handler_bcast/callback_bcast.h index 5420905e19..e0b623206d 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast.h +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast.h @@ -5,7 +5,7 @@ // callback_bcast.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast.impl.h b/src/vt/pipe/callback/handler_bcast/callback_bcast.impl.h index 869b6f54cd..9c7d2d3bff 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast.impl.h +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast.impl.h @@ -5,7 +5,7 @@ // callback_bcast.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast_tl.cc b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.cc index e48f25b09e..28c1436fbe 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.cc +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.cc @@ -5,7 +5,7 @@ // callback_bcast_tl.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast_tl.h b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.h index ea34f6c56c..36744c90af 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.h +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.h @@ -5,7 +5,7 @@ // callback_bcast_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_bcast/callback_bcast_tl.impl.h b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.impl.h index 60025a61fa..5bf0f580a8 100644 --- a/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.impl.h +++ b/src/vt/pipe/callback/handler_bcast/callback_bcast_tl.impl.h @@ -5,7 +5,7 @@ // callback_bcast_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send.fwd.h b/src/vt/pipe/callback/handler_send/callback_send.fwd.h index 0ca79d613f..a6ee742a73 100644 --- a/src/vt/pipe/callback/handler_send/callback_send.fwd.h +++ b/src/vt/pipe/callback/handler_send/callback_send.fwd.h @@ -5,7 +5,7 @@ // callback_send.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send.h b/src/vt/pipe/callback/handler_send/callback_send.h index 34210adadf..d195efc301 100644 --- a/src/vt/pipe/callback/handler_send/callback_send.h +++ b/src/vt/pipe/callback/handler_send/callback_send.h @@ -5,7 +5,7 @@ // callback_send.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send.impl.h b/src/vt/pipe/callback/handler_send/callback_send.impl.h index 8914102668..5871f59fb6 100644 --- a/src/vt/pipe/callback/handler_send/callback_send.impl.h +++ b/src/vt/pipe/callback/handler_send/callback_send.impl.h @@ -5,7 +5,7 @@ // callback_send.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send_han.h b/src/vt/pipe/callback/handler_send/callback_send_han.h index d9b3b93a01..15d2d1023a 100644 --- a/src/vt/pipe/callback/handler_send/callback_send_han.h +++ b/src/vt/pipe/callback/handler_send/callback_send_han.h @@ -5,7 +5,7 @@ // callback_send_han.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send_han.impl.h b/src/vt/pipe/callback/handler_send/callback_send_han.impl.h index 72b9a6a547..5ae0cf2ea5 100644 --- a/src/vt/pipe/callback/handler_send/callback_send_han.impl.h +++ b/src/vt/pipe/callback/handler_send/callback_send_han.impl.h @@ -5,7 +5,7 @@ // callback_send_han.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send_tl.cc b/src/vt/pipe/callback/handler_send/callback_send_tl.cc index 335d069019..3250347a2f 100644 --- a/src/vt/pipe/callback/handler_send/callback_send_tl.cc +++ b/src/vt/pipe/callback/handler_send/callback_send_tl.cc @@ -5,7 +5,7 @@ // callback_send_tl.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send_tl.h b/src/vt/pipe/callback/handler_send/callback_send_tl.h index e86d491132..abbfcdf8a9 100644 --- a/src/vt/pipe/callback/handler_send/callback_send_tl.h +++ b/src/vt/pipe/callback/handler_send/callback_send_tl.h @@ -5,7 +5,7 @@ // callback_send_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/handler_send/callback_send_tl.impl.h b/src/vt/pipe/callback/handler_send/callback_send_tl.impl.h index 6dff10fa7f..3c30f21212 100644 --- a/src/vt/pipe/callback/handler_send/callback_send_tl.impl.h +++ b/src/vt/pipe/callback/handler_send/callback_send_tl.impl.h @@ -5,7 +5,7 @@ // callback_send_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_bcast/callback_objgroup_bcast.fwd.h b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.fwd.h index 1fc6cd164c..079623e10a 100644 --- a/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.fwd.h +++ b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.fwd.h @@ -5,7 +5,7 @@ // callback_objgroup_bcast.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_bcast/callback_objgroup_bcast.h b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.h index 4c2c9d78e0..f78971da00 100644 --- a/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.h +++ b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.h @@ -5,7 +5,7 @@ // callback_objgroup_bcast.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_bcast/callback_objgroup_bcast.impl.h b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.impl.h index 6596746ad0..db8ee78719 100644 --- a/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.impl.h +++ b/src/vt/pipe/callback/objgroup_bcast/callback_objgroup_bcast.impl.h @@ -5,7 +5,7 @@ // callback_objgroup_bcast.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_send/callback_objgroup_send.fwd.h b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.fwd.h index 708b9d0493..20cbe19685 100644 --- a/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.fwd.h +++ b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.fwd.h @@ -5,7 +5,7 @@ // callback_objgroup_send.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_send/callback_objgroup_send.h b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.h index dc815eb8f0..601b70bcfb 100644 --- a/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.h +++ b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.h @@ -5,7 +5,7 @@ // callback_objgroup_send.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/objgroup_send/callback_objgroup_send.impl.h b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.impl.h index 28cf2cdf28..d875a63127 100644 --- a/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.impl.h +++ b/src/vt/pipe/callback/objgroup_send/callback_objgroup_send.impl.h @@ -5,7 +5,7 @@ // callback_objgroup_send.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_bcast/callback_proxy_bcast.h b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.h index d1272e5a3e..781cd7786d 100644 --- a/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.h +++ b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.h @@ -5,7 +5,7 @@ // callback_proxy_bcast.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_bcast/callback_proxy_bcast.impl.h b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.impl.h index 3c85e0a57c..4532c493b7 100644 --- a/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.impl.h +++ b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast.impl.h @@ -5,7 +5,7 @@ // callback_proxy_bcast.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.fwd.h b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.fwd.h index 1f590e8c01..8c9334efd4 100644 --- a/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.fwd.h +++ b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.fwd.h @@ -5,7 +5,7 @@ // callback_proxy_bcast_tl.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.h b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.h index bf21aac8a9..67b966d675 100644 --- a/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.h +++ b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.h @@ -5,7 +5,7 @@ // callback_proxy_bcast_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.impl.h b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.impl.h index d51e587061..f0e20d7dc1 100644 --- a/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.impl.h +++ b/src/vt/pipe/callback/proxy_bcast/callback_proxy_bcast_tl.impl.h @@ -5,7 +5,7 @@ // callback_proxy_bcast_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_send/callback_proxy_send.h b/src/vt/pipe/callback/proxy_send/callback_proxy_send.h index cc85db3a07..cfb681a679 100644 --- a/src/vt/pipe/callback/proxy_send/callback_proxy_send.h +++ b/src/vt/pipe/callback/proxy_send/callback_proxy_send.h @@ -5,7 +5,7 @@ // callback_proxy_send.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_send/callback_proxy_send.impl.h b/src/vt/pipe/callback/proxy_send/callback_proxy_send.impl.h index f7f05e7af1..c69faed744 100644 --- a/src/vt/pipe/callback/proxy_send/callback_proxy_send.impl.h +++ b/src/vt/pipe/callback/proxy_send/callback_proxy_send.impl.h @@ -5,7 +5,7 @@ // callback_proxy_send.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_send/callback_proxy_send_tl.fwd.h b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.fwd.h index c9af73a863..8ebc0c4882 100644 --- a/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.fwd.h +++ b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.fwd.h @@ -5,7 +5,7 @@ // callback_proxy_send_tl.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_send/callback_proxy_send_tl.h b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.h index f8856f5c3b..7f9c5c271e 100644 --- a/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.h +++ b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.h @@ -5,7 +5,7 @@ // callback_proxy_send_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/callback/proxy_send/callback_proxy_send_tl.impl.h b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.impl.h index 52abbf3426..c67ef150ef 100644 --- a/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.impl.h +++ b/src/vt/pipe/callback/proxy_send/callback_proxy_send_tl.impl.h @@ -5,7 +5,7 @@ // callback_proxy_send_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/id/pipe_id.cc b/src/vt/pipe/id/pipe_id.cc index 90a2892543..05e1e5da1f 100644 --- a/src/vt/pipe/id/pipe_id.cc +++ b/src/vt/pipe/id/pipe_id.cc @@ -5,7 +5,7 @@ // pipe_id.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/id/pipe_id.h b/src/vt/pipe/id/pipe_id.h index cef1318d8e..5fb960f279 100644 --- a/src/vt/pipe/id/pipe_id.h +++ b/src/vt/pipe/id/pipe_id.h @@ -5,7 +5,7 @@ // pipe_id.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/base_container.h b/src/vt/pipe/interface/base_container.h index f08bf06469..9ac22315d7 100644 --- a/src/vt/pipe/interface/base_container.h +++ b/src/vt/pipe/interface/base_container.h @@ -5,7 +5,7 @@ // base_container.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/callback_direct.h b/src/vt/pipe/interface/callback_direct.h index c520e60190..d188ebe43d 100644 --- a/src/vt/pipe/interface/callback_direct.h +++ b/src/vt/pipe/interface/callback_direct.h @@ -5,7 +5,7 @@ // callback_direct.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/callback_direct_multi.h b/src/vt/pipe/interface/callback_direct_multi.h index 6f2541363a..a5060f1485 100644 --- a/src/vt/pipe/interface/callback_direct_multi.h +++ b/src/vt/pipe/interface/callback_direct_multi.h @@ -5,7 +5,7 @@ // callback_direct_multi.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/callback_types.h b/src/vt/pipe/interface/callback_types.h index eb11d2345c..defed9f5e6 100644 --- a/src/vt/pipe/interface/callback_types.h +++ b/src/vt/pipe/interface/callback_types.h @@ -5,7 +5,7 @@ // callback_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/remote_container.h b/src/vt/pipe/interface/remote_container.h index 0bac25b3c6..ed34fda698 100644 --- a/src/vt/pipe/interface/remote_container.h +++ b/src/vt/pipe/interface/remote_container.h @@ -5,7 +5,7 @@ // remote_container.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/remote_container.impl.h b/src/vt/pipe/interface/remote_container.impl.h index 39283b6cdf..105a5d31bc 100644 --- a/src/vt/pipe/interface/remote_container.impl.h +++ b/src/vt/pipe/interface/remote_container.impl.h @@ -5,7 +5,7 @@ // remote_container.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/remote_container_typeless.h b/src/vt/pipe/interface/remote_container_typeless.h index 971d12f5c3..f1bdaa071d 100644 --- a/src/vt/pipe/interface/remote_container_typeless.h +++ b/src/vt/pipe/interface/remote_container_typeless.h @@ -5,7 +5,7 @@ // remote_container_typeless.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/send_container.h b/src/vt/pipe/interface/send_container.h index a5a6a482ec..b0777ea71b 100644 --- a/src/vt/pipe/interface/send_container.h +++ b/src/vt/pipe/interface/send_container.h @@ -5,7 +5,7 @@ // send_container.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/interface/send_container.impl.h b/src/vt/pipe/interface/send_container.impl.h index ff69eedca5..2df9ceadc5 100644 --- a/src/vt/pipe/interface/send_container.impl.h +++ b/src/vt/pipe/interface/send_container.impl.h @@ -5,7 +5,7 @@ // send_container.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/msg/callback.h b/src/vt/pipe/msg/callback.h index a01c4fa618..21b8834f4d 100644 --- a/src/vt/pipe/msg/callback.h +++ b/src/vt/pipe/msg/callback.h @@ -5,7 +5,7 @@ // callback.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe.h b/src/vt/pipe/pipe.h index ff8d7d1afc..4c9dd0b9a0 100644 --- a/src/vt/pipe/pipe.h +++ b/src/vt/pipe/pipe.h @@ -5,7 +5,7 @@ // pipe.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_callback_only.h b/src/vt/pipe/pipe_callback_only.h index f0eb92903b..734bd977ec 100644 --- a/src/vt/pipe/pipe_callback_only.h +++ b/src/vt/pipe/pipe_callback_only.h @@ -5,7 +5,7 @@ // pipe_callback_only.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_common.h b/src/vt/pipe/pipe_common.h index 1f9a0d09c4..385c6ff773 100644 --- a/src/vt/pipe/pipe_common.h +++ b/src/vt/pipe/pipe_common.h @@ -5,7 +5,7 @@ // pipe_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_headers.h b/src/vt/pipe/pipe_headers.h index 256153e5d8..620a058d5a 100644 --- a/src/vt/pipe/pipe_headers.h +++ b/src/vt/pipe/pipe_headers.h @@ -5,7 +5,7 @@ // pipe_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_lifetime.h b/src/vt/pipe/pipe_lifetime.h index 0909e78762..3900857a8d 100644 --- a/src/vt/pipe/pipe_lifetime.h +++ b/src/vt/pipe/pipe_lifetime.h @@ -5,7 +5,7 @@ // pipe_lifetime.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager.cc b/src/vt/pipe/pipe_manager.cc index 5b7a787d70..aec651a286 100644 --- a/src/vt/pipe/pipe_manager.cc +++ b/src/vt/pipe/pipe_manager.cc @@ -5,7 +5,7 @@ // pipe_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager.fwd.h b/src/vt/pipe/pipe_manager.fwd.h index 0fd1ef3102..b29a3bafce 100644 --- a/src/vt/pipe/pipe_manager.fwd.h +++ b/src/vt/pipe/pipe_manager.fwd.h @@ -5,7 +5,7 @@ // pipe_manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager.h b/src/vt/pipe/pipe_manager.h index 1fd21f1b59..5ebd21018f 100644 --- a/src/vt/pipe/pipe_manager.h +++ b/src/vt/pipe/pipe_manager.h @@ -5,7 +5,7 @@ // pipe_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager.impl.h b/src/vt/pipe/pipe_manager.impl.h index c365726df1..afe4524e5e 100644 --- a/src/vt/pipe/pipe_manager.impl.h +++ b/src/vt/pipe/pipe_manager.impl.h @@ -5,7 +5,7 @@ // pipe_manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_base.cc b/src/vt/pipe/pipe_manager_base.cc index e0a754912e..0a3a94661e 100644 --- a/src/vt/pipe/pipe_manager_base.cc +++ b/src/vt/pipe/pipe_manager_base.cc @@ -5,7 +5,7 @@ // pipe_manager_base.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_base.h b/src/vt/pipe/pipe_manager_base.h index ad8654c3de..85842cee90 100644 --- a/src/vt/pipe/pipe_manager_base.h +++ b/src/vt/pipe/pipe_manager_base.h @@ -5,7 +5,7 @@ // pipe_manager_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_base.impl.h b/src/vt/pipe/pipe_manager_base.impl.h index eee5f91835..7046f0cd16 100644 --- a/src/vt/pipe/pipe_manager_base.impl.h +++ b/src/vt/pipe/pipe_manager_base.impl.h @@ -5,7 +5,7 @@ // pipe_manager_base.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_construct.h b/src/vt/pipe/pipe_manager_construct.h index b9b7878e6f..876d873e1b 100644 --- a/src/vt/pipe/pipe_manager_construct.h +++ b/src/vt/pipe/pipe_manager_construct.h @@ -5,7 +5,7 @@ // pipe_manager_construct.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_tl.fwd.h b/src/vt/pipe/pipe_manager_tl.fwd.h index 5f3ceea2de..267853381c 100644 --- a/src/vt/pipe/pipe_manager_tl.fwd.h +++ b/src/vt/pipe/pipe_manager_tl.fwd.h @@ -5,7 +5,7 @@ // pipe_manager_tl.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_tl.h b/src/vt/pipe/pipe_manager_tl.h index 66d26135cf..4dc340652d 100644 --- a/src/vt/pipe/pipe_manager_tl.h +++ b/src/vt/pipe/pipe_manager_tl.h @@ -5,7 +5,7 @@ // pipe_manager_tl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_tl.impl.h b/src/vt/pipe/pipe_manager_tl.impl.h index ed4ae4cd4d..f1364483a2 100644 --- a/src/vt/pipe/pipe_manager_tl.impl.h +++ b/src/vt/pipe/pipe_manager_tl.impl.h @@ -5,7 +5,7 @@ // pipe_manager_tl.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_typed.fwd.h b/src/vt/pipe/pipe_manager_typed.fwd.h index f10733b0e6..887f16c2b7 100644 --- a/src/vt/pipe/pipe_manager_typed.fwd.h +++ b/src/vt/pipe/pipe_manager_typed.fwd.h @@ -5,7 +5,7 @@ // pipe_manager_typed.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_typed.h b/src/vt/pipe/pipe_manager_typed.h index edf0fc2d4b..0f6a6fbf3f 100644 --- a/src/vt/pipe/pipe_manager_typed.h +++ b/src/vt/pipe/pipe_manager_typed.h @@ -5,7 +5,7 @@ // pipe_manager_typed.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/pipe_manager_typed.impl.h b/src/vt/pipe/pipe_manager_typed.impl.h index b17b99090e..63c460e6ec 100644 --- a/src/vt/pipe/pipe_manager_typed.impl.h +++ b/src/vt/pipe/pipe_manager_typed.impl.h @@ -5,7 +5,7 @@ // pipe_manager_typed.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/signal/signal.h b/src/vt/pipe/signal/signal.h index 5a2b12a7e3..e624c5b07c 100644 --- a/src/vt/pipe/signal/signal.h +++ b/src/vt/pipe/signal/signal.h @@ -5,7 +5,7 @@ // signal.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/signal/signal_holder.cc b/src/vt/pipe/signal/signal_holder.cc index 9f7df35d64..5c9ca0f440 100644 --- a/src/vt/pipe/signal/signal_holder.cc +++ b/src/vt/pipe/signal/signal_holder.cc @@ -5,7 +5,7 @@ // signal_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/signal/signal_holder.h b/src/vt/pipe/signal/signal_holder.h index 8a6f5586a7..2a10d152b1 100644 --- a/src/vt/pipe/signal/signal_holder.h +++ b/src/vt/pipe/signal/signal_holder.h @@ -5,7 +5,7 @@ // signal_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/signal/signal_holder.impl.h b/src/vt/pipe/signal/signal_holder.impl.h index a0142a050b..bac3dcacb6 100644 --- a/src/vt/pipe/signal/signal_holder.impl.h +++ b/src/vt/pipe/signal/signal_holder.impl.h @@ -5,7 +5,7 @@ // signal_holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/state/pipe_state.cc b/src/vt/pipe/state/pipe_state.cc index 816c77c46a..b4e75196fe 100644 --- a/src/vt/pipe/state/pipe_state.cc +++ b/src/vt/pipe/state/pipe_state.cc @@ -5,7 +5,7 @@ // pipe_state.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/state/pipe_state.h b/src/vt/pipe/state/pipe_state.h index 393576b10a..9daf8ee25f 100644 --- a/src/vt/pipe/state/pipe_state.h +++ b/src/vt/pipe/state/pipe_state.h @@ -5,7 +5,7 @@ // pipe_state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pmpi/pmpi_component.cc b/src/vt/pmpi/pmpi_component.cc index 5bc4b31a4b..ccf703b6ea 100644 --- a/src/vt/pmpi/pmpi_component.cc +++ b/src/vt/pmpi/pmpi_component.cc @@ -5,7 +5,7 @@ // pmpi_component.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pmpi/pmpi_component.h b/src/vt/pmpi/pmpi_component.h index 258607254c..6fe7ff0c37 100644 --- a/src/vt/pmpi/pmpi_component.h +++ b/src/vt/pmpi/pmpi_component.h @@ -5,7 +5,7 @@ // pmpi_component.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/header/pool_header.cc b/src/vt/pool/header/pool_header.cc index cdc249ec7c..5994d070b4 100644 --- a/src/vt/pool/header/pool_header.cc +++ b/src/vt/pool/header/pool_header.cc @@ -5,7 +5,7 @@ // pool_header.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/header/pool_header.h b/src/vt/pool/header/pool_header.h index d5d6006081..31cce5d30f 100644 --- a/src/vt/pool/header/pool_header.h +++ b/src/vt/pool/header/pool_header.h @@ -5,7 +5,7 @@ // pool_header.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/pool.cc b/src/vt/pool/pool.cc index 3dc91077fd..97b45b3182 100644 --- a/src/vt/pool/pool.cc +++ b/src/vt/pool/pool.cc @@ -5,7 +5,7 @@ // pool.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/pool.h b/src/vt/pool/pool.h index ab3f8268f1..9556e51072 100644 --- a/src/vt/pool/pool.h +++ b/src/vt/pool/pool.h @@ -5,7 +5,7 @@ // pool.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/static_sized/memory_pool_equal.h b/src/vt/pool/static_sized/memory_pool_equal.h index d299f824b9..72e422e6ac 100644 --- a/src/vt/pool/static_sized/memory_pool_equal.h +++ b/src/vt/pool/static_sized/memory_pool_equal.h @@ -5,7 +5,7 @@ // memory_pool_equal.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/static_sized/memory_pool_equal.impl.h b/src/vt/pool/static_sized/memory_pool_equal.impl.h index aee8f259ba..f423615218 100644 --- a/src/vt/pool/static_sized/memory_pool_equal.impl.h +++ b/src/vt/pool/static_sized/memory_pool_equal.impl.h @@ -5,7 +5,7 @@ // memory_pool_equal.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/channel/rdma_channel.cc b/src/vt/rdma/channel/rdma_channel.cc index afd2db3698..41db3d38be 100644 --- a/src/vt/rdma/channel/rdma_channel.cc +++ b/src/vt/rdma/channel/rdma_channel.cc @@ -5,7 +5,7 @@ // rdma_channel.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/channel/rdma_channel.h b/src/vt/rdma/channel/rdma_channel.h index 1ec3a4c47f..4a5af65740 100644 --- a/src/vt/rdma/channel/rdma_channel.h +++ b/src/vt/rdma/channel/rdma_channel.h @@ -5,7 +5,7 @@ // rdma_channel.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/channel/rdma_channel_lookup.h b/src/vt/rdma/channel/rdma_channel_lookup.h index 802260e366..49a20323a7 100644 --- a/src/vt/rdma/channel/rdma_channel_lookup.h +++ b/src/vt/rdma/channel/rdma_channel_lookup.h @@ -5,7 +5,7 @@ // rdma_channel_lookup.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/collection/rdma_collection.cc b/src/vt/rdma/collection/rdma_collection.cc index c68120c6e8..164fd7ba76 100644 --- a/src/vt/rdma/collection/rdma_collection.cc +++ b/src/vt/rdma/collection/rdma_collection.cc @@ -5,7 +5,7 @@ // rdma_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/collection/rdma_collection.h b/src/vt/rdma/collection/rdma_collection.h index f226e19de6..b3c8167c89 100644 --- a/src/vt/rdma/collection/rdma_collection.h +++ b/src/vt/rdma/collection/rdma_collection.h @@ -5,7 +5,7 @@ // rdma_collection.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/collection/rdma_collection_fwd.h b/src/vt/rdma/collection/rdma_collection_fwd.h index 935814aca9..593a5a817d 100644 --- a/src/vt/rdma/collection/rdma_collection_fwd.h +++ b/src/vt/rdma/collection/rdma_collection_fwd.h @@ -5,7 +5,7 @@ // rdma_collection_fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/collection/rdma_collection_info.h b/src/vt/rdma/collection/rdma_collection_info.h index d833ea0bab..fd9a6936fc 100644 --- a/src/vt/rdma/collection/rdma_collection_info.h +++ b/src/vt/rdma/collection/rdma_collection_info.h @@ -5,7 +5,7 @@ // rdma_collection_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/group/rdma_group.cc b/src/vt/rdma/group/rdma_group.cc index b867e9079c..b7b2350ed7 100644 --- a/src/vt/rdma/group/rdma_group.cc +++ b/src/vt/rdma/group/rdma_group.cc @@ -5,7 +5,7 @@ // rdma_group.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/group/rdma_group.h b/src/vt/rdma/group/rdma_group.h index d52e8e023c..b3e3ef6bef 100644 --- a/src/vt/rdma/group/rdma_group.h +++ b/src/vt/rdma/group/rdma_group.h @@ -5,7 +5,7 @@ // rdma_group.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/group/rdma_map.h b/src/vt/rdma/group/rdma_map.h index d6386fb354..8b2c3d9b0a 100644 --- a/src/vt/rdma/group/rdma_map.h +++ b/src/vt/rdma/group/rdma_map.h @@ -5,7 +5,7 @@ // rdma_map.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/group/rdma_region.h b/src/vt/rdma/group/rdma_region.h index 94eba09ded..ffd8a63dfe 100644 --- a/src/vt/rdma/group/rdma_region.h +++ b/src/vt/rdma/group/rdma_region.h @@ -5,7 +5,7 @@ // rdma_region.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma.cc b/src/vt/rdma/rdma.cc index d5a44314bf..1bdafa2462 100644 --- a/src/vt/rdma/rdma.cc +++ b/src/vt/rdma/rdma.cc @@ -5,7 +5,7 @@ // rdma.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma.h b/src/vt/rdma/rdma.h index 8bd8e1f302..aaeb53592a 100644 --- a/src/vt/rdma/rdma.h +++ b/src/vt/rdma/rdma.h @@ -5,7 +5,7 @@ // rdma.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_action.h b/src/vt/rdma/rdma_action.h index c95233a912..c33b4051de 100644 --- a/src/vt/rdma/rdma_action.h +++ b/src/vt/rdma/rdma_action.h @@ -5,7 +5,7 @@ // rdma_action.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_common.h b/src/vt/rdma/rdma_common.h index 6a6654692f..684ff4c806 100644 --- a/src/vt/rdma/rdma_common.h +++ b/src/vt/rdma/rdma_common.h @@ -5,7 +5,7 @@ // rdma_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_handle.cc b/src/vt/rdma/rdma_handle.cc index 77d60748cb..4237bc9b76 100644 --- a/src/vt/rdma/rdma_handle.cc +++ b/src/vt/rdma/rdma_handle.cc @@ -5,7 +5,7 @@ // rdma_handle.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_handle.h b/src/vt/rdma/rdma_handle.h index 0ee0c2ca71..dff8d2af83 100644 --- a/src/vt/rdma/rdma_handle.h +++ b/src/vt/rdma/rdma_handle.h @@ -5,7 +5,7 @@ // rdma_handle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_headers.h b/src/vt/rdma/rdma_headers.h index ebe8bff6bd..1525da54cc 100644 --- a/src/vt/rdma/rdma_headers.h +++ b/src/vt/rdma/rdma_headers.h @@ -5,7 +5,7 @@ // rdma_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_info.h b/src/vt/rdma/rdma_info.h index 673a9228ed..9e8ae50a52 100644 --- a/src/vt/rdma/rdma_info.h +++ b/src/vt/rdma/rdma_info.h @@ -5,7 +5,7 @@ // rdma_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_msg.h b/src/vt/rdma/rdma_msg.h index 289cec6b8b..4b44b3e62a 100644 --- a/src/vt/rdma/rdma_msg.h +++ b/src/vt/rdma/rdma_msg.h @@ -5,7 +5,7 @@ // rdma_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_pending.h b/src/vt/rdma/rdma_pending.h index 28c4791771..982e2252f6 100644 --- a/src/vt/rdma/rdma_pending.h +++ b/src/vt/rdma/rdma_pending.h @@ -5,7 +5,7 @@ // rdma_pending.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_types.cc b/src/vt/rdma/rdma_types.cc index 142cd737c0..33f7fe8d84 100644 --- a/src/vt/rdma/rdma_types.cc +++ b/src/vt/rdma/rdma_types.cc @@ -5,7 +5,7 @@ // rdma_types.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/rdma_types.h b/src/vt/rdma/rdma_types.h index 204ffccf17..c2d74eb4a0 100644 --- a/src/vt/rdma/rdma_types.h +++ b/src/vt/rdma/rdma_types.h @@ -5,7 +5,7 @@ // rdma_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/state/rdma_state.cc b/src/vt/rdma/state/rdma_state.cc index d4fb1c6293..dc025ef06a 100644 --- a/src/vt/rdma/state/rdma_state.cc +++ b/src/vt/rdma/state/rdma_state.cc @@ -5,7 +5,7 @@ // rdma_state.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/state/rdma_state.h b/src/vt/rdma/state/rdma_state.h index 1d6530dd14..943ef604c0 100644 --- a/src/vt/rdma/state/rdma_state.h +++ b/src/vt/rdma/state/rdma_state.h @@ -5,7 +5,7 @@ // rdma_state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/state/rdma_state.impl.h b/src/vt/rdma/state/rdma_state.impl.h index af42c3ae84..457d0b198e 100644 --- a/src/vt/rdma/state/rdma_state.impl.h +++ b/src/vt/rdma/state/rdma_state.impl.h @@ -5,7 +5,7 @@ // rdma_state.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/base_handle.h b/src/vt/rdmahandle/base_handle.h index 0bb49023d2..1bcf1f1b41 100644 --- a/src/vt/rdmahandle/base_handle.h +++ b/src/vt/rdmahandle/base_handle.h @@ -5,7 +5,7 @@ // base_handle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/cache.h b/src/vt/rdmahandle/cache.h index 6242cb9056..86150e20d7 100644 --- a/src/vt/rdmahandle/cache.h +++ b/src/vt/rdmahandle/cache.h @@ -5,7 +5,7 @@ // cache.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/common.h b/src/vt/rdmahandle/common.h index e95b16598a..97da3910d7 100644 --- a/src/vt/rdmahandle/common.h +++ b/src/vt/rdmahandle/common.h @@ -5,7 +5,7 @@ // common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.fwd.h b/src/vt/rdmahandle/handle.fwd.h index a3749776c6..526180ec30 100644 --- a/src/vt/rdmahandle/handle.fwd.h +++ b/src/vt/rdmahandle/handle.fwd.h @@ -5,7 +5,7 @@ // handle.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.h b/src/vt/rdmahandle/handle.h index f955d849c7..125504e616 100644 --- a/src/vt/rdmahandle/handle.h +++ b/src/vt/rdmahandle/handle.h @@ -5,7 +5,7 @@ // handle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.impl.h b/src/vt/rdmahandle/handle.impl.h index 4fb683589d..5fbb1a48ec 100644 --- a/src/vt/rdmahandle/handle.impl.h +++ b/src/vt/rdmahandle/handle.impl.h @@ -5,7 +5,7 @@ // handle.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.index.h b/src/vt/rdmahandle/handle.index.h index e74b87a02b..41408f4604 100644 --- a/src/vt/rdmahandle/handle.index.h +++ b/src/vt/rdmahandle/handle.index.h @@ -5,7 +5,7 @@ // handle.index.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.index.impl.h b/src/vt/rdmahandle/handle.index.impl.h index 73ed0ad103..88d7ed8465 100644 --- a/src/vt/rdmahandle/handle.index.impl.h +++ b/src/vt/rdmahandle/handle.index.impl.h @@ -5,7 +5,7 @@ // handle.index.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.node.h b/src/vt/rdmahandle/handle.node.h index f973a0ee0c..ecfc3c330b 100644 --- a/src/vt/rdmahandle/handle.node.h +++ b/src/vt/rdmahandle/handle.node.h @@ -5,7 +5,7 @@ // handle.node.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle.node.impl.h b/src/vt/rdmahandle/handle.node.impl.h index cc6a932eca..df5c380799 100644 --- a/src/vt/rdmahandle/handle.node.impl.h +++ b/src/vt/rdmahandle/handle.node.impl.h @@ -5,7 +5,7 @@ // handle.node.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle_key.h b/src/vt/rdmahandle/handle_key.h index 40828bfb12..755b6e6d93 100644 --- a/src/vt/rdmahandle/handle_key.h +++ b/src/vt/rdmahandle/handle_key.h @@ -5,7 +5,7 @@ // handle_key.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle_set.fwd.h b/src/vt/rdmahandle/handle_set.fwd.h index d7626c45a7..df38a23fc9 100644 --- a/src/vt/rdmahandle/handle_set.fwd.h +++ b/src/vt/rdmahandle/handle_set.fwd.h @@ -5,7 +5,7 @@ // handle_set.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/handle_set.h b/src/vt/rdmahandle/handle_set.h index 9a4a4846eb..5f39c0da61 100644 --- a/src/vt/rdmahandle/handle_set.h +++ b/src/vt/rdmahandle/handle_set.h @@ -5,7 +5,7 @@ // handle_set.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/holder.h b/src/vt/rdmahandle/holder.h index 98defa0620..bd950ea240 100644 --- a/src/vt/rdmahandle/holder.h +++ b/src/vt/rdmahandle/holder.h @@ -5,7 +5,7 @@ // holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/holder.impl.h b/src/vt/rdmahandle/holder.impl.h index a324808283..0df0b0259c 100644 --- a/src/vt/rdmahandle/holder.impl.h +++ b/src/vt/rdmahandle/holder.impl.h @@ -5,7 +5,7 @@ // holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/index_info.h b/src/vt/rdmahandle/index_info.h index a12091b3ce..066a525e9b 100644 --- a/src/vt/rdmahandle/index_info.h +++ b/src/vt/rdmahandle/index_info.h @@ -5,7 +5,7 @@ // index_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/lock_mpi.h b/src/vt/rdmahandle/lock_mpi.h index d563cc7b71..fdced57db0 100644 --- a/src/vt/rdmahandle/lock_mpi.h +++ b/src/vt/rdmahandle/lock_mpi.h @@ -5,7 +5,7 @@ // lock_mpi.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/manager.cc b/src/vt/rdmahandle/manager.cc index f04619d43f..ee68bbf973 100644 --- a/src/vt/rdmahandle/manager.cc +++ b/src/vt/rdmahandle/manager.cc @@ -5,7 +5,7 @@ // manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/manager.collection.impl.h b/src/vt/rdmahandle/manager.collection.impl.h index fb4b2e8fd1..22d78da17f 100644 --- a/src/vt/rdmahandle/manager.collection.impl.h +++ b/src/vt/rdmahandle/manager.collection.impl.h @@ -5,7 +5,7 @@ // manager.collection.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/manager.fwd.h b/src/vt/rdmahandle/manager.fwd.h index e8eb380212..196f34892e 100644 --- a/src/vt/rdmahandle/manager.fwd.h +++ b/src/vt/rdmahandle/manager.fwd.h @@ -5,7 +5,7 @@ // manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/manager.h b/src/vt/rdmahandle/manager.h index e1f648dad0..8feba1da51 100644 --- a/src/vt/rdmahandle/manager.h +++ b/src/vt/rdmahandle/manager.h @@ -5,7 +5,7 @@ // manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/manager.impl.h b/src/vt/rdmahandle/manager.impl.h index 4c48e7565d..c52d83ed55 100644 --- a/src/vt/rdmahandle/manager.impl.h +++ b/src/vt/rdmahandle/manager.impl.h @@ -5,7 +5,7 @@ // manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/request_holder.cc b/src/vt/rdmahandle/request_holder.cc index 43cbadcdbc..794c661cc3 100644 --- a/src/vt/rdmahandle/request_holder.cc +++ b/src/vt/rdmahandle/request_holder.cc @@ -5,7 +5,7 @@ // request_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/request_holder.h b/src/vt/rdmahandle/request_holder.h index e693b7258a..eddb0f5af4 100644 --- a/src/vt/rdmahandle/request_holder.h +++ b/src/vt/rdmahandle/request_holder.h @@ -5,7 +5,7 @@ // request_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/request_holder.impl.h b/src/vt/rdmahandle/request_holder.impl.h index 652af3cd80..9ef01ac8f3 100644 --- a/src/vt/rdmahandle/request_holder.impl.h +++ b/src/vt/rdmahandle/request_holder.impl.h @@ -5,7 +5,7 @@ // request_holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/sub_handle.h b/src/vt/rdmahandle/sub_handle.h index 6872599701..2e7d2f4094 100644 --- a/src/vt/rdmahandle/sub_handle.h +++ b/src/vt/rdmahandle/sub_handle.h @@ -5,7 +5,7 @@ // sub_handle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/sub_handle.impl.h b/src/vt/rdmahandle/sub_handle.impl.h index db18fdad96..057174eaa5 100644 --- a/src/vt/rdmahandle/sub_handle.impl.h +++ b/src/vt/rdmahandle/sub_handle.impl.h @@ -5,7 +5,7 @@ // sub_handle.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmahandle/type_mpi.h b/src/vt/rdmahandle/type_mpi.h index 578b67db2f..c040b0d559 100644 --- a/src/vt/rdmahandle/type_mpi.h +++ b/src/vt/rdmahandle/type_mpi.h @@ -5,7 +5,7 @@ // type_mpi.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry.cc b/src/vt/registry/auto/auto_registry.cc index 6cdb9f0176..83919ac572 100644 --- a/src/vt/registry/auto/auto_registry.cc +++ b/src/vt/registry/auto/auto_registry.cc @@ -5,7 +5,7 @@ // auto_registry.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry.h b/src/vt/registry/auto/auto_registry.h index c10320d77a..14302f77bb 100644 --- a/src/vt/registry/auto/auto_registry.h +++ b/src/vt/registry/auto/auto_registry.h @@ -5,7 +5,7 @@ // auto_registry.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_common.h b/src/vt/registry/auto/auto_registry_common.h index a7b405f7ef..0ae1ed2d39 100644 --- a/src/vt/registry/auto/auto_registry_common.h +++ b/src/vt/registry/auto/auto_registry_common.h @@ -5,7 +5,7 @@ // auto_registry_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_general.h b/src/vt/registry/auto/auto_registry_general.h index be6378d534..88a1d6e669 100644 --- a/src/vt/registry/auto/auto_registry_general.h +++ b/src/vt/registry/auto/auto_registry_general.h @@ -5,7 +5,7 @@ // auto_registry_general.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_general_impl.h b/src/vt/registry/auto/auto_registry_general_impl.h index 5199cfad37..5d95f86357 100644 --- a/src/vt/registry/auto/auto_registry_general_impl.h +++ b/src/vt/registry/auto/auto_registry_general_impl.h @@ -5,7 +5,7 @@ // auto_registry_general_impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_impl.h b/src/vt/registry/auto/auto_registry_impl.h index 8a7f18c719..bb4dc35a06 100644 --- a/src/vt/registry/auto/auto_registry_impl.h +++ b/src/vt/registry/auto/auto_registry_impl.h @@ -5,7 +5,7 @@ // auto_registry_impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_interface.h b/src/vt/registry/auto/auto_registry_interface.h index 5b1fb6dc70..fcddea691d 100644 --- a/src/vt/registry/auto/auto_registry_interface.h +++ b/src/vt/registry/auto/auto_registry_interface.h @@ -5,7 +5,7 @@ // auto_registry_interface.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/auto_registry_type_enum.h b/src/vt/registry/auto/auto_registry_type_enum.h index 478abdbd2d..0f36477f66 100644 --- a/src/vt/registry/auto/auto_registry_type_enum.h +++ b/src/vt/registry/auto/auto_registry_type_enum.h @@ -5,7 +5,7 @@ // auto_registry_type_enum.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/collection/auto_registry_collection.h b/src/vt/registry/auto/collection/auto_registry_collection.h index 8436c88ec0..2a0a69b767 100644 --- a/src/vt/registry/auto/collection/auto_registry_collection.h +++ b/src/vt/registry/auto/collection/auto_registry_collection.h @@ -5,7 +5,7 @@ // auto_registry_collection.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/collection/auto_registry_collection.impl.h b/src/vt/registry/auto/collection/auto_registry_collection.impl.h index c8edf12f0f..4edab7a8d0 100644 --- a/src/vt/registry/auto/collection/auto_registry_collection.impl.h +++ b/src/vt/registry/auto/collection/auto_registry_collection.impl.h @@ -5,7 +5,7 @@ // auto_registry_collection.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/functor/auto_registry_functor.h b/src/vt/registry/auto/functor/auto_registry_functor.h index a33e2d15d6..5f7e289ef0 100644 --- a/src/vt/registry/auto/functor/auto_registry_functor.h +++ b/src/vt/registry/auto/functor/auto_registry_functor.h @@ -5,7 +5,7 @@ // auto_registry_functor.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/functor/auto_registry_functor_impl.h b/src/vt/registry/auto/functor/auto_registry_functor_impl.h index 39ebcb36a8..f7e4782565 100644 --- a/src/vt/registry/auto/functor/auto_registry_functor_impl.h +++ b/src/vt/registry/auto/functor/auto_registry_functor_impl.h @@ -5,7 +5,7 @@ // auto_registry_functor_impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/index/auto_registry_index.h b/src/vt/registry/auto/index/auto_registry_index.h index 13a5415ec4..97befbd955 100644 --- a/src/vt/registry/auto/index/auto_registry_index.h +++ b/src/vt/registry/auto/index/auto_registry_index.h @@ -5,7 +5,7 @@ // auto_registry_index.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/index/auto_registry_index.impl.h b/src/vt/registry/auto/index/auto_registry_index.impl.h index 1ca22c5a14..f13f052017 100644 --- a/src/vt/registry/auto/index/auto_registry_index.impl.h +++ b/src/vt/registry/auto/index/auto_registry_index.impl.h @@ -5,7 +5,7 @@ // auto_registry_index.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/index/auto_registry_index_reg.h b/src/vt/registry/auto/index/auto_registry_index_reg.h index 36fbe6833d..3f08cb98a7 100644 --- a/src/vt/registry/auto/index/auto_registry_index_reg.h +++ b/src/vt/registry/auto/index/auto_registry_index_reg.h @@ -5,7 +5,7 @@ // auto_registry_index_reg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/map/auto_registry_map.h b/src/vt/registry/auto/map/auto_registry_map.h index bf652395b9..7ae3631587 100644 --- a/src/vt/registry/auto/map/auto_registry_map.h +++ b/src/vt/registry/auto/map/auto_registry_map.h @@ -5,7 +5,7 @@ // auto_registry_map.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/map/auto_registry_map_impl.h b/src/vt/registry/auto/map/auto_registry_map_impl.h index a21afeb446..07ac065007 100644 --- a/src/vt/registry/auto/map/auto_registry_map_impl.h +++ b/src/vt/registry/auto/map/auto_registry_map_impl.h @@ -5,7 +5,7 @@ // auto_registry_map_impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/rdma/auto_registry_rdma.h b/src/vt/registry/auto/rdma/auto_registry_rdma.h index 162d19a8a5..0c4477f5b5 100644 --- a/src/vt/registry/auto/rdma/auto_registry_rdma.h +++ b/src/vt/registry/auto/rdma/auto_registry_rdma.h @@ -5,7 +5,7 @@ // auto_registry_rdma.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/rdma/auto_registry_rdma.impl.h b/src/vt/registry/auto/rdma/auto_registry_rdma.impl.h index 403031ec38..650d1b2136 100644 --- a/src/vt/registry/auto/rdma/auto_registry_rdma.impl.h +++ b/src/vt/registry/auto/rdma/auto_registry_rdma.impl.h @@ -5,7 +5,7 @@ // auto_registry_rdma.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/vc/auto_registry_vc.h b/src/vt/registry/auto/vc/auto_registry_vc.h index 05c5d1d70a..51e3deee81 100644 --- a/src/vt/registry/auto/vc/auto_registry_vc.h +++ b/src/vt/registry/auto/vc/auto_registry_vc.h @@ -5,7 +5,7 @@ // auto_registry_vc.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/registry/auto/vc/auto_registry_vc_impl.h b/src/vt/registry/auto/vc/auto_registry_vc_impl.h index 4151b1e720..e85d87eaef 100644 --- a/src/vt/registry/auto/vc/auto_registry_vc_impl.h +++ b/src/vt/registry/auto/vc/auto_registry_vc_impl.h @@ -5,7 +5,7 @@ // auto_registry_vc_impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/invoke.h b/src/vt/runnable/invoke.h index 506985e13d..10373e2e65 100644 --- a/src/vt/runnable/invoke.h +++ b/src/vt/runnable/invoke.h @@ -5,7 +5,7 @@ // invoke.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/make_runnable.h b/src/vt/runnable/make_runnable.h index 5f2cc7b275..19ffce1d53 100644 --- a/src/vt/runnable/make_runnable.h +++ b/src/vt/runnable/make_runnable.h @@ -5,7 +5,7 @@ // make_runnable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/make_runnable.impl.h b/src/vt/runnable/make_runnable.impl.h index bb6ec61930..fbd51ec03e 100644 --- a/src/vt/runnable/make_runnable.impl.h +++ b/src/vt/runnable/make_runnable.impl.h @@ -5,7 +5,7 @@ // make_runnable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/runnable.cc b/src/vt/runnable/runnable.cc index 3dddae4860..48c78ed8f2 100644 --- a/src/vt/runnable/runnable.cc +++ b/src/vt/runnable/runnable.cc @@ -5,7 +5,7 @@ // runnable.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/runnable.fwd.h b/src/vt/runnable/runnable.fwd.h index e7e0633f1f..10f218f119 100644 --- a/src/vt/runnable/runnable.fwd.h +++ b/src/vt/runnable/runnable.fwd.h @@ -5,7 +5,7 @@ // runnable.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/runnable.h b/src/vt/runnable/runnable.h index 62556472ca..b8228b2edf 100644 --- a/src/vt/runnable/runnable.h +++ b/src/vt/runnable/runnable.h @@ -5,7 +5,7 @@ // runnable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/runnable.impl.h b/src/vt/runnable/runnable.impl.h index 3fb93ac5f0..876fe4f092 100644 --- a/src/vt/runnable/runnable.impl.h +++ b/src/vt/runnable/runnable.impl.h @@ -5,7 +5,7 @@ // runnable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/base.h b/src/vt/runtime/component/base.h index c6d03cf69f..7a87c9ffd4 100644 --- a/src/vt/runtime/component/base.h +++ b/src/vt/runtime/component/base.h @@ -5,7 +5,7 @@ // base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/bufferable.h b/src/vt/runtime/component/bufferable.h index b3d62a8aca..1a4f67db21 100644 --- a/src/vt/runtime/component/bufferable.h +++ b/src/vt/runtime/component/bufferable.h @@ -5,7 +5,7 @@ // bufferable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component.h b/src/vt/runtime/component/component.h index 720f737349..0ce7315f69 100644 --- a/src/vt/runtime/component/component.h +++ b/src/vt/runtime/component/component.h @@ -5,7 +5,7 @@ // component.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_dep.h b/src/vt/runtime/component/component_dep.h index 859781d94d..37bee7f483 100644 --- a/src/vt/runtime/component/component_dep.h +++ b/src/vt/runtime/component/component_dep.h @@ -5,7 +5,7 @@ // component_dep.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_name.h b/src/vt/runtime/component/component_name.h index fd16f3ebb1..cbdf32e012 100644 --- a/src/vt/runtime/component/component_name.h +++ b/src/vt/runtime/component/component_name.h @@ -5,7 +5,7 @@ // component_name.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_pack.cc b/src/vt/runtime/component/component_pack.cc index adb9cfb23a..a9013f426c 100644 --- a/src/vt/runtime/component/component_pack.cc +++ b/src/vt/runtime/component/component_pack.cc @@ -5,7 +5,7 @@ // component_pack.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_pack.h b/src/vt/runtime/component/component_pack.h index 109cc9f393..f033d5ab01 100644 --- a/src/vt/runtime/component/component_pack.h +++ b/src/vt/runtime/component/component_pack.h @@ -5,7 +5,7 @@ // component_pack.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_pack.impl.h b/src/vt/runtime/component/component_pack.impl.h index 43277ce94b..22205a9069 100644 --- a/src/vt/runtime/component/component_pack.impl.h +++ b/src/vt/runtime/component/component_pack.impl.h @@ -5,7 +5,7 @@ // component_pack.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_reduce.cc b/src/vt/runtime/component/component_reduce.cc index 95b8dab8e3..91af9aeadf 100644 --- a/src/vt/runtime/component/component_reduce.cc +++ b/src/vt/runtime/component/component_reduce.cc @@ -5,7 +5,7 @@ // component_reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_reduce.h b/src/vt/runtime/component/component_reduce.h index 6f6b74e73b..e14e1f709b 100644 --- a/src/vt/runtime/component/component_reduce.h +++ b/src/vt/runtime/component/component_reduce.h @@ -5,7 +5,7 @@ // component_reduce.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_registry.h b/src/vt/runtime/component/component_registry.h index c5074ff596..b9262f9284 100644 --- a/src/vt/runtime/component/component_registry.h +++ b/src/vt/runtime/component/component_registry.h @@ -5,7 +5,7 @@ // component_registry.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/component_traits.h b/src/vt/runtime/component/component_traits.h index 7e8c9fe578..a7e9798730 100644 --- a/src/vt/runtime/component/component_traits.h +++ b/src/vt/runtime/component/component_traits.h @@ -5,7 +5,7 @@ // component_traits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic.cc b/src/vt/runtime/component/diagnostic.cc index 2ca18e8867..da1f8428dd 100644 --- a/src/vt/runtime/component/diagnostic.cc +++ b/src/vt/runtime/component/diagnostic.cc @@ -5,7 +5,7 @@ // diagnostic.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic.h b/src/vt/runtime/component/diagnostic.h index 6febcd0e23..ff134fdb97 100644 --- a/src/vt/runtime/component/diagnostic.h +++ b/src/vt/runtime/component/diagnostic.h @@ -5,7 +5,7 @@ // diagnostic.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic.impl.h b/src/vt/runtime/component/diagnostic.impl.h index 77fd279b53..fe0f08d754 100644 --- a/src/vt/runtime/component/diagnostic.impl.h +++ b/src/vt/runtime/component/diagnostic.impl.h @@ -5,7 +5,7 @@ // diagnostic.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_enum_format.cc b/src/vt/runtime/component/diagnostic_enum_format.cc index 6243e63372..1030a3f3b5 100644 --- a/src/vt/runtime/component/diagnostic_enum_format.cc +++ b/src/vt/runtime/component/diagnostic_enum_format.cc @@ -5,7 +5,7 @@ // diagnostic_enum_format.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_enum_format.h b/src/vt/runtime/component/diagnostic_enum_format.h index ad0e9f0624..73c39c4c60 100644 --- a/src/vt/runtime/component/diagnostic_enum_format.h +++ b/src/vt/runtime/component/diagnostic_enum_format.h @@ -5,7 +5,7 @@ // diagnostic_enum_format.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_erased_value.h b/src/vt/runtime/component/diagnostic_erased_value.h index df32860313..5dc358d9eb 100644 --- a/src/vt/runtime/component/diagnostic_erased_value.h +++ b/src/vt/runtime/component/diagnostic_erased_value.h @@ -5,7 +5,7 @@ // diagnostic_erased_value.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_meter.h b/src/vt/runtime/component/diagnostic_meter.h index 85a6776b50..a7ddc799f6 100644 --- a/src/vt/runtime/component/diagnostic_meter.h +++ b/src/vt/runtime/component/diagnostic_meter.h @@ -5,7 +5,7 @@ // diagnostic_meter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_types.h b/src/vt/runtime/component/diagnostic_types.h index 6ce97f36ce..4bb54945e3 100644 --- a/src/vt/runtime/component/diagnostic_types.h +++ b/src/vt/runtime/component/diagnostic_types.h @@ -5,7 +5,7 @@ // diagnostic_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_units.h b/src/vt/runtime/component/diagnostic_units.h index 1c5fd2f43f..ace88ff898 100644 --- a/src/vt/runtime/component/diagnostic_units.h +++ b/src/vt/runtime/component/diagnostic_units.h @@ -5,7 +5,7 @@ // diagnostic_units.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_value.cc b/src/vt/runtime/component/diagnostic_value.cc index 75c6d48e0f..89934ad302 100644 --- a/src/vt/runtime/component/diagnostic_value.cc +++ b/src/vt/runtime/component/diagnostic_value.cc @@ -5,7 +5,7 @@ // diagnostic_value.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_value.h b/src/vt/runtime/component/diagnostic_value.h index 3e8eef2e8c..1a3905464a 100644 --- a/src/vt/runtime/component/diagnostic_value.h +++ b/src/vt/runtime/component/diagnostic_value.h @@ -5,7 +5,7 @@ // diagnostic_value.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_value_base.h b/src/vt/runtime/component/diagnostic_value_base.h index b7ed02d305..c378acb293 100644 --- a/src/vt/runtime/component/diagnostic_value_base.h +++ b/src/vt/runtime/component/diagnostic_value_base.h @@ -5,7 +5,7 @@ // diagnostic_value_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/diagnostic_value_format.h b/src/vt/runtime/component/diagnostic_value_format.h index 2935c70ce1..4066385acd 100644 --- a/src/vt/runtime/component/diagnostic_value_format.h +++ b/src/vt/runtime/component/diagnostic_value_format.h @@ -5,7 +5,7 @@ // diagnostic_value_format.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/meter/counter.h b/src/vt/runtime/component/meter/counter.h index 0ba91dbead..1df83ec3e7 100644 --- a/src/vt/runtime/component/meter/counter.h +++ b/src/vt/runtime/component/meter/counter.h @@ -5,7 +5,7 @@ // counter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/meter/counter_gauge.h b/src/vt/runtime/component/meter/counter_gauge.h index fd59ddc52a..b58f85810b 100644 --- a/src/vt/runtime/component/meter/counter_gauge.h +++ b/src/vt/runtime/component/meter/counter_gauge.h @@ -5,7 +5,7 @@ // counter_gauge.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/meter/gauge.h b/src/vt/runtime/component/meter/gauge.h index 13b0be634b..838c225a6d 100644 --- a/src/vt/runtime/component/meter/gauge.h +++ b/src/vt/runtime/component/meter/gauge.h @@ -5,7 +5,7 @@ // gauge.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/meter/stats_pack.h b/src/vt/runtime/component/meter/stats_pack.h index b73f8976e8..2ed7e835fa 100644 --- a/src/vt/runtime/component/meter/stats_pack.h +++ b/src/vt/runtime/component/meter/stats_pack.h @@ -5,7 +5,7 @@ // stats_pack.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/meter/timer.h b/src/vt/runtime/component/meter/timer.h index f5dc220980..1298326bf2 100644 --- a/src/vt/runtime/component/meter/timer.h +++ b/src/vt/runtime/component/meter/timer.h @@ -5,7 +5,7 @@ // timer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/movable_fn.h b/src/vt/runtime/component/movable_fn.h index 8b8966ef6c..451158e3a7 100644 --- a/src/vt/runtime/component/movable_fn.h +++ b/src/vt/runtime/component/movable_fn.h @@ -5,7 +5,7 @@ // movable_fn.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/component/progressable.h b/src/vt/runtime/component/progressable.h index fee3c4091c..2a74b9ff4b 100644 --- a/src/vt/runtime/component/progressable.h +++ b/src/vt/runtime/component/progressable.h @@ -5,7 +5,7 @@ // progressable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/mpi_access.cc b/src/vt/runtime/mpi_access.cc index a794d9f47f..340df0f5ea 100644 --- a/src/vt/runtime/mpi_access.cc +++ b/src/vt/runtime/mpi_access.cc @@ -5,7 +5,7 @@ // mpi_access.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/mpi_access.h b/src/vt/runtime/mpi_access.h index b544ff2572..332149bdce 100644 --- a/src/vt/runtime/mpi_access.h +++ b/src/vt/runtime/mpi_access.h @@ -5,7 +5,7 @@ // mpi_access.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime.cc b/src/vt/runtime/runtime.cc index d87182cd37..d8fda56210 100644 --- a/src/vt/runtime/runtime.cc +++ b/src/vt/runtime/runtime.cc @@ -5,7 +5,7 @@ // runtime.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime.h b/src/vt/runtime/runtime.h index 00c6fed4e8..6e3ba92cda 100644 --- a/src/vt/runtime/runtime.h +++ b/src/vt/runtime/runtime.h @@ -5,7 +5,7 @@ // runtime.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_banner.cc b/src/vt/runtime/runtime_banner.cc index c507e286de..66dca757f5 100644 --- a/src/vt/runtime/runtime_banner.cc +++ b/src/vt/runtime/runtime_banner.cc @@ -5,7 +5,7 @@ // runtime_banner.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_common.h b/src/vt/runtime/runtime_common.h index cfff9d2dbb..785373de34 100644 --- a/src/vt/runtime/runtime_common.h +++ b/src/vt/runtime/runtime_common.h @@ -5,7 +5,7 @@ // runtime_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_component_fwd.h b/src/vt/runtime/runtime_component_fwd.h index b54bc264b0..d4c9951656 100644 --- a/src/vt/runtime/runtime_component_fwd.h +++ b/src/vt/runtime/runtime_component_fwd.h @@ -5,7 +5,7 @@ // runtime_component_fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_diagnostics.cc b/src/vt/runtime/runtime_diagnostics.cc index 683a081715..439856b201 100644 --- a/src/vt/runtime/runtime_diagnostics.cc +++ b/src/vt/runtime/runtime_diagnostics.cc @@ -5,7 +5,7 @@ // runtime_diagnostics.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_get.cc b/src/vt/runtime/runtime_get.cc index 40610b387f..657ab01345 100644 --- a/src/vt/runtime/runtime_get.cc +++ b/src/vt/runtime/runtime_get.cc @@ -5,7 +5,7 @@ // runtime_get.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_headers.h b/src/vt/runtime/runtime_headers.h index ced1c1dc8b..77d810b49f 100644 --- a/src/vt/runtime/runtime_headers.h +++ b/src/vt/runtime/runtime_headers.h @@ -5,7 +5,7 @@ // runtime_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_holder.h b/src/vt/runtime/runtime_holder.h index 8f0b92cf08..3de9cb4d74 100644 --- a/src/vt/runtime/runtime_holder.h +++ b/src/vt/runtime/runtime_holder.h @@ -5,7 +5,7 @@ // runtime_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_inst.cc b/src/vt/runtime/runtime_inst.cc index 4baf371f71..c6ebbeeacf 100644 --- a/src/vt/runtime/runtime_inst.cc +++ b/src/vt/runtime/runtime_inst.cc @@ -5,7 +5,7 @@ // runtime_inst.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_inst.h b/src/vt/runtime/runtime_inst.h index 1269c3b311..adb62fe5eb 100644 --- a/src/vt/runtime/runtime_inst.h +++ b/src/vt/runtime/runtime_inst.h @@ -5,7 +5,7 @@ // runtime_inst.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/runtime_inst.impl.h b/src/vt/runtime/runtime_inst.impl.h index 4a5eda2f0d..8b87fda0b9 100644 --- a/src/vt/runtime/runtime_inst.impl.h +++ b/src/vt/runtime/runtime_inst.impl.h @@ -5,7 +5,7 @@ // runtime_inst.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/base_unit.cc b/src/vt/scheduler/base_unit.cc index 85dfdbbea0..bcf82f2f93 100644 --- a/src/vt/scheduler/base_unit.cc +++ b/src/vt/scheduler/base_unit.cc @@ -5,7 +5,7 @@ // base_unit.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/base_unit.h b/src/vt/scheduler/base_unit.h index 027485e028..2992319070 100644 --- a/src/vt/scheduler/base_unit.h +++ b/src/vt/scheduler/base_unit.h @@ -5,7 +5,7 @@ // base_unit.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/prioritized_work_unit.h b/src/vt/scheduler/prioritized_work_unit.h index a4f320bd43..df8d8ab1a2 100644 --- a/src/vt/scheduler/prioritized_work_unit.h +++ b/src/vt/scheduler/prioritized_work_unit.h @@ -5,7 +5,7 @@ // prioritized_work_unit.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/priority.h b/src/vt/scheduler/priority.h index de7ccd6364..25118cb179 100644 --- a/src/vt/scheduler/priority.h +++ b/src/vt/scheduler/priority.h @@ -5,7 +5,7 @@ // priority.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/priority_manip.cc b/src/vt/scheduler/priority_manip.cc index 646cf8f1e0..7bf01af163 100644 --- a/src/vt/scheduler/priority_manip.cc +++ b/src/vt/scheduler/priority_manip.cc @@ -5,7 +5,7 @@ // priority_manip.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/priority_manip.h b/src/vt/scheduler/priority_manip.h index f9d3e524fe..6e53edef46 100644 --- a/src/vt/scheduler/priority_manip.h +++ b/src/vt/scheduler/priority_manip.h @@ -5,7 +5,7 @@ // priority_manip.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/priority_queue.h b/src/vt/scheduler/priority_queue.h index a3b95ec5e7..0223930cb0 100644 --- a/src/vt/scheduler/priority_queue.h +++ b/src/vt/scheduler/priority_queue.h @@ -5,7 +5,7 @@ // priority_queue.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/queue.h b/src/vt/scheduler/queue.h index 32a22f5619..f64ba8457b 100644 --- a/src/vt/scheduler/queue.h +++ b/src/vt/scheduler/queue.h @@ -5,7 +5,7 @@ // queue.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/scheduler.cc b/src/vt/scheduler/scheduler.cc index 7c15cc3482..2fe896135b 100644 --- a/src/vt/scheduler/scheduler.cc +++ b/src/vt/scheduler/scheduler.cc @@ -5,7 +5,7 @@ // scheduler.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/scheduler.h b/src/vt/scheduler/scheduler.h index 85fbb2a58f..533faf1623 100644 --- a/src/vt/scheduler/scheduler.h +++ b/src/vt/scheduler/scheduler.h @@ -5,7 +5,7 @@ // scheduler.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/scheduler.impl.h b/src/vt/scheduler/scheduler.impl.h index 448f3977b7..8332d8b834 100644 --- a/src/vt/scheduler/scheduler.impl.h +++ b/src/vt/scheduler/scheduler.impl.h @@ -5,7 +5,7 @@ // scheduler.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/suspended_units.cc b/src/vt/scheduler/suspended_units.cc index 3f4ebb9ca4..d6786ecca6 100644 --- a/src/vt/scheduler/suspended_units.cc +++ b/src/vt/scheduler/suspended_units.cc @@ -5,7 +5,7 @@ // suspended_units.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/suspended_units.h b/src/vt/scheduler/suspended_units.h index f61aabeddf..c15eec2841 100644 --- a/src/vt/scheduler/suspended_units.h +++ b/src/vt/scheduler/suspended_units.h @@ -5,7 +5,7 @@ // suspended_units.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/thread_action.cc b/src/vt/scheduler/thread_action.cc index a6a50cc123..5ba22e303a 100644 --- a/src/vt/scheduler/thread_action.cc +++ b/src/vt/scheduler/thread_action.cc @@ -5,7 +5,7 @@ // thread_action.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/thread_action.h b/src/vt/scheduler/thread_action.h index 35b44e4307..9f4e3c0d05 100644 --- a/src/vt/scheduler/thread_action.h +++ b/src/vt/scheduler/thread_action.h @@ -5,7 +5,7 @@ // thread_action.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/thread_manager.cc b/src/vt/scheduler/thread_manager.cc index 61e8086f75..75ccb3912d 100644 --- a/src/vt/scheduler/thread_manager.cc +++ b/src/vt/scheduler/thread_manager.cc @@ -5,7 +5,7 @@ // thread_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/thread_manager.h b/src/vt/scheduler/thread_manager.h index 8592322162..c70718c783 100644 --- a/src/vt/scheduler/thread_manager.h +++ b/src/vt/scheduler/thread_manager.h @@ -5,7 +5,7 @@ // thread_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/thread_manager.impl.h b/src/vt/scheduler/thread_manager.impl.h index cdefb3f8fa..7ab624a3e8 100644 --- a/src/vt/scheduler/thread_manager.impl.h +++ b/src/vt/scheduler/thread_manager.impl.h @@ -5,7 +5,7 @@ // thread_manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/work_unit.h b/src/vt/scheduler/work_unit.h index 058b95a272..02478c8d0c 100644 --- a/src/vt/scheduler/work_unit.h +++ b/src/vt/scheduler/work_unit.h @@ -5,7 +5,7 @@ // work_unit.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/messaging/serialized_data_msg.h b/src/vt/serialization/messaging/serialized_data_msg.h index cf8429400c..04d872ffc6 100644 --- a/src/vt/serialization/messaging/serialized_data_msg.h +++ b/src/vt/serialization/messaging/serialized_data_msg.h @@ -5,7 +5,7 @@ // serialized_data_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/messaging/serialized_messenger.h b/src/vt/serialization/messaging/serialized_messenger.h index 8d4b73ea75..c740f1c8f0 100644 --- a/src/vt/serialization/messaging/serialized_messenger.h +++ b/src/vt/serialization/messaging/serialized_messenger.h @@ -5,7 +5,7 @@ // serialized_messenger.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/messaging/serialized_messenger.impl.h b/src/vt/serialization/messaging/serialized_messenger.impl.h index 4ad07a4265..063d4af3aa 100644 --- a/src/vt/serialization/messaging/serialized_messenger.impl.h +++ b/src/vt/serialization/messaging/serialized_messenger.impl.h @@ -5,7 +5,7 @@ // serialized_messenger.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/sizer.h b/src/vt/serialization/sizer.h index 35ca714e00..da8c28fac2 100644 --- a/src/vt/serialization/sizer.h +++ b/src/vt/serialization/sizer.h @@ -5,7 +5,7 @@ // sizer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/traits/byte_copy_trait.h b/src/vt/serialization/traits/byte_copy_trait.h index b19e627612..de6e28ed9b 100644 --- a/src/vt/serialization/traits/byte_copy_trait.h +++ b/src/vt/serialization/traits/byte_copy_trait.h @@ -5,7 +5,7 @@ // byte_copy_trait.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/standalone/vt_main.h b/src/vt/standalone/vt_main.h index 3c3aaea113..63eaab0ae1 100644 --- a/src/vt/standalone/vt_main.h +++ b/src/vt/standalone/vt_main.h @@ -5,7 +5,7 @@ // vt_main.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ack_msg.h b/src/vt/termination/dijkstra-scholten/ack_msg.h index 2c44154a44..5b5a986d5a 100644 --- a/src/vt/termination/dijkstra-scholten/ack_msg.h +++ b/src/vt/termination/dijkstra-scholten/ack_msg.h @@ -5,7 +5,7 @@ // ack_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ack_request.h b/src/vt/termination/dijkstra-scholten/ack_request.h index 5aa15a28d4..86fe85085d 100644 --- a/src/vt/termination/dijkstra-scholten/ack_request.h +++ b/src/vt/termination/dijkstra-scholten/ack_request.h @@ -5,7 +5,7 @@ // ack_request.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/comm.cc b/src/vt/termination/dijkstra-scholten/comm.cc index 1b3bbc7e03..4ceaf46fa1 100644 --- a/src/vt/termination/dijkstra-scholten/comm.cc +++ b/src/vt/termination/dijkstra-scholten/comm.cc @@ -5,7 +5,7 @@ // comm.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/comm.fwd.h b/src/vt/termination/dijkstra-scholten/comm.fwd.h index 24ca7d19fc..7bd6e356e9 100644 --- a/src/vt/termination/dijkstra-scholten/comm.fwd.h +++ b/src/vt/termination/dijkstra-scholten/comm.fwd.h @@ -5,7 +5,7 @@ // comm.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/comm.h b/src/vt/termination/dijkstra-scholten/comm.h index 3307781e10..915adb015f 100644 --- a/src/vt/termination/dijkstra-scholten/comm.h +++ b/src/vt/termination/dijkstra-scholten/comm.h @@ -5,7 +5,7 @@ // comm.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ds.cc b/src/vt/termination/dijkstra-scholten/ds.cc index 075a92ac5d..bb0ab8b37e 100644 --- a/src/vt/termination/dijkstra-scholten/ds.cc +++ b/src/vt/termination/dijkstra-scholten/ds.cc @@ -5,7 +5,7 @@ // ds.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ds.fwd.h b/src/vt/termination/dijkstra-scholten/ds.fwd.h index 41cc3677c6..df428a17a3 100644 --- a/src/vt/termination/dijkstra-scholten/ds.fwd.h +++ b/src/vt/termination/dijkstra-scholten/ds.fwd.h @@ -5,7 +5,7 @@ // ds.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ds.h b/src/vt/termination/dijkstra-scholten/ds.h index 11f1f0d29e..f23fb4efb4 100644 --- a/src/vt/termination/dijkstra-scholten/ds.h +++ b/src/vt/termination/dijkstra-scholten/ds.h @@ -5,7 +5,7 @@ // ds.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/dijkstra-scholten/ds_headers.h b/src/vt/termination/dijkstra-scholten/ds_headers.h index 6e0a5b7e01..4fe66d56c6 100644 --- a/src/vt/termination/dijkstra-scholten/ds_headers.h +++ b/src/vt/termination/dijkstra-scholten/ds_headers.h @@ -5,7 +5,7 @@ // ds_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_dependency.cc b/src/vt/termination/epoch_dependency.cc index 6f98332bf1..48ad01c63b 100644 --- a/src/vt/termination/epoch_dependency.cc +++ b/src/vt/termination/epoch_dependency.cc @@ -5,7 +5,7 @@ // epoch_dependency.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_dependency.h b/src/vt/termination/epoch_dependency.h index 1ab8a5e5f3..50be738491 100644 --- a/src/vt/termination/epoch_dependency.h +++ b/src/vt/termination/epoch_dependency.h @@ -5,7 +5,7 @@ // epoch_dependency.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_guard.cc b/src/vt/termination/epoch_guard.cc index b016c0db9a..83443d2f2b 100644 --- a/src/vt/termination/epoch_guard.cc +++ b/src/vt/termination/epoch_guard.cc @@ -5,7 +5,7 @@ // epoch_guard.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_guard.h b/src/vt/termination/epoch_guard.h index 37f6464585..2646441965 100644 --- a/src/vt/termination/epoch_guard.h +++ b/src/vt/termination/epoch_guard.h @@ -5,7 +5,7 @@ // epoch_guard.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_label.cc b/src/vt/termination/epoch_label.cc index 4b0077d611..883f40f2f3 100644 --- a/src/vt/termination/epoch_label.cc +++ b/src/vt/termination/epoch_label.cc @@ -5,7 +5,7 @@ // epoch_label.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_label.h b/src/vt/termination/epoch_label.h index ceebbd2cf8..35870c06f9 100644 --- a/src/vt/termination/epoch_label.h +++ b/src/vt/termination/epoch_label.h @@ -5,7 +5,7 @@ // epoch_label.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_tags.cc b/src/vt/termination/epoch_tags.cc index e8b23c5b91..ed62c69d39 100644 --- a/src/vt/termination/epoch_tags.cc +++ b/src/vt/termination/epoch_tags.cc @@ -5,7 +5,7 @@ // epoch_tags.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/epoch_tags.h b/src/vt/termination/epoch_tags.h index f7e3b3d40e..3ab2108a66 100644 --- a/src/vt/termination/epoch_tags.h +++ b/src/vt/termination/epoch_tags.h @@ -5,7 +5,7 @@ // epoch_tags.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/graph/epoch_graph.cc b/src/vt/termination/graph/epoch_graph.cc index 8a01842f03..6a70a12f76 100644 --- a/src/vt/termination/graph/epoch_graph.cc +++ b/src/vt/termination/graph/epoch_graph.cc @@ -5,7 +5,7 @@ // epoch_graph.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/graph/epoch_graph.h b/src/vt/termination/graph/epoch_graph.h index 4d9833d840..7e5d231b2b 100644 --- a/src/vt/termination/graph/epoch_graph.h +++ b/src/vt/termination/graph/epoch_graph.h @@ -5,7 +5,7 @@ // epoch_graph.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/graph/epoch_graph_reduce.h b/src/vt/termination/graph/epoch_graph_reduce.h index 184257eb64..38919a34ec 100644 --- a/src/vt/termination/graph/epoch_graph_reduce.h +++ b/src/vt/termination/graph/epoch_graph_reduce.h @@ -5,7 +5,7 @@ // epoch_graph_reduce.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/interval/integral_set.h b/src/vt/termination/interval/integral_set.h index e04e72e040..ff76a616c5 100644 --- a/src/vt/termination/interval/integral_set.h +++ b/src/vt/termination/interval/integral_set.h @@ -5,7 +5,7 @@ // integral_set.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/interval/interval.h b/src/vt/termination/interval/interval.h index 94b16dacc5..2b6182764a 100644 --- a/src/vt/termination/interval/interval.h +++ b/src/vt/termination/interval/interval.h @@ -5,7 +5,7 @@ // interval.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/interval/strong_integral_set.h b/src/vt/termination/interval/strong_integral_set.h index e686e37072..e1412c2cc4 100644 --- a/src/vt/termination/interval/strong_integral_set.h +++ b/src/vt/termination/interval/strong_integral_set.h @@ -5,7 +5,7 @@ // strong_integral_set.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_action.cc b/src/vt/termination/term_action.cc index 45ef08f4a8..ce901459a4 100644 --- a/src/vt/termination/term_action.cc +++ b/src/vt/termination/term_action.cc @@ -5,7 +5,7 @@ // term_action.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_action.h b/src/vt/termination/term_action.h index 555bbc29a9..254927d798 100644 --- a/src/vt/termination/term_action.h +++ b/src/vt/termination/term_action.h @@ -5,7 +5,7 @@ // term_action.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_action.impl.h b/src/vt/termination/term_action.impl.h index 08ece8e5a5..ba5fac090f 100644 --- a/src/vt/termination/term_action.impl.h +++ b/src/vt/termination/term_action.impl.h @@ -5,7 +5,7 @@ // term_action.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_common.h b/src/vt/termination/term_common.h index 6e6f03b6fa..dbe90745d5 100644 --- a/src/vt/termination/term_common.h +++ b/src/vt/termination/term_common.h @@ -5,7 +5,7 @@ // term_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_headers.h b/src/vt/termination/term_headers.h index eaea8d1f7d..316e9d4667 100644 --- a/src/vt/termination/term_headers.h +++ b/src/vt/termination/term_headers.h @@ -5,7 +5,7 @@ // term_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_interface.h b/src/vt/termination/term_interface.h index 08df8bcfdf..75ed2bbd46 100644 --- a/src/vt/termination/term_interface.h +++ b/src/vt/termination/term_interface.h @@ -5,7 +5,7 @@ // term_interface.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_msgs.h b/src/vt/termination/term_msgs.h index b2ff313d1b..76884e2c1b 100644 --- a/src/vt/termination/term_msgs.h +++ b/src/vt/termination/term_msgs.h @@ -5,7 +5,7 @@ // term_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_state.cc b/src/vt/termination/term_state.cc index 76cb40d251..26b0f2a0bd 100644 --- a/src/vt/termination/term_state.cc +++ b/src/vt/termination/term_state.cc @@ -5,7 +5,7 @@ // term_state.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_state.h b/src/vt/termination/term_state.h index 1e0d2aaa25..af0ffb3e02 100644 --- a/src/vt/termination/term_state.h +++ b/src/vt/termination/term_state.h @@ -5,7 +5,7 @@ // term_state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/term_terminated.h b/src/vt/termination/term_terminated.h index 07df5791fb..7deeb1e712 100644 --- a/src/vt/termination/term_terminated.h +++ b/src/vt/termination/term_terminated.h @@ -5,7 +5,7 @@ // term_terminated.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/termination.cc b/src/vt/termination/termination.cc index d4255f8eb1..197b7057a7 100644 --- a/src/vt/termination/termination.cc +++ b/src/vt/termination/termination.cc @@ -5,7 +5,7 @@ // termination.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/termination.fwd.h b/src/vt/termination/termination.fwd.h index 741d871c3d..bebcae8471 100644 --- a/src/vt/termination/termination.fwd.h +++ b/src/vt/termination/termination.fwd.h @@ -5,7 +5,7 @@ // termination.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/termination.h b/src/vt/termination/termination.h index cc535f105a..c88cb5fadf 100644 --- a/src/vt/termination/termination.h +++ b/src/vt/termination/termination.h @@ -5,7 +5,7 @@ // termination.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/termination.impl.h b/src/vt/termination/termination.impl.h index 219ed4c44c..cd9325dfb2 100644 --- a/src/vt/termination/termination.impl.h +++ b/src/vt/termination/termination.impl.h @@ -5,7 +5,7 @@ // termination.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timetrigger/time_trigger_manager.cc b/src/vt/timetrigger/time_trigger_manager.cc index a661a3d86d..14e5c73d65 100644 --- a/src/vt/timetrigger/time_trigger_manager.cc +++ b/src/vt/timetrigger/time_trigger_manager.cc @@ -5,7 +5,7 @@ // time_trigger_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timetrigger/time_trigger_manager.h b/src/vt/timetrigger/time_trigger_manager.h index 8da2cb2d5d..176aadde9e 100644 --- a/src/vt/timetrigger/time_trigger_manager.h +++ b/src/vt/timetrigger/time_trigger_manager.h @@ -5,7 +5,7 @@ // time_trigger_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timetrigger/trigger.h b/src/vt/timetrigger/trigger.h index ebc5a947de..bbb88827fb 100644 --- a/src/vt/timetrigger/trigger.h +++ b/src/vt/timetrigger/trigger.h @@ -5,7 +5,7 @@ // trigger.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timing/timing.cc b/src/vt/timing/timing.cc index 76b5bf5e99..2b2ac9b747 100644 --- a/src/vt/timing/timing.cc +++ b/src/vt/timing/timing.cc @@ -5,7 +5,7 @@ // timing.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timing/timing.h b/src/vt/timing/timing.h index 59679e6888..88a9b3db87 100644 --- a/src/vt/timing/timing.h +++ b/src/vt/timing/timing.h @@ -5,7 +5,7 @@ // timing.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timing/timing_type.h b/src/vt/timing/timing_type.h index 8dc16c0922..23ba28cd09 100644 --- a/src/vt/timing/timing_type.h +++ b/src/vt/timing/timing_type.h @@ -5,7 +5,7 @@ // timing_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/base_index.h b/src/vt/topos/index/base_index.h index 90221e0ea9..20d4818574 100644 --- a/src/vt/topos/index/base_index.h +++ b/src/vt/topos/index/base_index.h @@ -5,7 +5,7 @@ // base_index.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/dense/dense_array.h b/src/vt/topos/index/dense/dense_array.h index 3a1870de9f..88180268b2 100644 --- a/src/vt/topos/index/dense/dense_array.h +++ b/src/vt/topos/index/dense/dense_array.h @@ -5,7 +5,7 @@ // dense_array.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/dense/dense_array.impl.h b/src/vt/topos/index/dense/dense_array.impl.h index e5bffcc277..61b6f1cdf6 100644 --- a/src/vt/topos/index/dense/dense_array.impl.h +++ b/src/vt/topos/index/dense/dense_array.impl.h @@ -5,7 +5,7 @@ // dense_array.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/index.h b/src/vt/topos/index/index.h index f1512bfa9b..aa68e41235 100644 --- a/src/vt/topos/index/index.h +++ b/src/vt/topos/index/index.h @@ -5,7 +5,7 @@ // index.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/index_example.h b/src/vt/topos/index/index_example.h index d363476f51..c3f17df490 100644 --- a/src/vt/topos/index/index_example.h +++ b/src/vt/topos/index/index_example.h @@ -5,7 +5,7 @@ // index_example.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/printer/print_index.h b/src/vt/topos/index/printer/print_index.h index 09f8d326ad..5f8954e263 100644 --- a/src/vt/topos/index/printer/print_index.h +++ b/src/vt/topos/index/printer/print_index.h @@ -5,7 +5,7 @@ // print_index.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/index/traits/traits.h b/src/vt/topos/index/traits/traits.h index f6a7260f0c..b07735beff 100644 --- a/src/vt/topos/index/traits/traits.h +++ b/src/vt/topos/index/traits/traits.h @@ -5,7 +5,7 @@ // traits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/cache/cache.h b/src/vt/topos/location/cache/cache.h index 22c4eddc04..4002deaff6 100644 --- a/src/vt/topos/location/cache/cache.h +++ b/src/vt/topos/location/cache/cache.h @@ -5,7 +5,7 @@ // cache.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/cache/cache.impl.h b/src/vt/topos/location/cache/cache.impl.h index 9b929b013b..acd0d2177e 100644 --- a/src/vt/topos/location/cache/cache.impl.h +++ b/src/vt/topos/location/cache/cache.impl.h @@ -5,7 +5,7 @@ // cache.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/directory/directory.h b/src/vt/topos/location/directory/directory.h index 1898558160..fa0d7d5c61 100644 --- a/src/vt/topos/location/directory/directory.h +++ b/src/vt/topos/location/directory/directory.h @@ -5,7 +5,7 @@ // directory.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/directory/directory.impl.h b/src/vt/topos/location/directory/directory.impl.h index 76662d9c15..298652c8cd 100644 --- a/src/vt/topos/location/directory/directory.impl.h +++ b/src/vt/topos/location/directory/directory.impl.h @@ -5,7 +5,7 @@ // directory.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/location.fwd.h b/src/vt/topos/location/location.fwd.h index b2e6de81f4..a2f42b1a37 100644 --- a/src/vt/topos/location/location.fwd.h +++ b/src/vt/topos/location/location.fwd.h @@ -5,7 +5,7 @@ // location.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/location.h b/src/vt/topos/location/location.h index 1e465e0e34..20e715dc50 100644 --- a/src/vt/topos/location/location.h +++ b/src/vt/topos/location/location.h @@ -5,7 +5,7 @@ // location.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/location.impl.h b/src/vt/topos/location/location.impl.h index e839c9d812..198aa3febd 100644 --- a/src/vt/topos/location/location.impl.h +++ b/src/vt/topos/location/location.impl.h @@ -5,7 +5,7 @@ // location.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/location_common.h b/src/vt/topos/location/location_common.h index 2743d1979f..4659fad1c7 100644 --- a/src/vt/topos/location/location_common.h +++ b/src/vt/topos/location/location_common.h @@ -5,7 +5,7 @@ // location_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/location_headers.h b/src/vt/topos/location/location_headers.h index 2e29265de7..5496e228d8 100644 --- a/src/vt/topos/location/location_headers.h +++ b/src/vt/topos/location/location_headers.h @@ -5,7 +5,7 @@ // location_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/lookup/lookup.h b/src/vt/topos/location/lookup/lookup.h index 0a53cf4e7c..4efd729a87 100644 --- a/src/vt/topos/location/lookup/lookup.h +++ b/src/vt/topos/location/lookup/lookup.h @@ -5,7 +5,7 @@ // lookup.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/lookup/lookup.impl.h b/src/vt/topos/location/lookup/lookup.impl.h index bf4839487e..1629d72422 100644 --- a/src/vt/topos/location/lookup/lookup.impl.h +++ b/src/vt/topos/location/lookup/lookup.impl.h @@ -5,7 +5,7 @@ // lookup.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/manager.cc b/src/vt/topos/location/manager.cc index c18c3c9d12..50402f2ed6 100644 --- a/src/vt/topos/location/manager.cc +++ b/src/vt/topos/location/manager.cc @@ -5,7 +5,7 @@ // manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/manager.fwd.h b/src/vt/topos/location/manager.fwd.h index ae5012f510..1e6004d576 100644 --- a/src/vt/topos/location/manager.fwd.h +++ b/src/vt/topos/location/manager.fwd.h @@ -5,7 +5,7 @@ // manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/manager.h b/src/vt/topos/location/manager.h index 8f555c1de7..a1a3266935 100644 --- a/src/vt/topos/location/manager.h +++ b/src/vt/topos/location/manager.h @@ -5,7 +5,7 @@ // manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/manager.impl.h b/src/vt/topos/location/manager.impl.h index d6597ccca7..997fcacae4 100644 --- a/src/vt/topos/location/manager.impl.h +++ b/src/vt/topos/location/manager.impl.h @@ -5,7 +5,7 @@ // manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/message/msg.h b/src/vt/topos/location/message/msg.h index d6e53825c8..5cf894384a 100644 --- a/src/vt/topos/location/message/msg.h +++ b/src/vt/topos/location/message/msg.h @@ -5,7 +5,7 @@ // msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/record/record.h b/src/vt/topos/location/record/record.h index b131ea4105..4260540835 100644 --- a/src/vt/topos/location/record/record.h +++ b/src/vt/topos/location/record/record.h @@ -5,7 +5,7 @@ // record.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/record/record.impl.h b/src/vt/topos/location/record/record.impl.h index b3f370fa4e..eb4898ba9d 100644 --- a/src/vt/topos/location/record/record.impl.h +++ b/src/vt/topos/location/record/record.impl.h @@ -5,7 +5,7 @@ // record.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/record/state.h b/src/vt/topos/location/record/state.h index 52fa3fc760..ab8bf1462a 100644 --- a/src/vt/topos/location/record/state.h +++ b/src/vt/topos/location/record/state.h @@ -5,7 +5,7 @@ // state.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/record/state_printer.h b/src/vt/topos/location/record/state_printer.h index 11d81108d8..49c1fb2b8b 100644 --- a/src/vt/topos/location/record/state_printer.h +++ b/src/vt/topos/location/record/state_printer.h @@ -5,7 +5,7 @@ // state_printer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/record/state_stringize.h b/src/vt/topos/location/record/state_stringize.h index 9856cdbdf5..f496013b69 100644 --- a/src/vt/topos/location/record/state_stringize.h +++ b/src/vt/topos/location/record/state_stringize.h @@ -5,7 +5,7 @@ // state_stringize.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/utility/coord.h b/src/vt/topos/location/utility/coord.h index 202910274f..8859edacc2 100644 --- a/src/vt/topos/location/utility/coord.h +++ b/src/vt/topos/location/utility/coord.h @@ -5,7 +5,7 @@ // coord.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/utility/entity.h b/src/vt/topos/location/utility/entity.h index 40e2237b65..b1d303bb9e 100644 --- a/src/vt/topos/location/utility/entity.h +++ b/src/vt/topos/location/utility/entity.h @@ -5,7 +5,7 @@ // entity.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/location/utility/pending.h b/src/vt/topos/location/utility/pending.h index d695490a34..2038c28c87 100644 --- a/src/vt/topos/location/utility/pending.h +++ b/src/vt/topos/location/utility/pending.h @@ -5,7 +5,7 @@ // pending.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/adapt_mappers.h b/src/vt/topos/mapping/adapt_mappers.h index 58ecd3a83d..91f485d5c0 100644 --- a/src/vt/topos/mapping/adapt_mappers.h +++ b/src/vt/topos/mapping/adapt_mappers.h @@ -5,7 +5,7 @@ // adapt_mappers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/base_mapper_object.h b/src/vt/topos/mapping/base_mapper_object.h index 52ecad8229..f82d5e14a2 100644 --- a/src/vt/topos/mapping/base_mapper_object.h +++ b/src/vt/topos/mapping/base_mapper_object.h @@ -5,7 +5,7 @@ // base_mapper_object.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/dense/dense.cc b/src/vt/topos/mapping/dense/dense.cc index cb145aa589..156c6c893f 100644 --- a/src/vt/topos/mapping/dense/dense.cc +++ b/src/vt/topos/mapping/dense/dense.cc @@ -5,7 +5,7 @@ // dense.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/dense/dense.h b/src/vt/topos/mapping/dense/dense.h index 355065aa82..16e6a571bc 100644 --- a/src/vt/topos/mapping/dense/dense.h +++ b/src/vt/topos/mapping/dense/dense.h @@ -5,7 +5,7 @@ // dense.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/dense/dense.impl.h b/src/vt/topos/mapping/dense/dense.impl.h index da1c030d75..2f6a5ab271 100644 --- a/src/vt/topos/mapping/dense/dense.impl.h +++ b/src/vt/topos/mapping/dense/dense.impl.h @@ -5,7 +5,7 @@ // dense.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/dense/unbounded_default.h b/src/vt/topos/mapping/dense/unbounded_default.h index 1c7c191138..26b94e8efe 100644 --- a/src/vt/topos/mapping/dense/unbounded_default.h +++ b/src/vt/topos/mapping/dense/unbounded_default.h @@ -5,7 +5,7 @@ // unbounded_default.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/dense/unbounded_default.impl.h b/src/vt/topos/mapping/dense/unbounded_default.impl.h index 6696842585..ce9423e4c5 100644 --- a/src/vt/topos/mapping/dense/unbounded_default.impl.h +++ b/src/vt/topos/mapping/dense/unbounded_default.impl.h @@ -5,7 +5,7 @@ // unbounded_default.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/mapping.h b/src/vt/topos/mapping/mapping.h index efec93a529..80deb054b0 100644 --- a/src/vt/topos/mapping/mapping.h +++ b/src/vt/topos/mapping/mapping.h @@ -5,7 +5,7 @@ // mapping.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/mapping_function.h b/src/vt/topos/mapping/mapping_function.h index abd39838d9..9f2c8fcf8c 100644 --- a/src/vt/topos/mapping/mapping_function.h +++ b/src/vt/topos/mapping/mapping_function.h @@ -5,7 +5,7 @@ // mapping_function.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/mapping_headers.h b/src/vt/topos/mapping/mapping_headers.h index ceef712bbb..0cb0453802 100644 --- a/src/vt/topos/mapping/mapping_headers.h +++ b/src/vt/topos/mapping/mapping_headers.h @@ -5,7 +5,7 @@ // mapping_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/seed/seed.cc b/src/vt/topos/mapping/seed/seed.cc index a6ec24beeb..9d60c864d3 100644 --- a/src/vt/topos/mapping/seed/seed.cc +++ b/src/vt/topos/mapping/seed/seed.cc @@ -5,7 +5,7 @@ // seed.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/topos/mapping/seed/seed.h b/src/vt/topos/mapping/seed/seed.h index 7b48274304..a5dfd72ddc 100644 --- a/src/vt/topos/mapping/seed/seed.h +++ b/src/vt/topos/mapping/seed/seed.h @@ -5,7 +5,7 @@ // seed.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace.cc b/src/vt/trace/trace.cc index 31f6ee58ef..c4d2ed0f1c 100644 --- a/src/vt/trace/trace.cc +++ b/src/vt/trace/trace.cc @@ -5,7 +5,7 @@ // trace.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace.h b/src/vt/trace/trace.h index c364a644e4..232f36d4e5 100644 --- a/src/vt/trace/trace.h +++ b/src/vt/trace/trace.h @@ -5,7 +5,7 @@ // trace.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_common.h b/src/vt/trace/trace_common.h index c681e15c45..11ea1f78b6 100644 --- a/src/vt/trace/trace_common.h +++ b/src/vt/trace/trace_common.h @@ -5,7 +5,7 @@ // trace_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_constants.h b/src/vt/trace/trace_constants.h index 90db8a41a5..48ab1b1f34 100644 --- a/src/vt/trace/trace_constants.h +++ b/src/vt/trace/trace_constants.h @@ -5,7 +5,7 @@ // trace_constants.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_containers.cc b/src/vt/trace/trace_containers.cc index 922f1f7e56..d519c07136 100644 --- a/src/vt/trace/trace_containers.cc +++ b/src/vt/trace/trace_containers.cc @@ -5,7 +5,7 @@ // trace_containers.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_containers.h b/src/vt/trace/trace_containers.h index 38389d3f05..9198ff1c92 100644 --- a/src/vt/trace/trace_containers.h +++ b/src/vt/trace/trace_containers.h @@ -5,7 +5,7 @@ // trace_containers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_event.cc b/src/vt/trace/trace_event.cc index 8cf9d65ae3..10db476734 100644 --- a/src/vt/trace/trace_event.cc +++ b/src/vt/trace/trace_event.cc @@ -5,7 +5,7 @@ // trace_event.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_event.h b/src/vt/trace/trace_event.h index ee325f32a9..842aa03bc4 100644 --- a/src/vt/trace/trace_event.h +++ b/src/vt/trace/trace_event.h @@ -5,7 +5,7 @@ // trace_event.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_headers.h b/src/vt/trace/trace_headers.h index 15381cc75c..f166bc75db 100644 --- a/src/vt/trace/trace_headers.h +++ b/src/vt/trace/trace_headers.h @@ -5,7 +5,7 @@ // trace_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_lite.cc b/src/vt/trace/trace_lite.cc index b6adddfa6a..8777585e4b 100644 --- a/src/vt/trace/trace_lite.cc +++ b/src/vt/trace/trace_lite.cc @@ -5,7 +5,7 @@ // trace_lite.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_lite.h b/src/vt/trace/trace_lite.h index e5b7ff54d9..096a506b45 100644 --- a/src/vt/trace/trace_lite.h +++ b/src/vt/trace/trace_lite.h @@ -5,7 +5,7 @@ // trace_lite.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_log.h b/src/vt/trace/trace_log.h index 3dab0be4e3..69f5d9d728 100644 --- a/src/vt/trace/trace_log.h +++ b/src/vt/trace/trace_log.h @@ -5,7 +5,7 @@ // trace_log.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_registry.cc b/src/vt/trace/trace_registry.cc index 9b3d750250..c2163be751 100644 --- a/src/vt/trace/trace_registry.cc +++ b/src/vt/trace/trace_registry.cc @@ -5,7 +5,7 @@ // trace_registry.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_registry.h b/src/vt/trace/trace_registry.h index ddbd7363e1..6cd989b4f3 100644 --- a/src/vt/trace/trace_registry.h +++ b/src/vt/trace/trace_registry.h @@ -5,7 +5,7 @@ // trace_registry.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_user.cc b/src/vt/trace/trace_user.cc index 325c4784ab..bdd0397223 100644 --- a/src/vt/trace/trace_user.cc +++ b/src/vt/trace/trace_user.cc @@ -5,7 +5,7 @@ // trace_user.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_user.h b/src/vt/trace/trace_user.h index 62e57f60ce..276a4487ab 100644 --- a/src/vt/trace/trace_user.h +++ b/src/vt/trace/trace_user.h @@ -5,7 +5,7 @@ // trace_user.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_user_event.cc b/src/vt/trace/trace_user_event.cc index 483f0dec80..e707c1c840 100644 --- a/src/vt/trace/trace_user_event.cc +++ b/src/vt/trace/trace_user_event.cc @@ -5,7 +5,7 @@ // trace_user_event.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/trace_user_event.h b/src/vt/trace/trace_user_event.h index 9c90c1dfca..b5d0a8370d 100644 --- a/src/vt/trace/trace_user_event.h +++ b/src/vt/trace/trace_user_event.h @@ -5,7 +5,7 @@ // trace_user_event.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/transport.h b/src/vt/transport.h index 3db2d37da5..d5d627d958 100644 --- a/src/vt/transport.h +++ b/src/vt/transport.h @@ -5,7 +5,7 @@ // transport.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/transport_basic.h b/src/vt/transport_basic.h index 8cd1a3fba5..8926fc65d2 100644 --- a/src/vt/transport_basic.h +++ b/src/vt/transport_basic.h @@ -5,7 +5,7 @@ // transport_basic.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/transport_core.h b/src/vt/transport_core.h index cb10cb7176..8687898b15 100644 --- a/src/vt/transport_core.h +++ b/src/vt/transport_core.h @@ -5,7 +5,7 @@ // transport_core.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/adt/histogram_approx.h b/src/vt/utils/adt/histogram_approx.h index 04fefd85bb..2e801ce941 100644 --- a/src/vt/utils/adt/histogram_approx.h +++ b/src/vt/utils/adt/histogram_approx.h @@ -5,7 +5,7 @@ // histogram_approx.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/adt/ranged_counter.h b/src/vt/utils/adt/ranged_counter.h index 54784c5d73..b60b9b42e1 100644 --- a/src/vt/utils/adt/ranged_counter.h +++ b/src/vt/utils/adt/ranged_counter.h @@ -5,7 +5,7 @@ // ranged_counter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/bits/bits_common.h b/src/vt/utils/bits/bits_common.h index bef9197441..5f257836cf 100644 --- a/src/vt/utils/bits/bits_common.h +++ b/src/vt/utils/bits/bits_common.h @@ -5,7 +5,7 @@ // bits_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/bits/bits_counter.h b/src/vt/utils/bits/bits_counter.h index 69304a1393..53e30050d4 100644 --- a/src/vt/utils/bits/bits_counter.h +++ b/src/vt/utils/bits/bits_counter.h @@ -5,7 +5,7 @@ // bits_counter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/bits/bits_packer.h b/src/vt/utils/bits/bits_packer.h index 1b5f65a110..e3ac19ef1c 100644 --- a/src/vt/utils/bits/bits_packer.h +++ b/src/vt/utils/bits/bits_packer.h @@ -5,7 +5,7 @@ // bits_packer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/bits/bits_packer.impl.h b/src/vt/utils/bits/bits_packer.impl.h index 19c1ed76c4..73293368c4 100644 --- a/src/vt/utils/bits/bits_packer.impl.h +++ b/src/vt/utils/bits/bits_packer.impl.h @@ -5,7 +5,7 @@ // bits_packer.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/compressor.cc b/src/vt/utils/compress/compressor.cc index 16ca7c91d6..ff2a3cbba7 100644 --- a/src/vt/utils/compress/compressor.cc +++ b/src/vt/utils/compress/compressor.cc @@ -5,7 +5,7 @@ // compressor.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/compressor.h b/src/vt/utils/compress/compressor.h index ce4904765a..d720944279 100644 --- a/src/vt/utils/compress/compressor.h +++ b/src/vt/utils/compress/compressor.h @@ -5,7 +5,7 @@ // compressor.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/compressor.impl.h b/src/vt/utils/compress/compressor.impl.h index 95d3c67585..dfd63dffb9 100644 --- a/src/vt/utils/compress/compressor.impl.h +++ b/src/vt/utils/compress/compressor.impl.h @@ -5,7 +5,7 @@ // compressor.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/decompressor.h b/src/vt/utils/compress/decompressor.h index 077fcd7602..af9e600f54 100644 --- a/src/vt/utils/compress/decompressor.h +++ b/src/vt/utils/compress/decompressor.h @@ -5,7 +5,7 @@ // decompressor.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/decompressor.impl.h b/src/vt/utils/compress/decompressor.impl.h index 209a29841e..f738c51f4f 100644 --- a/src/vt/utils/compress/decompressor.impl.h +++ b/src/vt/utils/compress/decompressor.impl.h @@ -5,7 +5,7 @@ // decompressor.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/compress/decompressor_base.h b/src/vt/utils/compress/decompressor_base.h index d5be11d358..30c520fe44 100644 --- a/src/vt/utils/compress/decompressor_base.h +++ b/src/vt/utils/compress/decompressor_base.h @@ -5,7 +5,7 @@ // decompressor_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/container/circular_buffer.h b/src/vt/utils/container/circular_buffer.h index e8172c6179..765f33a839 100644 --- a/src/vt/utils/container/circular_buffer.h +++ b/src/vt/utils/container/circular_buffer.h @@ -5,7 +5,7 @@ // circular_buffer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/container/concurrent_deque.h b/src/vt/utils/container/concurrent_deque.h index 0220a1660d..122f6faf07 100644 --- a/src/vt/utils/container/concurrent_deque.h +++ b/src/vt/utils/container/concurrent_deque.h @@ -5,7 +5,7 @@ // concurrent_deque.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/container/concurrent_deque_locked.h b/src/vt/utils/container/concurrent_deque_locked.h index 82139a409f..977441e74f 100644 --- a/src/vt/utils/container/concurrent_deque_locked.h +++ b/src/vt/utils/container/concurrent_deque_locked.h @@ -5,7 +5,7 @@ // concurrent_deque_locked.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/container/concurrent_deque_locked.impl.h b/src/vt/utils/container/concurrent_deque_locked.impl.h index fb3659b50f..d8096c9418 100644 --- a/src/vt/utils/container/concurrent_deque_locked.impl.h +++ b/src/vt/utils/container/concurrent_deque_locked.impl.h @@ -5,7 +5,7 @@ // concurrent_deque_locked.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/demangle/demangle.cc b/src/vt/utils/demangle/demangle.cc index 17648618f3..52355ca0d4 100644 --- a/src/vt/utils/demangle/demangle.cc +++ b/src/vt/utils/demangle/demangle.cc @@ -5,7 +5,7 @@ // demangle.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/demangle/demangle.h b/src/vt/utils/demangle/demangle.h index 04c9bfd5b6..89562945bc 100644 --- a/src/vt/utils/demangle/demangle.h +++ b/src/vt/utils/demangle/demangle.h @@ -5,7 +5,7 @@ // demangle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/file_spec/spec.cc b/src/vt/utils/file_spec/spec.cc index eb093ad461..119482ace8 100644 --- a/src/vt/utils/file_spec/spec.cc +++ b/src/vt/utils/file_spec/spec.cc @@ -5,7 +5,7 @@ // spec.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/file_spec/spec.h b/src/vt/utils/file_spec/spec.h index 2f5ce1ee01..87676b0b5d 100644 --- a/src/vt/utils/file_spec/spec.h +++ b/src/vt/utils/file_spec/spec.h @@ -5,7 +5,7 @@ // spec.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/fntraits/fntraits.h b/src/vt/utils/fntraits/fntraits.h index a5fbefa285..bfc76db57b 100644 --- a/src/vt/utils/fntraits/fntraits.h +++ b/src/vt/utils/fntraits/fntraits.h @@ -5,7 +5,7 @@ // fntraits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/hash/hash_tuple.h b/src/vt/utils/hash/hash_tuple.h index 9e1c0095d2..e52a8bc7b4 100644 --- a/src/vt/utils/hash/hash_tuple.h +++ b/src/vt/utils/hash/hash_tuple.h @@ -5,7 +5,7 @@ // hash_tuple.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/base_appender.h b/src/vt/utils/json/base_appender.h index a60bcac20e..dc16f30619 100644 --- a/src/vt/utils/json/base_appender.h +++ b/src/vt/utils/json/base_appender.h @@ -5,7 +5,7 @@ // base_appender.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/decompression_input_container.cc b/src/vt/utils/json/decompression_input_container.cc index 9404026bbf..152c090b9e 100644 --- a/src/vt/utils/json/decompression_input_container.cc +++ b/src/vt/utils/json/decompression_input_container.cc @@ -5,7 +5,7 @@ // decompression_input_container.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/decompression_input_container.h b/src/vt/utils/json/decompression_input_container.h index 3b6df8b890..853a24d266 100644 --- a/src/vt/utils/json/decompression_input_container.h +++ b/src/vt/utils/json/decompression_input_container.h @@ -5,7 +5,7 @@ // decompression_input_container.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/decompression_input_container.impl.h b/src/vt/utils/json/decompression_input_container.impl.h index 0cb7168267..532a0f9187 100644 --- a/src/vt/utils/json/decompression_input_container.impl.h +++ b/src/vt/utils/json/decompression_input_container.impl.h @@ -5,7 +5,7 @@ // decompression_input_container.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/input_iterator.h b/src/vt/utils/json/input_iterator.h index 2b9e845efb..51045d3fbe 100644 --- a/src/vt/utils/json/input_iterator.h +++ b/src/vt/utils/json/input_iterator.h @@ -5,7 +5,7 @@ // input_iterator.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/json_appender.h b/src/vt/utils/json/json_appender.h index 16f64b5705..808e73924c 100644 --- a/src/vt/utils/json/json_appender.h +++ b/src/vt/utils/json/json_appender.h @@ -5,7 +5,7 @@ // json_appender.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/json_reader.cc b/src/vt/utils/json/json_reader.cc index ac4742ec41..58c61d80e3 100644 --- a/src/vt/utils/json/json_reader.cc +++ b/src/vt/utils/json/json_reader.cc @@ -5,7 +5,7 @@ // json_reader.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/json_reader.h b/src/vt/utils/json/json_reader.h index ab8b43311a..540b4e3490 100644 --- a/src/vt/utils/json/json_reader.h +++ b/src/vt/utils/json/json_reader.h @@ -5,7 +5,7 @@ // json_reader.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/json/output_adaptor.h b/src/vt/utils/json/output_adaptor.h index fb72aa5707..1a1d4ffb1a 100644 --- a/src/vt/utils/json/output_adaptor.h +++ b/src/vt/utils/json/output_adaptor.h @@ -5,7 +5,7 @@ // output_adaptor.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/memory/memory_reporter.h b/src/vt/utils/memory/memory_reporter.h index 88a41b8573..f9cf264855 100644 --- a/src/vt/utils/memory/memory_reporter.h +++ b/src/vt/utils/memory/memory_reporter.h @@ -5,7 +5,7 @@ // memory_reporter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/memory/memory_units.cc b/src/vt/utils/memory/memory_units.cc index b2033e21d7..bcd2d2fccd 100644 --- a/src/vt/utils/memory/memory_units.cc +++ b/src/vt/utils/memory/memory_units.cc @@ -5,7 +5,7 @@ // memory_units.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/memory/memory_units.h b/src/vt/utils/memory/memory_units.h index 8910d1bb87..1346fdab40 100644 --- a/src/vt/utils/memory/memory_units.h +++ b/src/vt/utils/memory/memory_units.h @@ -5,7 +5,7 @@ // memory_units.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/memory/memory_usage.cc b/src/vt/utils/memory/memory_usage.cc index 88ea899111..bfa8f8b5c9 100644 --- a/src/vt/utils/memory/memory_usage.cc +++ b/src/vt/utils/memory/memory_usage.cc @@ -5,7 +5,7 @@ // memory_usage.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/memory/memory_usage.h b/src/vt/utils/memory/memory_usage.h index f96f4dc87e..6ad9349103 100644 --- a/src/vt/utils/memory/memory_usage.h +++ b/src/vt/utils/memory/memory_usage.h @@ -5,7 +5,7 @@ // memory_usage.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/mpi_limits/mpi_max_tag.cc b/src/vt/utils/mpi_limits/mpi_max_tag.cc index 37a9c6e2c1..f728a22cd8 100644 --- a/src/vt/utils/mpi_limits/mpi_max_tag.cc +++ b/src/vt/utils/mpi_limits/mpi_max_tag.cc @@ -5,7 +5,7 @@ // mpi_max_tag.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/mpi_limits/mpi_max_tag.h b/src/vt/utils/mpi_limits/mpi_max_tag.h index 0a31e0d26a..323944adb6 100644 --- a/src/vt/utils/mpi_limits/mpi_max_tag.h +++ b/src/vt/utils/mpi_limits/mpi_max_tag.h @@ -5,7 +5,7 @@ // mpi_max_tag.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/ptr/observer.h b/src/vt/utils/ptr/observer.h index d1ffa54b5a..de48fd6457 100644 --- a/src/vt/utils/ptr/observer.h +++ b/src/vt/utils/ptr/observer.h @@ -5,7 +5,7 @@ // observer.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/all_true.h b/src/vt/utils/static_checks/all_true.h index fb0b894743..b602984bec 100644 --- a/src/vt/utils/static_checks/all_true.h +++ b/src/vt/utils/static_checks/all_true.h @@ -5,7 +5,7 @@ // all_true.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/cond_.h b/src/vt/utils/static_checks/cond_.h index 8c875d00d0..ef1c389008 100644 --- a/src/vt/utils/static_checks/cond_.h +++ b/src/vt/utils/static_checks/cond_.h @@ -5,7 +5,7 @@ // cond_.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/function_ret_check.h b/src/vt/utils/static_checks/function_ret_check.h index 116ce4319b..151ceabc6e 100644 --- a/src/vt/utils/static_checks/function_ret_check.h +++ b/src/vt/utils/static_checks/function_ret_check.h @@ -5,7 +5,7 @@ // function_ret_check.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/functor.h b/src/vt/utils/static_checks/functor.h index 8f01a6f083..f351a72e44 100644 --- a/src/vt/utils/static_checks/functor.h +++ b/src/vt/utils/static_checks/functor.h @@ -5,7 +5,7 @@ // functor.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/meta_type_eq_.h b/src/vt/utils/static_checks/meta_type_eq_.h index 70f907e572..ad8535cbda 100644 --- a/src/vt/utils/static_checks/meta_type_eq_.h +++ b/src/vt/utils/static_checks/meta_type_eq_.h @@ -5,7 +5,7 @@ // meta_type_eq_.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/static_checks/msg_ptr.h b/src/vt/utils/static_checks/msg_ptr.h index 8d0e6f9cec..86ace973ec 100644 --- a/src/vt/utils/static_checks/msg_ptr.h +++ b/src/vt/utils/static_checks/msg_ptr.h @@ -5,7 +5,7 @@ // msg_ptr.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/stats/linear_regression.h b/src/vt/utils/stats/linear_regression.h index 9dc8bb154c..8c4681d071 100644 --- a/src/vt/utils/stats/linear_regression.h +++ b/src/vt/utils/stats/linear_regression.h @@ -5,7 +5,7 @@ // linear_regression.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/strong/strong_type.h b/src/vt/utils/strong/strong_type.h index 5088b5928e..333c52e1aa 100644 --- a/src/vt/utils/strong/strong_type.h +++ b/src/vt/utils/strong/strong_type.h @@ -5,7 +5,7 @@ // strong_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/base/base.h b/src/vt/vrt/base/base.h index afbb6ba5b4..60ba380287 100644 --- a/src/vt/vrt/base/base.h +++ b/src/vt/vrt/base/base.h @@ -5,7 +5,7 @@ // base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/active_funcs.h b/src/vt/vrt/collection/active/active_funcs.h index 3e7327f78b..7f1a127338 100644 --- a/src/vt/vrt/collection/active/active_funcs.h +++ b/src/vt/vrt/collection/active/active_funcs.h @@ -5,7 +5,7 @@ // active_funcs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/baselb/baselb.cc b/src/vt/vrt/collection/balance/baselb/baselb.cc index dcbb3f4f3a..219218d850 100644 --- a/src/vt/vrt/collection/balance/baselb/baselb.cc +++ b/src/vt/vrt/collection/balance/baselb/baselb.cc @@ -5,7 +5,7 @@ // baselb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/baselb/baselb.h b/src/vt/vrt/collection/balance/baselb/baselb.h index ab54b60368..f005e15651 100644 --- a/src/vt/vrt/collection/balance/baselb/baselb.h +++ b/src/vt/vrt/collection/balance/baselb/baselb.h @@ -5,7 +5,7 @@ // baselb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/baselb/baselb_msgs.h b/src/vt/vrt/collection/balance/baselb/baselb_msgs.h index ce2ffe2eff..5eaae60f5e 100644 --- a/src/vt/vrt/collection/balance/baselb/baselb_msgs.h +++ b/src/vt/vrt/collection/balance/baselb/baselb_msgs.h @@ -5,7 +5,7 @@ // baselb_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/baselb/load_sampler.cc b/src/vt/vrt/collection/balance/baselb/load_sampler.cc index 3c4b47fff1..812b567b06 100644 --- a/src/vt/vrt/collection/balance/baselb/load_sampler.cc +++ b/src/vt/vrt/collection/balance/baselb/load_sampler.cc @@ -5,7 +5,7 @@ // load_sampler.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/baselb/load_sampler.h b/src/vt/vrt/collection/balance/baselb/load_sampler.h index d3656223b3..2642af3aca 100644 --- a/src/vt/vrt/collection/balance/baselb/load_sampler.h +++ b/src/vt/vrt/collection/balance/baselb/load_sampler.h @@ -5,7 +5,7 @@ // load_sampler.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/col_lb_data.cc b/src/vt/vrt/collection/balance/col_lb_data.cc index d236b27950..5407882ccb 100644 --- a/src/vt/vrt/collection/balance/col_lb_data.cc +++ b/src/vt/vrt/collection/balance/col_lb_data.cc @@ -5,7 +5,7 @@ // col_lb_data.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/col_lb_data.h b/src/vt/vrt/collection/balance/col_lb_data.h index 223fcdd52a..1b35d30361 100644 --- a/src/vt/vrt/collection/balance/col_lb_data.h +++ b/src/vt/vrt/collection/balance/col_lb_data.h @@ -5,7 +5,7 @@ // col_lb_data.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/col_lb_data.impl.h b/src/vt/vrt/collection/balance/col_lb_data.impl.h index fe968618d7..d104fdc463 100644 --- a/src/vt/vrt/collection/balance/col_lb_data.impl.h +++ b/src/vt/vrt/collection/balance/col_lb_data.impl.h @@ -5,7 +5,7 @@ // col_lb_data.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb.cc b/src/vt/vrt/collection/balance/greedylb/greedylb.cc index 263cba9813..30d5ed7453 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb.cc +++ b/src/vt/vrt/collection/balance/greedylb/greedylb.cc @@ -5,7 +5,7 @@ // greedylb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb.fwd.h b/src/vt/vrt/collection/balance/greedylb/greedylb.fwd.h index 53dbc5677d..422101cb1e 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb.fwd.h +++ b/src/vt/vrt/collection/balance/greedylb/greedylb.fwd.h @@ -5,7 +5,7 @@ // greedylb.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb.h b/src/vt/vrt/collection/balance/greedylb/greedylb.h index f305ff0033..0ded2ba97e 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb.h +++ b/src/vt/vrt/collection/balance/greedylb/greedylb.h @@ -5,7 +5,7 @@ // greedylb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb_constants.h b/src/vt/vrt/collection/balance/greedylb/greedylb_constants.h index f19304cf3d..f389fd405d 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb_constants.h +++ b/src/vt/vrt/collection/balance/greedylb/greedylb_constants.h @@ -5,7 +5,7 @@ // greedylb_constants.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb_msgs.h b/src/vt/vrt/collection/balance/greedylb/greedylb_msgs.h index 376e01fcac..3552f7b92f 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb_msgs.h +++ b/src/vt/vrt/collection/balance/greedylb/greedylb_msgs.h @@ -5,7 +5,7 @@ // greedylb_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/greedylb/greedylb_types.h b/src/vt/vrt/collection/balance/greedylb/greedylb_types.h index c884b8a2e8..c7beb1e76d 100644 --- a/src/vt/vrt/collection/balance/greedylb/greedylb_types.h +++ b/src/vt/vrt/collection/balance/greedylb/greedylb_types.h @@ -5,7 +5,7 @@ // greedylb_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb.cc b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.cc index dab4a5638d..a89ab18952 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb.cc +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.cc @@ -5,7 +5,7 @@ // hierlb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb.fwd.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.fwd.h index a6ca68495e..75cf740e34 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb.fwd.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.fwd.h @@ -5,7 +5,7 @@ // hierlb.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.h index eb1ec66eb6..2b36c47ed5 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb.h @@ -5,7 +5,7 @@ // hierlb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb_child.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_child.h index 74a2d26dcc..ad5715af18 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb_child.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_child.h @@ -5,7 +5,7 @@ // hierlb_child.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb_constants.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_constants.h index 931d5fabb4..bed2349586 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb_constants.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_constants.h @@ -5,7 +5,7 @@ // hierlb_constants.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb_msgs.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_msgs.h index 9484d73151..6c343fa03b 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb_msgs.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_msgs.h @@ -5,7 +5,7 @@ // hierlb_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb_strat.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_strat.h index 857f2543db..57447d2849 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb_strat.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_strat.h @@ -5,7 +5,7 @@ // hierlb_strat.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/hierarchicallb/hierlb_types.h b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_types.h index 3d0f90f0d1..2e34cb1384 100644 --- a/src/vt/vrt/collection/balance/hierarchicallb/hierlb_types.h +++ b/src/vt/vrt/collection/balance/hierarchicallb/hierlb_types.h @@ -5,7 +5,7 @@ // hierlb_types.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_args_enum_converter.h b/src/vt/vrt/collection/balance/lb_args_enum_converter.h index fa2dce3ccb..55ea8fc7ff 100644 --- a/src/vt/vrt/collection/balance/lb_args_enum_converter.h +++ b/src/vt/vrt/collection/balance/lb_args_enum_converter.h @@ -5,7 +5,7 @@ // lb_args_enum_converter.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_common.cc b/src/vt/vrt/collection/balance/lb_common.cc index 392eea8984..226da61665 100644 --- a/src/vt/vrt/collection/balance/lb_common.cc +++ b/src/vt/vrt/collection/balance/lb_common.cc @@ -5,7 +5,7 @@ // lb_common.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_common.h b/src/vt/vrt/collection/balance/lb_common.h index 81fe9a4e13..e9e403b2de 100644 --- a/src/vt/vrt/collection/balance/lb_common.h +++ b/src/vt/vrt/collection/balance/lb_common.h @@ -5,7 +5,7 @@ // lb_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_data_holder.cc b/src/vt/vrt/collection/balance/lb_data_holder.cc index b3fbbb2af0..e6cba201d5 100644 --- a/src/vt/vrt/collection/balance/lb_data_holder.cc +++ b/src/vt/vrt/collection/balance/lb_data_holder.cc @@ -5,7 +5,7 @@ // lb_data_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_data_holder.h b/src/vt/vrt/collection/balance/lb_data_holder.h index 6b24f0a549..618fe52a42 100644 --- a/src/vt/vrt/collection/balance/lb_data_holder.h +++ b/src/vt/vrt/collection/balance/lb_data_holder.h @@ -5,7 +5,7 @@ // lb_data_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_data_restart_reader.cc b/src/vt/vrt/collection/balance/lb_data_restart_reader.cc index 2fe43be8f3..be21ad319b 100644 --- a/src/vt/vrt/collection/balance/lb_data_restart_reader.cc +++ b/src/vt/vrt/collection/balance/lb_data_restart_reader.cc @@ -5,7 +5,7 @@ // lb_data_restart_reader.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_data_restart_reader.h b/src/vt/vrt/collection/balance/lb_data_restart_reader.h index 6373a81153..6572f9e87b 100644 --- a/src/vt/vrt/collection/balance/lb_data_restart_reader.h +++ b/src/vt/vrt/collection/balance/lb_data_restart_reader.h @@ -5,7 +5,7 @@ // lb_data_restart_reader.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_invoke/invoke_msg.h b/src/vt/vrt/collection/balance/lb_invoke/invoke_msg.h index 054b297daa..6e429e823c 100644 --- a/src/vt/vrt/collection/balance/lb_invoke/invoke_msg.h +++ b/src/vt/vrt/collection/balance/lb_invoke/invoke_msg.h @@ -5,7 +5,7 @@ // invoke_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_invoke/lb_manager.cc b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc index 20f73dca2b..ce20121e22 100644 --- a/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc +++ b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.cc @@ -5,7 +5,7 @@ // lb_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_invoke/lb_manager.h b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h index d8b34ddde7..446d8b9498 100644 --- a/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h +++ b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h @@ -5,7 +5,7 @@ // lb_manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_invoke/phase_info.h b/src/vt/vrt/collection/balance/lb_invoke/phase_info.h index f208ae6186..d5d1dce3b1 100644 --- a/src/vt/vrt/collection/balance/lb_invoke/phase_info.h +++ b/src/vt/vrt/collection/balance/lb_invoke/phase_info.h @@ -5,7 +5,7 @@ // phase_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_type.cc b/src/vt/vrt/collection/balance/lb_type.cc index d9f05ecac7..2490e1e8f8 100644 --- a/src/vt/vrt/collection/balance/lb_type.cc +++ b/src/vt/vrt/collection/balance/lb_type.cc @@ -5,7 +5,7 @@ // lb_type.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb_type.h b/src/vt/vrt/collection/balance/lb_type.h index a618cb991f..43c3966cb0 100644 --- a/src/vt/vrt/collection/balance/lb_type.h +++ b/src/vt/vrt/collection/balance/lb_type.h @@ -5,7 +5,7 @@ // lb_type.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/comm_overhead.cc b/src/vt/vrt/collection/balance/model/comm_overhead.cc index 470d28e18b..8b9558f2a8 100644 --- a/src/vt/vrt/collection/balance/model/comm_overhead.cc +++ b/src/vt/vrt/collection/balance/model/comm_overhead.cc @@ -5,7 +5,7 @@ // comm_overhead.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/comm_overhead.h b/src/vt/vrt/collection/balance/model/comm_overhead.h index 19e44304c9..69afe8f59f 100644 --- a/src/vt/vrt/collection/balance/model/comm_overhead.h +++ b/src/vt/vrt/collection/balance/model/comm_overhead.h @@ -5,7 +5,7 @@ // comm_overhead.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/composed_model.cc b/src/vt/vrt/collection/balance/model/composed_model.cc index f7b9249692..c827a43af3 100644 --- a/src/vt/vrt/collection/balance/model/composed_model.cc +++ b/src/vt/vrt/collection/balance/model/composed_model.cc @@ -5,7 +5,7 @@ // composed_model.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/composed_model.h b/src/vt/vrt/collection/balance/model/composed_model.h index d8b4f707c7..a052983703 100644 --- a/src/vt/vrt/collection/balance/model/composed_model.h +++ b/src/vt/vrt/collection/balance/model/composed_model.h @@ -5,7 +5,7 @@ // composed_model.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/linear_model.cc b/src/vt/vrt/collection/balance/model/linear_model.cc index 41a48546ec..3ba99e6fb2 100644 --- a/src/vt/vrt/collection/balance/model/linear_model.cc +++ b/src/vt/vrt/collection/balance/model/linear_model.cc @@ -5,7 +5,7 @@ // linear_model.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/linear_model.h b/src/vt/vrt/collection/balance/model/linear_model.h index 84898c09cd..cb17d54fca 100644 --- a/src/vt/vrt/collection/balance/model/linear_model.h +++ b/src/vt/vrt/collection/balance/model/linear_model.h @@ -5,7 +5,7 @@ // linear_model.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/load_model.h b/src/vt/vrt/collection/balance/model/load_model.h index 535d7f339b..84b961e7fd 100644 --- a/src/vt/vrt/collection/balance/model/load_model.h +++ b/src/vt/vrt/collection/balance/model/load_model.h @@ -5,7 +5,7 @@ // load_model.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/multiple_phases.cc b/src/vt/vrt/collection/balance/model/multiple_phases.cc index cf09eb016f..1c21f802a7 100644 --- a/src/vt/vrt/collection/balance/model/multiple_phases.cc +++ b/src/vt/vrt/collection/balance/model/multiple_phases.cc @@ -5,7 +5,7 @@ // multiple_phases.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/multiple_phases.h b/src/vt/vrt/collection/balance/model/multiple_phases.h index 2e8a6c8bd6..a9f2acdd05 100644 --- a/src/vt/vrt/collection/balance/model/multiple_phases.h +++ b/src/vt/vrt/collection/balance/model/multiple_phases.h @@ -5,7 +5,7 @@ // multiple_phases.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/naive_persistence.cc b/src/vt/vrt/collection/balance/model/naive_persistence.cc index 8b635ebcfc..cc37990755 100644 --- a/src/vt/vrt/collection/balance/model/naive_persistence.cc +++ b/src/vt/vrt/collection/balance/model/naive_persistence.cc @@ -5,7 +5,7 @@ // naive_persistence.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/naive_persistence.h b/src/vt/vrt/collection/balance/model/naive_persistence.h index 054fa4bf1d..9c6991af10 100644 --- a/src/vt/vrt/collection/balance/model/naive_persistence.h +++ b/src/vt/vrt/collection/balance/model/naive_persistence.h @@ -5,7 +5,7 @@ // naive_persistence.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/norm.cc b/src/vt/vrt/collection/balance/model/norm.cc index 7eff1fa9bd..e90a6a260d 100644 --- a/src/vt/vrt/collection/balance/model/norm.cc +++ b/src/vt/vrt/collection/balance/model/norm.cc @@ -5,7 +5,7 @@ // norm.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/norm.h b/src/vt/vrt/collection/balance/model/norm.h index 252a7982e2..87d3b8b022 100644 --- a/src/vt/vrt/collection/balance/model/norm.h +++ b/src/vt/vrt/collection/balance/model/norm.h @@ -5,7 +5,7 @@ // norm.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/per_collection.cc b/src/vt/vrt/collection/balance/model/per_collection.cc index 38847b11f0..e0ce53b6cd 100644 --- a/src/vt/vrt/collection/balance/model/per_collection.cc +++ b/src/vt/vrt/collection/balance/model/per_collection.cc @@ -5,7 +5,7 @@ // per_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/per_collection.h b/src/vt/vrt/collection/balance/model/per_collection.h index 36a2ab0c5a..f32e69814e 100644 --- a/src/vt/vrt/collection/balance/model/per_collection.h +++ b/src/vt/vrt/collection/balance/model/per_collection.h @@ -5,7 +5,7 @@ // per_collection.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/persistence_median_last_n.cc b/src/vt/vrt/collection/balance/model/persistence_median_last_n.cc index f43a3ea229..10191c0e02 100644 --- a/src/vt/vrt/collection/balance/model/persistence_median_last_n.cc +++ b/src/vt/vrt/collection/balance/model/persistence_median_last_n.cc @@ -5,7 +5,7 @@ // persistence_median_last_n.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/persistence_median_last_n.h b/src/vt/vrt/collection/balance/model/persistence_median_last_n.h index 67a56d7321..9012cf9007 100644 --- a/src/vt/vrt/collection/balance/model/persistence_median_last_n.h +++ b/src/vt/vrt/collection/balance/model/persistence_median_last_n.h @@ -5,7 +5,7 @@ // persistence_median_last_n.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/proposed_reassignment.cc b/src/vt/vrt/collection/balance/model/proposed_reassignment.cc index b7d593218b..4122899d3f 100644 --- a/src/vt/vrt/collection/balance/model/proposed_reassignment.cc +++ b/src/vt/vrt/collection/balance/model/proposed_reassignment.cc @@ -5,7 +5,7 @@ // proposed_reassignment.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/proposed_reassignment.h b/src/vt/vrt/collection/balance/model/proposed_reassignment.h index f79f44f44e..99a3d2370f 100644 --- a/src/vt/vrt/collection/balance/model/proposed_reassignment.h +++ b/src/vt/vrt/collection/balance/model/proposed_reassignment.h @@ -5,7 +5,7 @@ // proposed_reassignment.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/raw_data.cc b/src/vt/vrt/collection/balance/model/raw_data.cc index b5199ef4b0..d66eb9408d 100644 --- a/src/vt/vrt/collection/balance/model/raw_data.cc +++ b/src/vt/vrt/collection/balance/model/raw_data.cc @@ -5,7 +5,7 @@ // raw_data.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/raw_data.h b/src/vt/vrt/collection/balance/model/raw_data.h index c7d6bef224..2eeb65d6a3 100644 --- a/src/vt/vrt/collection/balance/model/raw_data.h +++ b/src/vt/vrt/collection/balance/model/raw_data.h @@ -5,7 +5,7 @@ // raw_data.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/select_subphases.cc b/src/vt/vrt/collection/balance/model/select_subphases.cc index 5a17594991..10ad5f50f5 100644 --- a/src/vt/vrt/collection/balance/model/select_subphases.cc +++ b/src/vt/vrt/collection/balance/model/select_subphases.cc @@ -5,7 +5,7 @@ // select_subphases.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/select_subphases.h b/src/vt/vrt/collection/balance/model/select_subphases.h index f91c21899e..a2c1203e5e 100644 --- a/src/vt/vrt/collection/balance/model/select_subphases.h +++ b/src/vt/vrt/collection/balance/model/select_subphases.h @@ -5,7 +5,7 @@ // select_subphases.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/weighted_communication_volume.cc b/src/vt/vrt/collection/balance/model/weighted_communication_volume.cc index 458892786a..12bad43005 100644 --- a/src/vt/vrt/collection/balance/model/weighted_communication_volume.cc +++ b/src/vt/vrt/collection/balance/model/weighted_communication_volume.cc @@ -5,7 +5,7 @@ // weighted_communication_volume.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/weighted_communication_volume.h b/src/vt/vrt/collection/balance/model/weighted_communication_volume.h index ba5f5979e4..c896ce7f48 100644 --- a/src/vt/vrt/collection/balance/model/weighted_communication_volume.h +++ b/src/vt/vrt/collection/balance/model/weighted_communication_volume.h @@ -5,7 +5,7 @@ // weighted_communication_volume.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/weighted_messages.cc b/src/vt/vrt/collection/balance/model/weighted_messages.cc index ba21ba62b3..0d3d044b68 100644 --- a/src/vt/vrt/collection/balance/model/weighted_messages.cc +++ b/src/vt/vrt/collection/balance/model/weighted_messages.cc @@ -5,7 +5,7 @@ // weighted_messages.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/model/weighted_messages.h b/src/vt/vrt/collection/balance/model/weighted_messages.h index 7f3d1775dd..937c537a2c 100644 --- a/src/vt/vrt/collection/balance/model/weighted_messages.h +++ b/src/vt/vrt/collection/balance/model/weighted_messages.h @@ -5,7 +5,7 @@ // weighted_messages.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/node_lb_data.cc b/src/vt/vrt/collection/balance/node_lb_data.cc index e6efc89807..75935ac138 100644 --- a/src/vt/vrt/collection/balance/node_lb_data.cc +++ b/src/vt/vrt/collection/balance/node_lb_data.cc @@ -5,7 +5,7 @@ // node_lb_data.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/node_lb_data.h b/src/vt/vrt/collection/balance/node_lb_data.h index 686ac258b3..5088090e3d 100644 --- a/src/vt/vrt/collection/balance/node_lb_data.h +++ b/src/vt/vrt/collection/balance/node_lb_data.h @@ -5,7 +5,7 @@ // node_lb_data.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/offlinelb/offlinelb.cc b/src/vt/vrt/collection/balance/offlinelb/offlinelb.cc index b9abd6d03f..611bccab9a 100644 --- a/src/vt/vrt/collection/balance/offlinelb/offlinelb.cc +++ b/src/vt/vrt/collection/balance/offlinelb/offlinelb.cc @@ -5,7 +5,7 @@ // offlinelb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/offlinelb/offlinelb.h b/src/vt/vrt/collection/balance/offlinelb/offlinelb.h index 0d46f6c102..f4041947e6 100644 --- a/src/vt/vrt/collection/balance/offlinelb/offlinelb.h +++ b/src/vt/vrt/collection/balance/offlinelb/offlinelb.h @@ -5,7 +5,7 @@ // offlinelb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase_msg.h b/src/vt/vrt/collection/balance/phase_msg.h index 417a51814d..2108906af5 100644 --- a/src/vt/vrt/collection/balance/phase_msg.h +++ b/src/vt/vrt/collection/balance/phase_msg.h @@ -5,7 +5,7 @@ // phase_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/randomlb/randomlb.cc b/src/vt/vrt/collection/balance/randomlb/randomlb.cc index 7b68604411..42032a7661 100644 --- a/src/vt/vrt/collection/balance/randomlb/randomlb.cc +++ b/src/vt/vrt/collection/balance/randomlb/randomlb.cc @@ -5,7 +5,7 @@ // randomlb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/randomlb/randomlb.h b/src/vt/vrt/collection/balance/randomlb/randomlb.h index 79c22a060c..24d0d9603e 100644 --- a/src/vt/vrt/collection/balance/randomlb/randomlb.h +++ b/src/vt/vrt/collection/balance/randomlb/randomlb.h @@ -5,7 +5,7 @@ // randomlb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/read_lb.cc b/src/vt/vrt/collection/balance/read_lb.cc index d85edf680a..efbf17d086 100644 --- a/src/vt/vrt/collection/balance/read_lb.cc +++ b/src/vt/vrt/collection/balance/read_lb.cc @@ -5,7 +5,7 @@ // read_lb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/read_lb.h b/src/vt/vrt/collection/balance/read_lb.h index 03d409307f..9ee6946bfe 100644 --- a/src/vt/vrt/collection/balance/read_lb.h +++ b/src/vt/vrt/collection/balance/read_lb.h @@ -5,7 +5,7 @@ // read_lb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rotatelb/rotatelb.cc b/src/vt/vrt/collection/balance/rotatelb/rotatelb.cc index 818618458e..f70118f623 100644 --- a/src/vt/vrt/collection/balance/rotatelb/rotatelb.cc +++ b/src/vt/vrt/collection/balance/rotatelb/rotatelb.cc @@ -5,7 +5,7 @@ // rotatelb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rotatelb/rotatelb.h b/src/vt/vrt/collection/balance/rotatelb/rotatelb.h index b560b0d758..50d47eecf4 100644 --- a/src/vt/vrt/collection/balance/rotatelb/rotatelb.h +++ b/src/vt/vrt/collection/balance/rotatelb/rotatelb.h @@ -5,7 +5,7 @@ // rotatelb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/stats_msg.h b/src/vt/vrt/collection/balance/stats_msg.h index 542a7aca5c..da5e777cda 100644 --- a/src/vt/vrt/collection/balance/stats_msg.h +++ b/src/vt/vrt/collection/balance/stats_msg.h @@ -5,7 +5,7 @@ // stats_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/criterion.h b/src/vt/vrt/collection/balance/temperedlb/criterion.h index dfbc79f380..a12ac85bdf 100644 --- a/src/vt/vrt/collection/balance/temperedlb/criterion.h +++ b/src/vt/vrt/collection/balance/temperedlb/criterion.h @@ -5,7 +5,7 @@ // criterion.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/tempered_constants.h b/src/vt/vrt/collection/balance/temperedlb/tempered_constants.h index fd8193df4b..d5bde2bc21 100644 --- a/src/vt/vrt/collection/balance/temperedlb/tempered_constants.h +++ b/src/vt/vrt/collection/balance/temperedlb/tempered_constants.h @@ -5,7 +5,7 @@ // tempered_constants.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/tempered_enums.h b/src/vt/vrt/collection/balance/temperedlb/tempered_enums.h index 9313c6241a..975dcc4bb3 100644 --- a/src/vt/vrt/collection/balance/temperedlb/tempered_enums.h +++ b/src/vt/vrt/collection/balance/temperedlb/tempered_enums.h @@ -5,7 +5,7 @@ // tempered_enums.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/tempered_msgs.h b/src/vt/vrt/collection/balance/temperedlb/tempered_msgs.h index 65c5168cd3..8ec8d54240 100644 --- a/src/vt/vrt/collection/balance/temperedlb/tempered_msgs.h +++ b/src/vt/vrt/collection/balance/temperedlb/tempered_msgs.h @@ -5,7 +5,7 @@ // tempered_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/temperedlb.cc b/src/vt/vrt/collection/balance/temperedlb/temperedlb.cc index b0d73651ce..37ff65b224 100644 --- a/src/vt/vrt/collection/balance/temperedlb/temperedlb.cc +++ b/src/vt/vrt/collection/balance/temperedlb/temperedlb.cc @@ -5,7 +5,7 @@ // temperedlb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedlb/temperedlb.h b/src/vt/vrt/collection/balance/temperedlb/temperedlb.h index f28084973f..92c89f36a7 100644 --- a/src/vt/vrt/collection/balance/temperedlb/temperedlb.h +++ b/src/vt/vrt/collection/balance/temperedlb/temperedlb.h @@ -5,7 +5,7 @@ // temperedlb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedwmin/temperedwmin.cc b/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.cc index 620649667c..bcd45e9484 100644 --- a/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.cc +++ b/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.cc @@ -5,7 +5,7 @@ // temperedwmin.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/temperedwmin/temperedwmin.h b/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.h index 0c9d630443..5e30315105 100644 --- a/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.h +++ b/src/vt/vrt/collection/balance/temperedwmin/temperedwmin.h @@ -5,7 +5,7 @@ // temperedwmin.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/testserializationlb/testserializationlb.cc b/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.cc index 9e0eec2065..6b6f4ec81c 100644 --- a/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.cc +++ b/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.cc @@ -5,7 +5,7 @@ // testserializationlb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/testserializationlb/testserializationlb.h b/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.h index fde7e6427d..63183628d0 100644 --- a/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.h +++ b/src/vt/vrt/collection/balance/testserializationlb/testserializationlb.h @@ -5,7 +5,7 @@ // testserializationlb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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.cc b/src/vt/vrt/collection/balance/workload_replay.cc index 7d6f8e145b..975e3ae515 100644 --- a/src/vt/vrt/collection/balance/workload_replay.cc +++ b/src/vt/vrt/collection/balance/workload_replay.cc @@ -5,7 +5,7 @@ // workload_replay.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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 925d50d747..3d42dd4496 100644 --- a/src/vt/vrt/collection/balance/workload_replay.h +++ b/src/vt/vrt/collection/balance/workload_replay.h @@ -5,7 +5,7 @@ // workload_replay.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/zoltanlb/zoltanlb.cc b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.cc index 3728fe7b84..34183ebf2d 100644 --- a/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.cc +++ b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.cc @@ -5,7 +5,7 @@ // zoltanlb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/zoltanlb/zoltanlb.h b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h index fd962d6574..d74fc234dc 100644 --- a/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h +++ b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h @@ -5,7 +5,7 @@ // zoltanlb.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/broadcast/broadcastable.h b/src/vt/vrt/collection/broadcast/broadcastable.h index 5e21072ac5..e0fedd94dd 100644 --- a/src/vt/vrt/collection/broadcast/broadcastable.h +++ b/src/vt/vrt/collection/broadcast/broadcastable.h @@ -5,7 +5,7 @@ // broadcastable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/broadcast/broadcastable.impl.h b/src/vt/vrt/collection/broadcast/broadcastable.impl.h index bad98d2f69..d6ce060208 100644 --- a/src/vt/vrt/collection/broadcast/broadcastable.impl.h +++ b/src/vt/vrt/collection/broadcast/broadcastable.impl.h @@ -5,7 +5,7 @@ // broadcastable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collection_builder.impl.h b/src/vt/vrt/collection/collection_builder.impl.h index 9c4e94b744..0e66414cb5 100644 --- a/src/vt/vrt/collection/collection_builder.impl.h +++ b/src/vt/vrt/collection/collection_builder.impl.h @@ -5,7 +5,7 @@ // collection_builder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collection_directory.h b/src/vt/vrt/collection/collection_directory.h index c62dc3c940..9540e712b8 100644 --- a/src/vt/vrt/collection/collection_directory.h +++ b/src/vt/vrt/collection/collection_directory.h @@ -5,7 +5,7 @@ // collection_directory.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collection_headers.h b/src/vt/vrt/collection/collection_headers.h index 202d1dc141..b1b6422423 100644 --- a/src/vt/vrt/collection/collection_headers.h +++ b/src/vt/vrt/collection/collection_headers.h @@ -5,7 +5,7 @@ // collection_headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collection_info.h b/src/vt/vrt/collection/collection_info.h index 16d062e1e3..e1291e2ea1 100644 --- a/src/vt/vrt/collection/collection_info.h +++ b/src/vt/vrt/collection/collection_info.h @@ -5,7 +5,7 @@ // collection_info.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/defaults/default_map.h b/src/vt/vrt/collection/defaults/default_map.h index af3091f4f2..dd3412b504 100644 --- a/src/vt/vrt/collection/defaults/default_map.h +++ b/src/vt/vrt/collection/defaults/default_map.h @@ -5,7 +5,7 @@ // default_map.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroy_handlers.fwd.h b/src/vt/vrt/collection/destroy/destroy_handlers.fwd.h index 89eab664e7..ea3e20ca99 100644 --- a/src/vt/vrt/collection/destroy/destroy_handlers.fwd.h +++ b/src/vt/vrt/collection/destroy/destroy_handlers.fwd.h @@ -5,7 +5,7 @@ // destroy_handlers.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroy_handlers.h b/src/vt/vrt/collection/destroy/destroy_handlers.h index 9e6b774ef5..1f6e6a8cfc 100644 --- a/src/vt/vrt/collection/destroy/destroy_handlers.h +++ b/src/vt/vrt/collection/destroy/destroy_handlers.h @@ -5,7 +5,7 @@ // destroy_handlers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroy_handlers.impl.h b/src/vt/vrt/collection/destroy/destroy_handlers.impl.h index ccf5f596c4..381a7c42a7 100644 --- a/src/vt/vrt/collection/destroy/destroy_handlers.impl.h +++ b/src/vt/vrt/collection/destroy/destroy_handlers.impl.h @@ -5,7 +5,7 @@ // destroy_handlers.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroy_msg.h b/src/vt/vrt/collection/destroy/destroy_msg.h index c69d66b25d..ec2bef808b 100644 --- a/src/vt/vrt/collection/destroy/destroy_msg.h +++ b/src/vt/vrt/collection/destroy/destroy_msg.h @@ -5,7 +5,7 @@ // destroy_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroyable.h b/src/vt/vrt/collection/destroy/destroyable.h index 473ac57b43..9c9598af9d 100644 --- a/src/vt/vrt/collection/destroy/destroyable.h +++ b/src/vt/vrt/collection/destroy/destroyable.h @@ -5,7 +5,7 @@ // destroyable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/destroyable.impl.h b/src/vt/vrt/collection/destroy/destroyable.impl.h index 008dc6b4d9..6115b07603 100644 --- a/src/vt/vrt/collection/destroy/destroyable.impl.h +++ b/src/vt/vrt/collection/destroy/destroyable.impl.h @@ -5,7 +5,7 @@ // destroyable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/manager_destroy_attorney.fwd.h b/src/vt/vrt/collection/destroy/manager_destroy_attorney.fwd.h index fbdd5fc3d5..fa752e1d01 100644 --- a/src/vt/vrt/collection/destroy/manager_destroy_attorney.fwd.h +++ b/src/vt/vrt/collection/destroy/manager_destroy_attorney.fwd.h @@ -5,7 +5,7 @@ // manager_destroy_attorney.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/manager_destroy_attorney.h b/src/vt/vrt/collection/destroy/manager_destroy_attorney.h index dfbf3faa64..2b73151ef4 100644 --- a/src/vt/vrt/collection/destroy/manager_destroy_attorney.h +++ b/src/vt/vrt/collection/destroy/manager_destroy_attorney.h @@ -5,7 +5,7 @@ // manager_destroy_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/destroy/manager_destroy_attorney.impl.h b/src/vt/vrt/collection/destroy/manager_destroy_attorney.impl.h index 8f33ef549f..9323c947a5 100644 --- a/src/vt/vrt/collection/destroy/manager_destroy_attorney.impl.h +++ b/src/vt/vrt/collection/destroy/manager_destroy_attorney.impl.h @@ -5,7 +5,7 @@ // manager_destroy_attorney.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/dispatch/dispatch.h b/src/vt/vrt/collection/dispatch/dispatch.h index 4ba527204d..232c5ebdbb 100644 --- a/src/vt/vrt/collection/dispatch/dispatch.h +++ b/src/vt/vrt/collection/dispatch/dispatch.h @@ -5,7 +5,7 @@ // dispatch.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/dispatch/dispatch.impl.h b/src/vt/vrt/collection/dispatch/dispatch.impl.h index 03efe0e806..e6ba080e51 100644 --- a/src/vt/vrt/collection/dispatch/dispatch.impl.h +++ b/src/vt/vrt/collection/dispatch/dispatch.impl.h @@ -5,7 +5,7 @@ // dispatch.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/dispatch/registry.h b/src/vt/vrt/collection/dispatch/registry.h index d18fbdc106..ba63b55f25 100644 --- a/src/vt/vrt/collection/dispatch/registry.h +++ b/src/vt/vrt/collection/dispatch/registry.h @@ -5,7 +5,7 @@ // registry.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/dispatch/registry.impl.h b/src/vt/vrt/collection/dispatch/registry.impl.h index a6427b0e0b..d75e87c4a9 100644 --- a/src/vt/vrt/collection/dispatch/registry.impl.h +++ b/src/vt/vrt/collection/dispatch/registry.impl.h @@ -5,7 +5,7 @@ // registry.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/gettable/gettable.h b/src/vt/vrt/collection/gettable/gettable.h index 7927b9be8d..657c7ad30d 100644 --- a/src/vt/vrt/collection/gettable/gettable.h +++ b/src/vt/vrt/collection/gettable/gettable.h @@ -5,7 +5,7 @@ // gettable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/gettable/gettable.impl.h b/src/vt/vrt/collection/gettable/gettable.impl.h index 5aef8d5ad5..89fd161dac 100644 --- a/src/vt/vrt/collection/gettable/gettable.impl.h +++ b/src/vt/vrt/collection/gettable/gettable.impl.h @@ -5,7 +5,7 @@ // gettable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/base_holder.h b/src/vt/vrt/collection/holders/base_holder.h index b4c8df5f12..c807108d55 100644 --- a/src/vt/vrt/collection/holders/base_holder.h +++ b/src/vt/vrt/collection/holders/base_holder.h @@ -5,7 +5,7 @@ // base_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/col_holder.h b/src/vt/vrt/collection/holders/col_holder.h index 07397f36fd..7fdee852f4 100644 --- a/src/vt/vrt/collection/holders/col_holder.h +++ b/src/vt/vrt/collection/holders/col_holder.h @@ -5,7 +5,7 @@ // col_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/col_holder.impl.h b/src/vt/vrt/collection/holders/col_holder.impl.h index c7903ca758..a1a6b868a5 100644 --- a/src/vt/vrt/collection/holders/col_holder.impl.h +++ b/src/vt/vrt/collection/holders/col_holder.impl.h @@ -5,7 +5,7 @@ // col_holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/collection_context_holder.h b/src/vt/vrt/collection/holders/collection_context_holder.h index 4039e3a5f6..264b08b00b 100644 --- a/src/vt/vrt/collection/holders/collection_context_holder.h +++ b/src/vt/vrt/collection/holders/collection_context_holder.h @@ -5,7 +5,7 @@ // collection_context_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/elm_holder.h b/src/vt/vrt/collection/holders/elm_holder.h index cc40982db9..5a1576813c 100644 --- a/src/vt/vrt/collection/holders/elm_holder.h +++ b/src/vt/vrt/collection/holders/elm_holder.h @@ -5,7 +5,7 @@ // elm_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/elm_holder.impl.h b/src/vt/vrt/collection/holders/elm_holder.impl.h index 03b8f8bdf7..41543acbfd 100644 --- a/src/vt/vrt/collection/holders/elm_holder.impl.h +++ b/src/vt/vrt/collection/holders/elm_holder.impl.h @@ -5,7 +5,7 @@ // elm_holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/entire_holder.h b/src/vt/vrt/collection/holders/entire_holder.h index 4000855865..e159d506ff 100644 --- a/src/vt/vrt/collection/holders/entire_holder.h +++ b/src/vt/vrt/collection/holders/entire_holder.h @@ -5,7 +5,7 @@ // entire_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/entire_holder.impl.h b/src/vt/vrt/collection/holders/entire_holder.impl.h index c2d23817c0..e0f6af3070 100644 --- a/src/vt/vrt/collection/holders/entire_holder.impl.h +++ b/src/vt/vrt/collection/holders/entire_holder.impl.h @@ -5,7 +5,7 @@ // entire_holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/holder.h b/src/vt/vrt/collection/holders/holder.h index 573350041f..45b675b5b5 100644 --- a/src/vt/vrt/collection/holders/holder.h +++ b/src/vt/vrt/collection/holders/holder.h @@ -5,7 +5,7 @@ // holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/holder.impl.h b/src/vt/vrt/collection/holders/holder.impl.h index 9848ac7120..b33fbd7d2c 100644 --- a/src/vt/vrt/collection/holders/holder.impl.h +++ b/src/vt/vrt/collection/holders/holder.impl.h @@ -5,7 +5,7 @@ // holder.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/typeless_holder.cc b/src/vt/vrt/collection/holders/typeless_holder.cc index eb3f9f7565..de07ab81c6 100644 --- a/src/vt/vrt/collection/holders/typeless_holder.cc +++ b/src/vt/vrt/collection/holders/typeless_holder.cc @@ -5,7 +5,7 @@ // typeless_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/holders/typeless_holder.h b/src/vt/vrt/collection/holders/typeless_holder.h index 1e2877a344..cc78215892 100644 --- a/src/vt/vrt/collection/holders/typeless_holder.h +++ b/src/vt/vrt/collection/holders/typeless_holder.h @@ -5,7 +5,7 @@ // typeless_holder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/insert/insertable.h b/src/vt/vrt/collection/insert/insertable.h index d015a0e5c5..5d4106f77d 100644 --- a/src/vt/vrt/collection/insert/insertable.h +++ b/src/vt/vrt/collection/insert/insertable.h @@ -5,7 +5,7 @@ // insertable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/insert/insertable.impl.h b/src/vt/vrt/collection/insert/insertable.impl.h index 8ec4dc7b77..93830d6b67 100644 --- a/src/vt/vrt/collection/insert/insertable.impl.h +++ b/src/vt/vrt/collection/insert/insertable.impl.h @@ -5,7 +5,7 @@ // insertable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/insert/modifiable.h b/src/vt/vrt/collection/insert/modifiable.h index 14b805ed8c..8a1179e8c5 100644 --- a/src/vt/vrt/collection/insert/modifiable.h +++ b/src/vt/vrt/collection/insert/modifiable.h @@ -5,7 +5,7 @@ // modifiable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/insert/modifiable.impl.h b/src/vt/vrt/collection/insert/modifiable.impl.h index fce3faaba8..cc4237f2da 100644 --- a/src/vt/vrt/collection/insert/modifiable.impl.h +++ b/src/vt/vrt/collection/insert/modifiable.impl.h @@ -5,7 +5,7 @@ // modifiable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/insert/modify_token.h b/src/vt/vrt/collection/insert/modify_token.h index 06ca2c79e5..ca2e909fe0 100644 --- a/src/vt/vrt/collection/insert/modify_token.h +++ b/src/vt/vrt/collection/insert/modify_token.h @@ -5,7 +5,7 @@ // modify_token.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/invoke/invokable.h b/src/vt/vrt/collection/invoke/invokable.h index 79b1ca0931..df8016a70d 100644 --- a/src/vt/vrt/collection/invoke/invokable.h +++ b/src/vt/vrt/collection/invoke/invokable.h @@ -5,7 +5,7 @@ // invokable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/invoke/invokable.impl.h b/src/vt/vrt/collection/invoke/invokable.impl.h index 37980330ab..d2bfd71c20 100644 --- a/src/vt/vrt/collection/invoke/invokable.impl.h +++ b/src/vt/vrt/collection/invoke/invokable.impl.h @@ -5,7 +5,7 @@ // invokable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/listener/listen_events.h b/src/vt/vrt/collection/listener/listen_events.h index 1a949e5272..a603c19595 100644 --- a/src/vt/vrt/collection/listener/listen_events.h +++ b/src/vt/vrt/collection/listener/listen_events.h @@ -5,7 +5,7 @@ // listen_events.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/manager.cc b/src/vt/vrt/collection/manager.cc index 95c1ef5a95..4826aeaa62 100644 --- a/src/vt/vrt/collection/manager.cc +++ b/src/vt/vrt/collection/manager.cc @@ -5,7 +5,7 @@ // manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/manager.fwd.h b/src/vt/vrt/collection/manager.fwd.h index ea44b370a7..3cc71cfc5b 100644 --- a/src/vt/vrt/collection/manager.fwd.h +++ b/src/vt/vrt/collection/manager.fwd.h @@ -5,7 +5,7 @@ // manager.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/manager.h b/src/vt/vrt/collection/manager.h index 9ef6540206..ccbebb8ab2 100644 --- a/src/vt/vrt/collection/manager.h +++ b/src/vt/vrt/collection/manager.h @@ -5,7 +5,7 @@ // manager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/manager.impl.h b/src/vt/vrt/collection/manager.impl.h index be71efb95e..91e914fa97 100644 --- a/src/vt/vrt/collection/manager.impl.h +++ b/src/vt/vrt/collection/manager.impl.h @@ -5,7 +5,7 @@ // manager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/mapped_node/mapped_node.h b/src/vt/vrt/collection/mapped_node/mapped_node.h index c56e1a7b69..96c38b550f 100644 --- a/src/vt/vrt/collection/mapped_node/mapped_node.h +++ b/src/vt/vrt/collection/mapped_node/mapped_node.h @@ -5,7 +5,7 @@ // mapped_node.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/mapped_node/mapped_node.impl.h b/src/vt/vrt/collection/mapped_node/mapped_node.impl.h index d40209622b..9f761d1ccb 100644 --- a/src/vt/vrt/collection/mapped_node/mapped_node.impl.h +++ b/src/vt/vrt/collection/mapped_node/mapped_node.impl.h @@ -5,7 +5,7 @@ // mapped_node.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messages/param_col_msg.h b/src/vt/vrt/collection/messages/param_col_msg.h index c6c04c51f8..e82bd2bf78 100644 --- a/src/vt/vrt/collection/messages/param_col_msg.h +++ b/src/vt/vrt/collection/messages/param_col_msg.h @@ -5,7 +5,7 @@ // param_col_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messages/system_create.h b/src/vt/vrt/collection/messages/system_create.h index 9136fb960d..420a65f2fc 100644 --- a/src/vt/vrt/collection/messages/system_create.h +++ b/src/vt/vrt/collection/messages/system_create.h @@ -5,7 +5,7 @@ // system_create.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messages/user.h b/src/vt/vrt/collection/messages/user.h index a3a7b9c3cf..d888f5df48 100644 --- a/src/vt/vrt/collection/messages/user.h +++ b/src/vt/vrt/collection/messages/user.h @@ -5,7 +5,7 @@ // user.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messages/user.impl.h b/src/vt/vrt/collection/messages/user.impl.h index 800d996b67..672c973f7f 100644 --- a/src/vt/vrt/collection/messages/user.impl.h +++ b/src/vt/vrt/collection/messages/user.impl.h @@ -5,7 +5,7 @@ // user.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/messages/user_wrap.h b/src/vt/vrt/collection/messages/user_wrap.h index cb2cf279d6..73a47659fd 100644 --- a/src/vt/vrt/collection/messages/user_wrap.h +++ b/src/vt/vrt/collection/messages/user_wrap.h @@ -5,7 +5,7 @@ // user_wrap.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/manager_migrate_attorney.fwd.h b/src/vt/vrt/collection/migrate/manager_migrate_attorney.fwd.h index 43790ec93e..19bc5f3de6 100644 --- a/src/vt/vrt/collection/migrate/manager_migrate_attorney.fwd.h +++ b/src/vt/vrt/collection/migrate/manager_migrate_attorney.fwd.h @@ -5,7 +5,7 @@ // manager_migrate_attorney.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/manager_migrate_attorney.h b/src/vt/vrt/collection/migrate/manager_migrate_attorney.h index 6b94d3b49c..8d04947224 100644 --- a/src/vt/vrt/collection/migrate/manager_migrate_attorney.h +++ b/src/vt/vrt/collection/migrate/manager_migrate_attorney.h @@ -5,7 +5,7 @@ // manager_migrate_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/manager_migrate_attorney.impl.h b/src/vt/vrt/collection/migrate/manager_migrate_attorney.impl.h index d5adc1b647..62d2da631f 100644 --- a/src/vt/vrt/collection/migrate/manager_migrate_attorney.impl.h +++ b/src/vt/vrt/collection/migrate/manager_migrate_attorney.impl.h @@ -5,7 +5,7 @@ // manager_migrate_attorney.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/migrate_handlers.fwd.h b/src/vt/vrt/collection/migrate/migrate_handlers.fwd.h index bcdc4ca412..0a32d3caa9 100644 --- a/src/vt/vrt/collection/migrate/migrate_handlers.fwd.h +++ b/src/vt/vrt/collection/migrate/migrate_handlers.fwd.h @@ -5,7 +5,7 @@ // migrate_handlers.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/migrate_handlers.h b/src/vt/vrt/collection/migrate/migrate_handlers.h index 6b977e7607..12d603d877 100644 --- a/src/vt/vrt/collection/migrate/migrate_handlers.h +++ b/src/vt/vrt/collection/migrate/migrate_handlers.h @@ -5,7 +5,7 @@ // migrate_handlers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/migrate_handlers.impl.h b/src/vt/vrt/collection/migrate/migrate_handlers.impl.h index bb68440d58..983fcb7de7 100644 --- a/src/vt/vrt/collection/migrate/migrate_handlers.impl.h +++ b/src/vt/vrt/collection/migrate/migrate_handlers.impl.h @@ -5,7 +5,7 @@ // migrate_handlers.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/migrate_msg.h b/src/vt/vrt/collection/migrate/migrate_msg.h index 1aea770d06..e58f9d1bc1 100644 --- a/src/vt/vrt/collection/migrate/migrate_msg.h +++ b/src/vt/vrt/collection/migrate/migrate_msg.h @@ -5,7 +5,7 @@ // migrate_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/migrate/migrate_status.h b/src/vt/vrt/collection/migrate/migrate_status.h index fc57661847..9b6985e097 100644 --- a/src/vt/vrt/collection/migrate/migrate_status.h +++ b/src/vt/vrt/collection/migrate/migrate_status.h @@ -5,7 +5,7 @@ // migrate_status.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/param/construct_params.h b/src/vt/vrt/collection/param/construct_params.h index 9689b18e1a..1d12af5393 100644 --- a/src/vt/vrt/collection/param/construct_params.h +++ b/src/vt/vrt/collection/param/construct_params.h @@ -5,7 +5,7 @@ // construct_params.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/param/construct_params.impl.h b/src/vt/vrt/collection/param/construct_params.impl.h index 2a556e8596..b8d179095c 100644 --- a/src/vt/vrt/collection/param/construct_params.impl.h +++ b/src/vt/vrt/collection/param/construct_params.impl.h @@ -5,7 +5,7 @@ // construct_params.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/param/construct_params_msg.h b/src/vt/vrt/collection/param/construct_params_msg.h index 63086db3cf..afcbb5a50c 100644 --- a/src/vt/vrt/collection/param/construct_params_msg.h +++ b/src/vt/vrt/collection/param/construct_params_msg.h @@ -5,7 +5,7 @@ // construct_params_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy.h b/src/vt/vrt/collection/proxy.h index 214228e0dd..959c4f6f7f 100644 --- a/src/vt/vrt/collection/proxy.h +++ b/src/vt/vrt/collection/proxy.h @@ -5,7 +5,7 @@ // proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy_builder/elm_proxy_builder.cc b/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.cc index 718eb1a1eb..b1efcab997 100644 --- a/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.cc +++ b/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.cc @@ -5,7 +5,7 @@ // elm_proxy_builder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy_builder/elm_proxy_builder.h b/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.h index 1131aef360..330c99c666 100644 --- a/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.h +++ b/src/vt/vrt/collection/proxy_builder/elm_proxy_builder.h @@ -5,7 +5,7 @@ // elm_proxy_builder.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy_traits/proxy_col_traits.h b/src/vt/vrt/collection/proxy_traits/proxy_col_traits.h index d93b75fcd6..9aaf69192a 100644 --- a/src/vt/vrt/collection/proxy_traits/proxy_col_traits.h +++ b/src/vt/vrt/collection/proxy_traits/proxy_col_traits.h @@ -5,7 +5,7 @@ // proxy_col_traits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy_traits/proxy_elm_traits.h b/src/vt/vrt/collection/proxy_traits/proxy_elm_traits.h index e5632b477f..6714347596 100644 --- a/src/vt/vrt/collection/proxy_traits/proxy_elm_traits.h +++ b/src/vt/vrt/collection/proxy_traits/proxy_elm_traits.h @@ -5,7 +5,7 @@ // proxy_elm_traits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmaable/rdmaable.h b/src/vt/vrt/collection/rdmaable/rdmaable.h index 1450b99436..b55f6d6089 100644 --- a/src/vt/vrt/collection/rdmaable/rdmaable.h +++ b/src/vt/vrt/collection/rdmaable/rdmaable.h @@ -5,7 +5,7 @@ // rdmaable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdmaable/rdmaable.impl.h b/src/vt/vrt/collection/rdmaable/rdmaable.impl.h index b442464dfc..eb74b7254d 100644 --- a/src/vt/vrt/collection/rdmaable/rdmaable.impl.h +++ b/src/vt/vrt/collection/rdmaable/rdmaable.impl.h @@ -5,7 +5,7 @@ // rdmaable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/reducable/reducable.h b/src/vt/vrt/collection/reducable/reducable.h index b748cddbbb..707aedfa02 100644 --- a/src/vt/vrt/collection/reducable/reducable.h +++ b/src/vt/vrt/collection/reducable/reducable.h @@ -5,7 +5,7 @@ // reducable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/reducable/reducable.impl.h b/src/vt/vrt/collection/reducable/reducable.impl.h index 39afc6fca6..399ba68c89 100644 --- a/src/vt/vrt/collection/reducable/reducable.impl.h +++ b/src/vt/vrt/collection/reducable/reducable.impl.h @@ -5,7 +5,7 @@ // reducable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/send/sendable.h b/src/vt/vrt/collection/send/sendable.h index a695052468..0fd24cea9e 100644 --- a/src/vt/vrt/collection/send/sendable.h +++ b/src/vt/vrt/collection/send/sendable.h @@ -5,7 +5,7 @@ // sendable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/send/sendable.impl.h b/src/vt/vrt/collection/send/sendable.impl.h index 3a200a5424..1baa45c16f 100644 --- a/src/vt/vrt/collection/send/sendable.impl.h +++ b/src/vt/vrt/collection/send/sendable.impl.h @@ -5,7 +5,7 @@ // sendable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/traits/coll_msg.h b/src/vt/vrt/collection/traits/coll_msg.h index a3c7785c0b..f42d04a310 100644 --- a/src/vt/vrt/collection/traits/coll_msg.h +++ b/src/vt/vrt/collection/traits/coll_msg.h @@ -5,7 +5,7 @@ // coll_msg.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/base.fwd.h b/src/vt/vrt/collection/types/base.fwd.h index 12a92ae992..272a2f5665 100644 --- a/src/vt/vrt/collection/types/base.fwd.h +++ b/src/vt/vrt/collection/types/base.fwd.h @@ -5,7 +5,7 @@ // base.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/base.h b/src/vt/vrt/collection/types/base.h index 263925cada..eb639d990f 100644 --- a/src/vt/vrt/collection/types/base.h +++ b/src/vt/vrt/collection/types/base.h @@ -5,7 +5,7 @@ // base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/base.impl.h b/src/vt/vrt/collection/types/base.impl.h index a2294f72a3..66a61addf8 100644 --- a/src/vt/vrt/collection/types/base.impl.h +++ b/src/vt/vrt/collection/types/base.impl.h @@ -5,7 +5,7 @@ // base.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/has_migrate.h b/src/vt/vrt/collection/types/has_migrate.h index e0f7c58dea..dc34f08cfa 100644 --- a/src/vt/vrt/collection/types/has_migrate.h +++ b/src/vt/vrt/collection/types/has_migrate.h @@ -5,7 +5,7 @@ // has_migrate.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/headers.fwd.h b/src/vt/vrt/collection/types/headers.fwd.h index 7034f043e3..dcc80f0342 100644 --- a/src/vt/vrt/collection/types/headers.fwd.h +++ b/src/vt/vrt/collection/types/headers.fwd.h @@ -5,7 +5,7 @@ // headers.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/headers.h b/src/vt/vrt/collection/types/headers.h index 6f58194133..0d48434a5d 100644 --- a/src/vt/vrt/collection/types/headers.h +++ b/src/vt/vrt/collection/types/headers.h @@ -5,7 +5,7 @@ // headers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/indexable.h b/src/vt/vrt/collection/types/indexable.h index 50f6289474..ed5660bfcb 100644 --- a/src/vt/vrt/collection/types/indexable.h +++ b/src/vt/vrt/collection/types/indexable.h @@ -5,7 +5,7 @@ // indexable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/indexable.impl.h b/src/vt/vrt/collection/types/indexable.impl.h index 877955b38e..8941516bbe 100644 --- a/src/vt/vrt/collection/types/indexable.impl.h +++ b/src/vt/vrt/collection/types/indexable.impl.h @@ -5,7 +5,7 @@ // indexable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/migratable.cc b/src/vt/vrt/collection/types/migratable.cc index 1156f38008..659049c910 100644 --- a/src/vt/vrt/collection/types/migratable.cc +++ b/src/vt/vrt/collection/types/migratable.cc @@ -5,7 +5,7 @@ // migratable.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/migratable.fwd.h b/src/vt/vrt/collection/types/migratable.fwd.h index c4e7d15fff..c0ed5064cb 100644 --- a/src/vt/vrt/collection/types/migratable.fwd.h +++ b/src/vt/vrt/collection/types/migratable.fwd.h @@ -5,7 +5,7 @@ // migratable.fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/migratable.h b/src/vt/vrt/collection/types/migratable.h index 7691d2656c..7a07d649eb 100644 --- a/src/vt/vrt/collection/types/migratable.h +++ b/src/vt/vrt/collection/types/migratable.h @@ -5,7 +5,7 @@ // migratable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/migratable.impl.h b/src/vt/vrt/collection/types/migratable.impl.h index e6016aef59..5b9ec2a88d 100644 --- a/src/vt/vrt/collection/types/migratable.impl.h +++ b/src/vt/vrt/collection/types/migratable.impl.h @@ -5,7 +5,7 @@ // migratable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/migrate_hooks.h b/src/vt/vrt/collection/types/migrate_hooks.h index 50358c6620..6c4083ee15 100644 --- a/src/vt/vrt/collection/types/migrate_hooks.h +++ b/src/vt/vrt/collection/types/migrate_hooks.h @@ -5,7 +5,7 @@ // migrate_hooks.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/storage/storable.cc b/src/vt/vrt/collection/types/storage/storable.cc index 91f6e08811..b25e0105a5 100644 --- a/src/vt/vrt/collection/types/storage/storable.cc +++ b/src/vt/vrt/collection/types/storage/storable.cc @@ -5,7 +5,7 @@ // storable.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/storage/storable.h b/src/vt/vrt/collection/types/storage/storable.h index c23fcc03a3..cd0238562f 100644 --- a/src/vt/vrt/collection/types/storage/storable.h +++ b/src/vt/vrt/collection/types/storage/storable.h @@ -5,7 +5,7 @@ // storable.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/storage/storable.impl.h b/src/vt/vrt/collection/types/storage/storable.impl.h index b03b04378c..eea804ac9f 100644 --- a/src/vt/vrt/collection/types/storage/storable.impl.h +++ b/src/vt/vrt/collection/types/storage/storable.impl.h @@ -5,7 +5,7 @@ // storable.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/storage/store_elm.h b/src/vt/vrt/collection/types/storage/store_elm.h index 1937179243..b9b4e0732f 100644 --- a/src/vt/vrt/collection/types/storage/store_elm.h +++ b/src/vt/vrt/collection/types/storage/store_elm.h @@ -5,7 +5,7 @@ // store_elm.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/storage/store_elm.impl.h b/src/vt/vrt/collection/types/storage/store_elm.impl.h index 8e0d42f9f3..fe482c45de 100644 --- a/src/vt/vrt/collection/types/storage/store_elm.impl.h +++ b/src/vt/vrt/collection/types/storage/store_elm.impl.h @@ -5,7 +5,7 @@ // store_elm.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/type_aliases.h b/src/vt/vrt/collection/types/type_aliases.h index 40ec50609e..ff2b481ae2 100644 --- a/src/vt/vrt/collection/types/type_aliases.h +++ b/src/vt/vrt/collection/types/type_aliases.h @@ -5,7 +5,7 @@ // type_aliases.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/type_attorney.h b/src/vt/vrt/collection/types/type_attorney.h index 0e8fc2b577..18f7825f27 100644 --- a/src/vt/vrt/collection/types/type_attorney.h +++ b/src/vt/vrt/collection/types/type_attorney.h @@ -5,7 +5,7 @@ // type_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/type_attorney.impl.h b/src/vt/vrt/collection/types/type_attorney.impl.h index 3bc95f47e3..3e5155d316 100644 --- a/src/vt/vrt/collection/types/type_attorney.impl.h +++ b/src/vt/vrt/collection/types/type_attorney.impl.h @@ -5,7 +5,7 @@ // type_attorney.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/types/untyped.h b/src/vt/vrt/collection/types/untyped.h index f83029f4c0..121168ba03 100644 --- a/src/vt/vrt/collection/types/untyped.h +++ b/src/vt/vrt/collection/types/untyped.h @@ -5,7 +5,7 @@ // untyped.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt.h b/src/vt/vrt/context/context_vrt.h index 9e9ef65aa9..e8c32e4c52 100644 --- a/src/vt/vrt/context/context_vrt.h +++ b/src/vt/vrt/context/context_vrt.h @@ -5,7 +5,7 @@ // context_vrt.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_attorney.cc b/src/vt/vrt/context/context_vrt_attorney.cc index b89ec28d27..da288dd75b 100644 --- a/src/vt/vrt/context/context_vrt_attorney.cc +++ b/src/vt/vrt/context/context_vrt_attorney.cc @@ -5,7 +5,7 @@ // context_vrt_attorney.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_attorney.h b/src/vt/vrt/context/context_vrt_attorney.h index 6d5a6a4a75..820687bc33 100644 --- a/src/vt/vrt/context/context_vrt_attorney.h +++ b/src/vt/vrt/context/context_vrt_attorney.h @@ -5,7 +5,7 @@ // context_vrt_attorney.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_funcs.h b/src/vt/vrt/context/context_vrt_funcs.h index 016f4847be..449bf06cbb 100644 --- a/src/vt/vrt/context/context_vrt_funcs.h +++ b/src/vt/vrt/context/context_vrt_funcs.h @@ -5,7 +5,7 @@ // context_vrt_funcs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_fwd.h b/src/vt/vrt/context/context_vrt_fwd.h index 46ebe610a7..b1eaef8ee4 100644 --- a/src/vt/vrt/context/context_vrt_fwd.h +++ b/src/vt/vrt/context/context_vrt_fwd.h @@ -5,7 +5,7 @@ // context_vrt_fwd.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_internal_msgs.h b/src/vt/vrt/context/context_vrt_internal_msgs.h index 21f647b37e..b188ccd6ca 100644 --- a/src/vt/vrt/context/context_vrt_internal_msgs.h +++ b/src/vt/vrt/context/context_vrt_internal_msgs.h @@ -5,7 +5,7 @@ // context_vrt_internal_msgs.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_make_closure.h b/src/vt/vrt/context/context_vrt_make_closure.h index 858e8389a6..cd46435a76 100644 --- a/src/vt/vrt/context/context_vrt_make_closure.h +++ b/src/vt/vrt/context/context_vrt_make_closure.h @@ -5,7 +5,7 @@ // context_vrt_make_closure.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_make_closure.impl.h b/src/vt/vrt/context/context_vrt_make_closure.impl.h index 42a9d785f6..21ac74a404 100644 --- a/src/vt/vrt/context/context_vrt_make_closure.impl.h +++ b/src/vt/vrt/context/context_vrt_make_closure.impl.h @@ -5,7 +5,7 @@ // context_vrt_make_closure.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrt_remoteinfo.h b/src/vt/vrt/context/context_vrt_remoteinfo.h index fd10dd04f0..8ae5ba4921 100644 --- a/src/vt/vrt/context/context_vrt_remoteinfo.h +++ b/src/vt/vrt/context/context_vrt_remoteinfo.h @@ -5,7 +5,7 @@ // context_vrt_remoteinfo.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtheaders.h b/src/vt/vrt/context/context_vrtheaders.h index d7da624532..a8d8d3e44e 100644 --- a/src/vt/vrt/context/context_vrtheaders.h +++ b/src/vt/vrt/context/context_vrtheaders.h @@ -5,7 +5,7 @@ // context_vrtheaders.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtinfo.cc b/src/vt/vrt/context/context_vrtinfo.cc index 38347a49b9..41d9c1417d 100644 --- a/src/vt/vrt/context/context_vrtinfo.cc +++ b/src/vt/vrt/context/context_vrtinfo.cc @@ -5,7 +5,7 @@ // context_vrtinfo.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtinfo.h b/src/vt/vrt/context/context_vrtinfo.h index 8dc9121cec..93067a9e61 100644 --- a/src/vt/vrt/context/context_vrtinfo.h +++ b/src/vt/vrt/context/context_vrtinfo.h @@ -5,7 +5,7 @@ // context_vrtinfo.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtmanager.cc b/src/vt/vrt/context/context_vrtmanager.cc index becb64982a..e852c0b441 100644 --- a/src/vt/vrt/context/context_vrtmanager.cc +++ b/src/vt/vrt/context/context_vrtmanager.cc @@ -5,7 +5,7 @@ // context_vrtmanager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtmanager.h b/src/vt/vrt/context/context_vrtmanager.h index 167fa6d7dc..2bfd1c69dd 100644 --- a/src/vt/vrt/context/context_vrtmanager.h +++ b/src/vt/vrt/context/context_vrtmanager.h @@ -5,7 +5,7 @@ // context_vrtmanager.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtmanager.impl.h b/src/vt/vrt/context/context_vrtmanager.impl.h index 3e71c60895..07bff6cd19 100644 --- a/src/vt/vrt/context/context_vrtmanager.impl.h +++ b/src/vt/vrt/context/context_vrtmanager.impl.h @@ -5,7 +5,7 @@ // context_vrtmanager.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtmessage.cc b/src/vt/vrt/context/context_vrtmessage.cc index 3b3eba3494..8cc3499493 100644 --- a/src/vt/vrt/context/context_vrtmessage.cc +++ b/src/vt/vrt/context/context_vrtmessage.cc @@ -5,7 +5,7 @@ // context_vrtmessage.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/context/context_vrtmessage.h b/src/vt/vrt/context/context_vrtmessage.h index 21829c44dd..0b27c2a1b5 100644 --- a/src/vt/vrt/context/context_vrtmessage.h +++ b/src/vt/vrt/context/context_vrtmessage.h @@ -5,7 +5,7 @@ // context_vrtmessage.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/base_collection_elm_proxy.h b/src/vt/vrt/proxy/base_collection_elm_proxy.h index dca75c0200..76c4e782d6 100644 --- a/src/vt/vrt/proxy/base_collection_elm_proxy.h +++ b/src/vt/vrt/proxy/base_collection_elm_proxy.h @@ -5,7 +5,7 @@ // base_collection_elm_proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/base_collection_elm_proxy.impl.h b/src/vt/vrt/proxy/base_collection_elm_proxy.impl.h index 1e1a573ba1..d2e2ddfce9 100644 --- a/src/vt/vrt/proxy/base_collection_elm_proxy.impl.h +++ b/src/vt/vrt/proxy/base_collection_elm_proxy.impl.h @@ -5,7 +5,7 @@ // base_collection_elm_proxy.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/base_collection_proxy.h b/src/vt/vrt/proxy/base_collection_proxy.h index 92ff45a50c..765ca6c50e 100644 --- a/src/vt/vrt/proxy/base_collection_proxy.h +++ b/src/vt/vrt/proxy/base_collection_proxy.h @@ -5,7 +5,7 @@ // base_collection_proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/base_collection_proxy.impl.h b/src/vt/vrt/proxy/base_collection_proxy.impl.h index f8323867bb..f625cb0c6b 100644 --- a/src/vt/vrt/proxy/base_collection_proxy.impl.h +++ b/src/vt/vrt/proxy/base_collection_proxy.impl.h @@ -5,7 +5,7 @@ // base_collection_proxy.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/base_elm_proxy.h b/src/vt/vrt/proxy/base_elm_proxy.h index a8843ff427..96239d90c0 100644 --- a/src/vt/vrt/proxy/base_elm_proxy.h +++ b/src/vt/vrt/proxy/base_elm_proxy.h @@ -5,7 +5,7 @@ // base_elm_proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_elm_proxy.h b/src/vt/vrt/proxy/collection_elm_proxy.h index 25aa587e96..71e1bd9a37 100644 --- a/src/vt/vrt/proxy/collection_elm_proxy.h +++ b/src/vt/vrt/proxy/collection_elm_proxy.h @@ -5,7 +5,7 @@ // collection_elm_proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_proxy.h b/src/vt/vrt/proxy/collection_proxy.h index 9e932e0bfc..1ebf139407 100644 --- a/src/vt/vrt/proxy/collection_proxy.h +++ b/src/vt/vrt/proxy/collection_proxy.h @@ -5,7 +5,7 @@ // collection_proxy.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_proxy.impl.h b/src/vt/vrt/proxy/collection_proxy.impl.h index d32162e00a..e471f93e9c 100644 --- a/src/vt/vrt/proxy/collection_proxy.impl.h +++ b/src/vt/vrt/proxy/collection_proxy.impl.h @@ -5,7 +5,7 @@ // collection_proxy.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_proxy_untyped.cc b/src/vt/vrt/proxy/collection_proxy_untyped.cc index e8653a5ba1..1ab3af8d04 100644 --- a/src/vt/vrt/proxy/collection_proxy_untyped.cc +++ b/src/vt/vrt/proxy/collection_proxy_untyped.cc @@ -5,7 +5,7 @@ // collection_proxy_untyped.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_proxy_untyped.h b/src/vt/vrt/proxy/collection_proxy_untyped.h index c6127782ed..8fc06caabf 100644 --- a/src/vt/vrt/proxy/collection_proxy_untyped.h +++ b/src/vt/vrt/proxy/collection_proxy_untyped.h @@ -5,7 +5,7 @@ // collection_proxy_untyped.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/collection_proxy_untyped.impl.h b/src/vt/vrt/proxy/collection_proxy_untyped.impl.h index a78761cb6e..6d267c2afe 100644 --- a/src/vt/vrt/proxy/collection_proxy_untyped.impl.h +++ b/src/vt/vrt/proxy/collection_proxy_untyped.impl.h @@ -5,7 +5,7 @@ // collection_proxy_untyped.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/proxy_bits.cc b/src/vt/vrt/proxy/proxy_bits.cc index d0ead05d54..86b36f3265 100644 --- a/src/vt/vrt/proxy/proxy_bits.cc +++ b/src/vt/vrt/proxy/proxy_bits.cc @@ -5,7 +5,7 @@ // proxy_bits.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/proxy/proxy_bits.h b/src/vt/vrt/proxy/proxy_bits.h index 699053a99b..5c83e53c76 100644 --- a/src/vt/vrt/proxy/proxy_bits.h +++ b/src/vt/vrt/proxy/proxy_bits.h @@ -5,7 +5,7 @@ // proxy_bits.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/vrt_common.h b/src/vt/vrt/vrt_common.h index add9cc019d..50e63dde69 100644 --- a/src/vt/vrt/vrt_common.h +++ b/src/vt/vrt/vrt_common.h @@ -5,7 +5,7 @@ // vrt_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/vt.h b/src/vt/vt.h index 9f58747a00..7de35cdb63 100644 --- a/src/vt/vt.h +++ b/src/vt/vt.h @@ -5,7 +5,7 @@ // vt.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/collection_local_send.cc b/tests/perf/collection_local_send.cc index 12ff0cee9a..713f4d12e5 100644 --- a/tests/perf/collection_local_send.cc +++ b/tests/perf/collection_local_send.cc @@ -5,7 +5,7 @@ // collection_local_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/comm_cost_curve.cc b/tests/perf/comm_cost_curve.cc index c5366e4478..b601e2c04c 100644 --- a/tests/perf/comm_cost_curve.cc +++ b/tests/perf/comm_cost_curve.cc @@ -5,7 +5,7 @@ // comm_cost_curve.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/test_harness.cc b/tests/perf/common/test_harness.cc index 2d5044f3a1..d6f4a86913 100644 --- a/tests/perf/common/test_harness.cc +++ b/tests/perf/common/test_harness.cc @@ -5,7 +5,7 @@ // test_harness.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/test_harness.h b/tests/perf/common/test_harness.h index 21eee02201..22b5d0fe52 100644 --- a/tests/perf/common/test_harness.h +++ b/tests/perf/common/test_harness.h @@ -5,7 +5,7 @@ // test_harness.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/test_harness_base.h b/tests/perf/common/test_harness_base.h index a2785a7b05..65d893cbbd 100644 --- a/tests/perf/common/test_harness_base.h +++ b/tests/perf/common/test_harness_base.h @@ -5,7 +5,7 @@ // test_harness_base.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/test_harness_macros.h b/tests/perf/common/test_harness_macros.h index bb668cfe26..3b35f1eca0 100644 --- a/tests/perf/common/test_harness_macros.h +++ b/tests/perf/common/test_harness_macros.h @@ -5,7 +5,7 @@ // test_harness_macros.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/timers.cc b/tests/perf/common/timers.cc index ae5e38c613..534227a879 100644 --- a/tests/perf/common/timers.cc +++ b/tests/perf/common/timers.cc @@ -5,7 +5,7 @@ // timers.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/common/timers.h b/tests/perf/common/timers.h index cd070cf944..3c0d6a5d44 100644 --- a/tests/perf/common/timers.h +++ b/tests/perf/common/timers.h @@ -5,7 +5,7 @@ // timers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/make_runnable_micro.cc b/tests/perf/make_runnable_micro.cc index 2d99d606fb..551b1a10c5 100644 --- a/tests/perf/make_runnable_micro.cc +++ b/tests/perf/make_runnable_micro.cc @@ -5,7 +5,7 @@ // make_runnable_micro.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/memory_checker.cc b/tests/perf/memory_checker.cc index b9a15d3b2b..04922e3cae 100644 --- a/tests/perf/memory_checker.cc +++ b/tests/perf/memory_checker.cc @@ -5,7 +5,7 @@ // memory_checker.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/objgroup_local_send.cc b/tests/perf/objgroup_local_send.cc index 4903df43b8..27d484bc8f 100644 --- a/tests/perf/objgroup_local_send.cc +++ b/tests/perf/objgroup_local_send.cc @@ -5,7 +5,7 @@ // objgroup_local_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/ping_pong.cc b/tests/perf/ping_pong.cc index 5e570850e5..f8d775be71 100644 --- a/tests/perf/ping_pong.cc +++ b/tests/perf/ping_pong.cc @@ -5,7 +5,7 @@ // ping_pong.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/ping_pong_am.cc b/tests/perf/ping_pong_am.cc index 72644d61a0..9330529ece 100644 --- a/tests/perf/ping_pong_am.cc +++ b/tests/perf/ping_pong_am.cc @@ -5,7 +5,7 @@ // ping_pong_am.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/reduce.cc b/tests/perf/reduce.cc index edda6c8a3d..d2ce82a7f9 100644 --- a/tests/perf/reduce.cc +++ b/tests/perf/reduce.cc @@ -5,7 +5,7 @@ // reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/perf/send_cost.cc b/tests/perf/send_cost.cc index f15d0bb8db..34692eaaa8 100644 --- a/tests/perf/send_cost.cc +++ b/tests/perf/send_cost.cc @@ -5,7 +5,7 @@ // send_cost.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_active_bcast_put.cc b/tests/unit/active/test_active_bcast_put.cc index da47608775..a42abd947a 100644 --- a/tests/unit/active/test_active_bcast_put.cc +++ b/tests/unit/active/test_active_bcast_put.cc @@ -5,7 +5,7 @@ // test_active_bcast_put.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_active_broadcast.cc b/tests/unit/active/test_active_broadcast.cc index 549d13f56a..d0ae48d67b 100644 --- a/tests/unit/active/test_active_broadcast.cc +++ b/tests/unit/active/test_active_broadcast.cc @@ -5,7 +5,7 @@ // test_active_broadcast.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_active_send.cc b/tests/unit/active/test_active_send.cc index cd2dc33e6d..9f57a3405d 100644 --- a/tests/unit/active/test_active_send.cc +++ b/tests/unit/active/test_active_send.cc @@ -5,7 +5,7 @@ // test_active_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_active_send_large.cc b/tests/unit/active/test_active_send_large.cc index 25ac33b187..b694930ce9 100644 --- a/tests/unit/active/test_active_send_large.cc +++ b/tests/unit/active/test_active_send_large.cc @@ -5,7 +5,7 @@ // test_active_send_large.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_active_send_put.cc b/tests/unit/active/test_active_send_put.cc index a2c765fed7..389b3ab5c1 100644 --- a/tests/unit/active/test_active_send_put.cc +++ b/tests/unit/active/test_active_send_put.cc @@ -5,7 +5,7 @@ // test_active_send_put.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_async_op_cuda.cc b/tests/unit/active/test_async_op_cuda.cc index 46105c0753..0d3a620823 100644 --- a/tests/unit/active/test_async_op_cuda.cc +++ b/tests/unit/active/test_async_op_cuda.cc @@ -5,7 +5,7 @@ // test_async_op_cuda.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_async_op_hip.cc b/tests/unit/active/test_async_op_hip.cc index 784041ac5e..7b7c1314f6 100644 --- a/tests/unit/active/test_async_op_hip.cc +++ b/tests/unit/active/test_async_op_hip.cc @@ -5,7 +5,7 @@ // test_async_op_hip.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_async_op_mpi.cc b/tests/unit/active/test_async_op_mpi.cc index 1e004a584b..e03b473df3 100644 --- a/tests/unit/active/test_async_op_mpi.cc +++ b/tests/unit/active/test_async_op_mpi.cc @@ -5,7 +5,7 @@ // test_async_op_mpi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_async_op_threads.cc b/tests/unit/active/test_async_op_threads.cc index 6d1dc9ebbf..30ac7bbf49 100644 --- a/tests/unit/active/test_async_op_threads.cc +++ b/tests/unit/active/test_async_op_threads.cc @@ -5,7 +5,7 @@ // test_async_op_threads.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/active/test_pending_send.cc b/tests/unit/active/test_pending_send.cc index fcf1118221..d85b4d0958 100644 --- a/tests/unit/active/test_pending_send.cc +++ b/tests/unit/active/test_pending_send.cc @@ -5,7 +5,7 @@ // test_pending_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_broadcast.cc b/tests/unit/collection/test_broadcast.cc index 3b2212ad14..f2bd4c8c7b 100644 --- a/tests/unit/collection/test_broadcast.cc +++ b/tests/unit/collection/test_broadcast.cc @@ -5,7 +5,7 @@ // test_broadcast.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_broadcast.extended.cc b/tests/unit/collection/test_broadcast.extended.cc index 2ae07e0efc..3ab40e40fa 100644 --- a/tests/unit/collection/test_broadcast.extended.cc +++ b/tests/unit/collection/test_broadcast.extended.cc @@ -5,7 +5,7 @@ // test_broadcast.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_broadcast.h b/tests/unit/collection/test_broadcast.h index e2fccb8f67..bba320b61f 100644 --- a/tests/unit/collection/test_broadcast.h +++ b/tests/unit/collection/test_broadcast.h @@ -5,7 +5,7 @@ // test_broadcast.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_checkpoint.extended.cc b/tests/unit/collection/test_checkpoint.extended.cc index 28af0b2ed5..15fabce3f0 100644 --- a/tests/unit/collection/test_checkpoint.extended.cc +++ b/tests/unit/collection/test_checkpoint.extended.cc @@ -5,7 +5,7 @@ // test_checkpoint.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_collection_common.h b/tests/unit/collection/test_collection_common.h index 84448a69cb..a94708228e 100644 --- a/tests/unit/collection/test_collection_common.h +++ b/tests/unit/collection/test_collection_common.h @@ -5,7 +5,7 @@ // test_collection_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_collection_construct_common.h b/tests/unit/collection/test_collection_construct_common.h index eaa6bb4179..dbe1bf6b1d 100644 --- a/tests/unit/collection/test_collection_construct_common.h +++ b/tests/unit/collection/test_collection_construct_common.h @@ -5,7 +5,7 @@ // test_collection_construct_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_collection_group.extended.cc b/tests/unit/collection/test_collection_group.extended.cc index d85ca5282d..3142f3b86c 100644 --- a/tests/unit/collection/test_collection_group.extended.cc +++ b/tests/unit/collection/test_collection_group.extended.cc @@ -5,7 +5,7 @@ // test_collection_group.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_collection_group_recreate.cc b/tests/unit/collection/test_collection_group_recreate.cc index 6826474d4f..cf512e7fa4 100644 --- a/tests/unit/collection/test_collection_group_recreate.cc +++ b/tests/unit/collection/test_collection_group_recreate.cc @@ -5,7 +5,7 @@ // test_collection_group_recreate.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_collection_manager.cc b/tests/unit/collection/test_collection_manager.cc index 1f93849c13..d086a079d3 100644 --- a/tests/unit/collection/test_collection_manager.cc +++ b/tests/unit/collection/test_collection_manager.cc @@ -5,7 +5,7 @@ // test_collection_manager.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_construct.cc b/tests/unit/collection/test_construct.cc index 35595716cc..2913dfdf12 100644 --- a/tests/unit/collection/test_construct.cc +++ b/tests/unit/collection/test_construct.cc @@ -5,7 +5,7 @@ // test_construct.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_construct_no_idx.extended.cc b/tests/unit/collection/test_construct_no_idx.extended.cc index 6cec8eb1da..357538aa8f 100644 --- a/tests/unit/collection/test_construct_no_idx.extended.cc +++ b/tests/unit/collection/test_construct_no_idx.extended.cc @@ -5,7 +5,7 @@ // test_construct_no_idx.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_destroy.cc b/tests/unit/collection/test_destroy.cc index cc8a8d00f8..aad103b02f 100644 --- a/tests/unit/collection/test_destroy.cc +++ b/tests/unit/collection/test_destroy.cc @@ -5,7 +5,7 @@ // test_destroy.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_index_types.extended.cc b/tests/unit/collection/test_index_types.extended.cc index 838cb905f7..c5acaf3c24 100644 --- a/tests/unit/collection/test_index_types.extended.cc +++ b/tests/unit/collection/test_index_types.extended.cc @@ -5,7 +5,7 @@ // test_index_types.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_insert.extended.cc b/tests/unit/collection/test_insert.extended.cc index 05dff7b715..bbb7f961e1 100644 --- a/tests/unit/collection/test_insert.extended.cc +++ b/tests/unit/collection/test_insert.extended.cc @@ -5,7 +5,7 @@ // test_insert.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_invoke.cc b/tests/unit/collection/test_invoke.cc index 76f9a50a30..cd736c096a 100644 --- a/tests/unit/collection/test_invoke.cc +++ b/tests/unit/collection/test_invoke.cc @@ -5,7 +5,7 @@ // test_invoke.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_lb.extended.cc b/tests/unit/collection/test_lb.extended.cc index 2d23f79bf1..8995b4b179 100644 --- a/tests/unit/collection/test_lb.extended.cc +++ b/tests/unit/collection/test_lb.extended.cc @@ -5,7 +5,7 @@ // test_lb.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_lb_data_holder.cc b/tests/unit/collection/test_lb_data_holder.cc index 03a0016d1d..09cc2ba174 100644 --- a/tests/unit/collection/test_lb_data_holder.cc +++ b/tests/unit/collection/test_lb_data_holder.cc @@ -5,7 +5,7 @@ // test_lb_data_holder.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_lb_data_retention.cc b/tests/unit/collection/test_lb_data_retention.cc index f25678775f..fea6645da4 100644 --- a/tests/unit/collection/test_lb_data_retention.cc +++ b/tests/unit/collection/test_lb_data_retention.cc @@ -5,7 +5,7 @@ // test_lb_data_retention.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_lb_lite.extended.cc b/tests/unit/collection/test_lb_lite.extended.cc index a241e5f3df..c1f9762ba9 100644 --- a/tests/unit/collection/test_lb_lite.extended.cc +++ b/tests/unit/collection/test_lb_lite.extended.cc @@ -5,7 +5,7 @@ // test_lb_lite.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_list_insert.cc b/tests/unit/collection/test_list_insert.cc index c7aa4720a8..1b8094b9b6 100644 --- a/tests/unit/collection/test_list_insert.cc +++ b/tests/unit/collection/test_list_insert.cc @@ -5,7 +5,7 @@ // test_list_insert.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_list_insert_here.cc b/tests/unit/collection/test_list_insert_here.cc index 1acb0d073b..d34f8a7879 100644 --- a/tests/unit/collection/test_list_insert_here.cc +++ b/tests/unit/collection/test_list_insert_here.cc @@ -5,7 +5,7 @@ // test_list_insert_here.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_mapping.cc b/tests/unit/collection/test_mapping.cc index eeff58ccc1..3fa20b0663 100644 --- a/tests/unit/collection/test_mapping.cc +++ b/tests/unit/collection/test_mapping.cc @@ -5,7 +5,7 @@ // test_mapping.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_comm_overhead.nompi.cc b/tests/unit/collection/test_model_comm_overhead.nompi.cc index 4fb1936184..20d3bfc44e 100644 --- a/tests/unit/collection/test_model_comm_overhead.nompi.cc +++ b/tests/unit/collection/test_model_comm_overhead.nompi.cc @@ -5,7 +5,7 @@ // test_model_comm_overhead.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_linear_model.nompi.cc b/tests/unit/collection/test_model_linear_model.nompi.cc index c46f03d8ca..09c37adfbf 100644 --- a/tests/unit/collection/test_model_linear_model.nompi.cc +++ b/tests/unit/collection/test_model_linear_model.nompi.cc @@ -5,7 +5,7 @@ // test_model_linear_model.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_multiple_phases.nompi.cc b/tests/unit/collection/test_model_multiple_phases.nompi.cc index fa51883401..793e89099a 100644 --- a/tests/unit/collection/test_model_multiple_phases.nompi.cc +++ b/tests/unit/collection/test_model_multiple_phases.nompi.cc @@ -5,7 +5,7 @@ // test_model_multiple_phases.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_naive_persistence.nompi.cc b/tests/unit/collection/test_model_naive_persistence.nompi.cc index 76086c8326..50e6d7933f 100644 --- a/tests/unit/collection/test_model_naive_persistence.nompi.cc +++ b/tests/unit/collection/test_model_naive_persistence.nompi.cc @@ -5,7 +5,7 @@ // test_model_naive_persistence.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_norm.nompi.cc b/tests/unit/collection/test_model_norm.nompi.cc index 1185323c2e..5d8a223ac3 100644 --- a/tests/unit/collection/test_model_norm.nompi.cc +++ b/tests/unit/collection/test_model_norm.nompi.cc @@ -5,7 +5,7 @@ // test_model_norm.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_per_collection.extended.cc b/tests/unit/collection/test_model_per_collection.extended.cc index 8671461a32..21b3bf8041 100644 --- a/tests/unit/collection/test_model_per_collection.extended.cc +++ b/tests/unit/collection/test_model_per_collection.extended.cc @@ -5,7 +5,7 @@ // test_model_per_collection.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_persistence_median_last_n.nompi.cc b/tests/unit/collection/test_model_persistence_median_last_n.nompi.cc index 34b6a7b1d2..0107c4d251 100644 --- a/tests/unit/collection/test_model_persistence_median_last_n.nompi.cc +++ b/tests/unit/collection/test_model_persistence_median_last_n.nompi.cc @@ -5,7 +5,7 @@ // test_model_persistence_median_last_n.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_raw_data.nompi.cc b/tests/unit/collection/test_model_raw_data.nompi.cc index 65db02e414..3dfca34863 100644 --- a/tests/unit/collection/test_model_raw_data.nompi.cc +++ b/tests/unit/collection/test_model_raw_data.nompi.cc @@ -5,7 +5,7 @@ // test_model_raw_data.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_select_subphases.nompi.cc b/tests/unit/collection/test_model_select_subphases.nompi.cc index 4ab01ce4df..fb41feacbe 100644 --- a/tests/unit/collection/test_model_select_subphases.nompi.cc +++ b/tests/unit/collection/test_model_select_subphases.nompi.cc @@ -5,7 +5,7 @@ // test_model_select_subphases.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_weighted_communication_volume.nompi.cc b/tests/unit/collection/test_model_weighted_communication_volume.nompi.cc index 0f94cf7c62..a7cdc11ff3 100644 --- a/tests/unit/collection/test_model_weighted_communication_volume.nompi.cc +++ b/tests/unit/collection/test_model_weighted_communication_volume.nompi.cc @@ -5,7 +5,7 @@ // test_model_weighted_communication_volume.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_model_weighted_messages.nompi.cc b/tests/unit/collection/test_model_weighted_messages.nompi.cc index 50527bf86e..d08f345d0e 100644 --- a/tests/unit/collection/test_model_weighted_messages.nompi.cc +++ b/tests/unit/collection/test_model_weighted_messages.nompi.cc @@ -5,7 +5,7 @@ // test_model_weighted_messages.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_promote.cc b/tests/unit/collection/test_promote.cc index 95d9ba0156..17b9e41bf8 100644 --- a/tests/unit/collection/test_promote.cc +++ b/tests/unit/collection/test_promote.cc @@ -5,7 +5,7 @@ // test_promote.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_query_context.cc b/tests/unit/collection/test_query_context.cc index 42a6e6160b..0557cb15d4 100644 --- a/tests/unit/collection/test_query_context.cc +++ b/tests/unit/collection/test_query_context.cc @@ -5,7 +5,7 @@ // test_query_context.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_reduce_collection.cc b/tests/unit/collection/test_reduce_collection.cc index ef00dddf14..10f6f45c0b 100644 --- a/tests/unit/collection/test_reduce_collection.cc +++ b/tests/unit/collection/test_reduce_collection.cc @@ -5,7 +5,7 @@ // test_reduce_collection.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_reduce_collection_common.h b/tests/unit/collection/test_reduce_collection_common.h index 3a6ce68396..d79d463a00 100644 --- a/tests/unit/collection/test_reduce_collection_common.h +++ b/tests/unit/collection/test_reduce_collection_common.h @@ -5,7 +5,7 @@ // test_reduce_collection_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_reduce_collection_handler.h b/tests/unit/collection/test_reduce_collection_handler.h index 58d0884a47..69a2697046 100644 --- a/tests/unit/collection/test_reduce_collection_handler.h +++ b/tests/unit/collection/test_reduce_collection_handler.h @@ -5,7 +5,7 @@ // test_reduce_collection_handler.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_reduce_collection_race.cc b/tests/unit/collection/test_reduce_collection_race.cc index 02e19760a1..6086b8f1aa 100644 --- a/tests/unit/collection/test_reduce_collection_race.cc +++ b/tests/unit/collection/test_reduce_collection_race.cc @@ -5,7 +5,7 @@ // test_reduce_collection_race.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_send.cc b/tests/unit/collection/test_send.cc index 1c76866b2b..2d880f3925 100644 --- a/tests/unit/collection/test_send.cc +++ b/tests/unit/collection/test_send.cc @@ -5,7 +5,7 @@ // test_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_send.extended.cc b/tests/unit/collection/test_send.extended.cc index 958b9d309c..cc4fd1418f 100644 --- a/tests/unit/collection/test_send.extended.cc +++ b/tests/unit/collection/test_send.extended.cc @@ -5,7 +5,7 @@ // test_send.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_send.h b/tests/unit/collection/test_send.h index d6b629e06c..990d3804ea 100644 --- a/tests/unit/collection/test_send.h +++ b/tests/unit/collection/test_send.h @@ -5,7 +5,7 @@ // test_send.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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_storage.cc b/tests/unit/collection/test_storage.cc index 356629b3a1..162c3f12a3 100644 --- a/tests/unit/collection/test_storage.cc +++ b/tests/unit/collection/test_storage.cc @@ -5,7 +5,7 @@ // test_storage.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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 45855ec7cd..f034b30909 100644 --- a/tests/unit/collection/test_workload_data_migrator.cc +++ b/tests/unit/collection/test_workload_data_migrator.cc @@ -5,7 +5,7 @@ // test_workload_data_migrator.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collectives/test_collectives_reduce.cc b/tests/unit/collectives/test_collectives_reduce.cc index 863f68a449..3b9732af12 100644 --- a/tests/unit/collectives/test_collectives_reduce.cc +++ b/tests/unit/collectives/test_collectives_reduce.cc @@ -5,7 +5,7 @@ // test_collectives_reduce.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collectives/test_collectives_reduce.extended.cc b/tests/unit/collectives/test_collectives_reduce.extended.cc index e8964fbbf9..ad8098f867 100644 --- a/tests/unit/collectives/test_collectives_reduce.extended.cc +++ b/tests/unit/collectives/test_collectives_reduce.extended.cc @@ -5,7 +5,7 @@ // test_collectives_reduce.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collectives/test_collectives_reduce.h b/tests/unit/collectives/test_collectives_reduce.h index 5acd915271..e5e43e587f 100644 --- a/tests/unit/collectives/test_collectives_reduce.h +++ b/tests/unit/collectives/test_collectives_reduce.h @@ -5,7 +5,7 @@ // test_collectives_reduce.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collectives/test_collectives_scatter.extended.cc b/tests/unit/collectives/test_collectives_scatter.extended.cc index 4350a7aa14..2c8b845478 100644 --- a/tests/unit/collectives/test_collectives_scatter.extended.cc +++ b/tests/unit/collectives/test_collectives_scatter.extended.cc @@ -5,7 +5,7 @@ // test_collectives_scatter.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/collectives/test_mpi_collective.cc b/tests/unit/collectives/test_mpi_collective.cc index f137195344..81124e23ee 100644 --- a/tests/unit/collectives/test_mpi_collective.cc +++ b/tests/unit/collectives/test_mpi_collective.cc @@ -5,7 +5,7 @@ // test_mpi_collective.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/configs/test_stack_dumping.cc b/tests/unit/configs/test_stack_dumping.cc index 2b2bc16750..e4c6084e6a 100644 --- a/tests/unit/configs/test_stack_dumping.cc +++ b/tests/unit/configs/test_stack_dumping.cc @@ -5,7 +5,7 @@ // test_stack_dumping.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/data_message.h b/tests/unit/data_message.h index b2f5b956a6..2c776da7ca 100644 --- a/tests/unit/data_message.h +++ b/tests/unit/data_message.h @@ -5,7 +5,7 @@ // data_message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/diagnostics/test_diagnostic_value.cc b/tests/unit/diagnostics/test_diagnostic_value.cc index f3b564bc7b..49dfe54eb3 100644 --- a/tests/unit/diagnostics/test_diagnostic_value.cc +++ b/tests/unit/diagnostics/test_diagnostic_value.cc @@ -5,7 +5,7 @@ // test_diagnostic_value.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/epoch/test_epoch.nompi.cc b/tests/unit/epoch/test_epoch.nompi.cc index e7f7a2226f..eba0ca961e 100644 --- a/tests/unit/epoch/test_epoch.nompi.cc +++ b/tests/unit/epoch/test_epoch.nompi.cc @@ -5,7 +5,7 @@ // test_epoch.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/test_group.cc b/tests/unit/group/test_group.cc index 3e968fb57e..d8044b8c30 100644 --- a/tests/unit/group/test_group.cc +++ b/tests/unit/group/test_group.cc @@ -5,7 +5,7 @@ // test_group.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/group/test_group.extended.cc b/tests/unit/group/test_group.extended.cc index 628ddd2ab6..fa68b7b0f5 100644 --- a/tests/unit/group/test_group.extended.cc +++ b/tests/unit/group/test_group.extended.cc @@ -5,7 +5,7 @@ // test_group.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/handler/test_handler.cc b/tests/unit/handler/test_handler.cc index 65f41ef8f0..c2beed9d1d 100644 --- a/tests/unit/handler/test_handler.cc +++ b/tests/unit/handler/test_handler.cc @@ -5,7 +5,7 @@ // test_handler.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/index/test_index.nompi.cc b/tests/unit/index/test_index.nompi.cc index bd68b5b58f..5909d8fa9d 100644 --- a/tests/unit/index/test_index.nompi.cc +++ b/tests/unit/index/test_index.nompi.cc @@ -5,7 +5,7 @@ // test_index.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/index/test_index_linearization.nompi.cc b/tests/unit/index/test_index_linearization.nompi.cc index 394194b943..a604ed197c 100644 --- a/tests/unit/index/test_index_linearization.nompi.cc +++ b/tests/unit/index/test_index_linearization.nompi.cc @@ -5,7 +5,7 @@ // test_index_linearization.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb/test_lb_data_comm.cc b/tests/unit/lb/test_lb_data_comm.cc index 9eabb5a886..c314068847 100644 --- a/tests/unit/lb/test_lb_data_comm.cc +++ b/tests/unit/lb/test_lb_data_comm.cc @@ -5,7 +5,7 @@ // test_lb_data_comm.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb/test_lb_reader.nompi.cc b/tests/unit/lb/test_lb_reader.nompi.cc index 1ac64cfb7c..f59456aed7 100644 --- a/tests/unit/lb/test_lb_reader.nompi.cc +++ b/tests/unit/lb/test_lb_reader.nompi.cc @@ -5,7 +5,7 @@ // test_lb_reader.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb/test_lbargs_enum_conv.nompi.cc b/tests/unit/lb/test_lbargs_enum_conv.nompi.cc index 9d0694b117..36c001c4f4 100644 --- a/tests/unit/lb/test_lbargs_enum_conv.nompi.cc +++ b/tests/unit/lb/test_lbargs_enum_conv.nompi.cc @@ -5,7 +5,7 @@ // test_lbargs_enum_conv.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb/test_offlinelb.cc b/tests/unit/lb/test_offlinelb.cc index 541b9225e7..b470e61f1c 100644 --- a/tests/unit/lb/test_offlinelb.cc +++ b/tests/unit/lb/test_offlinelb.cc @@ -5,7 +5,7 @@ // test_offlinelb.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/lb/test_temperedlb.cc b/tests/unit/lb/test_temperedlb.cc index bb9dd2e652..b7b7e54029 100644 --- a/tests/unit/lb/test_temperedlb.cc +++ b/tests/unit/lb/test_temperedlb.cc @@ -1,3 +1,45 @@ +/* +//@HEADER +// ***************************************************************************** +// +// test_temperedlb.cc +// DARMA/vt => Virtual Transport +// +// Copyright 2019-2024 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. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are met: +// +// * Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// +// * Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// * Neither the name of the copyright holder nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +// POSSIBILITY OF SUCH DAMAGE. +// +// Questions? Contact darma@sandia.gov +// +// ***************************************************************************** +//@HEADER +*/ #include #include #include diff --git a/tests/unit/lb/test_temperedlb.nompi.cc b/tests/unit/lb/test_temperedlb.nompi.cc index a2140ae2b4..4636ba380f 100644 --- a/tests/unit/lb/test_temperedlb.nompi.cc +++ b/tests/unit/lb/test_temperedlb.nompi.cc @@ -5,7 +5,7 @@ // test_temperedlb.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/location/test_hops.extended.cc b/tests/unit/location/test_hops.extended.cc index 4f12c7d89a..87604a84a8 100644 --- a/tests/unit/location/test_hops.extended.cc +++ b/tests/unit/location/test_hops.extended.cc @@ -5,7 +5,7 @@ // test_hops.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/location/test_location.cc b/tests/unit/location/test_location.cc index ec0af5af85..acd9721117 100644 --- a/tests/unit/location/test_location.cc +++ b/tests/unit/location/test_location.cc @@ -5,7 +5,7 @@ // test_location.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/location/test_location_common.h b/tests/unit/location/test_location_common.h index 8a7438f6ce..29875cc4eb 100644 --- a/tests/unit/location/test_location_common.h +++ b/tests/unit/location/test_location_common.h @@ -5,7 +5,7 @@ // test_location_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/main.cc b/tests/unit/main.cc index cdc515174a..617f676566 100644 --- a/tests/unit/main.cc +++ b/tests/unit/main.cc @@ -5,7 +5,7 @@ // main.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/mapping/test_mapping.nompi.cc b/tests/unit/mapping/test_mapping.nompi.cc index f2ed0041e3..043e5e5ef2 100644 --- a/tests/unit/mapping/test_mapping.nompi.cc +++ b/tests/unit/mapping/test_mapping.nompi.cc @@ -5,7 +5,7 @@ // test_mapping.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/mapping/test_mapping_registry.cc b/tests/unit/mapping/test_mapping_registry.cc index 2d998ac7c6..4171248f78 100644 --- a/tests/unit/mapping/test_mapping_registry.cc +++ b/tests/unit/mapping/test_mapping_registry.cc @@ -5,7 +5,7 @@ // test_mapping_registry.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/memory/test_memory_active.cc b/tests/unit/memory/test_memory_active.cc index f2de254f24..fbb4499741 100644 --- a/tests/unit/memory/test_memory_active.cc +++ b/tests/unit/memory/test_memory_active.cc @@ -5,7 +5,7 @@ // test_memory_active.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/memory/test_memory_lifetime.cc b/tests/unit/memory/test_memory_lifetime.cc index 612500ac47..380628af7b 100644 --- a/tests/unit/memory/test_memory_lifetime.cc +++ b/tests/unit/memory/test_memory_lifetime.cc @@ -5,7 +5,7 @@ // test_memory_lifetime.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/message/test_msgthief.nompi.cc b/tests/unit/message/test_msgthief.nompi.cc index 2a3a74924a..c3eb2f7ecb 100644 --- a/tests/unit/message/test_msgthief.nompi.cc +++ b/tests/unit/message/test_msgthief.nompi.cc @@ -5,7 +5,7 @@ // test_msgthief.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/test_objgroup.cc b/tests/unit/objgroup/test_objgroup.cc index 0d742a606a..f1cba6e0a9 100644 --- a/tests/unit/objgroup/test_objgroup.cc +++ b/tests/unit/objgroup/test_objgroup.cc @@ -5,7 +5,7 @@ // test_objgroup.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/objgroup/test_objgroup_common.h b/tests/unit/objgroup/test_objgroup_common.h index 67acfd2a3e..200f4428f3 100644 --- a/tests/unit/objgroup/test_objgroup_common.h +++ b/tests/unit/objgroup/test_objgroup_common.h @@ -5,7 +5,7 @@ // test_objgroup_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/test_phase_insertions.cc b/tests/unit/phase/test_phase_insertions.cc index 615ab7c3b0..e364696323 100644 --- a/tests/unit/phase/test_phase_insertions.cc +++ b/tests/unit/phase/test_phase_insertions.cc @@ -5,7 +5,7 @@ // test_phase_insertions.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/phase/test_phase_management.cc b/tests/unit/phase/test_phase_management.cc index a32ca0513e..5842403fa1 100644 --- a/tests/unit/phase/test_phase_management.cc +++ b/tests/unit/phase/test_phase_management.cc @@ -5,7 +5,7 @@ // test_phase_management.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_bcast.cc b/tests/unit/pipe/test_callback_bcast.cc index 07ffb3a26d..3f77cb0dc0 100644 --- a/tests/unit/pipe/test_callback_bcast.cc +++ b/tests/unit/pipe/test_callback_bcast.cc @@ -5,7 +5,7 @@ // test_callback_bcast.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_bcast_collection.extended.cc b/tests/unit/pipe/test_callback_bcast_collection.extended.cc index 526204b5c5..ea0ceff8a5 100644 --- a/tests/unit/pipe/test_callback_bcast_collection.extended.cc +++ b/tests/unit/pipe/test_callback_bcast_collection.extended.cc @@ -5,7 +5,7 @@ // test_callback_bcast_collection.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_func.cc b/tests/unit/pipe/test_callback_func.cc index a9603faa1c..77a3919fdc 100644 --- a/tests/unit/pipe/test_callback_func.cc +++ b/tests/unit/pipe/test_callback_func.cc @@ -5,7 +5,7 @@ // test_callback_func.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_func_ctx.cc b/tests/unit/pipe/test_callback_func_ctx.cc index 09054798b6..52547f6027 100644 --- a/tests/unit/pipe/test_callback_func_ctx.cc +++ b/tests/unit/pipe/test_callback_func_ctx.cc @@ -5,7 +5,7 @@ // test_callback_func_ctx.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_send.cc b/tests/unit/pipe/test_callback_send.cc index 5855bd2b77..b405f6b550 100644 --- a/tests/unit/pipe/test_callback_send.cc +++ b/tests/unit/pipe/test_callback_send.cc @@ -5,7 +5,7 @@ // test_callback_send.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_callback_send_collection.extended.cc b/tests/unit/pipe/test_callback_send_collection.extended.cc index 8be0375890..0a06a1727e 100644 --- a/tests/unit/pipe/test_callback_send_collection.extended.cc +++ b/tests/unit/pipe/test_callback_send_collection.extended.cc @@ -5,7 +5,7 @@ // test_callback_send_collection.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pipe/test_signal_cleanup.cc b/tests/unit/pipe/test_signal_cleanup.cc index c9b71e02cb..0146ba73cd 100644 --- a/tests/unit/pipe/test_signal_cleanup.cc +++ b/tests/unit/pipe/test_signal_cleanup.cc @@ -5,7 +5,7 @@ // test_signal_cleanup.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/test_pool.cc b/tests/unit/pool/test_pool.cc index 875f5b8048..6acb61887f 100644 --- a/tests/unit/pool/test_pool.cc +++ b/tests/unit/pool/test_pool.cc @@ -5,7 +5,7 @@ // test_pool.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/pool/test_pool_message_sizes.cc b/tests/unit/pool/test_pool_message_sizes.cc index 6fe3b4b7c6..a85a60c69b 100644 --- a/tests/unit/pool/test_pool_message_sizes.cc +++ b/tests/unit/pool/test_pool_message_sizes.cc @@ -5,7 +5,7 @@ // test_pool_message_sizes.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_collection_handle.extended.cc b/tests/unit/rdma/test_rdma_collection_handle.extended.cc index ee5b7086e8..3730b686f1 100644 --- a/tests/unit/rdma/test_rdma_collection_handle.extended.cc +++ b/tests/unit/rdma/test_rdma_collection_handle.extended.cc @@ -5,7 +5,7 @@ // test_rdma_collection_handle.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_common.h b/tests/unit/rdma/test_rdma_common.h index bb702753fc..30244367d6 100644 --- a/tests/unit/rdma/test_rdma_common.h +++ b/tests/unit/rdma/test_rdma_common.h @@ -5,7 +5,7 @@ // test_rdma_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_handle.cc b/tests/unit/rdma/test_rdma_handle.cc index b4c3eb06a7..336a8ce7ed 100644 --- a/tests/unit/rdma/test_rdma_handle.cc +++ b/tests/unit/rdma/test_rdma_handle.cc @@ -5,7 +5,7 @@ // test_rdma_handle.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_handle.extended.cc b/tests/unit/rdma/test_rdma_handle.extended.cc index 4128a238d4..e9e06d3b96 100644 --- a/tests/unit/rdma/test_rdma_handle.extended.cc +++ b/tests/unit/rdma/test_rdma_handle.extended.cc @@ -5,7 +5,7 @@ // test_rdma_handle.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_handle.h b/tests/unit/rdma/test_rdma_handle.h index 67b8f27899..7b192c2f7d 100644 --- a/tests/unit/rdma/test_rdma_handle.h +++ b/tests/unit/rdma/test_rdma_handle.h @@ -5,7 +5,7 @@ // test_rdma_handle.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/rdma/test_rdma_static_sub_handle.extended.cc b/tests/unit/rdma/test_rdma_static_sub_handle.extended.cc index 49a34045ae..59ed2033b1 100644 --- a/tests/unit/rdma/test_rdma_static_sub_handle.extended.cc +++ b/tests/unit/rdma/test_rdma_static_sub_handle.extended.cc @@ -5,7 +5,7 @@ // test_rdma_static_sub_handle.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runnable/test_invoke.cc b/tests/unit/runnable/test_invoke.cc index 874ebdca75..3ed74cac46 100644 --- a/tests/unit/runnable/test_invoke.cc +++ b/tests/unit/runnable/test_invoke.cc @@ -5,7 +5,7 @@ // test_invoke.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_cli_arguments.extended.cc b/tests/unit/runtime/test_cli_arguments.extended.cc index 77c77691c5..4f3fbf23fa 100644 --- a/tests/unit/runtime/test_cli_arguments.extended.cc +++ b/tests/unit/runtime/test_cli_arguments.extended.cc @@ -5,7 +5,7 @@ // test_cli_arguments.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_component_construction.cc b/tests/unit/runtime/test_component_construction.cc index 2b6fcb6384..5c305ecb7e 100644 --- a/tests/unit/runtime/test_component_construction.cc +++ b/tests/unit/runtime/test_component_construction.cc @@ -5,7 +5,7 @@ // test_component_construction.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_initialization.cc b/tests/unit/runtime/test_initialization.cc index 441013f68a..132321fe2e 100644 --- a/tests/unit/runtime/test_initialization.cc +++ b/tests/unit/runtime/test_initialization.cc @@ -5,7 +5,7 @@ // test_initialization.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_initialization.nompi.cc b/tests/unit/runtime/test_initialization.nompi.cc index 420e5f0c4b..de8d621a77 100644 --- a/tests/unit/runtime/test_initialization.nompi.cc +++ b/tests/unit/runtime/test_initialization.nompi.cc @@ -5,7 +5,7 @@ // test_initialization.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_memory_footprint.cc b/tests/unit/runtime/test_memory_footprint.cc index c00572a51b..cf1a613501 100644 --- a/tests/unit/runtime/test_memory_footprint.cc +++ b/tests/unit/runtime/test_memory_footprint.cc @@ -5,7 +5,7 @@ // test_memory_footprint.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_mpi_access_guards.cc b/tests/unit/runtime/test_mpi_access_guards.cc index 0d1c3ce644..5bfe7df041 100644 --- a/tests/unit/runtime/test_mpi_access_guards.cc +++ b/tests/unit/runtime/test_mpi_access_guards.cc @@ -5,7 +5,7 @@ // test_mpi_access_guards.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_preconfig.nompi.cc b/tests/unit/runtime/test_preconfig.nompi.cc index 1ae2658a39..a37a62b03d 100644 --- a/tests/unit/runtime/test_preconfig.nompi.cc +++ b/tests/unit/runtime/test_preconfig.nompi.cc @@ -5,7 +5,7 @@ // test_preconfig.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/runtime/test_temp_enabling_debug_prints.nompi.cc b/tests/unit/runtime/test_temp_enabling_debug_prints.nompi.cc index 50352f32cf..1a85a0b113 100644 --- a/tests/unit/runtime/test_temp_enabling_debug_prints.nompi.cc +++ b/tests/unit/runtime/test_temp_enabling_debug_prints.nompi.cc @@ -5,7 +5,7 @@ // test_temp_enabling_debug_prints.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_high_level_calls.cc b/tests/unit/scheduler/test_high_level_calls.cc index 9de0fbfba8..6128fa1af8 100644 --- a/tests/unit/scheduler/test_high_level_calls.cc +++ b/tests/unit/scheduler/test_high_level_calls.cc @@ -5,7 +5,7 @@ // test_high_level_calls.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_priority_bits.extended.cc b/tests/unit/scheduler/test_priority_bits.extended.cc index 22c26cd107..5bee79815c 100644 --- a/tests/unit/scheduler/test_priority_bits.extended.cc +++ b/tests/unit/scheduler/test_priority_bits.extended.cc @@ -5,7 +5,7 @@ // test_priority_bits.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_priority_queue.extended.cc b/tests/unit/scheduler/test_priority_queue.extended.cc index f7d376cba3..7bd7ca007f 100644 --- a/tests/unit/scheduler/test_priority_queue.extended.cc +++ b/tests/unit/scheduler/test_priority_queue.extended.cc @@ -5,7 +5,7 @@ // test_priority_queue.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_scheduler_loop.cc b/tests/unit/scheduler/test_scheduler_loop.cc index c39304ec6b..9a2e8a85cb 100644 --- a/tests/unit/scheduler/test_scheduler_loop.cc +++ b/tests/unit/scheduler/test_scheduler_loop.cc @@ -5,7 +5,7 @@ // test_scheduler_loop.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_scheduler_priorities.extended.cc b/tests/unit/scheduler/test_scheduler_priorities.extended.cc index 675e04a342..ad703b94d4 100644 --- a/tests/unit/scheduler/test_scheduler_priorities.extended.cc +++ b/tests/unit/scheduler/test_scheduler_priorities.extended.cc @@ -5,7 +5,7 @@ // test_scheduler_priorities.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_scheduler_progress.extended.cc b/tests/unit/scheduler/test_scheduler_progress.extended.cc index 100fe98488..ba815fcfd0 100644 --- a/tests/unit/scheduler/test_scheduler_progress.extended.cc +++ b/tests/unit/scheduler/test_scheduler_progress.extended.cc @@ -5,7 +5,7 @@ // test_scheduler_progress.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_scheduler_timings.cc b/tests/unit/scheduler/test_scheduler_timings.cc index 2d61d49cce..e6763f2d67 100644 --- a/tests/unit/scheduler/test_scheduler_timings.cc +++ b/tests/unit/scheduler/test_scheduler_timings.cc @@ -5,7 +5,7 @@ // test_scheduler_timings.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/scheduler/test_thread_actions.cc b/tests/unit/scheduler/test_thread_actions.cc index 0e95eb2aec..5885845ce0 100644 --- a/tests/unit/scheduler/test_thread_actions.cc +++ b/tests/unit/scheduler/test_thread_actions.cc @@ -5,7 +5,7 @@ // test_thread_actions.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/test_serialize_messenger.cc b/tests/unit/serialization/test_serialize_messenger.cc index df85d7b801..41cdfe1e89 100644 --- a/tests/unit/serialization/test_serialize_messenger.cc +++ b/tests/unit/serialization/test_serialize_messenger.cc @@ -5,7 +5,7 @@ // test_serialize_messenger.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/serialization/test_serialize_messenger_virtual.extended.cc b/tests/unit/serialization/test_serialize_messenger_virtual.extended.cc index 05eb2243bc..a505ff0dc8 100644 --- a/tests/unit/serialization/test_serialize_messenger_virtual.extended.cc +++ b/tests/unit/serialization/test_serialize_messenger_virtual.extended.cc @@ -5,7 +5,7 @@ // test_serialize_messenger_virtual.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_collection_chainset_tracking.cc b/tests/unit/termination/test_collection_chainset_tracking.cc index af932be0c1..dfc011ab63 100644 --- a/tests/unit/termination/test_collection_chainset_tracking.cc +++ b/tests/unit/termination/test_collection_chainset_tracking.cc @@ -5,7 +5,7 @@ // test_collection_chainset_tracking.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_epoch_guard.cc b/tests/unit/termination/test_epoch_guard.cc index 285da2b5ec..1f953a4315 100644 --- a/tests/unit/termination/test_epoch_guard.cc +++ b/tests/unit/termination/test_epoch_guard.cc @@ -5,7 +5,7 @@ // test_epoch_guard.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_integral_set.cc b/tests/unit/termination/test_integral_set.cc index b5df66fe5e..5dff53199b 100644 --- a/tests/unit/termination/test_integral_set.cc +++ b/tests/unit/termination/test_integral_set.cc @@ -5,7 +5,7 @@ // test_integral_set.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_term_chaining.cc b/tests/unit/termination/test_term_chaining.cc index b938bd0bcd..c780ccee4e 100644 --- a/tests/unit/termination/test_term_chaining.cc +++ b/tests/unit/termination/test_term_chaining.cc @@ -5,7 +5,7 @@ // test_term_chaining.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_term_cleanup.cc b/tests/unit/termination/test_term_cleanup.cc index 1093056e28..3bc6a3023d 100644 --- a/tests/unit/termination/test_term_cleanup.cc +++ b/tests/unit/termination/test_term_cleanup.cc @@ -5,7 +5,7 @@ // test_term_cleanup.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_term_dep_send_chain.cc b/tests/unit/termination/test_term_dep_send_chain.cc index 3a56a6a312..7305d3615d 100644 --- a/tests/unit/termination/test_term_dep_send_chain.cc +++ b/tests/unit/termination/test_term_dep_send_chain.cc @@ -5,7 +5,7 @@ // test_term_dep_send_chain.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_callable.extended.cc b/tests/unit/termination/test_termination_action_callable.extended.cc index e1d9f6248e..33f76eaa2d 100644 --- a/tests/unit/termination/test_termination_action_callable.extended.cc +++ b/tests/unit/termination/test_termination_action_callable.extended.cc @@ -5,7 +5,7 @@ // test_termination_action_callable.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_common.cc b/tests/unit/termination/test_termination_action_common.cc index 4837a978e3..e74f92e939 100644 --- a/tests/unit/termination/test_termination_action_common.cc +++ b/tests/unit/termination/test_termination_action_common.cc @@ -5,7 +5,7 @@ // test_termination_action_common.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_common.h b/tests/unit/termination/test_termination_action_common.h index 5f7537b17c..24ab21941d 100644 --- a/tests/unit/termination/test_termination_action_common.h +++ b/tests/unit/termination/test_termination_action_common.h @@ -5,7 +5,7 @@ // test_termination_action_common.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_common.impl.h b/tests/unit/termination/test_termination_action_common.impl.h index ddd38219af..94cd195cbc 100644 --- a/tests/unit/termination/test_termination_action_common.impl.h +++ b/tests/unit/termination/test_termination_action_common.impl.h @@ -5,7 +5,7 @@ // test_termination_action_common.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_epochs.cc b/tests/unit/termination/test_termination_action_epochs.cc index 88df5d862c..53be0794e3 100644 --- a/tests/unit/termination/test_termination_action_epochs.cc +++ b/tests/unit/termination/test_termination_action_epochs.cc @@ -5,7 +5,7 @@ // test_termination_action_epochs.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_global.cc b/tests/unit/termination/test_termination_action_global.cc index f00fe8308d..d531960a6b 100644 --- a/tests/unit/termination/test_termination_action_global.cc +++ b/tests/unit/termination/test_termination_action_global.cc @@ -5,7 +5,7 @@ // test_termination_action_global.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_nested_collect.cc b/tests/unit/termination/test_termination_action_nested_collect.cc index 48d184dee7..94ef324284 100644 --- a/tests/unit/termination/test_termination_action_nested_collect.cc +++ b/tests/unit/termination/test_termination_action_nested_collect.cc @@ -5,7 +5,7 @@ // test_termination_action_nested_collect.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_action_nested_rooted.cc b/tests/unit/termination/test_termination_action_nested_rooted.cc index f382caf810..fe1fd31056 100644 --- a/tests/unit/termination/test_termination_action_nested_rooted.cc +++ b/tests/unit/termination/test_termination_action_nested_rooted.cc @@ -5,7 +5,7 @@ // test_termination_action_nested_rooted.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_channel_counting.h b/tests/unit/termination/test_termination_channel_counting.h index a7c890621e..1c7396ded7 100644 --- a/tests/unit/termination/test_termination_channel_counting.h +++ b/tests/unit/termination/test_termination_channel_counting.h @@ -5,7 +5,7 @@ // test_termination_channel_counting.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_channel_counting.impl.h b/tests/unit/termination/test_termination_channel_counting.impl.h index 0991ee9ffd..f097367e91 100644 --- a/tests/unit/termination/test_termination_channel_counting.impl.h +++ b/tests/unit/termination/test_termination_channel_counting.impl.h @@ -5,7 +5,7 @@ // test_termination_channel_counting.impl.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_channel_message.h b/tests/unit/termination/test_termination_channel_message.h index 0bcbc00fb0..8bbd5866ea 100644 --- a/tests/unit/termination/test_termination_channel_message.h +++ b/tests/unit/termination/test_termination_channel_message.h @@ -5,7 +5,7 @@ // test_termination_channel_message.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/termination/test_termination_reset.cc b/tests/unit/termination/test_termination_reset.cc index fa003cd28b..11144e86ce 100644 --- a/tests/unit/termination/test_termination_reset.cc +++ b/tests/unit/termination/test_termination_reset.cc @@ -5,7 +5,7 @@ // test_termination_reset.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/test_config.h b/tests/unit/test_config.h index 40b90bfd49..eb848f5508 100644 --- a/tests/unit/test_config.h +++ b/tests/unit/test_config.h @@ -5,7 +5,7 @@ // test_config.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/test_harness.h b/tests/unit/test_harness.h index 5f52f355f9..01566a8a0b 100644 --- a/tests/unit/test_harness.h +++ b/tests/unit/test_harness.h @@ -5,7 +5,7 @@ // test_harness.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/test_helpers.h b/tests/unit/test_helpers.h index 88d882a90f..373754eff4 100644 --- a/tests/unit/test_helpers.h +++ b/tests/unit/test_helpers.h @@ -5,7 +5,7 @@ // test_helpers.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/test_parallel_harness.h b/tests/unit/test_parallel_harness.h index df3f97c343..d5c8e1c7fc 100644 --- a/tests/unit/test_parallel_harness.h +++ b/tests/unit/test_parallel_harness.h @@ -5,7 +5,7 @@ // test_parallel_harness.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timetrigger/test_time_trigger.extended.cc b/tests/unit/timetrigger/test_time_trigger.extended.cc index 8f804c1183..47972f0a17 100644 --- a/tests/unit/timetrigger/test_time_trigger.extended.cc +++ b/tests/unit/timetrigger/test_time_trigger.extended.cc @@ -5,7 +5,7 @@ // test_time_trigger.extended.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/timing/test_timing.nompi.cc b/tests/unit/timing/test_timing.nompi.cc index caf124c3f3..427b7d511d 100644 --- a/tests/unit/timing/test_timing.nompi.cc +++ b/tests/unit/timing/test_timing.nompi.cc @@ -5,7 +5,7 @@ // test_timing.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/test_runnable_context_trace.cc b/tests/unit/trace/test_runnable_context_trace.cc index 5dc148dc3f..018aacc0af 100644 --- a/tests/unit/trace/test_runnable_context_trace.cc +++ b/tests/unit/trace/test_runnable_context_trace.cc @@ -5,7 +5,7 @@ // test_runnable_context_trace.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/test_trace_spec_reader.cc b/tests/unit/trace/test_trace_spec_reader.cc index b8420e4c88..bc68c34978 100644 --- a/tests/unit/trace/test_trace_spec_reader.cc +++ b/tests/unit/trace/test_trace_spec_reader.cc @@ -5,7 +5,7 @@ // test_trace_spec_reader.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/trace/test_trace_user.cc b/tests/unit/trace/test_trace_user.cc index 2b068881aa..86fae1f934 100644 --- a/tests/unit/trace/test_trace_user.cc +++ b/tests/unit/trace/test_trace_user.cc @@ -5,7 +5,7 @@ // test_trace_user.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_bit_packing.nompi.cc b/tests/unit/utils/test_bit_packing.nompi.cc index 09b356e7df..daff0491b3 100644 --- a/tests/unit/utils/test_bit_packing.nompi.cc +++ b/tests/unit/utils/test_bit_packing.nompi.cc @@ -5,7 +5,7 @@ // test_bit_packing.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_circular_buffer.nompi.cc b/tests/unit/utils/test_circular_buffer.nompi.cc index bacaaeca28..8c3f6cd10d 100644 --- a/tests/unit/utils/test_circular_buffer.nompi.cc +++ b/tests/unit/utils/test_circular_buffer.nompi.cc @@ -5,7 +5,7 @@ // test_circular_buffer.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_demangler_utils.nompi.cc b/tests/unit/utils/test_demangler_utils.nompi.cc index 5e88ca95a4..775a3bca29 100644 --- a/tests/unit/utils/test_demangler_utils.nompi.cc +++ b/tests/unit/utils/test_demangler_utils.nompi.cc @@ -5,7 +5,7 @@ // test_demangler_utils.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_histogram_approx.nompi.cc b/tests/unit/utils/test_histogram_approx.nompi.cc index f0379bc356..3e8706eb01 100644 --- a/tests/unit/utils/test_histogram_approx.nompi.cc +++ b/tests/unit/utils/test_histogram_approx.nompi.cc @@ -5,7 +5,7 @@ // test_histogram_approx.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_linear_regression.nompi.cc b/tests/unit/utils/test_linear_regression.nompi.cc index a63fa327d3..eb4c6713cc 100644 --- a/tests/unit/utils/test_linear_regression.nompi.cc +++ b/tests/unit/utils/test_linear_regression.nompi.cc @@ -5,7 +5,7 @@ // test_linear_regression.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/utils/test_sanitizers.nompi.cc b/tests/unit/utils/test_sanitizers.nompi.cc index 371ee47bdc..3514ede887 100644 --- a/tests/unit/utils/test_sanitizers.nompi.cc +++ b/tests/unit/utils/test_sanitizers.nompi.cc @@ -5,7 +5,7 @@ // test_sanitizers.nompi.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tools/workload_replay/simulate_replay.cc b/tools/workload_replay/simulate_replay.cc index 76258e1004..998f6dbd08 100644 --- a/tools/workload_replay/simulate_replay.cc +++ b/tools/workload_replay/simulate_replay.cc @@ -5,7 +5,7 @@ // simulate_replay.cc // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1a.h b/tutorial/tutorial_1a.h index 374176adbb..1a76880dcd 100644 --- a/tutorial/tutorial_1a.h +++ b/tutorial/tutorial_1a.h @@ -5,7 +5,7 @@ // tutorial_1a.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1b.h b/tutorial/tutorial_1b.h index 9434555d3a..3cd377da98 100644 --- a/tutorial/tutorial_1b.h +++ b/tutorial/tutorial_1b.h @@ -5,7 +5,7 @@ // tutorial_1b.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1c.h b/tutorial/tutorial_1c.h index f6c9eead6d..7c85522faa 100644 --- a/tutorial/tutorial_1c.h +++ b/tutorial/tutorial_1c.h @@ -5,7 +5,7 @@ // tutorial_1c.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1d.h b/tutorial/tutorial_1d.h index 8d392c3247..c799075ac6 100644 --- a/tutorial/tutorial_1d.h +++ b/tutorial/tutorial_1d.h @@ -5,7 +5,7 @@ // tutorial_1d.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1e.h b/tutorial/tutorial_1e.h index 37f42baf5f..e0ecaa2d64 100644 --- a/tutorial/tutorial_1e.h +++ b/tutorial/tutorial_1e.h @@ -5,7 +5,7 @@ // tutorial_1e.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1f.h b/tutorial/tutorial_1f.h index 845d344179..3250cc0fca 100644 --- a/tutorial/tutorial_1f.h +++ b/tutorial/tutorial_1f.h @@ -5,7 +5,7 @@ // tutorial_1f.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1g.h b/tutorial/tutorial_1g.h index 12c9f0ae45..84c1933cdf 100644 --- a/tutorial/tutorial_1g.h +++ b/tutorial/tutorial_1g.h @@ -5,7 +5,7 @@ // tutorial_1g.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_1h.h b/tutorial/tutorial_1h.h index 480a768f11..4fe744f553 100644 --- a/tutorial/tutorial_1h.h +++ b/tutorial/tutorial_1h.h @@ -5,7 +5,7 @@ // tutorial_1h.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_2a.h b/tutorial/tutorial_2a.h index 1427a20b39..6819300908 100644 --- a/tutorial/tutorial_2a.h +++ b/tutorial/tutorial_2a.h @@ -5,7 +5,7 @@ // tutorial_2a.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_2b.h b/tutorial/tutorial_2b.h index e6143f15d5..93d7198495 100644 --- a/tutorial/tutorial_2b.h +++ b/tutorial/tutorial_2b.h @@ -5,7 +5,7 @@ // tutorial_2b.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_3a.h b/tutorial/tutorial_3a.h index db19af290b..5e9ef28f8c 100644 --- a/tutorial/tutorial_3a.h +++ b/tutorial/tutorial_3a.h @@ -5,7 +5,7 @@ // tutorial_3a.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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/tutorial/tutorial_main.h b/tutorial/tutorial_main.h index c43086b51c..979ae06cb0 100644 --- a/tutorial/tutorial_main.h +++ b/tutorial/tutorial_main.h @@ -5,7 +5,7 @@ // tutorial_main.h // DARMA/vt => Virtual Transport // -// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC +// Copyright 2019-2024 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. //