Skip to content

Commit

Permalink
copyright in ports-of-call files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Feb 18, 2021
1 parent 57b25ec commit 783211f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports-of-call/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions ports-of-call/portability.hpp
Original file line number Diff line number Diff line change
@@ -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 <string>

#ifdef PORTABILITY_STRATEGY_KOKKOS
Expand Down

0 comments on commit 783211f

Please sign in to comment.