diff options
Diffstat (limited to 'Python/pywarpx/_libwarpx.py')
-rwxr-xr-x | Python/pywarpx/_libwarpx.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Python/pywarpx/_libwarpx.py b/Python/pywarpx/_libwarpx.py index 0444140e4..b2a0dae1e 100755 --- a/Python/pywarpx/_libwarpx.py +++ b/Python/pywarpx/_libwarpx.py @@ -1,3 +1,10 @@ +# Copyright 2017-2019 Andrew Myers, David Grote, Remi Lehe +# Weiqun Zhang +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL + # --- This defines the wrapper functions that directly call the underlying compiled routines import os import sys |