diff options
Diffstat (limited to 'Python/pywarpx/WarpInterface.py')
-rw-r--r-- | Python/pywarpx/WarpInterface.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Python/pywarpx/WarpInterface.py b/Python/pywarpx/WarpInterface.py index e2c9efa58..8a3823959 100644 --- a/Python/pywarpx/WarpInterface.py +++ b/Python/pywarpx/WarpInterface.py @@ -1,3 +1,9 @@ +# Copyright 2019 David Grote +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL + import warp from . import fields from pywarpx import PGroup |