diff options
author | 2020-01-27 12:47:47 -0800 | |
---|---|---|
committer | 2020-01-27 12:47:47 -0800 | |
commit | 2b881dce8eac358d9aee18efefaa1ef8283ac70b (patch) | |
tree | 8819f0a4e920d16c3a60ad2ad373a717f3c04b0a /Source/Python | |
parent | 80dd85b42021c4e7c540cbf5cbe0b941c732f253 (diff) | |
download | WarpX-2b881dce8eac358d9aee18efefaa1ef8283ac70b.tar.gz WarpX-2b881dce8eac358d9aee18efefaa1ef8283ac70b.tar.zst WarpX-2b881dce8eac358d9aee18efefaa1ef8283ac70b.zip |
Automatically add copyright header with update_copyright.sh
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 8 | ||||
-rw-r--r-- | Source/Python/WarpXWrappers.h | 7 | ||||
-rw-r--r-- | Source/Python/WarpX_py.H | 7 | ||||
-rw-r--r-- | Source/Python/WarpX_py.cpp | 7 |
4 files changed, 29 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index e72d467d7..1507e8227 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -1,3 +1,11 @@ +/* Copyright 2019 Andrew Myers, Axel Huebl, David Grote + * Luca Fedeli, Maxence Thevenet, Remi Lehe + * Weiqun Zhang + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #include <WarpXWrappers.h> #include <WarpXParticleContainer.H> diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 4de885b88..ec6635449 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -1,3 +1,10 @@ +/* Copyright 2019 Andrew Myers, David Grote, Maxence Thevenet + * Remi Lehe, Weiqun Zhang + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #ifndef WARPX_WRAPPERS_H_ #define WARPX_WRAPPERS_H_ diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index d8cf22155..b6a813bfc 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -1,3 +1,10 @@ +/* Copyright 2019 David Grote, Maxence Thevenet, Weiqun Zhang + * + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #ifndef WARPX_PY_H_ #define WARPX_PY_H_ diff --git a/Source/Python/WarpX_py.cpp b/Source/Python/WarpX_py.cpp index 276d637d7..4ca06b644 100644 --- a/Source/Python/WarpX_py.cpp +++ b/Source/Python/WarpX_py.cpp @@ -1,3 +1,10 @@ +/* Copyright 2019 David Grote, Maxence Thevenet, Weiqun Zhang + * + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #include <WarpX_py.H> extern "C" { |