update copyright headers to match LAMMPS' conventions
This commit is contained in:
@ -1,3 +1,19 @@
|
||||
/* ----------------------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
http://lammps.sandia.gov, Sandia National Laboratories
|
||||
Steve Plimpton, sjplimp@sandia.gov
|
||||
|
||||
Copyright (2003) Sandia Corporation. Under the terms of Contract
|
||||
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
|
||||
certain rights in this software. This software is distributed under
|
||||
the GNU General Public License.
|
||||
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing author: Andrew Jewett (Scripps Research)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "math_eigen.h"
|
||||
#include "math_eigen_impl.h"
|
||||
|
||||
@ -6,15 +6,11 @@
|
||||
Copyright (2003) Sandia Corporation. Under the terms of Contract
|
||||
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
|
||||
certain rights in this software. This software is distributed under
|
||||
the GNU General Public License. (Some of the code in this file is also
|
||||
available using a more premissive license. See below for details.)
|
||||
the GNU General Public License.
|
||||
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
/* ----------------------------------------------------------------------
|
||||
Contributing authors: Yuya Kurebayashi (Tohoku University, Lanczos algorithm)
|
||||
Andrew Jewett (Scripps Research, Jacobi algorithm)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef LMP_MATH_EIGEN_H
|
||||
#define LMP_MATH_EIGEN_H
|
||||
|
||||
Reference in New Issue
Block a user