From fcc5b937356a190494f44d4a1ccf6d2193f9f09d Mon Sep 17 00:00:00 2001
From: Cyrus Harrison <cyrush@llnl.gov>
Date: Fri, 6 Jan 2017 10:48:09 -0800
Subject: [PATCH] update version and copyright date (#131)

---
 LICENSE                                       |  2 +-
 bootstrap-env.sh                              |  2 +-
 config-build.sh                               |  2 +-
 package.py                                    | 42 ++++++++++++++++-
 scripts/uberenv/packages/zlib/package.py      | 45 +++++++++++++++++++
 src/CMake/BasicTypeChecks.cmake               |  2 +-
 src/CMake/CMakeBasics.cmake                   |  2 +-
 src/CMake/Setup3rdParty.cmake                 |  2 +-
 src/CMake/SetupDocs.cmake                     |  2 +-
 src/CMake/SetupFortran.cmake                  |  2 +-
 src/CMake/SetupIncludes.cmake                 |  2 +-
 src/CMake/SetupTests.cmake                    |  2 +-
 src/CMake/tests/fortran_test_obj_support.f    |  2 +-
 src/CMake/thirdparty/FindNumPy.cmake          |  2 +-
 src/CMake/thirdparty/FindSphinx.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/CMakeLists.txt                            |  4 +-
 src/docs/CMakeLists.txt                       |  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/building.rst                  |  2 +-
 src/docs/sphinx/conduit.rst                   |  2 +-
 src/docs/sphinx/conduit_api.rst               |  2 +-
 src/docs/sphinx/conf.py                       |  4 +-
 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/relay.rst                     |  2 +-
 src/docs/sphinx/releases.rst                  |  2 +-
 src/docs/sphinx/tutorial_basics.rst           |  2 +-
 src/docs/sphinx/tutorial_errors.rst           |  2 +-
 src/docs/sphinx/tutorial_json.rst             |  2 +-
 src/docs/sphinx/tutorial_numeric.rst          |  2 +-
 src/docs/sphinx/tutorial_ownership.rst        |  2 +-
 src/docs/sphinx/tutorial_update.rst           |  2 +-
 src/docs/sphinx/user.rst                      |  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     |  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 +-
 .../blueprint/conduit_blueprint_utils.cpp     |  2 +-
 .../blueprint/conduit_blueprint_utils.hpp     |  2 +-
 .../conduit_blueprint_verify_exe.cpp          |  2 +-
 .../fortran/conduit_blueprint_fortran.f       |  2 +-
 .../conduit_blueprint_mcarray_fortran.f       |  2 +-
 .../fortran/conduit_blueprint_mesh_fortran.f  |  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 +-
 .../python/conduit_blueprint_python_exports.h |  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/CMake/BitwidthChecks.cmake   |  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_node.h             |  2 +-
 src/libs/conduit/c/conduit_node_c.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            |  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_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.F    |  2 +-
 ...onduit_fortran_bitwidth_style_types.inc.in |  2 +-
 .../conduit/fortran/conduit_fortran_obj.f     |  2 +-
 src/libs/conduit/python/CMakeLists.txt        |  2 +-
 src/libs/conduit/python/conduit_python.cpp    |  2 +-
 src/libs/conduit/python/conduit_python.hpp    |  2 +-
 .../conduit/python/conduit_python_exports.hpp |  2 +-
 src/libs/conduit/python/py_src/__init__.py    |  2 +-
 src/libs/relay/CMakeLists.txt                 |  2 +-
 src/libs/relay/c/conduit_relay.h              |  2 +-
 src/libs/relay/c/conduit_relay_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        |  2 +-
 src/libs/relay/conduit_relay_hdf5.cpp         |  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_mpi.cpp          |  2 +-
 src/libs/relay/conduit_relay_mpi.hpp          |  2 +-
 src/libs/relay/conduit_relay_silo.cpp         |  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.f     |  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     |  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 +-
 .../blueprint/fortran/t_f_blueprint_mcarray.f |  2 +-
 .../blueprint/fortran/t_f_blueprint_mesh.f    |  2 +-
 .../blueprint/fortran/t_f_blueprint_smoke.f   |  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 +-
 src/tests/conduit/fortran/t_f_conduit_node.f  |  2 +-
 .../fortran/t_f_conduit_node_char8_str.f      |  2 +-
 .../conduit/fortran/t_f_conduit_node_float.f  |  2 +-
 .../conduit/fortran/t_f_conduit_node_int.f    |  2 +-
 .../conduit/fortran/t_f_conduit_node_obj.f    |  2 +-
 src/tests/conduit/fortran/t_f_conduit_smoke.f |  2 +-
 src/tests/conduit/fortran/t_f_type_sizes.f    |  2 +-
 src/tests/conduit/python/CMakeLists.txt       |  2 +-
 .../python/t_python_conduit_datatype.py       |  2 +-
 .../python/t_python_conduit_generator.py      |  2 +-
 .../conduit/python/t_python_conduit_node.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_convert.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_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 +-
 .../t_conduit_docs_blueprint_examples.cpp     |  2 +-
 .../docs/t_conduit_docs_tutorial_examples.cpp |  2 +-
 src/tests/relay/CMakeLists.txt                |  2 +-
 src/tests/relay/c/CMakeLists.txt              |  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.f     |  2 +-
 src/tests/relay/python/CMakeLists.txt         |  2 +-
 src/tests/relay/python/t_python_relay_io.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_basic.cpp          |  2 +-
 src/tests/relay/t_relay_io_hdf5.cpp           |  2 +-
 .../relay/t_relay_io_hdf5_read_and_print.cpp  |  2 +-
 src/tests/relay/t_relay_io_silo.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_civetweb_smoke.cpp     |  2 +-
 src/tests/thirdparty/t_fortran_smoke.f        |  2 +-
 src/tests/thirdparty/t_fruit_smoke.f          |  2 +-
 src/tests/thirdparty/t_gtest_smoke.cpp        |  2 +-
 src/tests/thirdparty/t_hdf5_smoke.cpp         |  2 +-
 src/tests/thirdparty/t_libb64_smoke.cpp       |  2 +-
 src/tests/thirdparty/t_mpi_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 +-
 .../fruit-3.3.9/CMakeLists.txt                |  2 +-
 .../fruit-3.3.9/gtest_fortran_driver.cpp      |  2 +-
 .../libb64-1.2.1/CMakeLists.txt               |  2 +-
 265 files changed, 351 insertions(+), 268 deletions(-)
 create mode 100644 scripts/uberenv/packages/zlib/package.py

diff --git a/LICENSE b/LICENSE
index ec8ad841..d35c4f20 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 
 Produced at the Lawrence Livermore National Laboratory
 
diff --git a/bootstrap-env.sh b/bootstrap-env.sh
index 7265f775..2455fa31 100755
--- a/bootstrap-env.sh
+++ b/bootstrap-env.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/config-build.sh b/config-build.sh
index ea0da0da..eb2cce9e 100755
--- a/config-build.sh
+++ b/config-build.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/package.py b/package.py
index 8fdcce53..f411d908 100755
--- a/package.py
+++ b/package.py
@@ -1,7 +1,45 @@
 #!/bin/env python
 ###############################################################################
-#
-# TODO: STRAWMAN RELEASE HEADER
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
+# 
+# Produced at the Lawrence Livermore National Laboratory
+# 
+# LLNL-CODE-666778
+# 
+# All rights reserved.
+# 
+# This file is part of Conduit. 
+# 
+# For details, see: http://software.llnl.gov/conduit/.
+# 
+# Please also read conduit/LICENSE
+# 
+# Redistribution and use in source and binary forms, with or without 
+# modification, are permitted provided that the following conditions are met:
+# 
+# * Redistributions of source code must retain the above copyright notice, 
+#   this list of conditions and the disclaimer below.
+# 
+# * Redistributions in binary form must reproduce the above copyright notice,
+#   this list of conditions and the disclaimer (as noted below) in the
+#   documentation and/or other materials provided with the distribution.
+# 
+# * Neither the name of the LLNS/LLNL nor the names of its contributors may
+#   be used to endorse or promote products derived from this software without
+#   specific prior written permission.
+# 
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
+# LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
+# DAMAGES  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
+# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+# POSSIBILITY OF SUCH DAMAGE.
 # 
 ###############################################################################
 
diff --git a/scripts/uberenv/packages/zlib/package.py b/scripts/uberenv/packages/zlib/package.py
new file mode 100644
index 00000000..4e99141b
--- /dev/null
+++ b/scripts/uberenv/packages/zlib/package.py
@@ -0,0 +1,45 @@
+##############################################################################
+# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/llnl/spack
+# Please also see the LICENSE file for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+from spack import *
+
+class Zlib(Package):
+    """zlib is designed to be a free, general-purpose, legally unencumbered --
+       that is, not covered by any patents -- lossless data-compression library for
+       use on virtually any computer hardware and operating system.
+    """
+
+    homepage = "http://zlib.net"
+    url      = "http://zlib.net/fossils/zlib-1.2.10.tar.gz"
+
+    version('1.2.10', 'd9794246f853d15ce0fcbf79b9a3cf13')
+    version('1.2.8', '44d667c142d7cda120332623eab69f40')
+
+    
+
+    def install(self, spec, prefix):
+        configure("--prefix=%s" % prefix)
+
+        make()
+        make("install")
diff --git a/src/CMake/BasicTypeChecks.cmake b/src/CMake/BasicTypeChecks.cmake
index b95587ef..c27468d3 100644
--- a/src/CMake/BasicTypeChecks.cmake
+++ b/src/CMake/BasicTypeChecks.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 4166d677..14df75a7 100644
--- a/src/CMake/CMakeBasics.cmake
+++ b/src/CMake/CMakeBasics.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 2cf797d7..7f2b72d4 100644
--- a/src/CMake/Setup3rdParty.cmake
+++ b/src/CMake/Setup3rdParty.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/CMake/SetupDocs.cmake b/src/CMake/SetupDocs.cmake
index fdac8757..54aad0f9 100644
--- a/src/CMake/SetupDocs.cmake
+++ b/src/CMake/SetupDocs.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 0de3f792..326647c3 100644
--- a/src/CMake/SetupFortran.cmake
+++ b/src/CMake/SetupFortran.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 0c2eb910..bbedb15c 100644
--- a/src/CMake/SetupIncludes.cmake
+++ b/src/CMake/SetupIncludes.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 a44fab10..6baa2f35 100644
--- a/src/CMake/SetupTests.cmake
+++ b/src/CMake/SetupTests.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/CMake/tests/fortran_test_obj_support.f b/src/CMake/tests/fortran_test_obj_support.f
index bd77bbf6..e2ca1a1f 100644
--- a/src/CMake/tests/fortran_test_obj_support.f
+++ b/src/CMake/tests/fortran_test_obj_support.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 b7235d37..f04249c9 100644
--- a/src/CMake/thirdparty/FindNumPy.cmake
+++ b/src/CMake/thirdparty/FindNumPy.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/CMake/thirdparty/FindSphinx.cmake b/src/CMake/thirdparty/FindSphinx.cmake
index b7dfeb7c..b0e143f0 100644
--- a/src/CMake/thirdparty/FindSphinx.cmake
+++ b/src/CMake/thirdparty/FindSphinx.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 53cbb240..269b7c28 100644
--- a/src/CMake/thirdparty/SetupHDF5.cmake
+++ b/src/CMake/thirdparty/SetupHDF5.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 eb45ecc5..2ae20385 100644
--- a/src/CMake/thirdparty/SetupPython.cmake
+++ b/src/CMake/thirdparty/SetupPython.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 3f4ea183..e0223099 100644
--- a/src/CMake/thirdparty/SetupRapidJSON.cmake
+++ b/src/CMake/thirdparty/SetupRapidJSON.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 d37907ce..cc7de116 100644
--- a/src/CMake/thirdparty/SetupSilo.cmake
+++ b/src/CMake/thirdparty/SetupSilo.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4839c8f4..591d0f84 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
@@ -58,7 +58,7 @@ endif()
 # Conduit
 ################################
 
-project(conduit VERSION "0.2.0")
+project(conduit VERSION "0.2.1")
 
 ################################
 # Build Options
diff --git a/src/docs/CMakeLists.txt b/src/docs/CMakeLists.txt
index 7ce7a994..c84ebc82 100644
--- a/src/docs/CMakeLists.txt
+++ b/src/docs/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 29098415..82e3edd6 100644
--- a/src/docs/doxygen/CMakeLists.txt
+++ b/src/docs/doxygen/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 bcdf2739..27dd326c 100644
--- a/src/docs/doxygen/Doxyfile.in
+++ b/src/docs/doxygen/Doxyfile.in
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 686ae68a..23be111d 100644
--- a/src/docs/sphinx/CMakeLists.txt
+++ b/src/docs/sphinx/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 c5d8dc3c..0f4cdac5 100644
--- a/src/docs/sphinx/blueprint.rst
+++ b/src/docs/sphinx/blueprint.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 e3bbc4cf..cdab5cb5 100644
--- a/src/docs/sphinx/blueprint_mcarray.rst
+++ b/src/docs/sphinx/blueprint_mcarray.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 ab72632e..a826c409 100644
--- a/src/docs/sphinx/blueprint_mesh.rst
+++ b/src/docs/sphinx/blueprint_mesh.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/building.rst b/src/docs/sphinx/building.rst
index 36abfb79..26493c7c 100644
--- a/src/docs/sphinx/building.rst
+++ b/src/docs/sphinx/building.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 d0434598..98c507a8 100644
--- a/src/docs/sphinx/conduit.rst
+++ b/src/docs/sphinx/conduit.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/conduit_api.rst b/src/docs/sphinx/conduit_api.rst
index acda7d1b..2fc11ee3 100644
--- a/src/docs/sphinx/conduit_api.rst
+++ b/src/docs/sphinx/conduit_api.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 4ad2e531..f8b94194 100644
--- a/src/docs/sphinx/conf.py
+++ b/src/docs/sphinx/conf.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
@@ -101,7 +101,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Conduit'
-copyright = u'2014-2016, LLNS'
+copyright = u'2014-2017, 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
diff --git a/src/docs/sphinx/developer.rst b/src/docs/sphinx/developer.rst
index d250c8dd..66e9b6f4 100644
--- a/src/docs/sphinx/developer.rst
+++ b/src/docs/sphinx/developer.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 3b63d90a..5d0e0c47 100644
--- a/src/docs/sphinx/glossary.rst
+++ b/src/docs/sphinx/glossary.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 e0040eeb..5ed99250 100644
--- a/src/docs/sphinx/index.rst
+++ b/src/docs/sphinx/index.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 16123524..e90b16c6 100644
--- a/src/docs/sphinx/licenses.rst
+++ b/src/docs/sphinx/licenses.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 e835fc85..25c9850a 100644
--- a/src/docs/sphinx/presentations.rst
+++ b/src/docs/sphinx/presentations.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 d9ebce7f..05a9d304 100644
--- a/src/docs/sphinx/relay.rst
+++ b/src/docs/sphinx/relay.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 f574eec5..46d81728 100644
--- a/src/docs/sphinx/releases.rst
+++ b/src/docs/sphinx/releases.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. #
 .. # Produced at the Lawrence Livermore National Laboratory
 .. #
diff --git a/src/docs/sphinx/tutorial_basics.rst b/src/docs/sphinx/tutorial_basics.rst
index 12599896..3c4b3bb8 100644
--- a/src/docs/sphinx/tutorial_basics.rst
+++ b/src/docs/sphinx/tutorial_basics.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_errors.rst b/src/docs/sphinx/tutorial_errors.rst
index 6ea41c0b..6db8ad68 100644
--- a/src/docs/sphinx/tutorial_errors.rst
+++ b/src/docs/sphinx/tutorial_errors.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_json.rst b/src/docs/sphinx/tutorial_json.rst
index fcdec9ba..18d9673e 100644
--- a/src/docs/sphinx/tutorial_json.rst
+++ b/src/docs/sphinx/tutorial_json.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_numeric.rst b/src/docs/sphinx/tutorial_numeric.rst
index 1cf884ab..0eacee1f 100644
--- a/src/docs/sphinx/tutorial_numeric.rst
+++ b/src/docs/sphinx/tutorial_numeric.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_ownership.rst b/src/docs/sphinx/tutorial_ownership.rst
index e27dde97..374c581f 100644
--- a/src/docs/sphinx/tutorial_ownership.rst
+++ b/src/docs/sphinx/tutorial_ownership.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 .. # 
 .. # Produced at the Lawrence Livermore National Laboratory
 .. # 
diff --git a/src/docs/sphinx/tutorial_update.rst b/src/docs/sphinx/tutorial_update.rst
index 9a1b7e04..0464623b 100644
--- a/src/docs/sphinx/tutorial_update.rst
+++ b/src/docs/sphinx/tutorial_update.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 49119c9e..8d304fd7 100644
--- a/src/docs/sphinx/user.rst
+++ b/src/docs/sphinx/user.rst
@@ -1,5 +1,5 @@
 .. ############################################################################
-.. # Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+.. # Copyright (c) 2014-2017, 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 b55188d9..6e814755 100644
--- a/src/examples/using-with-cmake/CMakeLists.txt
+++ b/src/examples/using-with-cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 ce1eab71..362f3185 100644
--- a/src/examples/using-with-cmake/FindConduit.cmake
+++ b/src/examples/using-with-cmake/FindConduit.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 e9158a23..c35089c0 100644
--- a/src/examples/using-with-cmake/example.cpp
+++ b/src/examples/using-with-cmake/example.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 230a1428..93e18cb1 100644
--- a/src/examples/using-with-make/Makefile
+++ b/src/examples/using-with-make/Makefile
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 7453d2a0..2a15880c 100644
--- a/src/examples/using-with-make/example.cpp
+++ b/src/examples/using-with-make/example.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 4dfcf98d..19d980fc 100644
--- a/src/libs/CMakeLists.txt
+++ b/src/libs/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 d783e914..6cf53bd8 100644
--- a/src/libs/blueprint/CMakeLists.txt
+++ b/src/libs/blueprint/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 682e379d..ceb2b3b9 100644
--- a/src/libs/blueprint/c/conduit_blueprint.h
+++ b/src/libs/blueprint/c/conduit_blueprint.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d3482d9c..c626d00d 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5205fe71..d0626fbc 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 92f111be..5c184445 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 797174bb..0408e82b 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 aea5b83d..ad325a41 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 db6f04b5..042c3aca 100644
--- a/src/libs/blueprint/conduit_blueprint.cpp
+++ b/src/libs/blueprint/conduit_blueprint.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2af3c619..18571644 100644
--- a/src/libs/blueprint/conduit_blueprint.hpp
+++ b/src/libs/blueprint/conduit_blueprint.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_exports.h b/src/libs/blueprint/conduit_blueprint_exports.h
index 1a128e84..56105e01 100644
--- a/src/libs/blueprint/conduit_blueprint_exports.h
+++ b/src/libs/blueprint/conduit_blueprint_exports.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 9d3509be..bb12c9ed 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 aa0d48ed..98dac827 100644
--- a/src/libs/blueprint/conduit_blueprint_mcarray.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mcarray.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bca37687..1a042fb8 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5f08840e..93218a02 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 cd80bb5e..51bf254a 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh.cpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 f44b42ea..6d583fa5 100644
--- a/src/libs/blueprint/conduit_blueprint_mesh.hpp
+++ b/src/libs/blueprint/conduit_blueprint_mesh.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 764a04a4..cd125e0a 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6a8d1ea6..a747cadc 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_utils.cpp b/src/libs/blueprint/conduit_blueprint_utils.cpp
index e766657d..05f03b60 100644
--- a/src/libs/blueprint/conduit_blueprint_utils.cpp
+++ b/src/libs/blueprint/conduit_blueprint_utils.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/conduit_blueprint_utils.hpp b/src/libs/blueprint/conduit_blueprint_utils.hpp
index 7025497f..7814240d 100644
--- a/src/libs/blueprint/conduit_blueprint_utils.hpp
+++ b/src/libs/blueprint/conduit_blueprint_utils.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5df172d7..8ffeeacf 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_fortran.f b/src/libs/blueprint/fortran/conduit_blueprint_fortran.f
index 0b6c0d04..7fa9efdb 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_fortran.f
+++ b/src/libs/blueprint/fortran/conduit_blueprint_fortran.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f b/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f
index fd7ec832..19e5bc04 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f
+++ b/src/libs/blueprint/fortran/conduit_blueprint_mcarray_fortran.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f b/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f
index 7679ba83..286d34a8 100644
--- a/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f
+++ b/src/libs/blueprint/fortran/conduit_blueprint_mesh_fortran.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 6177c5ae..465a0779 100644
--- a/src/libs/blueprint/python/CMakeLists.txt
+++ b/src/libs/blueprint/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 b5c2da54..94cb0693 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 829109d7..4133137e 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 219d0c16..b57ce879 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 67e28e2a..8205eea5 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 a449ce73..2baed0eb 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/blueprint/python/conduit_blueprint_python_exports.h b/src/libs/blueprint/python/conduit_blueprint_python_exports.h
index 4be00946..8e759168 100644
--- a/src/libs/blueprint/python/conduit_blueprint_python_exports.h
+++ b/src/libs/blueprint/python/conduit_blueprint_python_exports.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5ee7a0a3..f03e2250 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 532da0b5..1ae8958c 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 e883ef91..21c5c885 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 ac7991e1..5de0418f 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 905f3656..9036ffd3 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/conduit/CMake/BitwidthChecks.cmake b/src/libs/conduit/CMake/BitwidthChecks.cmake
index 029496f3..42f768a0 100644
--- a/src/libs/conduit/CMake/BitwidthChecks.cmake
+++ b/src/libs/conduit/CMake/BitwidthChecks.cmake
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 a3012fec..abf13ca6 100644
--- a/src/libs/conduit/CMakeLists.txt
+++ b/src/libs/conduit/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 4007a9ed..30c3209f 100644
--- a/src/libs/conduit/c/conduit.h
+++ b/src/libs/conduit/c/conduit.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 26b6e530..0e562445 100644
--- a/src/libs/conduit/c/conduit_c.cpp
+++ b/src/libs/conduit/c/conduit_c.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e495829d..5e002fd1 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5ca1fa01..2809e2fa 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) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e466ed77..d508ed19 100644
--- a/src/libs/conduit/c/conduit_node.h
+++ b/src/libs/conduit/c/conduit_node.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 8e7d1edd..0e7258e4 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 cad894e1..eb3dfdc4 100644
--- a/src/libs/conduit/conduit.hpp
+++ b/src/libs/conduit/conduit.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 27b8d138..97559106 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 973ebc97..3fce46b6 100644
--- a/src/libs/conduit/conduit_config.h.in
+++ b/src/libs/conduit/conduit_config.h.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 a6e1cf3a..794f5221 100644
--- a/src/libs/conduit/conduit_core.cpp
+++ b/src/libs/conduit/conduit_core.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 0e5780e3..6e9c9450 100644
--- a/src/libs/conduit/conduit_core.hpp
+++ b/src/libs/conduit/conduit_core.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 54bd56dd..37f5b052 100644
--- a/src/libs/conduit/conduit_data_array.cpp
+++ b/src/libs/conduit/conduit_data_array.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 996a303d..589e2143 100644
--- a/src/libs/conduit/conduit_data_array.hpp
+++ b/src/libs/conduit/conduit_data_array.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 cde14e57..c7d9fb39 100644
--- a/src/libs/conduit/conduit_data_type.cpp
+++ b/src/libs/conduit/conduit_data_type.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 14b07fc0..437549b8 100644
--- a/src/libs/conduit/conduit_data_type.hpp
+++ b/src/libs/conduit/conduit_data_type.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 128206d9..78034379 100644
--- a/src/libs/conduit/conduit_endianness.cpp
+++ b/src/libs/conduit/conduit_endianness.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 0044339c..b8d77ce7 100644
--- a/src/libs/conduit/conduit_endianness.hpp
+++ b/src/libs/conduit/conduit_endianness.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 791bc150..d98f2f3c 100644
--- a/src/libs/conduit/conduit_endianness_types.h
+++ b/src/libs/conduit/conduit_endianness_types.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 0fe3e515..432bd7fc 100644
--- a/src/libs/conduit/conduit_error.cpp
+++ b/src/libs/conduit/conduit_error.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 47ccbda8..0e003585 100644
--- a/src/libs/conduit/conduit_error.hpp
+++ b/src/libs/conduit/conduit_error.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/conduit_exports.h b/src/libs/conduit/conduit_exports.h
index 6c96d7ad..8205379c 100644
--- a/src/libs/conduit/conduit_exports.h
+++ b/src/libs/conduit/conduit_exports.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6f3aea7b..c82fde5c 100644
--- a/src/libs/conduit/conduit_generator.cpp
+++ b/src/libs/conduit/conduit_generator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bf8be10c..74c51ee8 100644
--- a/src/libs/conduit/conduit_generator.hpp
+++ b/src/libs/conduit/conduit_generator.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e474593e..99c83ce8 100644
--- a/src/libs/conduit/conduit_license.hpp
+++ b/src/libs/conduit/conduit_license.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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-2016, Lawrence Livermore National Security, LLC.\n"
+std::string CONDUIT_LICENSE_TEXT = "Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.\n"
 "\n"
 "Produced at the Lawrence Livermore National Laboratory\n"
 "\n"
