aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/timestepper.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2020-01-28 13:50:25 -0800
committerGravatar GitHub <noreply@github.com> 2020-01-28 13:50:25 -0800
commitf2567ffc13acd6762cfa9069309ec1795587231b (patch)
tree936076614abcdf5ae4ce20bf607e851154d33a66 /Python/pywarpx/timestepper.py
parent055cf93d1d8d5346f705d347d120fad401859d65 (diff)
parent13653eba6a970e69fceea1670e87e1705cd860ba (diff)
downloadWarpX-f2567ffc13acd6762cfa9069309ec1795587231b.tar.gz
WarpX-f2567ffc13acd6762cfa9069309ec1795587231b.tar.zst
WarpX-f2567ffc13acd6762cfa9069309ec1795587231b.zip
Merge pull request #661 from MaxThevenet/copyright
Add Copyright header in all source files
Diffstat (limited to 'Python/pywarpx/timestepper.py')
-rw-r--r--Python/pywarpx/timestepper.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/Python/pywarpx/timestepper.py b/Python/pywarpx/timestepper.py
index 0e6846edd..1ff8ec8b4 100644
--- a/Python/pywarpx/timestepper.py
+++ b/Python/pywarpx/timestepper.py
@@ -1,3 +1,10 @@
+# Copyright 2017-2018 Andrew Myers, David Grote, Weiqun Zhang
+#
+#
+# This file is part of WarpX.
+#
+# License: BSD-3-Clause-LBNL
+
from ._libwarpx import libwarpx
from . import callbacks