small tweak to license text

This commit is contained in:
Axel Kohlmeyer
2024-08-20 21:12:14 -04:00
parent 72a7634dec
commit 77f19f1dc9

View File

@ -34,18 +34,20 @@ choose, including for commercial purposes.
(2) If you **distribute** a modified version of LAMMPS, it must remain (2) If you **distribute** a modified version of LAMMPS, it must remain
open-source, meaning you are required to distribute **all** of it under open-source, meaning you are required to distribute **all** of it under
the terms of the GPL. You should clearly annotate such a modified code the terms of the GPLv2. You should **clearly** annotate such a modified
as a derivative version of LAMMPS. code as a derivative version of LAMMPS. This is best done by changing
the name (example: LIGGGHTS is such a modified and extended version of
LAMMPS).
(3) If you release any code that includes or uses LAMMPS source code, (3) If you release any code that includes or uses LAMMPS source code,
then it must also be open-sourced, meaning you distribute it under then it must also be open-sourced, meaning you distribute it under the
the terms of the GPL. You may write code that interfaces LAMMPS to terms of the GPLv2. You may write code that interfaces LAMMPS to a
a differently licensed library. In that case the code that provides differently licensed library. In that case the code that provides the
the interface must be licensed GPL, but not necessarily that library interface must be licensed GPLv2, but not necessarily that library
unless you are distributing binaries that require the library to run. unless you are distributing binaries that require the library to run.
(4) If you give LAMMPS files to someone else, the GPL LICENSE file and (4) If you give LAMMPS files to someone else, the GPLv2 LICENSE file and
source file headers (including the copyright and GPL notices) should source file headers (including the copyright and GPLv2 notices) should
remain part of the code. remain part of the code.