diff --git a/src/libs/conduit/conduit_node.cpp b/src/libs/conduit/conduit_node.cpp
index 87838595..877682c1 100644
--- a/src/libs/conduit/conduit_node.cpp
+++ b/src/libs/conduit/conduit_node.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e48051f8..0a342246 100644
--- a/src/libs/conduit/conduit_node.hpp
+++ b/src/libs/conduit/conduit_node.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d4f78b1b..17458bf7 100644
--- a/src/libs/conduit/conduit_node_iterator.cpp
+++ b/src/libs/conduit/conduit_node_iterator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 3aef15f7..3eaba9ff 100644
--- a/src/libs/conduit/conduit_node_iterator.hpp
+++ b/src/libs/conduit/conduit_node_iterator.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 36e3ae96..71e7faa9 100644
--- a/src/libs/conduit/conduit_schema.cpp
+++ b/src/libs/conduit/conduit_schema.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2b6eb36e..41d348ee 100644
--- a/src/libs/conduit/conduit_schema.hpp
+++ b/src/libs/conduit/conduit_schema.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 0f0d47c2..07833d2c 100644
--- a/src/libs/conduit/conduit_utils.cpp
+++ b/src/libs/conduit/conduit_utils.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bd7e7e1c..6b6d0680 100644
--- a/src/libs/conduit/conduit_utils.hpp
+++ b/src/libs/conduit/conduit_utils.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/fortran/conduit_fortran.F b/src/libs/conduit/fortran/conduit_fortran.F
index cd0245b8..4edf8909 100644
--- a/src/libs/conduit/fortran/conduit_fortran.F
+++ b/src/libs/conduit/fortran/conduit_fortran.F
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 8cf99dea..df9a1e89 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-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/libs/conduit/fortran/conduit_fortran_obj.f b/src/libs/conduit/fortran/conduit_fortran_obj.f
index 49d794d6..5fe9861a 100644
--- a/src/libs/conduit/fortran/conduit_fortran_obj.f
+++ b/src/libs/conduit/fortran/conduit_fortran_obj.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 ce1f948a..8b22fb7d 100644
--- a/src/libs/conduit/python/CMakeLists.txt
+++ b/src/libs/conduit/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 32a50247..be87616c 100644
--- a/src/libs/conduit/python/conduit_python.cpp
+++ b/src/libs/conduit/python/conduit_python.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 9b3c8d7b..96b25998 100644
--- a/src/libs/conduit/python/conduit_python.hpp
+++ b/src/libs/conduit/python/conduit_python.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/conduit/python/conduit_python_exports.hpp b/src/libs/conduit/python/conduit_python_exports.hpp
index 13512d1f..8ab2a18a 100644
--- a/src/libs/conduit/python/conduit_python_exports.hpp
+++ b/src/libs/conduit/python/conduit_python_exports.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 9e798097..6d0252c0 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/libs/relay/CMakeLists.txt b/src/libs/relay/CMakeLists.txt
index 209e128b..a0a70b75 100644
--- a/src/libs/relay/CMakeLists.txt
+++ b/src/libs/relay/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 63973989..d38b459b 100644
--- a/src/libs/relay/c/conduit_relay.h
+++ b/src/libs/relay/c/conduit_relay.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 977de54d..85866cac 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 242a21e5..ad86cc93 100644
--- a/src/libs/relay/conduit_relay.cpp
+++ b/src/libs/relay/conduit_relay.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 cad591a9..958adc47 100644
--- a/src/libs/relay/conduit_relay.hpp
+++ b/src/libs/relay/conduit_relay.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 f1ffe931..b86d513d 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_exports.h b/src/libs/relay/conduit_relay_exports.h
index 30de8e4d..b0684c8a 100644
--- a/src/libs/relay/conduit_relay_exports.h
+++ b/src/libs/relay/conduit_relay_exports.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_hdf5.cpp b/src/libs/relay/conduit_relay_hdf5.cpp
index e2188ab7..b2417a6f 100644
--- a/src/libs/relay/conduit_relay_hdf5.cpp
+++ b/src/libs/relay/conduit_relay_hdf5.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 88e6c41a..80dc0fc3 100644
--- a/src/libs/relay/conduit_relay_hdf5.hpp
+++ b/src/libs/relay/conduit_relay_hdf5.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 889aec08..7e272cc2 100644
--- a/src/libs/relay/conduit_relay_io.cpp
+++ b/src/libs/relay/conduit_relay_io.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 229c092b..9a7958c6 100644
--- a/src/libs/relay/conduit_relay_io.hpp
+++ b/src/libs/relay/conduit_relay_io.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 156cf126..28e7ee24 100644
--- a/src/libs/relay/conduit_relay_mpi.cpp
+++ b/src/libs/relay/conduit_relay_mpi.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 4a2cf39b..87c3d287 100644
--- a/src/libs/relay/conduit_relay_mpi.hpp
+++ b/src/libs/relay/conduit_relay_mpi.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/conduit_relay_silo.cpp b/src/libs/relay/conduit_relay_silo.cpp
index 19d21785..6fe06321 100644
--- a/src/libs/relay/conduit_relay_silo.cpp
+++ b/src/libs/relay/conduit_relay_silo.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e55869b4..b698278d 100644
--- a/src/libs/relay/conduit_relay_silo.hpp
+++ b/src/libs/relay/conduit_relay_silo.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 8a600c70..19f4c942 100644
--- a/src/libs/relay/conduit_relay_web.cpp
+++ b/src/libs/relay/conduit_relay_web.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e99e9954..e5b9fc79 100644
--- a/src/libs/relay/conduit_relay_web.hpp
+++ b/src/libs/relay/conduit_relay_web.hpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 205064bc..71082c6c 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 dc6c9126..e76a2370 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 16507091..620cd562 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/fortran/conduit_relay_fortran.f b/src/libs/relay/fortran/conduit_relay_fortran.f
index 26b811b7..e830e26f 100644
--- a/src/libs/relay/fortran/conduit_relay_fortran.f
+++ b/src/libs/relay/fortran/conduit_relay_fortran.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 e02fd5df..707cbf57 100644
--- a/src/libs/relay/python/CMakeLists.txt
+++ b/src/libs/relay/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 6b834dcb..9e9dd048 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 82a8377a..95111aad 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/libs/relay/python/conduit_relay_python_exports.h b/src/libs/relay/python/conduit_relay_python_exports.h
index a134482c..985bb29b 100644
--- a/src/libs/relay/python/conduit_relay_python_exports.h
+++ b/src/libs/relay/python/conduit_relay_python_exports.h
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 b677c271..01aedd0d 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2a69af80..0aa1969a 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 24992ec9..115c25d1 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 42374f0c..a78d6155 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 b48a6962..755199bb 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 913742e6..334bd0ca 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 ff377d0a..2972c9ef 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 749147c6..bb89a68e 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 142a38dc..3c7f77c9 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 7bf47a18..dba343f2 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 494c8fd0..afc40113 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 f7f9d4dd..4693eb99 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 9ad94405..608c7fa8 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 b448653b..86c50512 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 0b7d6eb7..716733bc 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 804dfd4a..054e168f 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 93d9fddd..b49a0cfa 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 8a022f64..ed2602cc 100644
--- a/src/tests/blueprint/CMakeLists.txt
+++ b/src/tests/blueprint/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 3389a68c..1b9b1411 100644
--- a/src/tests/blueprint/c/CMakeLists.txt
+++ b/src/tests/blueprint/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 a5eb10cc..1a2bb910 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 b574a37b..e633e80b 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d589a860..bec095b2 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 3d121ea4..ca4fc3e4 100644
--- a/src/tests/blueprint/fortran/CMakeLists.txt
+++ b/src/tests/blueprint/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f b/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f
index 72c0ddff..f01f9773 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f
+++ b/src/tests/blueprint/fortran/t_f_blueprint_mcarray.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_mesh.f b/src/tests/blueprint/fortran/t_f_blueprint_mesh.f
index 8a7bf039..4b9a6499 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_mesh.f
+++ b/src/tests/blueprint/fortran/t_f_blueprint_mesh.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/blueprint/fortran/t_f_blueprint_smoke.f b/src/tests/blueprint/fortran/t_f_blueprint_smoke.f
index dcfaaf89..bd7fe529 100644
--- a/src/tests/blueprint/fortran/t_f_blueprint_smoke.f
+++ b/src/tests/blueprint/fortran/t_f_blueprint_smoke.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 430fb710..35c450c7 100644
--- a/src/tests/blueprint/python/CMakeLists.txt
+++ b/src/tests/blueprint/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 8baa54a9..a2d2c9e6 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 39012405..26fcc1f6 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 21313d3c..cd58a310 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 d2a3954a..46a45575 100644
--- a/src/tests/conduit/CMakeLists.txt
+++ b/src/tests/conduit/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 da9cdfbf..5f91b172 100644
--- a/src/tests/conduit/c/CMakeLists.txt
+++ b/src/tests/conduit/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 2a6874e1..1a06a22f 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 b762a7cd..51bc8c3c 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 938519a2..02a27738 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d2c9e113..20883363 100644
--- a/src/tests/conduit/fortran/CMakeLists.txt
+++ b/src/tests/conduit/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node.f b/src/tests/conduit/fortran/t_f_conduit_node.f
index e701b9df..5d59d307 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node.f
+++ b/src/tests/conduit/fortran/t_f_conduit_node.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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.f b/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f
index 2b384c24..31ee7d22 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f
+++ b/src/tests/conduit/fortran/t_f_conduit_node_char8_str.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_float.f b/src/tests/conduit/fortran/t_f_conduit_node_float.f
index 42626135..bd654384 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_float.f
+++ b/src/tests/conduit/fortran/t_f_conduit_node_float.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_int.f b/src/tests/conduit/fortran/t_f_conduit_node_int.f
index 93d71328..78d17b27 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_int.f
+++ b/src/tests/conduit/fortran/t_f_conduit_node_int.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_node_obj.f b/src/tests/conduit/fortran/t_f_conduit_node_obj.f
index 2969f7d6..2fd7648e 100644
--- a/src/tests/conduit/fortran/t_f_conduit_node_obj.f
+++ b/src/tests/conduit/fortran/t_f_conduit_node_obj.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_conduit_smoke.f b/src/tests/conduit/fortran/t_f_conduit_smoke.f
index d2d58853..693083e5 100644
--- a/src/tests/conduit/fortran/t_f_conduit_smoke.f
+++ b/src/tests/conduit/fortran/t_f_conduit_smoke.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/conduit/fortran/t_f_type_sizes.f b/src/tests/conduit/fortran/t_f_type_sizes.f
index 3ddc4764..6a1a5de7 100644
--- a/src/tests/conduit/fortran/t_f_type_sizes.f
+++ b/src/tests/conduit/fortran/t_f_type_sizes.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 f5528efd..4f6811a7 100644
--- a/src/tests/conduit/python/CMakeLists.txt
+++ b/src/tests/conduit/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 f5d3972e..e5ad1e86 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 c29c0879..b2f8e754 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/conduit/python/t_python_conduit_node.py b/src/tests/conduit/python/t_python_conduit_node.py
index d0380914..45f31942 100644
--- a/src/tests/conduit/python/t_python_conduit_node.py
+++ b/src/tests/conduit/python/t_python_conduit_node.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 a3e2e3b3..732f4852 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 bc76d3b5..de4e919f 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 12c666c7..401be45c 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 d9a787b7..3b8c17c5 100644
--- a/src/tests/conduit/t_conduit_array.cpp
+++ b/src/tests/conduit/t_conduit_array.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 5f4c7676..7c52bdcb 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bd8de044..0f15e42f 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 399aa8ad..f8e6eba9 100644
--- a/src/tests/conduit/t_conduit_endianness.cpp
+++ b/src/tests/conduit/t_conduit_endianness.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6e2145ba..b71f53fd 100644
--- a/src/tests/conduit/t_conduit_generator.cpp
+++ b/src/tests/conduit/t_conduit_generator.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 4c273084..bae45135 100644
--- a/src/tests/conduit/t_conduit_json.cpp
+++ b/src/tests/conduit/t_conduit_json.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 12c1be63..da0a38ec 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e208057a..03cd60cb 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6711bf80..a28b02f8 100644
--- a/src/tests/conduit/t_conduit_node.cpp
+++ b/src/tests/conduit/t_conduit_node.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d6f171fa..af769a26 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 85ce305d..aed7a246 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/conduit/t_conduit_node_convert.cpp b/src/tests/conduit/t_conduit_node_convert.cpp
index cc5240d9..8ab59076 100644
--- a/src/tests/conduit/t_conduit_node_convert.cpp
+++ b/src/tests/conduit/t_conduit_node_convert.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2ace3995..4e641aeb 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d94e7276..d3c29c6a 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2f71391e..a85192c8 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 d53ce851..0b7c82cc 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e9f92ffa..520bb261 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bbc68b55..c3a10d7b 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 23615f4c..ed79388a 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 3322f7a5..f6b824a8 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 1b8e11e0..e3c06d81 100644
--- a/src/tests/conduit/t_conduit_serialize.cpp
+++ b/src/tests/conduit/t_conduit_serialize.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 8ab9703b..14d9fe0b 100644
--- a/src/tests/conduit/t_conduit_smoke.cpp
+++ b/src/tests/conduit/t_conduit_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 11ec829a..9985be8d 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6096ef1b..1f2c7b34 100644
--- a/src/tests/conduit/t_conduit_utils.cpp
+++ b/src/tests/conduit/t_conduit_utils.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 798c2fa6..e5815555 100644
--- a/src/tests/docs/CMakeLists.txt
+++ b/src/tests/docs/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 b525ee35..e46947b8 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/docs/t_conduit_docs_tutorial_examples.cpp b/src/tests/docs/t_conduit_docs_tutorial_examples.cpp
index aa934f28..4aec58c2 100644
--- a/src/tests/docs/t_conduit_docs_tutorial_examples.cpp
+++ b/src/tests/docs/t_conduit_docs_tutorial_examples.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 953d7e45..4e329815 100644
--- a/src/tests/relay/CMakeLists.txt
+++ b/src/tests/relay/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 ce9a85f8..409c69a3 100644
--- a/src/tests/relay/c/CMakeLists.txt
+++ b/src/tests/relay/c/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 69c18aaf..392501c0 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bd1e5c8b..0130c1b2 100644
--- a/src/tests/relay/fortran/CMakeLists.txt
+++ b/src/tests/relay/fortran/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/tests/relay/fortran/t_f_relay_smoke.f b/src/tests/relay/fortran/t_f_relay_smoke.f
index fd5f3fa4..e08b27d7 100644
--- a/src/tests/relay/fortran/t_f_relay_smoke.f
+++ b/src/tests/relay/fortran/t_f_relay_smoke.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, 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 48c381cc..9f58ef60 100644
--- a/src/tests/relay/python/CMakeLists.txt
+++ b/src/tests/relay/python/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 12f8756a..410b8ec4 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 316a5ab5..f2e05a0f 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 f02041a8..8066cfd6 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-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 a7081b81..457c8ac3 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 4bb953c0..8c8069cb 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bd0e6dfa..ffbc5033 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 2dbda0f9..aee23cdf 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 47c117b5..fc76187c 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 f4eda741..c48092f8 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 7db2bb58..6bc56873 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-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 92a1b32f..1f269abf 100644
--- a/src/tests/relay/t_relay_smoke.cpp
+++ b/src/tests/relay/t_relay_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 4aa99359..b8aead39 100644
--- a/src/tests/relay/t_relay_websocket.cpp
+++ b/src/tests/relay/t_relay_websocket.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 fe071444..7ab8b62b 100644
--- a/src/tests/t_config.hpp.in
+++ b/src/tests/t_config.hpp.in
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 cf4c5bd6..c5560961 100644
--- a/src/tests/thirdparty/CMakeLists.txt
+++ b/src/tests/thirdparty/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, 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 958ea992..f02f4f53 100644
--- a/src/tests/thirdparty/t_civetweb_smoke.cpp
+++ b/src/tests/thirdparty/t_civetweb_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_fortran_smoke.f b/src/tests/thirdparty/t_fortran_smoke.f
index ca621c85..8404d761 100644
--- a/src/tests/thirdparty/t_fortran_smoke.f
+++ b/src/tests/thirdparty/t_fortran_smoke.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/thirdparty/t_fruit_smoke.f b/src/tests/thirdparty/t_fruit_smoke.f
index 94793ead..ea44528a 100644
--- a/src/tests/thirdparty/t_fruit_smoke.f
+++ b/src/tests/thirdparty/t_fruit_smoke.f
@@ -1,5 +1,5 @@
 !*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*!
