From 783211fa6c733ec7465cacff9e0a05c1c317a5bc Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Thu, 18 Feb 2021 11:12:24 -0700 Subject: [PATCH] copyright in ports-of-call files --- ports-of-call/README.md | 2 +- ports-of-call/portability.hpp | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ports-of-call/README.md b/ports-of-call/README.md index d2dfe54af..b2320cd0c 100644 --- a/ports-of-call/README.md +++ b/ports-of-call/README.md @@ -34,7 +34,7 @@ portable ## Copyright -© (or copyright) 2019. Triad National Security, LLC. All rights +© (or copyright) 2019-2021. Triad National Security, LLC. All rights reserved. This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of diff --git a/ports-of-call/portability.hpp b/ports-of-call/portability.hpp index c09516099..3954bc988 100644 --- a/ports-of-call/portability.hpp +++ b/ports-of-call/portability.hpp @@ -1,6 +1,21 @@ #ifndef _PORTABILITY_HPP_ #define _PORTABILITY_HPP_ +// ======================================================================================== +// © (or copyright) 2019-2021. Triad National Security, LLC. All rights +// reserved. This program was produced under U.S. Government contract +// 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is +// operated by Triad National Security, LLC for the U.S. Department of +// Energy/National Nuclear Security Administration. All rights in the +// program are reserved by Triad National Security, LLC, and the +// U.S. Department of Energy/National Nuclear Security +// Administration. The Government is granted for itself and others acting +// on its behalf a nonexclusive, paid-up, irrevocable worldwide license +// in this material to reproduce, prepare derivative works, distribute +// copies to the public, perform publicly and display publicly, and to +// permit others to do so. +// ======================================================================================== + #include #ifdef PORTABILITY_STRATEGY_KOKKOS