aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Lasers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx/Lasers.py')
-rw-r--r--Python/pywarpx/Lasers.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Python/pywarpx/Lasers.py b/Python/pywarpx/Lasers.py
index b54156ba1..2970960ec 100644
--- a/Python/pywarpx/Lasers.py
+++ b/Python/pywarpx/Lasers.py
@@ -1,3 +1,9 @@
+# Copyright 2019-2020 David Grote
+#
+# This file is part of WarpX.
+#
+# License: BSD-3-Clause-LBNL
+
from .Bucket import Bucket
lasers = Bucket('lasers', nlasers=0, names=[])