-!* Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+!* Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 !* 
 !* Produced at the Lawrence Livermore National Laboratory
 !* 
diff --git a/src/tests/thirdparty/t_gtest_smoke.cpp b/src/tests/thirdparty/t_gtest_smoke.cpp
index 3cabc2ab..4cb644c9 100644
--- a/src/tests/thirdparty/t_gtest_smoke.cpp
+++ b/src/tests/thirdparty/t_gtest_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 e0e152d8..dc61afdb 100644
--- a/src/tests/thirdparty/t_hdf5_smoke.cpp
+++ b/src/tests/thirdparty/t_hdf5_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 6c50da63..ff102ad1 100644
--- a/src/tests/thirdparty/t_libb64_smoke.cpp
+++ b/src/tests/thirdparty/t_libb64_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 // 
 // Produced at the Lawrence Livermore National Laboratory
 // 
diff --git a/src/tests/thirdparty/t_mpi_smoke.cpp b/src/tests/thirdparty/t_mpi_smoke.cpp
index 39eebdbd..9d0355d8 100644
--- a/src/tests/thirdparty/t_mpi_smoke.cpp
+++ b/src/tests/thirdparty/t_mpi_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 b6405040..5b49b54d 100644
--- a/src/tests/thirdparty/t_numpy_smoke.cpp
+++ b/src/tests/thirdparty/t_numpy_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 bb1dd0b1..d19a898b 100644
--- a/src/tests/thirdparty/t_rapidjson_smoke.cpp
+++ b/src/tests/thirdparty/t_rapidjson_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 aa098d4f..5e161acc 100644
--- a/src/tests/thirdparty/t_silo_smoke.cpp
+++ b/src/tests/thirdparty/t_silo_smoke.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 300e7d40..3ea26eb3 100644
--- a/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt
+++ b/src/thirdparty_builtin/civetweb-0a95342/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
diff --git a/src/thirdparty_builtin/fruit-3.3.9/CMakeLists.txt b/src/thirdparty_builtin/fruit-3.3.9/CMakeLists.txt
index eebb8350..98a24b68 100644
--- a/src/thirdparty_builtin/fruit-3.3.9/CMakeLists.txt
+++ b/src/thirdparty_builtin/fruit-3.3.9/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 # 
 # Produced at the Lawrence Livermore National Laboratory
 # 
diff --git a/src/thirdparty_builtin/fruit-3.3.9/gtest_fortran_driver.cpp b/src/thirdparty_builtin/fruit-3.3.9/gtest_fortran_driver.cpp
index 78521b81..6bdc0e7b 100644
--- a/src/thirdparty_builtin/fruit-3.3.9/gtest_fortran_driver.cpp
+++ b/src/thirdparty_builtin/fruit-3.3.9/gtest_fortran_driver.cpp
@@ -1,5 +1,5 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
-// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
+// Copyright (c) 2014-2017, 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 8d67611f..720c127a 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) 2014-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2014-2017, Lawrence Livermore National Security, LLC.
 #
 # Produced at the Lawrence Livermore National Laboratory
 #
-- 
GitLab