From 6fb1f5af8abe3fa61e0537c912fcfa56ac35e317 Mon Sep 17 00:00:00 2001 From: "Timothy M. Shead" Date: Thu, 13 Oct 2022 00:16:58 -0600 Subject: [PATCH] Add missing copyright. --- notebooks/experimental/boxcat.py | 4 ++++ notebooks/experimental/domcat.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/notebooks/experimental/boxcat.py b/notebooks/experimental/boxcat.py index 98ab3425..6dd1fa26 100644 --- a/notebooks/experimental/boxcat.py +++ b/notebooks/experimental/boxcat.py @@ -1,3 +1,7 @@ +# Copyright 2014, Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain +# rights in this software. + import copy import toyplot.units diff --git a/notebooks/experimental/domcat.py b/notebooks/experimental/domcat.py index 7afb1654..cf9ce43a 100644 --- a/notebooks/experimental/domcat.py +++ b/notebooks/experimental/domcat.py @@ -1,3 +1,7 @@ +# Copyright 2014, Sandia Corporation. Under the terms of Contract +# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain +# rights in this software. + import copy import io import xml.etree.ElementTree as xml