diff options
Diffstat (limited to 'Python/pywarpx/Interpolation.py')
-rw-r--r-- | Python/pywarpx/Interpolation.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Python/pywarpx/Interpolation.py b/Python/pywarpx/Interpolation.py index 28f66f64e..d25539de7 100644 --- a/Python/pywarpx/Interpolation.py +++ b/Python/pywarpx/Interpolation.py @@ -1,3 +1,9 @@ +# Copyright 2016 David Grote +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL + from .Bucket import Bucket interpolation = Bucket('interpolation') |