diff --git a/COPYRIGHT b/COPYRIGHT index f05f889b..a6e159fd 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/blasglue.c b/src/matrices/blasglue.c index 56f940c5..d03301f1 100644 --- a/src/matrices/blasglue.c +++ b/src/matrices/blasglue.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/blasglue.h b/src/matrices/blasglue.h index a48c9665..1105bd8d 100644 --- a/src/matrices/blasglue.h +++ b/src/matrices/blasglue.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/eigensolver.c b/src/matrices/eigensolver.c index 7526ae4f..089f4b71 100644 --- a/src/matrices/eigensolver.c +++ b/src/matrices/eigensolver.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/eigensolver.h b/src/matrices/eigensolver.h index 8d1014d9..69a48da2 100644 --- a/src/matrices/eigensolver.h +++ b/src/matrices/eigensolver.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/eigensolver_davidson.c b/src/matrices/eigensolver_davidson.c index f77020f1..afab6b29 100644 --- a/src/matrices/eigensolver_davidson.c +++ b/src/matrices/eigensolver_davidson.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/eigensolver_utils.c b/src/matrices/eigensolver_utils.c index 3cd1438e..19016a47 100644 --- a/src/matrices/eigensolver_utils.c +++ b/src/matrices/eigensolver_utils.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/evectmatrix.c b/src/matrices/evectmatrix.c index 6b34c6f6..b7434328 100644 --- a/src/matrices/evectmatrix.c +++ b/src/matrices/evectmatrix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/linmin.c b/src/matrices/linmin.c index c664dbf9..06479385 100644 --- a/src/matrices/linmin.c +++ b/src/matrices/linmin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/linmin.h b/src/matrices/linmin.h index c28c2303..fd25e087 100644 --- a/src/matrices/linmin.h +++ b/src/matrices/linmin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/matrices.c b/src/matrices/matrices.c index 8bc5d5af..f564426a 100644 --- a/src/matrices/matrices.c +++ b/src/matrices/matrices.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/matrices.h b/src/matrices/matrices.h index a17b508f..460275b8 100644 --- a/src/matrices/matrices.h +++ b/src/matrices/matrices.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/scalar.h b/src/matrices/scalar.h index d2df2780..dbe21d06 100644 --- a/src/matrices/scalar.h +++ b/src/matrices/scalar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrices/sqmatrix.c b/src/matrices/sqmatrix.c index 6f18997d..49b9531c 100644 --- a/src/matrices/sqmatrix.c +++ b/src/matrices/sqmatrix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrixio/evectmatrixio.c b/src/matrixio/evectmatrixio.c index 0a027c5b..2dc435c7 100644 --- a/src/matrixio/evectmatrixio.c +++ b/src/matrixio/evectmatrixio.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrixio/fieldio.c b/src/matrixio/fieldio.c index 30ac0182..580ff47d 100644 --- a/src/matrixio/fieldio.c +++ b/src/matrixio/fieldio.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrixio/matrixio.c b/src/matrixio/matrixio.c index 7bb75817..fb3e298e 100644 --- a/src/matrixio/matrixio.c +++ b/src/matrixio/matrixio.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/matrixio/matrixio.h b/src/matrixio/matrixio.h index 9ee2ce9c..737a750d 100644 --- a/src/matrixio/matrixio.h +++ b/src/matrixio/matrixio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/imaxwell.h b/src/maxwell/imaxwell.h index f5ccc147..fb1bdf63 100644 --- a/src/maxwell/imaxwell.h +++ b/src/maxwell/imaxwell.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell.c b/src/maxwell/maxwell.c index 1f012bb1..6ef8f057 100644 --- a/src/maxwell/maxwell.c +++ b/src/maxwell/maxwell.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell.h b/src/maxwell/maxwell.h index d0d310ce..c3240e5b 100644 --- a/src/maxwell/maxwell.h +++ b/src/maxwell/maxwell.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell_constraints.c b/src/maxwell/maxwell_constraints.c index fc4f126f..d31eb0e3 100644 --- a/src/maxwell/maxwell_constraints.c +++ b/src/maxwell/maxwell_constraints.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell_eps.c b/src/maxwell/maxwell_eps.c index 8b986470..a165fc90 100644 --- a/src/maxwell/maxwell_eps.c +++ b/src/maxwell/maxwell_eps.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell_op.c b/src/maxwell/maxwell_op.c index 0a7dedab..bd8bb762 100644 --- a/src/maxwell/maxwell_op.c +++ b/src/maxwell/maxwell_op.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/maxwell/maxwell_pre.c b/src/maxwell/maxwell_pre.c index 76afe340..8eddd96e 100644 --- a/src/maxwell/maxwell_pre.c +++ b/src/maxwell/maxwell_pre.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util/check.h b/src/util/check.h index a27f1c53..6cf4d29f 100644 --- a/src/util/check.h +++ b/src/util/check.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util/debug_malloc.c b/src/util/debug_malloc.c index 9910cbe0..2ff89748 100644 --- a/src/util/debug_malloc.c +++ b/src/util/debug_malloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util/mpi_utils.c b/src/util/mpi_utils.c index de2078f2..4fa8cfed 100644 --- a/src/util/mpi_utils.c +++ b/src/util/mpi_utils.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util/mpi_utils.h b/src/util/mpi_utils.h index c4ea80bc..dd1877e9 100644 --- a/src/util/mpi_utils.h +++ b/src/util/mpi_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util/mpiglue.h b/src/util/mpiglue.h index 50f2f7e4..ea742891 100644 --- a/src/util/mpiglue.h +++ b/src/util/mpiglue.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/blastest.c b/tests/blastest.c index bd92fc66..3d518c08 100644 --- a/tests/blastest.c +++ b/tests/blastest.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/eigs_test.c b/tests/eigs_test.c index 3dbf3134..f02e9d1f 100644 --- a/tests/eigs_test.c +++ b/tests/eigs_test.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/malloctest.c b/tests/malloctest.c index 7275ec1d..165c7e81 100644 --- a/tests/malloctest.c +++ b/tests/malloctest.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/maxwell_test.c b/tests/maxwell_test.c index 32fed2c4..8f8c0f23 100644 --- a/tests/maxwell_test.c +++ b/tests/maxwell_test.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2019 Massachusetts Institute of Technology. +/* Copyright (C) 1999-2020 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by