From ec67a2ef64a00feb74ddfa8480b4421cf8f577dc Mon Sep 17 00:00:00 2001
From: Cyrus Harrison <cyrush@llnl.gov>
Date: Fri, 1 Mar 2019 16:29:06 -0800
Subject: [PATCH] updates for 0.4.0 release (#389)

* updated release notes for 0.4.0

* update copyright header to 2019

* update version number to 0.4.0

* add new valgrind sup case for macOS
---
 CHANGELOG.md                                  | 29 +++++-
 src/CMakeLists.txt                            |  2 +-
 src/cmake/BasicTypeChecks.cmake               |  2 +-
 src/cmake/CMakeBasics.cmake                   |  2 +-
 src/cmake/Setup3rdParty.cmake                 |  2 +-
 src/cmake/SetupFortran.cmake                  |  2 +-
 src/cmake/SetupIncludes.cmake                 |  2 +-
 src/cmake/SetupTests.cmake                    |  2 +-
 src/cmake/conduit-config.cmake.in             |  2 +-
 src/cmake/conduit-deps-paths.cmake.in         |  2 +-
 src/cmake/tests/fortran_test_obj_support.f90  |  2 +-
 src/cmake/thirdparty/FindNumPy.cmake          |  2 +-
 src/cmake/thirdparty/SetupADIOS.cmake         |  2 +-
 src/cmake/thirdparty/SetupHDF5.cmake          |  2 +-
 src/cmake/thirdparty/SetupPython.cmake        |  2 +-
 src/cmake/thirdparty/SetupRapidJSON.cmake     |  2 +-
 src/cmake/thirdparty/SetupSilo.cmake          |  2 +-
 src/cmake/valgrind.supp                       |  8 ++
 src/config/CMakeLists.txt                     |  2 +-
 src/config/conduit_config.mk.in               |  2 +-
 src/docs/doxygen/CMakeLists.txt               |  2 +-
 src/docs/doxygen/Doxyfile.in                  |  2 +-
 src/docs/sphinx/CMakeLists.txt                |  2 +-
 src/docs/sphinx/blueprint.rst                 |  2 +-
 src/docs/sphinx/blueprint_mcarray.rst         |  2 +-
 src/docs/sphinx/blueprint_mesh.rst            |  2 +-
 src/docs/sphinx/conduit.rst                   |  2 +-
 src/docs/sphinx/conduit_cpp_api.rst           |  2 +-
 src/docs/sphinx/conf.py                       |  8 +-
 src/docs/sphinx/developer.rst                 |  2 +-
 src/docs/sphinx/glossary.rst                  |  2 +-
 src/docs/sphinx/index.rst                     |  2 +-
 src/docs/sphinx/licenses.rst                  |  2 +-
 src/docs/sphinx/presentations.rst             |  2 +-
 src/docs/sphinx/quick_start.rst               |  2 +-
 src/docs/sphinx/relay.rst                     |  2 +-
 src/docs/sphinx/relay_io.rst                  |  2 +-
 src/docs/sphinx/relay_mpi.rst                 |  2 +-
 src/docs/sphinx/releases.rst                  | 97 ++++++++++++++++---
 src/docs/sphinx/tutorial_cpp.rst              |  2 +-
 src/docs/sphinx/tutorial_cpp_basics.rst       |  2 +-
 src/docs/sphinx/tutorial_cpp_errors.rst       |  2 +-
 src/docs/sphinx/tutorial_cpp_json.rst         |  2 +-
 src/docs/sphinx/tutorial_cpp_numeric.rst      |  2 +-
 src/docs/sphinx/tutorial_cpp_ownership.rst    |  2 +-
 src/docs/sphinx/tutorial_cpp_update.rst       |  2 +-
 src/docs/sphinx/tutorial_python.rst           |  2 +-
 src/docs/sphinx/tutorial_python_basics.rst    |  2 +-
 src/docs/sphinx/tutorial_python_json.rst      |  2 +-
 src/docs/sphinx/user.rst                      |  2 +-
 src/examples/CMakeLists.txt                   |  2 +-
 src/examples/python/conduit_python_example.py |  2 +-
 src/examples/staging/CMakeLists.txt           |  2 +-
 src/examples/staging/conduit_staging.cpp      |  2 +-
 src/examples/using-with-cmake/CMakeLists.txt  |  2 +-
 .../using-with-cmake/FindConduit.cmake        |  2 +-
 src/examples/using-with-cmake/example.cpp     |  2 +-
 src/examples/using-with-make/Makefile         |  2 +-
 src/examples/using-with-make/example.cpp      |  2 +-
 src/libs/CMakeLists.txt                       |  2 +-
 src/libs/blueprint/CMakeLists.txt             |  2 +-
 src/libs/blueprint/c/conduit_blueprint.h      |  2 +-
 src/libs/blueprint/c/conduit_blueprint_c.cpp  |  2 +-
 .../blueprint/c/conduit_blueprint_mcarray.h   |  2 +-
 .../c/conduit_blueprint_mcarray_c.cpp         |  2 +-
 src/libs/blueprint/c/conduit_blueprint_mesh.h |  2 +-
 .../blueprint/c/conduit_blueprint_mesh_c.cpp  |  2 +-
 src/libs/blueprint/conduit_blueprint.cpp      |  2 +-
 src/libs/blueprint/conduit_blueprint.hpp      |  2 +-
 .../blueprint/conduit_blueprint_exports.h.in  |  2 +-
 .../blueprint/conduit_blueprint_mcarray.cpp   |  2 +-
 .../blueprint/conduit_blueprint_mcarray.hpp   |  2 +-
 .../conduit_blueprint_mcarray_examples.cpp    |  2 +-
 .../conduit_blueprint_mcarray_examples.hpp    |  2 +-
 src/libs/blueprint/conduit_blueprint_mesh.cpp |  2 +-
 src/libs/blueprint/conduit_blueprint_mesh.hpp |  2 +-
 .../conduit_blueprint_mesh_examples.cpp       |  2 +-
 .../conduit_blueprint_mesh_examples.hpp       |  2 +-
 .../conduit_blueprint_verify_exe.cpp          |  2 +-
 .../fortran/conduit_blueprint_fortran.f90     |  2 +-
 .../conduit_blueprint_mcarray_fortran.f90     |  2 +-
 .../conduit_blueprint_mesh_fortran.f90        |  2 +-
 src/libs/blueprint/python/CMakeLists.txt      |  2 +-
 ...duit_blueprint_mcarray_examples_python.cpp |  2 +-
 .../conduit_blueprint_mcarray_python.cpp      |  2 +-
 ...conduit_blueprint_mesh_examples_python.cpp |  2 +-
 .../python/conduit_blueprint_mesh_python.cpp  |  2 +-
 .../python/conduit_blueprint_python.cpp       |  2 +-
 .../conduit_blueprint_python_exports.h.in     |  2 +-
 src/libs/blueprint/python/py_src/__init__.py  |  2 +-
 .../python/py_src/mcarray/__init__.py         |  2 +-
 .../py_src/mcarray/examples/__init__.py       |  2 +-
 .../blueprint/python/py_src/mesh/__init__.py  |  2 +-
 .../python/py_src/mesh/examples/__init__.py   |  2 +-
 src/libs/conduit/CMakeLists.txt               |  2 +-
 src/libs/conduit/c/conduit.h                  |  2 +-
 src/libs/conduit/c/conduit_c.cpp              |  2 +-
 src/libs/conduit/c/conduit_cpp_to_c.cpp       |  2 +-
 src/libs/conduit/c/conduit_cpp_to_c.hpp       |  2 +-
 src/libs/conduit/c/conduit_datatype.h         |  2 +-
 src/libs/conduit/c/conduit_datatype_c.cpp     |  2 +-
 src/libs/conduit/c/conduit_node.h             |  2 +-
 src/libs/conduit/c/conduit_node_c.cpp         |  2 +-
 src/libs/conduit/c/conduit_utils.h            |  2 +-
 src/libs/conduit/c/conduit_utils_c.cpp        |  2 +-
 src/libs/conduit/cmake/BitwidthMapping.cmake  |  2 +-
 ..._cxx11_check_if_long_long_is_std_int64.cpp |  2 +-
 src/libs/conduit/conduit.hpp                  |  2 +-
 .../conduit/conduit_bitwidth_style_types.h.in |  2 +-
 src/libs/conduit/conduit_config.h.in          |  2 +-
 src/libs/conduit/conduit_core.cpp             |  2 +-
 src/libs/conduit/conduit_core.hpp             |  2 +-
 src/libs/conduit/conduit_data_array.cpp       |  2 +-
 src/libs/conduit/conduit_data_array.hpp       |  2 +-
 src/libs/conduit/conduit_data_type.cpp        |  2 +-
 src/libs/conduit/conduit_data_type.hpp        |  2 +-
 src/libs/conduit/conduit_endianness.cpp       |  2 +-
 src/libs/conduit/conduit_endianness.hpp       |  2 +-
 src/libs/conduit/conduit_endianness_types.h   |  2 +-
 src/libs/conduit/conduit_error.cpp            |  2 +-
 src/libs/conduit/conduit_error.hpp            |  2 +-
 src/libs/conduit/conduit_exports.h.in         |  2 +-
 src/libs/conduit/conduit_generator.cpp        |  2 +-
 src/libs/conduit/conduit_generator.hpp        |  2 +-
 src/libs/conduit/conduit_license.hpp          |  4 +-
 src/libs/conduit/conduit_log.cpp              |  2 +-
 src/libs/conduit/conduit_log.hpp              |  2 +-
 src/libs/conduit/conduit_node.cpp             |  2 +-
 src/libs/conduit/conduit_node.hpp             |  2 +-
 src/libs/conduit/conduit_node_iterator.cpp    |  2 +-
 src/libs/conduit/conduit_node_iterator.hpp    |  2 +-
 src/libs/conduit/conduit_schema.cpp           |  2 +-
 src/libs/conduit/conduit_schema.hpp           |  2 +-
 src/libs/conduit/conduit_utils.cpp            |  2 +-
 src/libs/conduit/conduit_utils.hpp            |  2 +-
 src/libs/conduit/fortran/conduit_fortran.F90  |  2 +-
 ...onduit_fortran_bitwidth_style_types.inc.in |  2 +-
 .../conduit/fortran/conduit_fortran_obj.f90   |  2 +-
 src/libs/conduit/python/CMakeLists.txt        |  2 +-
 src/libs/conduit/python/conduit_python.cpp    |  2 +-
 src/libs/conduit/python/conduit_python.hpp    |  2 +-
 .../python/conduit_python_exports.h.in        |  2 +-
 src/libs/conduit/python/py_src/__init__.py    |  2 +-
 src/libs/relay/c/conduit_relay.h              |  2 +-
 src/libs/relay/c/conduit_relay_c.cpp          |  2 +-
 src/libs/relay/c/conduit_relay_io.h           |  2 +-
 src/libs/relay/c/conduit_relay_io_c.cpp       |  2 +-
 src/libs/relay/c/conduit_relay_mpi.h          |  2 +-
 src/libs/relay/c/conduit_relay_mpi_io.h       |  2 +-
 src/libs/relay/c/conduit_relay_mpi_io_c.cpp   |  2 +-
 src/libs/relay/conduit_relay.cpp              |  2 +-
 src/libs/relay/conduit_relay.hpp              |  2 +-
 src/libs/relay/conduit_relay_config.h.in      |  2 +-
 src/libs/relay/conduit_relay_exports.h.in     |  2 +-
 src/libs/relay/conduit_relay_hdf5.hpp         |  2 +-
 src/libs/relay/conduit_relay_io.cpp           |  2 +-
 src/libs/relay/conduit_relay_io.hpp           |  2 +-
 src/libs/relay/conduit_relay_io_adios.cpp     |  2 +-
 src/libs/relay/conduit_relay_io_adios.hpp     |  2 +-
 src/libs/relay/conduit_relay_io_adios_api.hpp |  2 +-
 src/libs/relay/conduit_relay_io_blueprint.cpp |  2 +-
 src/libs/relay/conduit_relay_io_blueprint.hpp |  2 +-
 .../relay/conduit_relay_io_blueprint_api.hpp  |  2 +-
 .../relay/conduit_relay_io_convert_exe.cpp    |  2 +-
 src/libs/relay/conduit_relay_io_handle.cpp    |  2 +-
 src/libs/relay/conduit_relay_io_handle.hpp    |  2 +-
 .../relay/conduit_relay_io_handle_api.hpp     |  2 +-
 src/libs/relay/conduit_relay_io_hdf5.cpp      |  2 +-
 src/libs/relay/conduit_relay_io_hdf5.hpp      |  2 +-
 src/libs/relay/conduit_relay_io_hdf5_api.hpp  |  2 +-
 .../conduit_relay_io_identify_protocol.hpp    |  2 +-
 ...conduit_relay_io_identify_protocol_api.hpp |  2 +-
 src/libs/relay/conduit_relay_io_ls_exe.cpp    |  2 +-
 src/libs/relay/conduit_relay_io_silo.cpp      |  2 +-
 src/libs/relay/conduit_relay_io_silo.hpp      |  2 +-
 src/libs/relay/conduit_relay_io_silo_api.hpp  |  2 +-
 src/libs/relay/conduit_relay_mpi.cpp          |  2 +-
 src/libs/relay/conduit_relay_mpi.hpp          |  2 +-
 src/libs/relay/conduit_relay_mpi_io.cpp       |  2 +-
 src/libs/relay/conduit_relay_mpi_io.hpp       |  2 +-
 src/libs/relay/conduit_relay_mpi_io_adios.hpp |  2 +-
 .../relay/conduit_relay_mpi_io_blueprint.hpp  |  2 +-
 src/libs/relay/conduit_relay_mpi_io_hdf5.hpp  |  2 +-
 ...conduit_relay_mpi_io_identify_protocol.hpp |  2 +-
 src/libs/relay/conduit_relay_mpi_io_silo.hpp  |  2 +-
 src/libs/relay/conduit_relay_silo.hpp         |  2 +-
 src/libs/relay/conduit_relay_web.cpp          |  2 +-
 src/libs/relay/conduit_relay_web.hpp          |  2 +-
 .../conduit_relay_web_node_viewer_exe.cpp     |  2 +-
 .../conduit_relay_web_node_viewer_server.cpp  |  2 +-
 .../conduit_relay_web_node_viewer_server.hpp  |  2 +-
 .../relay/fortran/conduit_relay_fortran.f90   |  2 +-
 src/libs/relay/python/CMakeLists.txt          |  2 +-
 .../relay/python/conduit_relay_io_python.cpp  |  2 +-
 .../relay/python/conduit_relay_python.cpp     |  2 +-
 .../python/conduit_relay_python_exports.h.in  |  2 +-
 .../relay/python/conduit_relay_web_python.cpp |  2 +-
 src/libs/relay/python/py_src/__init__.py      |  2 +-
 src/libs/relay/python/py_src/io/__init__.py   |  2 +-
 src/libs/relay/python/py_src/web/__init__.py  |  2 +-
 .../relay/scripts/conduit_relay_entangle.py   |  2 +-
 .../relay/web_clients/node_viewer/index.html  |  2 +-
 .../node_viewer/resources/launcher.js         |  2 +-
 .../node_viewer/resources/search-table.js     |  2 +-
 .../web_clients/node_viewer/resources/tree.js |  2 +-
 .../node_viewer/resources/treemap.js          |  2 +-
 .../node_viewer/resources/value-table.js      |  2 +-
 .../node_viewer/resources/visualizer-utils.js |  2 +-
 .../node_viewer/resources/visualizer.js       |  2 +-
 .../web_clients/node_viewer/visualizer.css    |  2 +-
 .../relay/web_clients/wsock_test/index.html   |  2 +-
 .../wsock_test/resources/wsock_test.js        |  2 +-
 src/tests/CMakeLists.txt                      |  2 +-
 src/tests/blueprint/CMakeLists.txt            |  2 +-
 src/tests/blueprint/c/CMakeLists.txt          |  2 +-
 .../blueprint/c/t_c_blueprint_mcarray.cpp     |  2 +-
 src/tests/blueprint/c/t_c_blueprint_mesh.cpp  |  2 +-
 src/tests/blueprint/c/t_c_blueprint_smoke.cpp |  2 +-
 src/tests/blueprint/fortran/CMakeLists.txt    |  2 +-
 .../fortran/t_f_blueprint_mcarray.f90         |  2 +-
 .../blueprint/fortran/t_f_blueprint_mesh.f90  |  2 +-
 .../blueprint/fortran/t_f_blueprint_smoke.f90 |  2 +-
 src/tests/blueprint/python/CMakeLists.txt     |  2 +-
 .../python/t_python_blueprint_mcarray.py      |  2 +-
 .../python/t_python_blueprint_mesh.py         |  2 +-
 .../python/t_python_blueprint_smoke.py        |  2 +-
 src/tests/conduit/CMakeLists.txt              |  2 +-
 src/tests/conduit/c/CMakeLists.txt            |  2 +-
 src/tests/conduit/c/t_c_conduit_node.cpp      |  2 +-
 src/tests/conduit/c/t_c_conduit_node_set.cpp  |  2 +-
 src/tests/conduit/c/t_c_conduit_smoke.cpp     |  2 +-
 src/tests/conduit/fortran/CMakeLists.txt      |  2 +-
 .../conduit/fortran/t_f_conduit_node.f90      |  2 +-
 .../fortran/t_f_conduit_node_char8_str.f90    |  2 +-
 .../fortran/t_f_conduit_node_float.f90        |  2 +-
 .../conduit/fortran/t_f_conduit_node_int.f90  |  2 +-
 .../conduit/fortran/t_f_conduit_node_obj.f90  |  2 +-
 .../conduit/fortran/t_f_conduit_smoke.f90     |  2 +-
 src/tests/conduit/fortran/t_f_type_sizes.f90  |  2 +-
 src/tests/conduit/python/CMakeLists.txt       |  2 +-
 .../python/t_python_conduit_datatype.py       |  2 +-
 .../python/t_python_conduit_endianness.py     |  2 +-
 .../python/t_python_conduit_generator.py      |  2 +-
 .../python/t_python_conduit_node_iterator.py  |  2 +-
 .../conduit/python/t_python_conduit_schema.py |  2 +-
 .../conduit/python/t_python_conduit_smoke.py  |  2 +-
 src/tests/conduit/t_conduit_array.cpp         |  2 +-
 src/tests/conduit/t_conduit_char8_str.cpp     |  2 +-
 .../conduit/t_conduit_datatype_tests.cpp      |  2 +-
 src/tests/conduit/t_conduit_endianness.cpp    |  2 +-
 src/tests/conduit/t_conduit_generator.cpp     |  2 +-
 src/tests/conduit/t_conduit_json.cpp          |  2 +-
 src/tests/conduit/t_conduit_json_sanitize.cpp |  2 +-
 src/tests/conduit/t_conduit_list_of.cpp       |  2 +-
 src/tests/conduit/t_conduit_node.cpp          |  2 +-
 .../conduit/t_conduit_node_binary_io.cpp      |  2 +-
 src/tests/conduit/t_conduit_node_compact.cpp  |  2 +-
 src/tests/conduit/t_conduit_node_info.cpp     |  2 +-
 src/tests/conduit/t_conduit_node_iterator.cpp |  2 +-
 src/tests/conduit/t_conduit_node_parent.cpp   |  2 +-
 src/tests/conduit/t_conduit_node_paths.cpp    |  2 +-
 .../conduit/t_conduit_node_save_load.cpp      |  2 +-
 src/tests/conduit/t_conduit_node_set.cpp      |  2 +-
 src/tests/conduit/t_conduit_node_to_array.cpp |  2 +-
 src/tests/conduit/t_conduit_node_to_value.cpp |  2 +-
 src/tests/conduit/t_conduit_node_update.cpp   |  2 +-
 src/tests/conduit/t_conduit_serialize.cpp     |  2 +-
 src/tests/conduit/t_conduit_smoke.cpp         |  2 +-
 src/tests/conduit/t_conduit_to_string.cpp     |  2 +-
 src/tests/conduit/t_conduit_utils.cpp         |  2 +-
 src/tests/docs/CMakeLists.txt                 |  2 +-
 .../docs/t_conduit_docs_blueprint_demos.cpp   |  2 +-
 .../t_conduit_docs_blueprint_examples.cpp     |  2 +-
 ...conduit_docs_relay_io_generic_examples.cpp |  2 +-
 ..._conduit_docs_relay_io_handle_examples.cpp |  2 +-
 .../t_conduit_docs_relay_io_hdf5_examples.cpp |  2 +-
 .../docs/t_conduit_docs_tutorial_basics.cpp   |  2 +-
 .../docs/t_conduit_docs_tutorial_errors.cpp   |  2 +-
 .../docs/t_conduit_docs_tutorial_json.cpp     |  2 +-
 .../docs/t_conduit_docs_tutorial_numeric.cpp  |  2 +-
 .../t_conduit_docs_tutorial_ownership.cpp     |  2 +-
 .../t_conduit_docs_tutorial_python_basics.py  |  2 +-
 .../t_conduit_docs_tutorial_python_json.py    |  2 +-
 .../t_conduit_docs_tutorial_python_numeric.py |  2 +-
 ..._conduit_docs_tutorial_python_ownership.py |  2 +-
 ...utorial_python_relay_io_handle_examples.py |  2 +-
 src/tests/relay/CMakeLists.txt                |  2 +-
 src/tests/relay/adios_test_utils.hpp          |  2 +-
 src/tests/relay/c/CMakeLists.txt              |  2 +-
 src/tests/relay/c/t_c_relay_io_adios.cpp      |  2 +-
 src/tests/relay/c/t_c_relay_mpi_io_adios.cpp  |  2 +-
 src/tests/relay/c/t_c_relay_smoke.cpp         |  2 +-
 src/tests/relay/fortran/CMakeLists.txt        |  2 +-
 src/tests/relay/fortran/t_f_relay_smoke.f90   |  2 +-
 src/tests/relay/python/CMakeLists.txt         |  2 +-
 src/tests/relay/python/t_python_relay_io.py   |  2 +-
 .../relay/python/t_python_relay_io_handle.py  |  2 +-
 .../relay/python/t_python_relay_smoke.py      |  2 +-
 src/tests/relay/python/t_python_relay_web.py  |  2 +-
 src/tests/relay/t_relay_io_adios.cpp          |  2 +-
 src/tests/relay/t_relay_io_basic.cpp          |  2 +-
 src/tests/relay/t_relay_io_file_sizes.cpp     |  2 +-
 src/tests/relay/t_relay_io_handle.cpp         |  2 +-
 src/tests/relay/t_relay_io_hdf5.cpp           |  2 +-
 src/tests/relay/t_relay_io_hdf5_opts.cpp      |  2 +-
 .../relay/t_relay_io_hdf5_read_and_print.cpp  |  2 +-
 src/tests/relay/t_relay_io_hdf5_slab.cpp      |  2 +-
 src/tests/relay/t_relay_io_silo.cpp           |  2 +-
 src/tests/relay/t_relay_mpi_io_adios.cpp      |  2 +-
 src/tests/relay/t_relay_mpi_smoke.cpp         |  2 +-
 src/tests/relay/t_relay_mpi_test.cpp          |  2 +-
 src/tests/relay/t_relay_node_viewer.cpp       |  2 +-
 src/tests/relay/t_relay_smoke.cpp             |  2 +-
 src/tests/relay/t_relay_websocket.cpp         |  2 +-
 src/tests/t_config.hpp.in                     |  2 +-
 src/tests/thirdparty/CMakeLists.txt           |  2 +-
 src/tests/thirdparty/t_adios_smoke.cpp        |  2 +-
 src/tests/thirdparty/t_civetweb_smoke.cpp     |  2 +-
 src/tests/thirdparty/t_fortran_smoke.f90      |  2 +-
 src/tests/thirdparty/t_hdf5_smoke.cpp         |  2 +-
 src/tests/thirdparty/t_libb64_smoke.cpp       |  2 +-
 src/tests/thirdparty/t_numpy_smoke.cpp        |  2 +-
 src/tests/thirdparty/t_rapidjson_smoke.cpp    |  2 +-
 src/tests/thirdparty/t_silo_smoke.cpp         |  2 +-
 .../civetweb-0a95342/CMakeLists.txt           |  2 +-
 .../libb64-1.2.1/CMakeLists.txt               |  2 +-
 326 files changed, 442 insertions(+), 346 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6054f4b5..1ce67851 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,10 @@
 Notable changes to Conduit are documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+
+## [0.4.0] - Released 2019-03-01
 
 ### Added
 - Added Generic IO Handle class (relay::io::IOHandle) with C++ and Python APIs, tests, and docs.
@@ -17,24 +18,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Added C bindings for relay IO
 - Added several more functions to conduit node python interfaces
 
+
 - Blueprint: Added implicit point topology docs and example
 - Blueprint: Added julia and spiral mesh bp examples
 - Blueprint: Added mesh topology transformations to blueprint
 - Blueprint: Added polygonal mesh support to mesh blueprint
 - Blueprint: Added verify method for mesh blueprint nestset
 
-- Relay: Added ADIOS Support
+
+- Relay: Added ADIOS Support, enabling ADIOS read and write of Node objects.
+- Relay: Added a relay::mpi::io library that mirrors the API of relay::io, except  that all functions take an MPI communicator. The functions are implemented in parallel for the ADIOS protocol. For other protocols, they will behave the same as the serial functions in relay::io. For the ADIOS protocol, the save() and save_merged() functions operate collectively within a communicator to enable multiple MPI ranks to save data to a single file as separate "domains".
+- Relay: Added an add_time_step() function to that lets the caller append data collectively to an existing  ADIOS file
+- Relay: Added a function to query the number of time steps and the number of domains in a  ADIOS file.
 - Relay: Added versions of save and save_merged that take an options node. 
 - Relay: Added C API for new save, save_merged functions.
 - Relay: Added method to list an HDF5 group's child names
 - Relay: Added save and append methods to the HDF5 I/O interface
 - Relay: Added docs and examples for relay io
 
+
 ### Changed
 - Changed mapping of c types to bit-width style to be compatible with C++11 std bit-width types when C++11 is enabled
 - Several improvements to uberenv, our automated build process, and building directions
 - Upgraded the type system with more explicit signed support
 
+
 - Relay: Improvements to the Silo mesh writer
 - Relay: Refactor to support both relay::io and relay::mpi::io namespaces. 
 - Relay: Refactor to add support for steps and domains to I/O interfaces
@@ -47,9 +55,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Fixed issue with Node::diff failing for string data with offsets
 - Fixes for building on BlueOS with the xl compiler
 
+
 - Blueprint: Fixed validity status for blueprint functions
 - Blueprint: Fixed improper error reporting for Blueprint references
 
+
 - Relay: Relay I/O exceptions are now forwarded to python  
 - Relay: Fixed MPI send_with_schema bug when data was compact but not contiguous  
 - Relay: Switched to use MPI bit-width style data type enums in ``relay::mpi``
@@ -61,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Expanded the Node Python Capsule API
 - Added Python version of basic tutorial
 
+
 - Blueprint: Added Multi-level Array Protocol (conduit::blueprint::mlarray)
 
 
@@ -72,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Various Python API bug fixes
 - Fixed API exports for static libs on Windows
 
+
 - Relay: Bug fixes for HDF5 support on Windows
 
 ### Removed
@@ -82,9 +94,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added 
 - Exposed more of the Conduit API in Python
 
+
 - Blueprint: Added support for multi-material fields via *matsets* (volume fractions and per-material values)
 - Blueprint: Added initial support for domain boundary info via *adjsets* for distributed-memory unstructured meshes  
 
+
 - Relay: Added support for MPI reductions and broadcast
 - Relay: Added support zero-copy pass to MPI for a wide set of calls
 - Relay: Hardened notion of `known schema` vs `generic` MPI support
@@ -94,6 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Moved to use BLT (https://github.com/llnl/blt) as our core CMake-based build system
 - Use ints instead of bools in the Conduit C-APIs for wider compiler compatibility
 
+
 - Relay: Improved error checking and error messages for HDF5 I/O support
 
 ### Fixed
@@ -117,8 +132,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Added fixes to support static builds on BGQ using xlc and gcc
 - Fixed missing install of fortran module files
 
+
 - Blueprint: Fixed bug with verify of mesh/coords for rectilinear case
 
+
 - Relay: Updated the version of civetweb used to avoid dlopen issues with SSL for static builds
 
 ## [0.2.0] - Released 2016-11-03
@@ -128,11 +145,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Added support for building on Windows 
 - Added more Python, C, and Fortran API support
 
+
 - Blueprint: Added verify support for the mcarray and mesh protocols
 - Blueprint: Added functions that create examples instances of mcarrays and meshes
 - Blueprint: Added memory layout transform helpers for mcarrays
 - Blueprint: Added a helper that creates a mesh blueprint index from a valid mesh
 
+
 - Relay: Added entangle, a python script ssh tunneling solution
 - Relay: Added extensive HDF5 I/O support for reading and writing between HDF5 files and conduit Node trees
 
@@ -141,6 +160,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Improved unit test coverage
 - Renamed source and header files for clarity and to avoid potential conflicts with other projects 
 
+
 - Relay: Changed I/O protocol string names for clarity 
 - Relay: Refactored the relay::WebServer and the Conduit Node Viewer application 
 
@@ -153,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - Initial Open Source Release on GitHub
 
-[Unreleased]: https://github.com/llnl/conduit/compare/v0.3.1...HEAD
+[Unreleased]: https://github.com/llnl/conduit/compare/v0.4.0...HEAD
+[0.4.0]: https://github.com/llnl/conduit/compare/v0.3.1...v0.4.0
 [0.3.1]: https://github.com/llnl/conduit/compare/v0.3.0...v0.3.1
 [0.3.0]: https://github.com/llnl/conduit/compare/v0.2.1...v0.3.0
 [0.2.1]: https://github.com/llnl/conduit/compare/v0.2.0...v0.2.1
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3e0dec2b..d013983a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -57,7 +57,7 @@ endif()
 # Conduit
 ################################
 
-project(conduit VERSION "0.3.2")
+project(conduit VERSION "0.4.0")
 
 ################################
 # Build Options
diff --git a/src/cmake/BasicTypeChecks.cmake b/src/cmake/BasicTypeChecks.cmake
index 4f18b7e3..6fd0c5fa 100644
--- a/src/cmake/BasicTypeChecks.cmake
+++ b/src/cmake/BasicTypeChecks.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/CMakeBasics.cmake b/src/cmake/CMakeBasics.cmake
index 46a41efb..c727c739 100644
--- a/src/cmake/CMakeBasics.cmake
+++ b/src/cmake/CMakeBasics.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/cmake/Setup3rdParty.cmake b/src/cmake/Setup3rdParty.cmake
index 3ae495f4..dc3879d6 100644
--- a/src/cmake/Setup3rdParty.cmake
+++ b/src/cmake/Setup3rdParty.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/cmake/SetupFortran.cmake b/src/cmake/SetupFortran.cmake
index e6dd7987..f3b0848e 100644
--- a/src/cmake/SetupFortran.cmake
+++ b/src/cmake/SetupFortran.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/SetupIncludes.cmake b/src/cmake/SetupIncludes.cmake
index fc17f694..1059b37c 100644
--- a/src/cmake/SetupIncludes.cmake
+++ b/src/cmake/SetupIncludes.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/SetupTests.cmake b/src/cmake/SetupTests.cmake
index 2a23f6cf..08cc32b5 100644
--- a/src/cmake/SetupTests.cmake
+++ b/src/cmake/SetupTests.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/cmake/conduit-config.cmake.in b/src/cmake/conduit-config.cmake.in
index 9f143774..61f2c993 100644
--- a/src/cmake/conduit-config.cmake.in
+++ b/src/cmake/conduit-config.cmake.in
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/conduit-deps-paths.cmake.in b/src/cmake/conduit-deps-paths.cmake.in
index eb825db9..79894549 100644
--- a/src/cmake/conduit-deps-paths.cmake.in
+++ b/src/cmake/conduit-deps-paths.cmake.in
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/tests/fortran_test_obj_support.f90 b/src/cmake/tests/fortran_test_obj_support.f90
index 747a3c9a..a56cbd93 100644
--- a/src/cmake/tests/fortran_test_obj_support.f90
+++ b/src/cmake/tests/fortran_test_obj_support.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/cmake/thirdparty/FindNumPy.cmake b/src/cmake/thirdparty/FindNumPy.cmake
index 14e688f8..d3efde7a 100644
--- a/src/cmake/thirdparty/FindNumPy.cmake
+++ b/src/cmake/thirdparty/FindNumPy.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/thirdparty/SetupADIOS.cmake b/src/cmake/thirdparty/SetupADIOS.cmake
index ea422855..7ad4101c 100644
--- a/src/cmake/thirdparty/SetupADIOS.cmake
+++ b/src/cmake/thirdparty/SetupADIOS.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/thirdparty/SetupHDF5.cmake b/src/cmake/thirdparty/SetupHDF5.cmake
index 94d62692..891c8782 100644
--- a/src/cmake/thirdparty/SetupHDF5.cmake
+++ b/src/cmake/thirdparty/SetupHDF5.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/thirdparty/SetupPython.cmake b/src/cmake/thirdparty/SetupPython.cmake
index 9347e81d..8cb91462 100644
--- a/src/cmake/thirdparty/SetupPython.cmake
+++ b/src/cmake/thirdparty/SetupPython.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/thirdparty/SetupRapidJSON.cmake b/src/cmake/thirdparty/SetupRapidJSON.cmake
index a1d9ae9f..44e0d3fe 100644
--- a/src/cmake/thirdparty/SetupRapidJSON.cmake
+++ b/src/cmake/thirdparty/SetupRapidJSON.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/thirdparty/SetupSilo.cmake b/src/cmake/thirdparty/SetupSilo.cmake
index af8967b9..694273e8 100644
--- a/src/cmake/thirdparty/SetupSilo.cmake
+++ b/src/cmake/thirdparty/SetupSilo.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/cmake/valgrind.supp b/src/cmake/valgrind.supp
index 7e42ff5b..4f502eb4 100644
--- a/src/cmake/valgrind.supp
+++ b/src/cmake/valgrind.supp
@@ -531,5 +531,13 @@
    obj:/bin/bash
 }
 
+{
+   MacoOS_LauncherLeak
+   Memcheck:Leak
+   fun:calloc
+   fun:map_images_nolock
+   ...
+   fun:libSystem_initializer
+}
 
 
diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt
index 7a04b716..94bd1bf9 100644
--- a/src/config/CMakeLists.txt
+++ b/src/config/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/config/conduit_config.mk.in b/src/config/conduit_config.mk.in
index eeb37db8..5fdbec55 100644
--- a/src/config/conduit_config.mk.in
+++ b/src/config/conduit_config.mk.in
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/docs/doxygen/CMakeLists.txt b/src/docs/doxygen/CMakeLists.txt
index c354f37f..8c262405 100644
--- a/src/docs/doxygen/CMakeLists.txt
+++ b/src/docs/doxygen/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/docs/doxygen/Doxyfile.in b/src/docs/doxygen/Doxyfile.in
index 22f77330..7d7c44b4 100644
--- a/src/docs/doxygen/Doxyfile.in
+++ b/src/docs/doxygen/Doxyfile.in
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/docs/sphinx/CMakeLists.txt b/src/docs/sphinx/CMakeLists.txt
index cf9d2b36..94271f81 100644
--- a/src/docs/sphinx/CMakeLists.txt
+++ b/src/docs/sphinx/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/docs/sphinx/blueprint.rst b/src/docs/sphinx/blueprint.rst
index 6b41c9e4..e419a0ad 100644
--- a/src/docs/sphinx/blueprint.rst
+++ b/src/docs/sphinx/blueprint.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/blueprint_mcarray.rst b/src/docs/sphinx/blueprint_mcarray.rst
index 665c696e..a1e0d2d2 100644
--- a/src/docs/sphinx/blueprint_mcarray.rst
+++ b/src/docs/sphinx/blueprint_mcarray.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/blueprint_mesh.rst b/src/docs/sphinx/blueprint_mesh.rst
index b9147a3e..cd2b0334 100644
--- a/src/docs/sphinx/blueprint_mesh.rst
+++ b/src/docs/sphinx/blueprint_mesh.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/conduit.rst b/src/docs/sphinx/conduit.rst
index 199cc665..d8e4bffa 100644
--- a/src/docs/sphinx/conduit.rst
+++ b/src/docs/sphinx/conduit.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/conduit_cpp_api.rst b/src/docs/sphinx/conduit_cpp_api.rst
index 37ce5d0e..128f0832 100644
--- a/src/docs/sphinx/conduit_cpp_api.rst
+++ b/src/docs/sphinx/conduit_cpp_api.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/conf.py b/src/docs/sphinx/conf.py
index 4f6b52e6..3b6a8c10 100644
--- a/src/docs/sphinx/conf.py
+++ b/src/docs/sphinx/conf.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
@@ -101,16 +101,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Conduit'
-copyright = u'Copyright (c) 2015-2018, LLNS'
+copyright = u'Copyright (c) 2015-2019, LLNS'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.4.0-pre'
+version = '0.4.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.4.0-pre'
+release = '0.4.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/src/docs/sphinx/developer.rst b/src/docs/sphinx/developer.rst
index 7ad0178c..073c2b9c 100644
--- a/src/docs/sphinx/developer.rst
+++ b/src/docs/sphinx/developer.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/glossary.rst b/src/docs/sphinx/glossary.rst
index c96e14a7..aa2ff973 100644
--- a/src/docs/sphinx/glossary.rst
+++ b/src/docs/sphinx/glossary.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/index.rst b/src/docs/sphinx/index.rst
index f3ddb0cc..0a5c7588 100644
--- a/src/docs/sphinx/index.rst
+++ b/src/docs/sphinx/index.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/licenses.rst b/src/docs/sphinx/licenses.rst
index 56c93abc..cdc49b2a 100644
--- a/src/docs/sphinx/licenses.rst
+++ b/src/docs/sphinx/licenses.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 .. #
 .. # Produced at the Lawrence Livermore National Laboratory
 .. #
diff --git a/src/docs/sphinx/presentations.rst b/src/docs/sphinx/presentations.rst
index f4943af9..0c8a1422 100644
--- a/src/docs/sphinx/presentations.rst
+++ b/src/docs/sphinx/presentations.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 .. #
 .. # Produced at the Lawrence Livermore National Laboratory
 .. #
diff --git a/src/docs/sphinx/quick_start.rst b/src/docs/sphinx/quick_start.rst
index 5c510d9e..ac8a3572 100644
--- a/src/docs/sphinx/quick_start.rst
+++ b/src/docs/sphinx/quick_start.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/relay.rst b/src/docs/sphinx/relay.rst
index c5aca374..ce975ca3 100644
--- a/src/docs/sphinx/relay.rst
+++ b/src/docs/sphinx/relay.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/relay_io.rst b/src/docs/sphinx/relay_io.rst
index b5ed3db1..21a4e4c8 100644
--- a/src/docs/sphinx/relay_io.rst
+++ b/src/docs/sphinx/relay_io.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/relay_mpi.rst b/src/docs/sphinx/relay_mpi.rst
index 9fd2d656..8cd99e58 100644
--- a/src/docs/sphinx/relay_mpi.rst
+++ b/src/docs/sphinx/relay_mpi.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/releases.rst b/src/docs/sphinx/releases.rst
index 14c6a3d4..33f02c51 100644
--- a/src/docs/sphinx/releases.rst
+++ b/src/docs/sphinx/releases.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 .. #
 .. # Produced at the Lawrence Livermore National Laboratory
 .. #
@@ -50,26 +50,93 @@ Source distributions for Conduit releases are hosted on github:
 
 https://github.com/LLNL/conduit/releases
 
-.. note:: As of v0.3.0, Conduit uses `BLT <https://github.com/LLNL/blt>`__ as its core CMake build system. We leverage BLT as a git submodule, however github does not include submodule contents in its automatically created source tarballs. To avoid confusion, starting with v0.3.0 we will provide our own source tarballs that include BLT. 
+.. note:: Conduit uses `BLT <https://github.com/LLNL/blt>`__ as its core CMake build system. We leverage BLT as a git submodule, however github does not include submodule contents in its automatically created source tarballs. To avoid confusion, starting with v0.3.0 we provide our own source tarballs that include BLT. 
 
-v0.4.0-pre
+v0.4.0
 -----------------
+* `Source Tarball <https://github.com/LLNL/conduit/releases/download/v0.4.0/conduit-v0.4.0-src-with-blt.tar.gz>`__
+
 Highlights
 +++++++++++++
 
+(Extracted from Conduit's :download:`Changelog <../../../CHANGELOG.md>`)
+
+Added
+~~~~~~~~~~~~~~~
+
+* **General**
+
+ * Added Generic IO Handle class (relay::io::IOHandle) with C++ and Python APIs, tests, and docs.
+ * Added ``rename_child`` method to Schema and Node 
+ * Added generation and install of conduit_config.mk for using-with-make example
+ * Added datatype helpers for long long and long double
+ * Added error for empty path fetch
+ * Added C functions for setting error, warning, info handlers. 
+ * Added limited set of C bindings for DataType
+ * Added C bindings for relay IO
+ * Added several more functions to conduit node python interfaces
+
+* **Blueprint**
+
+ * Added implicit point topology docs and example
+ * Added julia and spiral mesh bp examples
+ * Added mesh topology transformations to blueprint
+ * Added polygonal mesh support to mesh blueprint
+ * Added verify method for mesh blueprint nestset
+
 * **Relay**
- 
- * Added Relay ADIOS support, enabling data to save using the ADIOS library.
- * A relay::mpi::io library was created that mirrors the API in relay::io, except 
-   that all functions take an MPI communicator. The functions are implemented in
-   parallel for the ADIOS protocol. For other protocols, they will behave the same
-   as the serial functions in relay::io. For the ADIOS protocol, the save() and
-   save_merged() functions operate collectively within a communicator to enable
-   multiple MPI ranks to save data to a single file as separate "domains".
- * The relay::mpi::io library adds an add_time_step() function that lets the caller
-   append data collectively to an existing file.
- * The relay library adds functions to query the number of time steps and the 
-   number of domains in a file.
+
+ * Added ADIOS Support, enabling ADIOS read and write of Node objects.
+ * Added a relay::mpi::io library that mirrors the API of relay::io, except  that all functions take an MPI communicator. The functions are implemented in parallel for the ADIOS protocol. For other protocols, they will behave the same as the serial functions in relay::io. For the ADIOS protocol, the save() and save_merged() functions operate collectively within a communicator to enable multiple MPI ranks to save data to a single file as separate "domains".
+ * Added an add_time_step() function to that lets the caller append data collectively to an existing  ADIOS file
+ * Added a function to query the number of time steps and the number of domains in a  ADIOS file.
+ * Added versions of save and save_merged that take an options node. 
+ * Added C API for new save, save_merged functions.
+ * Added method to list an HDF5 group's child names
+ * Added save and append methods to the HDF5 I/O interface
+ * Added docs and examples for relay io
+
+
+Changed
+~~~~~~~~~~~~~
+
+* **General**
+
+ * Changed mapping of c types to bit-width style to be compatible with C++11 std bit-width types when C++11 is enabled
+ * Several improvements to uberenv, our automated build process, and building directions
+ * Upgraded the type system with more explicit signed support
+
+
+* **Relay**
+
+ * Improvements to the Silo mesh writer
+ * Refactor to support both relay::io and relay::mpi::io namespaces. 
+ * Refactor to add support for steps and domains to I/O interfaces
+ * Changed to only use ``libver latest`` setting for for hdf5 1.8 to minimize compatibility issues 
+
+Fixed
+~~~~~~~~~~~~~
+
+* **General**
+
+ * Fixed bugs with std::vector gap methods
+ * Fixed A few C function names in conduit_node.h 
+ * Fixed bug in python that was requesting unsigned array for signed cases
+ * Fixed issue with Node::diff failing for string data with offsets
+ * Fixes for building on BlueOS with the xl compiler
+
+* **Blueprint**
+
+ * Fixed validity status for blueprint functions
+ * Fixed improper error reporting for Blueprint references
+
+
+* **Relay**
+
+ * Relay I/O exceptions are now forwarded to python  
+ * Fixed MPI send_with_schema bug when data was compact but not contiguous  
+ * Switched to use MPI bit-width style data type enums in ``relay::mpi``
+
  
 v0.3.1
 -----------------
diff --git a/src/docs/sphinx/tutorial_cpp.rst b/src/docs/sphinx/tutorial_cpp.rst
index dda43466..24aa06b4 100644
--- a/src/docs/sphinx/tutorial_cpp.rst
+++ b/src/docs/sphinx/tutorial_cpp.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_basics.rst b/src/docs/sphinx/tutorial_cpp_basics.rst
index 994cf15a..1852516f 100644
--- a/src/docs/sphinx/tutorial_cpp_basics.rst
+++ b/src/docs/sphinx/tutorial_cpp_basics.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_errors.rst b/src/docs/sphinx/tutorial_cpp_errors.rst
index 968588ed..8bfc98e2 100644
--- a/src/docs/sphinx/tutorial_cpp_errors.rst
+++ b/src/docs/sphinx/tutorial_cpp_errors.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_json.rst b/src/docs/sphinx/tutorial_cpp_json.rst
index 3570fc4d..4982cc7d 100644
--- a/src/docs/sphinx/tutorial_cpp_json.rst
+++ b/src/docs/sphinx/tutorial_cpp_json.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_numeric.rst b/src/docs/sphinx/tutorial_cpp_numeric.rst
index dbe1dd33..6a34e63a 100644
--- a/src/docs/sphinx/tutorial_cpp_numeric.rst
+++ b/src/docs/sphinx/tutorial_cpp_numeric.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_ownership.rst b/src/docs/sphinx/tutorial_cpp_ownership.rst
index ece089d1..a1734f3e 100644
--- a/src/docs/sphinx/tutorial_cpp_ownership.rst
+++ b/src/docs/sphinx/tutorial_cpp_ownership.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_cpp_update.rst b/src/docs/sphinx/tutorial_cpp_update.rst
index 6a163cf8..8d72b407 100644
--- a/src/docs/sphinx/tutorial_cpp_update.rst
+++ b/src/docs/sphinx/tutorial_cpp_update.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_python.rst b/src/docs/sphinx/tutorial_python.rst
index 1b1410da..c3b5d4ff 100644
--- a/src/docs/sphinx/tutorial_python.rst
+++ b/src/docs/sphinx/tutorial_python.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_python_basics.rst b/src/docs/sphinx/tutorial_python_basics.rst
index d48c22ba..c94dd55e 100644
--- a/src/docs/sphinx/tutorial_python_basics.rst
+++ b/src/docs/sphinx/tutorial_python_basics.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_python_json.rst b/src/docs/sphinx/tutorial_python_json.rst
index 70a7b835..e6d9e55e 100644
--- a/src/docs/sphinx/tutorial_python_json.rst
+++ b/src/docs/sphinx/tutorial_python_json.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/user.rst b/src/docs/sphinx/user.rst
index 2413726f..4b038cfd 100644
--- a/src/docs/sphinx/user.rst
+++ b/src/docs/sphinx/user.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt
index 9ea6a9a5..c15e1faf 100644
--- a/src/examples/CMakeLists.txt
+++ b/src/examples/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/examples/python/conduit_python_example.py b/src/examples/python/conduit_python_example.py
index 4f6e2e41..f40b23e2 100755
--- a/src/examples/python/conduit_python_example.py
+++ b/src/examples/python/conduit_python_example.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/examples/staging/CMakeLists.txt b/src/examples/staging/CMakeLists.txt
index ff8a81a9..0f39b339 100644
--- a/src/examples/staging/CMakeLists.txt
+++ b/src/examples/staging/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/examples/staging/conduit_staging.cpp b/src/examples/staging/conduit_staging.cpp
index b4bedb0a..e709ca1f 100644
--- a/src/examples/staging/conduit_staging.cpp
+++ b/src/examples/staging/conduit_staging.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/examples/using-with-cmake/CMakeLists.txt b/src/examples/using-with-cmake/CMakeLists.txt
index 84c5e94e..ca418616 100644
--- a/src/examples/using-with-cmake/CMakeLists.txt
+++ b/src/examples/using-with-cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/examples/using-with-cmake/FindConduit.cmake b/src/examples/using-with-cmake/FindConduit.cmake
index 57b4cb68..ddace37b 100644
--- a/src/examples/using-with-cmake/FindConduit.cmake
+++ b/src/examples/using-with-cmake/FindConduit.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/examples/using-with-cmake/example.cpp b/src/examples/using-with-cmake/example.cpp
index 1cd97de4..e577b186 100644
--- a/src/examples/using-with-cmake/example.cpp
+++ b/src/examples/using-with-cmake/example.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/examples/using-with-make/Makefile b/src/examples/using-with-make/Makefile
index edb75c7f..760a57eb 100644
--- a/src/examples/using-with-make/Makefile
+++ b/src/examples/using-with-make/Makefile
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/examples/using-with-make/example.cpp b/src/examples/using-with-make/example.cpp
index 636f5768..bb2346ef 100644
--- a/src/examples/using-with-make/example.cpp
+++ b/src/examples/using-with-make/example.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/CMakeLists.txt b/src/libs/CMakeLists.txt
index 2a3114c2..e22d7455 100644
--- a/src/libs/CMakeLists.txt
+++ b/src/libs/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/CMakeLists.txt b/src/libs/blueprint/CMakeLists.txt
index f6c00928..85a65feb 100644
--- a/src/libs/blueprint/CMakeLists.txt
+++ b/src/libs/blueprint/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/c/conduit_blueprint.h b/src/libs/blueprint/c/conduit_blueprint.h
index d9398c57..48177b1c 100644
--- a/src/libs/blueprint/c/conduit_blueprint.h
+++ b/src/libs/blueprint/c/conduit_blueprint.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/c/conduit_blueprint_c.cpp b/src/libs/blueprint/c/conduit_blueprint_c.cpp
index 24197cf1..5b4ad6e1 100644
--- a/src/libs/blueprint/c/conduit_blueprint_c.cpp
+++ b/src/libs/blueprint/c/conduit_blueprint_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/c/conduit_blueprint_mcarray.h b/src/libs/blueprint/c/conduit_blueprint_mcarray.h
index 94b8a2a7..5a929aee 100644
--- a/src/libs/blueprint/c/conduit_blueprint_mcarray.h
+++ b/src/libs/blueprint/c/conduit_blueprint_mcarray.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/c/conduit_blueprint_mcarray_c.cpp b/src/libs/blueprint/c/conduit_blueprint_mcarray_c.cpp
index 8a129beb..ddebdf83 100644
--- a/src/libs/blueprint/c/conduit_blueprint_mcarray_c.cpp
+++ b/src/libs/blueprint/c/conduit_blueprint_mcarray_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/c/conduit_blueprint_mesh.h b/src/libs/blueprint/c/conduit_blueprint_mesh.h
index 5399577e..e9d384e9 100644
--- a/src/libs/blueprint/c/conduit_blueprint_mesh.h
+++ b/src/libs/blueprint/c/conduit_blueprint_mesh.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/c/conduit_blueprint_mesh_c.cpp b/src/libs/blueprint/c/conduit_blueprint_mesh_c.cpp
index c3832529..50d167c8 100644
--- a/src/libs/blueprint/c/conduit_blueprint_mesh_c.cpp
+++ b/src/libs/blueprint/c/conduit_blueprint_mesh_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint.cpp b/src/libs/blueprint/conduit_blueprint.cpp
index fc7cb49d..d0f0de6e 100644
--- a/src/libs/blueprint/conduit_blueprint.cpp
+++ b/src/libs/blueprint/conduit_blueprint.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint.hpp b/src/libs/blueprint/conduit_blueprint.hpp
index d2d2f118..898b08e1 100644
--- a/src/libs/blueprint/conduit_blueprint.hpp
+++ b/src/libs/blueprint/conduit_blueprint.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_exports.h.in b/src/libs/blueprint/conduit_blueprint_exports.h.in
index 192c8eed..3674f428 100644
--- a/src/libs/blueprint/conduit_blueprint_exports.h.in
+++ b/src/libs/blueprint/conduit_blueprint_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mcarray.cpp b/src/libs/blueprint/conduit_blueprint_mcarray.cpp
index eac6cd42..38954fe5 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mcarray.hpp b/src/libs/blueprint/conduit_blueprint_mcarray.hpp
index ca821b1a..33a9412e 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mcarray_examples.cpp b/src/libs/blueprint/conduit_blueprint_mcarray_examples.cpp
index 5f132065..f35adb12 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray_examples.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mcarray_examples.hpp b/src/libs/blueprint/conduit_blueprint_mcarray_examples.hpp
index de7517c8..ebe2fb1c 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray_examples.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray_examples.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mesh.cpp b/src/libs/blueprint/conduit_blueprint_mesh.cpp
index 9c7d295c..17e01e45 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mesh.hpp b/src/libs/blueprint/conduit_blueprint_mesh.hpp
index d5f96bb4..16a3b9fe 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mesh_examples.cpp b/src/libs/blueprint/conduit_blueprint_mesh_examples.cpp
index 7ac380b2..080c04fa 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh_examples.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_mesh_examples.hpp b/src/libs/blueprint/conduit_blueprint_mesh_examples.hpp
index 3bed6cf7..d12a43be 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh_examples.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh_examples.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_verify_exe.cpp b/src/libs/blueprint/conduit_blueprint_verify_exe.cpp
index 67b63ab1..6f5196f8 100644
--- a/src/libs/blueprint/conduit_blueprint_verify_exe.cpp
+++ b/src/libs/blueprint/conduit_blueprint_verify_exe.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_fortran.f90 b/src/libs/blueprint/fortran/conduit_blueprint_fortran.f90
index ebef4ac5..e894f570 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_fortran.f90
+++ b/src/libs/blueprint/fortran/conduit_blueprint_fortran.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f90 b/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f90
index 1ef99d2b..a4ddac91 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f90
+++ b/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f90 b/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f90
index a9de9d2a..1bb7554e 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f90
+++ b/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/blueprint/python/CMakeLists.txt b/src/libs/blueprint/python/CMakeLists.txt
index 5c6fb1d6..fc763dd8 100644
--- a/src/libs/blueprint/python/CMakeLists.txt
+++ b/src/libs/blueprint/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/python/conduit_blueprint_mcarray_examples_python.cpp b/src/libs/blueprint/python/conduit_blueprint_mcarray_examples_python.cpp
index d0f69ced..47209109 100644
--- a/src/libs/blueprint/python/conduit_blueprint_mcarray_examples_python.cpp
+++ b/src/libs/blueprint/python/conduit_blueprint_mcarray_examples_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_mcarray_python.cpp b/src/libs/blueprint/python/conduit_blueprint_mcarray_python.cpp
index 6fb09ebf..07950c69 100644
--- a/src/libs/blueprint/python/conduit_blueprint_mcarray_python.cpp
+++ b/src/libs/blueprint/python/conduit_blueprint_mcarray_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_mesh_examples_python.cpp b/src/libs/blueprint/python/conduit_blueprint_mesh_examples_python.cpp
index b628c312..09a114c0 100644
--- a/src/libs/blueprint/python/conduit_blueprint_mesh_examples_python.cpp
+++ b/src/libs/blueprint/python/conduit_blueprint_mesh_examples_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_mesh_python.cpp b/src/libs/blueprint/python/conduit_blueprint_mesh_python.cpp
index 8599ea10..cc73162c 100644
--- a/src/libs/blueprint/python/conduit_blueprint_mesh_python.cpp
+++ b/src/libs/blueprint/python/conduit_blueprint_mesh_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_python.cpp b/src/libs/blueprint/python/conduit_blueprint_python.cpp
index 1d01aa4d..66849c75 100644
--- a/src/libs/blueprint/python/conduit_blueprint_python.cpp
+++ b/src/libs/blueprint/python/conduit_blueprint_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_python_exports.h.in b/src/libs/blueprint/python/conduit_blueprint_python_exports.h.in
index 9bdfd38f..7c23fed7 100644
--- a/src/libs/blueprint/python/conduit_blueprint_python_exports.h.in
+++ b/src/libs/blueprint/python/conduit_blueprint_python_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/py_src/__init__.py b/src/libs/blueprint/python/py_src/__init__.py
index 255e845e..fb69798d 100644
--- a/src/libs/blueprint/python/py_src/__init__.py
+++ b/src/libs/blueprint/python/py_src/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/python/py_src/mcarray/__init__.py b/src/libs/blueprint/python/py_src/mcarray/__init__.py
index d311c4ad..2acef0d0 100644
--- a/src/libs/blueprint/python/py_src/mcarray/__init__.py
+++ b/src/libs/blueprint/python/py_src/mcarray/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/python/py_src/mcarray/examples/__init__.py b/src/libs/blueprint/python/py_src/mcarray/examples/__init__.py
index 10c2911f..d6ec6e7e 100644
--- a/src/libs/blueprint/python/py_src/mcarray/examples/__init__.py
+++ b/src/libs/blueprint/python/py_src/mcarray/examples/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/python/py_src/mesh/__init__.py b/src/libs/blueprint/python/py_src/mesh/__init__.py
index 511c073e..1c1735d7 100644
--- a/src/libs/blueprint/python/py_src/mesh/__init__.py
+++ b/src/libs/blueprint/python/py_src/mesh/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/blueprint/python/py_src/mesh/examples/__init__.py b/src/libs/blueprint/python/py_src/mesh/examples/__init__.py
index 36ccb44c..0bd1590d 100644
--- a/src/libs/blueprint/python/py_src/mesh/examples/__init__.py
+++ b/src/libs/blueprint/python/py_src/mesh/examples/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/conduit/CMakeLists.txt b/src/libs/conduit/CMakeLists.txt
index 9aab64c4..6e412940 100644
--- a/src/libs/conduit/CMakeLists.txt
+++ b/src/libs/conduit/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/libs/conduit/c/conduit.h b/src/libs/conduit/c/conduit.h
index bfd6cad7..5fed0c3b 100644
--- a/src/libs/conduit/c/conduit.h
+++ b/src/libs/conduit/c/conduit.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_c.cpp b/src/libs/conduit/c/conduit_c.cpp
index 96c39d91..91077b7a 100644
--- a/src/libs/conduit/c/conduit_c.cpp
+++ b/src/libs/conduit/c/conduit_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_cpp_to_c.cpp b/src/libs/conduit/c/conduit_cpp_to_c.cpp
index c2eba0c7..1382b4d0 100644
--- a/src/libs/conduit/c/conduit_cpp_to_c.cpp
+++ b/src/libs/conduit/c/conduit_cpp_to_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_cpp_to_c.hpp b/src/libs/conduit/c/conduit_cpp_to_c.hpp
index e1bbfeae..79d3cfc8 100644
--- a/src/libs/conduit/c/conduit_cpp_to_c.hpp
+++ b/src/libs/conduit/c/conduit_cpp_to_c.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 //
 // Produced at the Lawrence Livermore National Laboratory
 //
diff --git a/src/libs/conduit/c/conduit_datatype.h b/src/libs/conduit/c/conduit_datatype.h
index 7eaa988d..97004102 100644
--- a/src/libs/conduit/c/conduit_datatype.h
+++ b/src/libs/conduit/c/conduit_datatype.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 //
 // Produced at the Lawrence Livermore National Laboratory
 //
diff --git a/src/libs/conduit/c/conduit_datatype_c.cpp b/src/libs/conduit/c/conduit_datatype_c.cpp
index 5ca0917b..b990fb8c 100644
--- a/src/libs/conduit/c/conduit_datatype_c.cpp
+++ b/src/libs/conduit/c/conduit_datatype_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_node.h b/src/libs/conduit/c/conduit_node.h
index eea72b27..0600ea48 100644
--- a/src/libs/conduit/c/conduit_node.h
+++ b/src/libs/conduit/c/conduit_node.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 //
 // Produced at the Lawrence Livermore National Laboratory
 //
diff --git a/src/libs/conduit/c/conduit_node_c.cpp b/src/libs/conduit/c/conduit_node_c.cpp
index 041879df..e751bba8 100644
--- a/src/libs/conduit/c/conduit_node_c.cpp
+++ b/src/libs/conduit/c/conduit_node_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_utils.h b/src/libs/conduit/c/conduit_utils.h
index c3dffce5..79f64677 100644
--- a/src/libs/conduit/c/conduit_utils.h
+++ b/src/libs/conduit/c/conduit_utils.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/c/conduit_utils_c.cpp b/src/libs/conduit/c/conduit_utils_c.cpp
index 2b241722..0addcbb7 100644
--- a/src/libs/conduit/c/conduit_utils_c.cpp
+++ b/src/libs/conduit/c/conduit_utils_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/cmake/BitwidthMapping.cmake b/src/libs/conduit/cmake/BitwidthMapping.cmake
index e6b9c3c8..bba43ec9 100644
--- a/src/libs/conduit/cmake/BitwidthMapping.cmake
+++ b/src/libs/conduit/cmake/BitwidthMapping.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/libs/conduit/cmake/cmake_cxx11_check_if_long_long_is_std_int64.cpp b/src/libs/conduit/cmake/cmake_cxx11_check_if_long_long_is_std_int64.cpp
index 94b04ea4..15290d60 100644
--- a/src/libs/conduit/cmake/cmake_cxx11_check_if_long_long_is_std_int64.cpp
+++ b/src/libs/conduit/cmake/cmake_cxx11_check_if_long_long_is_std_int64.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit.hpp b/src/libs/conduit/conduit.hpp
index 803b01bf..645f13a7 100644
--- a/src/libs/conduit/conduit.hpp
+++ b/src/libs/conduit/conduit.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_bitwidth_style_types.h.in b/src/libs/conduit/conduit_bitwidth_style_types.h.in
index a3dcf0ed..32e9afa6 100644
--- a/src/libs/conduit/conduit_bitwidth_style_types.h.in
+++ b/src/libs/conduit/conduit_bitwidth_style_types.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_config.h.in b/src/libs/conduit/conduit_config.h.in
index e9b1f266..d06c8fb7 100644
--- a/src/libs/conduit/conduit_config.h.in
+++ b/src/libs/conduit/conduit_config.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_core.cpp b/src/libs/conduit/conduit_core.cpp
index a556fee9..3973446d 100644
--- a/src/libs/conduit/conduit_core.cpp
+++ b/src/libs/conduit/conduit_core.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_core.hpp b/src/libs/conduit/conduit_core.hpp
index 4b897577..bd924e77 100644
--- a/src/libs/conduit/conduit_core.hpp
+++ b/src/libs/conduit/conduit_core.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_data_array.cpp b/src/libs/conduit/conduit_data_array.cpp
index 243db4b7..9a2860e6 100644
--- a/src/libs/conduit/conduit_data_array.cpp
+++ b/src/libs/conduit/conduit_data_array.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_data_array.hpp b/src/libs/conduit/conduit_data_array.hpp
index c5bbe93c..e79b44fb 100644
--- a/src/libs/conduit/conduit_data_array.hpp
+++ b/src/libs/conduit/conduit_data_array.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_data_type.cpp b/src/libs/conduit/conduit_data_type.cpp
index bb4452ac..9cd03654 100644
--- a/src/libs/conduit/conduit_data_type.cpp
+++ b/src/libs/conduit/conduit_data_type.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_data_type.hpp b/src/libs/conduit/conduit_data_type.hpp
index f9650e48..3a269239 100644
--- a/src/libs/conduit/conduit_data_type.hpp
+++ b/src/libs/conduit/conduit_data_type.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_endianness.cpp b/src/libs/conduit/conduit_endianness.cpp
index 818c1e05..f671dcab 100644
--- a/src/libs/conduit/conduit_endianness.cpp
+++ b/src/libs/conduit/conduit_endianness.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_endianness.hpp b/src/libs/conduit/conduit_endianness.hpp
index a22140bd..fe70a093 100644
--- a/src/libs/conduit/conduit_endianness.hpp
+++ b/src/libs/conduit/conduit_endianness.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_endianness_types.h b/src/libs/conduit/conduit_endianness_types.h
index 46945c1d..0cc66e46 100644
--- a/src/libs/conduit/conduit_endianness_types.h
+++ b/src/libs/conduit/conduit_endianness_types.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_error.cpp b/src/libs/conduit/conduit_error.cpp
index eec3ca89..14ca4f2c 100644
--- a/src/libs/conduit/conduit_error.cpp
+++ b/src/libs/conduit/conduit_error.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_error.hpp b/src/libs/conduit/conduit_error.hpp
index 445c1fbc..9676795a 100644
--- a/src/libs/conduit/conduit_error.hpp
+++ b/src/libs/conduit/conduit_error.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_exports.h.in b/src/libs/conduit/conduit_exports.h.in
index 4c98b639..4bcb5117 100644
--- a/src/libs/conduit/conduit_exports.h.in
+++ b/src/libs/conduit/conduit_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_generator.cpp b/src/libs/conduit/conduit_generator.cpp
index f49adc68..a59538d6 100644
--- a/src/libs/conduit/conduit_generator.cpp
+++ b/src/libs/conduit/conduit_generator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_generator.hpp b/src/libs/conduit/conduit_generator.hpp
index 97db62e9..f207f6c5 100644
--- a/src/libs/conduit/conduit_generator.hpp
+++ b/src/libs/conduit/conduit_generator.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_license.hpp b/src/libs/conduit/conduit_license.hpp
index d86f44ff..cfa11a95 100644
--- a/src/libs/conduit/conduit_license.hpp
+++ b/src/libs/conduit/conduit_license.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
@@ -68,7 +68,7 @@
 #ifndef CONDUIT_LICENSE_TEXT_HPP
 #define CONDUIT_LICENSE_TEXT_HPP
 
-std::string CONDUIT_LICENSE_TEXT = "Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.\n"
+std::string CONDUIT_LICENSE_TEXT = "Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.\n"
 "\n"
 "Produced at the Lawrence Livermore National Laboratory\n"
 "\n"
diff --git a/src/libs/conduit/conduit_log.cpp b/src/libs/conduit/conduit_log.cpp
index 6ca229a0..f05d80fb 100644
--- a/src/libs/conduit/conduit_log.cpp
+++ b/src/libs/conduit/conduit_log.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_log.hpp b/src/libs/conduit/conduit_log.hpp
index 0981c0a1..c8c0f86e 100644
--- a/src/libs/conduit/conduit_log.hpp
+++ b/src/libs/conduit/conduit_log.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_node.cpp b/src/libs/conduit/conduit_node.cpp
index 2fb4a693..4777bb8e 100644
--- a/src/libs/conduit/conduit_node.cpp
+++ b/src/libs/conduit/conduit_node.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_node.hpp b/src/libs/conduit/conduit_node.hpp
index bd1fd1a6..6baadcc7 100644
--- a/src/libs/conduit/conduit_node.hpp
+++ b/src/libs/conduit/conduit_node.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_node_iterator.cpp b/src/libs/conduit/conduit_node_iterator.cpp
index 0aa2cee7..cc850cc0 100644
--- a/src/libs/conduit/conduit_node_iterator.cpp
+++ b/src/libs/conduit/conduit_node_iterator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_node_iterator.hpp b/src/libs/conduit/conduit_node_iterator.hpp
index c5e63dc6..a5e1bdd1 100644
--- a/src/libs/conduit/conduit_node_iterator.hpp
+++ b/src/libs/conduit/conduit_node_iterator.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_schema.cpp b/src/libs/conduit/conduit_schema.cpp
index 2e39edc9..239d8f4f 100644
--- a/src/libs/conduit/conduit_schema.cpp
+++ b/src/libs/conduit/conduit_schema.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_schema.hpp b/src/libs/conduit/conduit_schema.hpp
index 812e22f6..4c2c0f8c 100644
--- a/src/libs/conduit/conduit_schema.hpp
+++ b/src/libs/conduit/conduit_schema.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_utils.cpp b/src/libs/conduit/conduit_utils.cpp
index 0bd3b53e..1d4c8d5b 100644
--- a/src/libs/conduit/conduit_utils.cpp
+++ b/src/libs/conduit/conduit_utils.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_utils.hpp b/src/libs/conduit/conduit_utils.hpp
index 72f68a93..dc5b948c 100644
--- a/src/libs/conduit/conduit_utils.hpp
+++ b/src/libs/conduit/conduit_utils.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/fortran/conduit_fortran.F90 b/src/libs/conduit/fortran/conduit_fortran.F90
index 849a2ae8..fd81da94 100644
--- a/src/libs/conduit/fortran/conduit_fortran.F90
+++ b/src/libs/conduit/fortran/conduit_fortran.F90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/conduit/fortran/conduit_fortran_bitwidth_style_types.inc.in b/src/libs/conduit/fortran/conduit_fortran_bitwidth_style_types.inc.in
index 763f05bc..39df2dc9 100644
--- a/src/libs/conduit/fortran/conduit_fortran_bitwidth_style_types.inc.in
+++ b/src/libs/conduit/fortran/conduit_fortran_bitwidth_style_types.inc.in
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/conduit/fortran/conduit_fortran_obj.f90 b/src/libs/conduit/fortran/conduit_fortran_obj.f90
index dd9a8b8a..63fe5205 100644
--- a/src/libs/conduit/fortran/conduit_fortran_obj.f90
+++ b/src/libs/conduit/fortran/conduit_fortran_obj.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/conduit/python/CMakeLists.txt b/src/libs/conduit/python/CMakeLists.txt
index 1c86d601..efafee5a 100644
--- a/src/libs/conduit/python/CMakeLists.txt
+++ b/src/libs/conduit/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/conduit/python/conduit_python.cpp b/src/libs/conduit/python/conduit_python.cpp
index 3a683380..71048be2 100644
--- a/src/libs/conduit/python/conduit_python.cpp
+++ b/src/libs/conduit/python/conduit_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/python/conduit_python.hpp b/src/libs/conduit/python/conduit_python.hpp
index 8039cf04..e0a29d41 100644
--- a/src/libs/conduit/python/conduit_python.hpp
+++ b/src/libs/conduit/python/conduit_python.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/python/conduit_python_exports.h.in b/src/libs/conduit/python/conduit_python_exports.h.in
index 8363d01d..1adb052b 100644
--- a/src/libs/conduit/python/conduit_python_exports.h.in
+++ b/src/libs/conduit/python/conduit_python_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/python/py_src/__init__.py b/src/libs/conduit/python/py_src/__init__.py
index 4f17cf33..80fd3463 100644
--- a/src/libs/conduit/python/py_src/__init__.py
+++ b/src/libs/conduit/python/py_src/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/c/conduit_relay.h b/src/libs/relay/c/conduit_relay.h
index 69991167..c5629088 100644
--- a/src/libs/relay/c/conduit_relay.h
+++ b/src/libs/relay/c/conduit_relay.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_c.cpp b/src/libs/relay/c/conduit_relay_c.cpp
index c41c9176..77cd2516 100644
--- a/src/libs/relay/c/conduit_relay_c.cpp
+++ b/src/libs/relay/c/conduit_relay_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_io.h b/src/libs/relay/c/conduit_relay_io.h
index 2973d055..c73dd073 100644
--- a/src/libs/relay/c/conduit_relay_io.h
+++ b/src/libs/relay/c/conduit_relay_io.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_io_c.cpp b/src/libs/relay/c/conduit_relay_io_c.cpp
index 9fa0b6d5..9a2dde41 100644
--- a/src/libs/relay/c/conduit_relay_io_c.cpp
+++ b/src/libs/relay/c/conduit_relay_io_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_mpi.h b/src/libs/relay/c/conduit_relay_mpi.h
index 16b1dd7f..5e4b8084 100644
--- a/src/libs/relay/c/conduit_relay_mpi.h
+++ b/src/libs/relay/c/conduit_relay_mpi.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_mpi_io.h b/src/libs/relay/c/conduit_relay_mpi_io.h
index 13c552aa..5588903f 100644
--- a/src/libs/relay/c/conduit_relay_mpi_io.h
+++ b/src/libs/relay/c/conduit_relay_mpi_io.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/c/conduit_relay_mpi_io_c.cpp b/src/libs/relay/c/conduit_relay_mpi_io_c.cpp
index 6109945b..0ac0b450 100644
--- a/src/libs/relay/c/conduit_relay_mpi_io_c.cpp
+++ b/src/libs/relay/c/conduit_relay_mpi_io_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay.cpp b/src/libs/relay/conduit_relay.cpp
index b1272df3..3190231d 100644
--- a/src/libs/relay/conduit_relay.cpp
+++ b/src/libs/relay/conduit_relay.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay.hpp b/src/libs/relay/conduit_relay.hpp
index 85ca2ca1..4a0e5a4b 100644
--- a/src/libs/relay/conduit_relay.hpp
+++ b/src/libs/relay/conduit_relay.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_config.h.in b/src/libs/relay/conduit_relay_config.h.in
index 7f63fac7..0e8502bb 100644
--- a/src/libs/relay/conduit_relay_config.h.in
+++ b/src/libs/relay/conduit_relay_config.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_exports.h.in b/src/libs/relay/conduit_relay_exports.h.in
index d8d6839f..63cfbfef 100644
--- a/src/libs/relay/conduit_relay_exports.h.in
+++ b/src/libs/relay/conduit_relay_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_hdf5.hpp b/src/libs/relay/conduit_relay_hdf5.hpp
index 534b6bfc..a2dbd212 100644
--- a/src/libs/relay/conduit_relay_hdf5.hpp
+++ b/src/libs/relay/conduit_relay_hdf5.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io.cpp b/src/libs/relay/conduit_relay_io.cpp
index a5b6190c..ecce5410 100644
--- a/src/libs/relay/conduit_relay_io.cpp
+++ b/src/libs/relay/conduit_relay_io.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io.hpp b/src/libs/relay/conduit_relay_io.hpp
index 0ee1d486..7487fb5c 100644
--- a/src/libs/relay/conduit_relay_io.hpp
+++ b/src/libs/relay/conduit_relay_io.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_adios.cpp b/src/libs/relay/conduit_relay_io_adios.cpp
index 69365165..9aaeb2c2 100644
--- a/src/libs/relay/conduit_relay_io_adios.cpp
+++ b/src/libs/relay/conduit_relay_io_adios.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_adios.hpp b/src/libs/relay/conduit_relay_io_adios.hpp
index 3c963993..a3df934b 100644
--- a/src/libs/relay/conduit_relay_io_adios.hpp
+++ b/src/libs/relay/conduit_relay_io_adios.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_adios_api.hpp b/src/libs/relay/conduit_relay_io_adios_api.hpp
index fef7188f..221e28dc 100644
--- a/src/libs/relay/conduit_relay_io_adios_api.hpp
+++ b/src/libs/relay/conduit_relay_io_adios_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_blueprint.cpp b/src/libs/relay/conduit_relay_io_blueprint.cpp
index 51b0670c..7c33d01f 100644
--- a/src/libs/relay/conduit_relay_io_blueprint.cpp
+++ b/src/libs/relay/conduit_relay_io_blueprint.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_blueprint.hpp b/src/libs/relay/conduit_relay_io_blueprint.hpp
index f9c9805a..f830127d 100644
--- a/src/libs/relay/conduit_relay_io_blueprint.hpp
+++ b/src/libs/relay/conduit_relay_io_blueprint.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_blueprint_api.hpp b/src/libs/relay/conduit_relay_io_blueprint_api.hpp
index 9c7d9ee1..a4438f80 100644
--- a/src/libs/relay/conduit_relay_io_blueprint_api.hpp
+++ b/src/libs/relay/conduit_relay_io_blueprint_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_convert_exe.cpp b/src/libs/relay/conduit_relay_io_convert_exe.cpp
index 02aa05db..2fa248af 100644
--- a/src/libs/relay/conduit_relay_io_convert_exe.cpp
+++ b/src/libs/relay/conduit_relay_io_convert_exe.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_handle.cpp b/src/libs/relay/conduit_relay_io_handle.cpp
index ec7f116a..55a3ebb7 100644
--- a/src/libs/relay/conduit_relay_io_handle.cpp
+++ b/src/libs/relay/conduit_relay_io_handle.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_handle.hpp b/src/libs/relay/conduit_relay_io_handle.hpp
index 81e0e322..18f799fd 100644
--- a/src/libs/relay/conduit_relay_io_handle.hpp
+++ b/src/libs/relay/conduit_relay_io_handle.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_handle_api.hpp b/src/libs/relay/conduit_relay_io_handle_api.hpp
index ce0aa7f8..7ebd5476 100644
--- a/src/libs/relay/conduit_relay_io_handle_api.hpp
+++ b/src/libs/relay/conduit_relay_io_handle_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_hdf5.cpp b/src/libs/relay/conduit_relay_io_hdf5.cpp
index ba49658a..de4ac482 100644
--- a/src/libs/relay/conduit_relay_io_hdf5.cpp
+++ b/src/libs/relay/conduit_relay_io_hdf5.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_hdf5.hpp b/src/libs/relay/conduit_relay_io_hdf5.hpp
index ee6551df..1e57887c 100644
--- a/src/libs/relay/conduit_relay_io_hdf5.hpp
+++ b/src/libs/relay/conduit_relay_io_hdf5.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_hdf5_api.hpp b/src/libs/relay/conduit_relay_io_hdf5_api.hpp
index 4f7d12d2..94c856e0 100644
--- a/src/libs/relay/conduit_relay_io_hdf5_api.hpp
+++ b/src/libs/relay/conduit_relay_io_hdf5_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_identify_protocol.hpp b/src/libs/relay/conduit_relay_io_identify_protocol.hpp
index 8f343cef..82768b0e 100644
--- a/src/libs/relay/conduit_relay_io_identify_protocol.hpp
+++ b/src/libs/relay/conduit_relay_io_identify_protocol.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_identify_protocol_api.hpp b/src/libs/relay/conduit_relay_io_identify_protocol_api.hpp
index 8afde315..ba95933b 100644
--- a/src/libs/relay/conduit_relay_io_identify_protocol_api.hpp
+++ b/src/libs/relay/conduit_relay_io_identify_protocol_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_ls_exe.cpp b/src/libs/relay/conduit_relay_io_ls_exe.cpp
index cbb093bd..edef2a95 100644
--- a/src/libs/relay/conduit_relay_io_ls_exe.cpp
+++ b/src/libs/relay/conduit_relay_io_ls_exe.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_silo.cpp b/src/libs/relay/conduit_relay_io_silo.cpp
index 5ef51a6e..2d5f4afd 100644
--- a/src/libs/relay/conduit_relay_io_silo.cpp
+++ b/src/libs/relay/conduit_relay_io_silo.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_silo.hpp b/src/libs/relay/conduit_relay_io_silo.hpp
index 4fb6da40..2f4816e7 100644
--- a/src/libs/relay/conduit_relay_io_silo.hpp
+++ b/src/libs/relay/conduit_relay_io_silo.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_io_silo_api.hpp b/src/libs/relay/conduit_relay_io_silo_api.hpp
index 84c983c3..8d91bc76 100644
--- a/src/libs/relay/conduit_relay_io_silo_api.hpp
+++ b/src/libs/relay/conduit_relay_io_silo_api.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi.cpp b/src/libs/relay/conduit_relay_mpi.cpp
index 719324ce..ddbd013c 100644
--- a/src/libs/relay/conduit_relay_mpi.cpp
+++ b/src/libs/relay/conduit_relay_mpi.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi.hpp b/src/libs/relay/conduit_relay_mpi.hpp
index baa24b57..c87c09b5 100644
--- a/src/libs/relay/conduit_relay_mpi.hpp
+++ b/src/libs/relay/conduit_relay_mpi.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io.cpp b/src/libs/relay/conduit_relay_mpi_io.cpp
index ba505c81..8a2806c0 100644
--- a/src/libs/relay/conduit_relay_mpi_io.cpp
+++ b/src/libs/relay/conduit_relay_mpi_io.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io.hpp b/src/libs/relay/conduit_relay_mpi_io.hpp
index 6181a8f7..11141ff4 100644
--- a/src/libs/relay/conduit_relay_mpi_io.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io_adios.hpp b/src/libs/relay/conduit_relay_mpi_io_adios.hpp
index 593202ad..91a030b7 100644
--- a/src/libs/relay/conduit_relay_mpi_io_adios.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io_adios.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io_blueprint.hpp b/src/libs/relay/conduit_relay_mpi_io_blueprint.hpp
index 264a9959..bbb511f7 100644
--- a/src/libs/relay/conduit_relay_mpi_io_blueprint.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io_blueprint.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io_hdf5.hpp b/src/libs/relay/conduit_relay_mpi_io_hdf5.hpp
index 86d0ac5f..eabc497b 100644
--- a/src/libs/relay/conduit_relay_mpi_io_hdf5.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io_hdf5.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io_identify_protocol.hpp b/src/libs/relay/conduit_relay_mpi_io_identify_protocol.hpp
index 9c4fb56f..06890699 100644
--- a/src/libs/relay/conduit_relay_mpi_io_identify_protocol.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io_identify_protocol.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_mpi_io_silo.hpp b/src/libs/relay/conduit_relay_mpi_io_silo.hpp
index 9fad8508..c6177e85 100644
--- a/src/libs/relay/conduit_relay_mpi_io_silo.hpp
+++ b/src/libs/relay/conduit_relay_mpi_io_silo.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_silo.hpp b/src/libs/relay/conduit_relay_silo.hpp
index 39e05ec9..8a0cd3aa 100644
--- a/src/libs/relay/conduit_relay_silo.hpp
+++ b/src/libs/relay/conduit_relay_silo.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_web.cpp b/src/libs/relay/conduit_relay_web.cpp
index b590471a..57fef0f3 100644
--- a/src/libs/relay/conduit_relay_web.cpp
+++ b/src/libs/relay/conduit_relay_web.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_web.hpp b/src/libs/relay/conduit_relay_web.hpp
index fd49c1e3..513abdd3 100644
--- a/src/libs/relay/conduit_relay_web.hpp
+++ b/src/libs/relay/conduit_relay_web.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_web_node_viewer_exe.cpp b/src/libs/relay/conduit_relay_web_node_viewer_exe.cpp
index 4e67950d..d4e08365 100644
--- a/src/libs/relay/conduit_relay_web_node_viewer_exe.cpp
+++ b/src/libs/relay/conduit_relay_web_node_viewer_exe.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_web_node_viewer_server.cpp b/src/libs/relay/conduit_relay_web_node_viewer_server.cpp
index 243fe5bb..6a4486ec 100644
--- a/src/libs/relay/conduit_relay_web_node_viewer_server.cpp
+++ b/src/libs/relay/conduit_relay_web_node_viewer_server.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_web_node_viewer_server.hpp b/src/libs/relay/conduit_relay_web_node_viewer_server.hpp
index 871958b9..9b45c280 100644
--- a/src/libs/relay/conduit_relay_web_node_viewer_server.hpp
+++ b/src/libs/relay/conduit_relay_web_node_viewer_server.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/fortran/conduit_relay_fortran.f90 b/src/libs/relay/fortran/conduit_relay_fortran.f90
index e823456a..9a568525 100644
--- a/src/libs/relay/fortran/conduit_relay_fortran.f90
+++ b/src/libs/relay/fortran/conduit_relay_fortran.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/relay/python/CMakeLists.txt b/src/libs/relay/python/CMakeLists.txt
index 1d8897e6..8aad40fa 100644
--- a/src/libs/relay/python/CMakeLists.txt
+++ b/src/libs/relay/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/python/conduit_relay_io_python.cpp b/src/libs/relay/python/conduit_relay_io_python.cpp
index c7d71795..26633a52 100644
--- a/src/libs/relay/python/conduit_relay_io_python.cpp
+++ b/src/libs/relay/python/conduit_relay_io_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/python/conduit_relay_python.cpp b/src/libs/relay/python/conduit_relay_python.cpp
index a0b3355e..7a3d95ac 100644
--- a/src/libs/relay/python/conduit_relay_python.cpp
+++ b/src/libs/relay/python/conduit_relay_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/python/conduit_relay_python_exports.h.in b/src/libs/relay/python/conduit_relay_python_exports.h.in
index a49f2830..f5949153 100644
--- a/src/libs/relay/python/conduit_relay_python_exports.h.in
+++ b/src/libs/relay/python/conduit_relay_python_exports.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/python/conduit_relay_web_python.cpp b/src/libs/relay/python/conduit_relay_web_python.cpp
index e7066f59..5a2f6c76 100644
--- a/src/libs/relay/python/conduit_relay_web_python.cpp
+++ b/src/libs/relay/python/conduit_relay_web_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/python/py_src/__init__.py b/src/libs/relay/python/py_src/__init__.py
index b5b56f0f..d00775eb 100644
--- a/src/libs/relay/python/py_src/__init__.py
+++ b/src/libs/relay/python/py_src/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/python/py_src/io/__init__.py b/src/libs/relay/python/py_src/io/__init__.py
index f437fca8..b3cc1e7b 100644
--- a/src/libs/relay/python/py_src/io/__init__.py
+++ b/src/libs/relay/python/py_src/io/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/python/py_src/web/__init__.py b/src/libs/relay/python/py_src/web/__init__.py
index f8655d95..cf5f9e00 100644
--- a/src/libs/relay/python/py_src/web/__init__.py
+++ b/src/libs/relay/python/py_src/web/__init__.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/scripts/conduit_relay_entangle.py b/src/libs/relay/scripts/conduit_relay_entangle.py
index ce558a05..622ff26d 100755
--- a/src/libs/relay/scripts/conduit_relay_entangle.py
+++ b/src/libs/relay/scripts/conduit_relay_entangle.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/index.html b/src/libs/relay/web_clients/node_viewer/index.html
index 65f76893..bf09f77a 100644
--- a/src/libs/relay/web_clients/node_viewer/index.html
+++ b/src/libs/relay/web_clients/node_viewer/index.html
@@ -1,6 +1,6 @@
 <!-- 
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/launcher.js b/src/libs/relay/web_clients/node_viewer/resources/launcher.js
index 4faeafdd..f009df4b 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/launcher.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/launcher.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/search-table.js b/src/libs/relay/web_clients/node_viewer/resources/search-table.js
index f38ad8c3..41e49999 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/search-table.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/search-table.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/tree.js b/src/libs/relay/web_clients/node_viewer/resources/tree.js
index 9889f939..fcc561b8 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/tree.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/tree.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/treemap.js b/src/libs/relay/web_clients/node_viewer/resources/treemap.js
index e4a37314..3946031c 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/treemap.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/treemap.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/value-table.js b/src/libs/relay/web_clients/node_viewer/resources/value-table.js
index 7bfa881e..28f77531 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/value-table.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/value-table.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/visualizer-utils.js b/src/libs/relay/web_clients/node_viewer/resources/visualizer-utils.js
index dffa79be..f24a6eb7 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/visualizer-utils.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/visualizer-utils.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/resources/visualizer.js b/src/libs/relay/web_clients/node_viewer/resources/visualizer.js
index 28039b5d..2b6bbb7f 100644
--- a/src/libs/relay/web_clients/node_viewer/resources/visualizer.js
+++ b/src/libs/relay/web_clients/node_viewer/resources/visualizer.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/node_viewer/visualizer.css b/src/libs/relay/web_clients/node_viewer/visualizer.css
index 9deda07a..55f80c3b 100644
--- a/src/libs/relay/web_clients/node_viewer/visualizer.css
+++ b/src/libs/relay/web_clients/node_viewer/visualizer.css
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/wsock_test/index.html b/src/libs/relay/web_clients/wsock_test/index.html
index 8d22fe25..1cc06b2b 100644
--- a/src/libs/relay/web_clients/wsock_test/index.html
+++ b/src/libs/relay/web_clients/wsock_test/index.html
@@ -1,6 +1,6 @@
 <!-- 
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/web_clients/wsock_test/resources/wsock_test.js b/src/libs/relay/web_clients/wsock_test/resources/wsock_test.js
index 664c014e..e5c84ea2 100644
--- a/src/libs/relay/web_clients/wsock_test/resources/wsock_test.js
+++ b/src/libs/relay/web_clients/wsock_test/resources/wsock_test.js
@@ -1,6 +1,6 @@
 /*
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 63a81c71..06a1e303 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/CMakeLists.txt b/src/tests/blueprint/CMakeLists.txt
index 2a45a42d..5a80e634 100644
--- a/src/tests/blueprint/CMakeLists.txt
+++ b/src/tests/blueprint/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/c/CMakeLists.txt b/src/tests/blueprint/c/CMakeLists.txt
index 60a7b2d1..2b857208 100644
--- a/src/tests/blueprint/c/CMakeLists.txt
+++ b/src/tests/blueprint/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/c/t_c_blueprint_mcarray.cpp b/src/tests/blueprint/c/t_c_blueprint_mcarray.cpp
index 546e6c9d..63af778d 100644
--- a/src/tests/blueprint/c/t_c_blueprint_mcarray.cpp
+++ b/src/tests/blueprint/c/t_c_blueprint_mcarray.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/blueprint/c/t_c_blueprint_mesh.cpp b/src/tests/blueprint/c/t_c_blueprint_mesh.cpp
index 98badbc1..a0831a5c 100644
--- a/src/tests/blueprint/c/t_c_blueprint_mesh.cpp
+++ b/src/tests/blueprint/c/t_c_blueprint_mesh.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/blueprint/c/t_c_blueprint_smoke.cpp b/src/tests/blueprint/c/t_c_blueprint_smoke.cpp
index 73817fa5..52add44e 100644
--- a/src/tests/blueprint/c/t_c_blueprint_smoke.cpp
+++ b/src/tests/blueprint/c/t_c_blueprint_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/blueprint/fortran/CMakeLists.txt b/src/tests/blueprint/fortran/CMakeLists.txt
index a7238f40..1851a59d 100644
--- a/src/tests/blueprint/fortran/CMakeLists.txt
+++ b/src/tests/blueprint/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f90 b/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f90
index 59b9be48..f33b9e8a 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f90
+++ b/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_mesh.f90 b/src/tests/blueprint/fortran/t_f_blueprint_mesh.f90
index 9a34e0f8..853dd484 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_mesh.f90
+++ b/src/tests/blueprint/fortran/t_f_blueprint_mesh.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_smoke.f90 b/src/tests/blueprint/fortran/t_f_blueprint_smoke.f90
index 4f129328..26c95551 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_smoke.f90
+++ b/src/tests/blueprint/fortran/t_f_blueprint_smoke.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/blueprint/python/CMakeLists.txt b/src/tests/blueprint/python/CMakeLists.txt
index 683a1b4b..f89cd205 100644
--- a/src/tests/blueprint/python/CMakeLists.txt
+++ b/src/tests/blueprint/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/python/t_python_blueprint_mcarray.py b/src/tests/blueprint/python/t_python_blueprint_mcarray.py
index fbd7bdb1..118e35aa 100644
--- a/src/tests/blueprint/python/t_python_blueprint_mcarray.py
+++ b/src/tests/blueprint/python/t_python_blueprint_mcarray.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/python/t_python_blueprint_mesh.py b/src/tests/blueprint/python/t_python_blueprint_mesh.py
index 7fc552d4..a03bff0f 100644
--- a/src/tests/blueprint/python/t_python_blueprint_mesh.py
+++ b/src/tests/blueprint/python/t_python_blueprint_mesh.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/python/t_python_blueprint_smoke.py b/src/tests/blueprint/python/t_python_blueprint_smoke.py
index a59a0927..135e760b 100644
--- a/src/tests/blueprint/python/t_python_blueprint_smoke.py
+++ b/src/tests/blueprint/python/t_python_blueprint_smoke.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/CMakeLists.txt b/src/tests/conduit/CMakeLists.txt
index 5453f262..5d5b2412 100644
--- a/src/tests/conduit/CMakeLists.txt
+++ b/src/tests/conduit/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/c/CMakeLists.txt b/src/tests/conduit/c/CMakeLists.txt
index 3ec0dcdb..5d162266 100644
--- a/src/tests/conduit/c/CMakeLists.txt
+++ b/src/tests/conduit/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/c/t_c_conduit_node.cpp b/src/tests/conduit/c/t_c_conduit_node.cpp
index c7a70d82..7bcf0d22 100644
--- a/src/tests/conduit/c/t_c_conduit_node.cpp
+++ b/src/tests/conduit/c/t_c_conduit_node.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/c/t_c_conduit_node_set.cpp b/src/tests/conduit/c/t_c_conduit_node_set.cpp
index 3c1ed655..dd6ba582 100644
--- a/src/tests/conduit/c/t_c_conduit_node_set.cpp
+++ b/src/tests/conduit/c/t_c_conduit_node_set.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/c/t_c_conduit_smoke.cpp b/src/tests/conduit/c/t_c_conduit_smoke.cpp
index ba615f64..62ad67b2 100644
--- a/src/tests/conduit/c/t_c_conduit_smoke.cpp
+++ b/src/tests/conduit/c/t_c_conduit_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/fortran/CMakeLists.txt b/src/tests/conduit/fortran/CMakeLists.txt
index ddc240f4..b36fc050 100644
--- a/src/tests/conduit/fortran/CMakeLists.txt
+++ b/src/tests/conduit/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node.f90 b/src/tests/conduit/fortran/t_f_conduit_node.f90
index e10e2289..0fbed270 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_node.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f90 b/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f90
index 33b70298..ecce9463 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_float.f90 b/src/tests/conduit/fortran/t_f_conduit_node_float.f90
index 43cc188f..a25252b6 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_float.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_node_float.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_int.f90 b/src/tests/conduit/fortran/t_f_conduit_node_int.f90
index e9bf6f05..7429bc1f 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_int.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_node_int.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_obj.f90 b/src/tests/conduit/fortran/t_f_conduit_node_obj.f90
index ba3f8ae3..babc6968 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_obj.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_node_obj.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_smoke.f90 b/src/tests/conduit/fortran/t_f_conduit_smoke.f90
index ba012a46..4e4fba1b 100644
--- a/src/tests/conduit/fortran/t_f_conduit_smoke.f90
+++ b/src/tests/conduit/fortran/t_f_conduit_smoke.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_type_sizes.f90 b/src/tests/conduit/fortran/t_f_type_sizes.f90
index aeb15437..f86ca3c1 100644
--- a/src/tests/conduit/fortran/t_f_type_sizes.f90
+++ b/src/tests/conduit/fortran/t_f_type_sizes.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/python/CMakeLists.txt b/src/tests/conduit/python/CMakeLists.txt
index 1c73bd27..8175bcc5 100644
--- a/src/tests/conduit/python/CMakeLists.txt
+++ b/src/tests/conduit/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_datatype.py b/src/tests/conduit/python/t_python_conduit_datatype.py
index da591b0c..d48712ec 100644
--- a/src/tests/conduit/python/t_python_conduit_datatype.py
+++ b/src/tests/conduit/python/t_python_conduit_datatype.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_endianness.py b/src/tests/conduit/python/t_python_conduit_endianness.py
index 3398cade..e7ceb39c 100644
--- a/src/tests/conduit/python/t_python_conduit_endianness.py
+++ b/src/tests/conduit/python/t_python_conduit_endianness.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_generator.py b/src/tests/conduit/python/t_python_conduit_generator.py
index 0a43a1a8..e75d398e 100644
--- a/src/tests/conduit/python/t_python_conduit_generator.py
+++ b/src/tests/conduit/python/t_python_conduit_generator.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_node_iterator.py b/src/tests/conduit/python/t_python_conduit_node_iterator.py
index 21f39fb8..9fc0a01b 100644
--- a/src/tests/conduit/python/t_python_conduit_node_iterator.py
+++ b/src/tests/conduit/python/t_python_conduit_node_iterator.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_schema.py b/src/tests/conduit/python/t_python_conduit_schema.py
index 30da27d4..0141d11a 100644
--- a/src/tests/conduit/python/t_python_conduit_schema.py
+++ b/src/tests/conduit/python/t_python_conduit_schema.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_smoke.py b/src/tests/conduit/python/t_python_conduit_smoke.py
index 9095ff4a..139158c5 100644
--- a/src/tests/conduit/python/t_python_conduit_smoke.py
+++ b/src/tests/conduit/python/t_python_conduit_smoke.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/t_conduit_array.cpp b/src/tests/conduit/t_conduit_array.cpp
index 65128551..69fde04a 100644
--- a/src/tests/conduit/t_conduit_array.cpp
+++ b/src/tests/conduit/t_conduit_array.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_char8_str.cpp b/src/tests/conduit/t_conduit_char8_str.cpp
index cc1342b4..d35c26ea 100644
--- a/src/tests/conduit/t_conduit_char8_str.cpp
+++ b/src/tests/conduit/t_conduit_char8_str.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_datatype_tests.cpp b/src/tests/conduit/t_conduit_datatype_tests.cpp
index f65bf65a..8a97d1a1 100644
--- a/src/tests/conduit/t_conduit_datatype_tests.cpp
+++ b/src/tests/conduit/t_conduit_datatype_tests.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_endianness.cpp b/src/tests/conduit/t_conduit_endianness.cpp
index 63ce5bec..3ac87248 100644
--- a/src/tests/conduit/t_conduit_endianness.cpp
+++ b/src/tests/conduit/t_conduit_endianness.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_generator.cpp b/src/tests/conduit/t_conduit_generator.cpp
index c6014aab..cc13ef31 100644
--- a/src/tests/conduit/t_conduit_generator.cpp
+++ b/src/tests/conduit/t_conduit_generator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_json.cpp b/src/tests/conduit/t_conduit_json.cpp
index 0825adba..96b37c9e 100644
--- a/src/tests/conduit/t_conduit_json.cpp
+++ b/src/tests/conduit/t_conduit_json.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_json_sanitize.cpp b/src/tests/conduit/t_conduit_json_sanitize.cpp
index afae4b6d..73e357b6 100644
--- a/src/tests/conduit/t_conduit_json_sanitize.cpp
+++ b/src/tests/conduit/t_conduit_json_sanitize.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_list_of.cpp b/src/tests/conduit/t_conduit_list_of.cpp
index d28748d6..2f3212c1 100644
--- a/src/tests/conduit/t_conduit_list_of.cpp
+++ b/src/tests/conduit/t_conduit_list_of.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node.cpp b/src/tests/conduit/t_conduit_node.cpp
index fe31fe6a..d880733f 100644
--- a/src/tests/conduit/t_conduit_node.cpp
+++ b/src/tests/conduit/t_conduit_node.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_binary_io.cpp b/src/tests/conduit/t_conduit_node_binary_io.cpp
index e5b6e9b7..36d9f043 100644
--- a/src/tests/conduit/t_conduit_node_binary_io.cpp
+++ b/src/tests/conduit/t_conduit_node_binary_io.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_compact.cpp b/src/tests/conduit/t_conduit_node_compact.cpp
index 979e81ac..d137bf79 100644
--- a/src/tests/conduit/t_conduit_node_compact.cpp
+++ b/src/tests/conduit/t_conduit_node_compact.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_info.cpp b/src/tests/conduit/t_conduit_node_info.cpp
index 9ade6c73..83f9f85c 100644
--- a/src/tests/conduit/t_conduit_node_info.cpp
+++ b/src/tests/conduit/t_conduit_node_info.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_iterator.cpp b/src/tests/conduit/t_conduit_node_iterator.cpp
index 84d709e9..d70bcc2b 100644
--- a/src/tests/conduit/t_conduit_node_iterator.cpp
+++ b/src/tests/conduit/t_conduit_node_iterator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_parent.cpp b/src/tests/conduit/t_conduit_node_parent.cpp
index 1d910704..c7e0ff73 100644
--- a/src/tests/conduit/t_conduit_node_parent.cpp
+++ b/src/tests/conduit/t_conduit_node_parent.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_paths.cpp b/src/tests/conduit/t_conduit_node_paths.cpp
index 3ae2e77f..e5fe3d77 100644
--- a/src/tests/conduit/t_conduit_node_paths.cpp
+++ b/src/tests/conduit/t_conduit_node_paths.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_save_load.cpp b/src/tests/conduit/t_conduit_node_save_load.cpp
index e5068b4b..06f92c7b 100644
--- a/src/tests/conduit/t_conduit_node_save_load.cpp
+++ b/src/tests/conduit/t_conduit_node_save_load.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_set.cpp b/src/tests/conduit/t_conduit_node_set.cpp
index 77336ce3..c3243735 100644
--- a/src/tests/conduit/t_conduit_node_set.cpp
+++ b/src/tests/conduit/t_conduit_node_set.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_to_array.cpp b/src/tests/conduit/t_conduit_node_to_array.cpp
index 364f75c0..32e4fd62 100644
--- a/src/tests/conduit/t_conduit_node_to_array.cpp
+++ b/src/tests/conduit/t_conduit_node_to_array.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_to_value.cpp b/src/tests/conduit/t_conduit_node_to_value.cpp
index 8cf18c48..1a34c8ee 100644
--- a/src/tests/conduit/t_conduit_node_to_value.cpp
+++ b/src/tests/conduit/t_conduit_node_to_value.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_update.cpp b/src/tests/conduit/t_conduit_node_update.cpp
index 36802092..957249b0 100644
--- a/src/tests/conduit/t_conduit_node_update.cpp
+++ b/src/tests/conduit/t_conduit_node_update.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_serialize.cpp b/src/tests/conduit/t_conduit_serialize.cpp
index becff1fe..437ab331 100644
--- a/src/tests/conduit/t_conduit_serialize.cpp
+++ b/src/tests/conduit/t_conduit_serialize.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_smoke.cpp b/src/tests/conduit/t_conduit_smoke.cpp
index 0c07c406..4509e3fe 100644
--- a/src/tests/conduit/t_conduit_smoke.cpp
+++ b/src/tests/conduit/t_conduit_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_to_string.cpp b/src/tests/conduit/t_conduit_to_string.cpp
index 5c039c2a..ae47f1c5 100644
--- a/src/tests/conduit/t_conduit_to_string.cpp
+++ b/src/tests/conduit/t_conduit_to_string.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_utils.cpp b/src/tests/conduit/t_conduit_utils.cpp
index c1cc2cc3..1658192b 100644
--- a/src/tests/conduit/t_conduit_utils.cpp
+++ b/src/tests/conduit/t_conduit_utils.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/CMakeLists.txt b/src/tests/docs/CMakeLists.txt
index f5b76f5f..79787e61 100644
--- a/src/tests/docs/CMakeLists.txt
+++ b/src/tests/docs/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/docs/t_conduit_docs_blueprint_demos.cpp b/src/tests/docs/t_conduit_docs_blueprint_demos.cpp
index ff7383f7..8ee1fadc 100644
--- a/src/tests/docs/t_conduit_docs_blueprint_demos.cpp
+++ b/src/tests/docs/t_conduit_docs_blueprint_demos.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_blueprint_examples.cpp b/src/tests/docs/t_conduit_docs_blueprint_examples.cpp
index f2da5953..23c5d256 100644
--- a/src/tests/docs/t_conduit_docs_blueprint_examples.cpp
+++ b/src/tests/docs/t_conduit_docs_blueprint_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_relay_io_generic_examples.cpp b/src/tests/docs/t_conduit_docs_relay_io_generic_examples.cpp
index fbf6b4d7..362b56e9 100644
--- a/src/tests/docs/t_conduit_docs_relay_io_generic_examples.cpp
+++ b/src/tests/docs/t_conduit_docs_relay_io_generic_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_relay_io_handle_examples.cpp b/src/tests/docs/t_conduit_docs_relay_io_handle_examples.cpp
index cdea48a6..5e16e74c 100644
--- a/src/tests/docs/t_conduit_docs_relay_io_handle_examples.cpp
+++ b/src/tests/docs/t_conduit_docs_relay_io_handle_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_relay_io_hdf5_examples.cpp b/src/tests/docs/t_conduit_docs_relay_io_hdf5_examples.cpp
index bd8235d4..f3012c3a 100644
--- a/src/tests/docs/t_conduit_docs_relay_io_hdf5_examples.cpp
+++ b/src/tests/docs/t_conduit_docs_relay_io_hdf5_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_basics.cpp b/src/tests/docs/t_conduit_docs_tutorial_basics.cpp
index 9cddb8a4..ab4e1546 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_basics.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_basics.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_errors.cpp b/src/tests/docs/t_conduit_docs_tutorial_errors.cpp
index fa75076a..93e91c86 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_errors.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_errors.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_json.cpp b/src/tests/docs/t_conduit_docs_tutorial_json.cpp
index 305fc8d6..64c389eb 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_json.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_json.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_numeric.cpp b/src/tests/docs/t_conduit_docs_tutorial_numeric.cpp
index 61fd263f..b292a7bb 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_numeric.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_numeric.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_ownership.cpp b/src/tests/docs/t_conduit_docs_tutorial_ownership.cpp
index 4bef5a68..67f25bd2 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_ownership.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_ownership.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_python_basics.py b/src/tests/docs/t_conduit_docs_tutorial_python_basics.py
index af1da094..027d9654 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_python_basics.py
+++ b/src/tests/docs/t_conduit_docs_tutorial_python_basics.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_python_json.py b/src/tests/docs/t_conduit_docs_tutorial_python_json.py
index b7db1d36..4d7d3590 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_python_json.py
+++ b/src/tests/docs/t_conduit_docs_tutorial_python_json.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_python_numeric.py b/src/tests/docs/t_conduit_docs_tutorial_python_numeric.py
index 929bafc7..0fc14797 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_python_numeric.py
+++ b/src/tests/docs/t_conduit_docs_tutorial_python_numeric.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_python_ownership.py b/src/tests/docs/t_conduit_docs_tutorial_python_ownership.py
index 9b5d201b..519848a2 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_python_ownership.py
+++ b/src/tests/docs/t_conduit_docs_tutorial_python_ownership.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_python_relay_io_handle_examples.py b/src/tests/docs/t_conduit_docs_tutorial_python_relay_io_handle_examples.py
index 9203de2c..d444054f 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_python_relay_io_handle_examples.py
+++ b/src/tests/docs/t_conduit_docs_tutorial_python_relay_io_handle_examples.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/CMakeLists.txt b/src/tests/relay/CMakeLists.txt
index 60792ae9..fa5ae245 100644
--- a/src/tests/relay/CMakeLists.txt
+++ b/src/tests/relay/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/adios_test_utils.hpp b/src/tests/relay/adios_test_utils.hpp
index bd8fb2ee..d55ee042 100644
--- a/src/tests/relay/adios_test_utils.hpp
+++ b/src/tests/relay/adios_test_utils.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/c/CMakeLists.txt b/src/tests/relay/c/CMakeLists.txt
index 4ce17687..04bf7309 100644
--- a/src/tests/relay/c/CMakeLists.txt
+++ b/src/tests/relay/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/c/t_c_relay_io_adios.cpp b/src/tests/relay/c/t_c_relay_io_adios.cpp
index 78fac694..069c7dfe 100644
--- a/src/tests/relay/c/t_c_relay_io_adios.cpp
+++ b/src/tests/relay/c/t_c_relay_io_adios.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/c/t_c_relay_mpi_io_adios.cpp b/src/tests/relay/c/t_c_relay_mpi_io_adios.cpp
index c1426050..8c5d0f5d 100644
--- a/src/tests/relay/c/t_c_relay_mpi_io_adios.cpp
+++ b/src/tests/relay/c/t_c_relay_mpi_io_adios.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/c/t_c_relay_smoke.cpp b/src/tests/relay/c/t_c_relay_smoke.cpp
index a15b4fa7..46a73d20 100644
--- a/src/tests/relay/c/t_c_relay_smoke.cpp
+++ b/src/tests/relay/c/t_c_relay_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/fortran/CMakeLists.txt b/src/tests/relay/fortran/CMakeLists.txt
index 9d87995a..5bcfc546 100644
--- a/src/tests/relay/fortran/CMakeLists.txt
+++ b/src/tests/relay/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/fortran/t_f_relay_smoke.f90 b/src/tests/relay/fortran/t_f_relay_smoke.f90
index d98ec261..286faa54 100644
--- a/src/tests/relay/fortran/t_f_relay_smoke.f90
+++ b/src/tests/relay/fortran/t_f_relay_smoke.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/relay/python/CMakeLists.txt b/src/tests/relay/python/CMakeLists.txt
index a29293b6..55eaf145 100644
--- a/src/tests/relay/python/CMakeLists.txt
+++ b/src/tests/relay/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/python/t_python_relay_io.py b/src/tests/relay/python/t_python_relay_io.py
index 808beb78..894f42f8 100644
--- a/src/tests/relay/python/t_python_relay_io.py
+++ b/src/tests/relay/python/t_python_relay_io.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/python/t_python_relay_io_handle.py b/src/tests/relay/python/t_python_relay_io_handle.py
index 424d187d..01b4139c 100644
--- a/src/tests/relay/python/t_python_relay_io_handle.py
+++ b/src/tests/relay/python/t_python_relay_io_handle.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/python/t_python_relay_smoke.py b/src/tests/relay/python/t_python_relay_smoke.py
index dad32f74..1dbbb8e5 100644
--- a/src/tests/relay/python/t_python_relay_smoke.py
+++ b/src/tests/relay/python/t_python_relay_smoke.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/python/t_python_relay_web.py b/src/tests/relay/python/t_python_relay_web.py
index 0795d071..53b75487 100644
--- a/src/tests/relay/python/t_python_relay_web.py
+++ b/src/tests/relay/python/t_python_relay_web.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/t_relay_io_adios.cpp b/src/tests/relay/t_relay_io_adios.cpp
index b2b39873..2a47c594 100644
--- a/src/tests/relay/t_relay_io_adios.cpp
+++ b/src/tests/relay/t_relay_io_adios.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_basic.cpp b/src/tests/relay/t_relay_io_basic.cpp
index aaeef6e3..dd838af6 100644
--- a/src/tests/relay/t_relay_io_basic.cpp
+++ b/src/tests/relay/t_relay_io_basic.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_file_sizes.cpp b/src/tests/relay/t_relay_io_file_sizes.cpp
index ed9e9b20..2fab7dfc 100644
--- a/src/tests/relay/t_relay_io_file_sizes.cpp
+++ b/src/tests/relay/t_relay_io_file_sizes.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_handle.cpp b/src/tests/relay/t_relay_io_handle.cpp
index 062e076e..4c5535bc 100644
--- a/src/tests/relay/t_relay_io_handle.cpp
+++ b/src/tests/relay/t_relay_io_handle.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_hdf5.cpp b/src/tests/relay/t_relay_io_hdf5.cpp
index a0d6e642..e97b12bb 100644
--- a/src/tests/relay/t_relay_io_hdf5.cpp
+++ b/src/tests/relay/t_relay_io_hdf5.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_hdf5_opts.cpp b/src/tests/relay/t_relay_io_hdf5_opts.cpp
index 15e221a3..3fa7b918 100644
--- a/src/tests/relay/t_relay_io_hdf5_opts.cpp
+++ b/src/tests/relay/t_relay_io_hdf5_opts.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_hdf5_read_and_print.cpp b/src/tests/relay/t_relay_io_hdf5_read_and_print.cpp
index ad4d2422..d7fdbf5a 100644
--- a/src/tests/relay/t_relay_io_hdf5_read_and_print.cpp
+++ b/src/tests/relay/t_relay_io_hdf5_read_and_print.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_hdf5_slab.cpp b/src/tests/relay/t_relay_io_hdf5_slab.cpp
index 39481dff..1b0ddf53 100644
--- a/src/tests/relay/t_relay_io_hdf5_slab.cpp
+++ b/src/tests/relay/t_relay_io_hdf5_slab.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_io_silo.cpp b/src/tests/relay/t_relay_io_silo.cpp
index 9b4b1b33..9d8c9f41 100644
--- a/src/tests/relay/t_relay_io_silo.cpp
+++ b/src/tests/relay/t_relay_io_silo.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_mpi_io_adios.cpp b/src/tests/relay/t_relay_mpi_io_adios.cpp
index 35e820ba..4b1524b0 100644
--- a/src/tests/relay/t_relay_mpi_io_adios.cpp
+++ b/src/tests/relay/t_relay_mpi_io_adios.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_mpi_smoke.cpp b/src/tests/relay/t_relay_mpi_smoke.cpp
index 132fd871..60092ed6 100644
--- a/src/tests/relay/t_relay_mpi_smoke.cpp
+++ b/src/tests/relay/t_relay_mpi_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_mpi_test.cpp b/src/tests/relay/t_relay_mpi_test.cpp
index 1783366c..f7982721 100644
--- a/src/tests/relay/t_relay_mpi_test.cpp
+++ b/src/tests/relay/t_relay_mpi_test.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_node_viewer.cpp b/src/tests/relay/t_relay_node_viewer.cpp
index 8040f14f..a7d4c4ec 100644
--- a/src/tests/relay/t_relay_node_viewer.cpp
+++ b/src/tests/relay/t_relay_node_viewer.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_smoke.cpp b/src/tests/relay/t_relay_smoke.cpp
index bdf7e765..332a3d93 100644
--- a/src/tests/relay/t_relay_smoke.cpp
+++ b/src/tests/relay/t_relay_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/relay/t_relay_websocket.cpp b/src/tests/relay/t_relay_websocket.cpp
index 38f321fd..c65f8c85 100644
--- a/src/tests/relay/t_relay_websocket.cpp
+++ b/src/tests/relay/t_relay_websocket.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/t_config.hpp.in b/src/tests/t_config.hpp.in
index 58dd7934..54ff1dbe 100644
--- a/src/tests/t_config.hpp.in
+++ b/src/tests/t_config.hpp.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/CMakeLists.txt b/src/tests/thirdparty/CMakeLists.txt
index 4ef634c3..96fb8e00 100644
--- a/src/tests/thirdparty/CMakeLists.txt
+++ b/src/tests/thirdparty/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/tests/thirdparty/t_adios_smoke.cpp b/src/tests/thirdparty/t_adios_smoke.cpp
index 35505763..959f1f22 100644
--- a/src/tests/thirdparty/t_adios_smoke.cpp
+++ b/src/tests/thirdparty/t_adios_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_civetweb_smoke.cpp b/src/tests/thirdparty/t_civetweb_smoke.cpp
index ee1816b7..cb76e0f7 100644
--- a/src/tests/thirdparty/t_civetweb_smoke.cpp
+++ b/src/tests/thirdparty/t_civetweb_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_fortran_smoke.f90 b/src/tests/thirdparty/t_fortran_smoke.f90
index 3358b7d3..b84bbb55 100644
--- a/src/tests/thirdparty/t_fortran_smoke.f90
+++ b/src/tests/thirdparty/t_fortran_smoke.f90
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/thirdparty/t_hdf5_smoke.cpp b/src/tests/thirdparty/t_hdf5_smoke.cpp
index abd4b874..3d9bb1eb 100644
--- a/src/tests/thirdparty/t_hdf5_smoke.cpp
+++ b/src/tests/thirdparty/t_hdf5_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_libb64_smoke.cpp b/src/tests/thirdparty/t_libb64_smoke.cpp
index fb1f4cde..ac5112cc 100644
--- a/src/tests/thirdparty/t_libb64_smoke.cpp
+++ b/src/tests/thirdparty/t_libb64_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_numpy_smoke.cpp b/src/tests/thirdparty/t_numpy_smoke.cpp
index 024a159c..01a3e330 100644
--- a/src/tests/thirdparty/t_numpy_smoke.cpp
+++ b/src/tests/thirdparty/t_numpy_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_rapidjson_smoke.cpp b/src/tests/thirdparty/t_rapidjson_smoke.cpp
index 3e201c9f..75a4428d 100644
--- a/src/tests/thirdparty/t_rapidjson_smoke.cpp
+++ b/src/tests/thirdparty/t_rapidjson_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_silo_smoke.cpp b/src/tests/thirdparty/t_silo_smoke.cpp
index 5805a05c..6579202b 100644
--- a/src/tests/thirdparty/t_silo_smoke.cpp
+++ b/src/tests/thirdparty/t_silo_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2018, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt b/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt
index 3818408d..f111df3d 100644
--- a/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt
+++ b/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/thirdparty_builtin/libb64-1.2.1/CMakeLists.txt b/src/thirdparty_builtin/libb64-1.2.1/CMakeLists.txt
index d2fa1afe..246d73d9 100644
--- a/src/thirdparty_builtin/libb64-1.2.1/CMakeLists.txt
+++ b/src/thirdparty_builtin/libb64-1.2.1/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) Copyright (c) 2015-2018, Lawrence Livermore National Security, LLC.
+# Copyright (c) Copyright (c) 2015-2019, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
-- 
GitLab