diff options
author | 2020-01-28 13:50:25 -0800 | |
---|---|---|
committer | 2020-01-28 13:50:25 -0800 | |
commit | f2567ffc13acd6762cfa9069309ec1795587231b (patch) | |
tree | 936076614abcdf5ae4ce20bf607e851154d33a66 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 055cf93d1d8d5346f705d347d120fad401859d65 (diff) | |
parent | 13653eba6a970e69fceea1670e87e1705cd860ba (diff) | |
download | WarpX-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 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index d437a5b61..2891cada3 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1,3 +1,13 @@ +/* Copyright 2019-2020 Andrew Myers, Aurore Blelly, Axel Huebl + * David Grote, Glenn Richardson, Jean-Luc Vay + * Ligia Diana Amorim, Luca Fedeli, Maxence Thevenet + * Remi Lehe, Revathi Jambunathan, Weiqun Zhang + * Yinjian Zhao + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #include <limits> #include <sstream> |