Skip to content

Commit cb78a8c

Browse files
author
Lars Pastewka
committed
Changed GPL headers
1 parent 0b33b65 commit cb78a8c

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

dump_nc.cpp

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/* ======================================================================
2+
LAMMPS NetCDF dump style
3+
https://github.com/pastewka/lammps-netcdf
4+
Lars Pastewka, [email protected], and others
5+
See the AUTHORS file in the top-level Atomistica directory.
6+
7+
Copyright (2011-2013) Fraunhofer IWM
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 2 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
====================================================================== */
22+
123
/* ----------------------------------------------------------------------
224
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
325
http://lammps.sandia.gov, Sandia National Laboratories
@@ -11,10 +33,6 @@
1133
See the README file in the top-level LAMMPS directory.
1234
------------------------------------------------------------------------- */
1335

14-
/* ----------------------------------------------------------------------
15-
Contributing author: Lars Pastewka (Johns Hopkins University, Fh-IWM)
16-
------------------------------------------------------------------------- */
17-
1836
#include <netcdf.h>
1937

2038
#include "atom.h"

dump_nc.h

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/* ======================================================================
2+
LAMMPS NetCDF dump style
3+
https://github.com/pastewka/lammps-netcdf
4+
Lars Pastewka, [email protected], and others
5+
See the AUTHORS file in the top-level Atomistica directory.
6+
7+
Copyright (2011-2013) Fraunhofer IWM
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 2 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
====================================================================== */
22+
123
/* ----------------------------------------------------------------------
224
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
325
http://lammps.sandia.gov, Sandia National Laboratories

0 commit comments

Comments
 (0)