From d09611a5607e3246b1bad08591383bd7093e9942 Mon Sep 17 00:00:00 2001 From: Ben Dudson Date: Fri, 17 Jan 2025 10:29:09 -0800 Subject: [PATCH] Update some copyright notices Drive-by updates of touched files. --- src/field/field2d.cxx | 4 ++-- src/field/field3d.cxx | 4 ++-- src/field/fieldperp.cxx | 4 ++-- .../impls/iterative_parallel_tri/iterative_parallel_tri.cxx | 2 +- src/invert/laplace/impls/petsc/petsc_laplace.cxx | 4 ++-- src/invert/laplace/impls/serial_tri/serial_tri.cxx | 4 ++-- src/mesh/parallel/fci.cxx | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/field/field2d.cxx b/src/field/field2d.cxx index 831d98d66d..c60f8d15ad 100644 --- a/src/field/field2d.cxx +++ b/src/field/field2d.cxx @@ -4,9 +4,9 @@ * Class for 2D X-Y profiles * ************************************************************************** - * Copyright 2010 B.D.Dudson, S.Farley, M.V.Umansky, X.Q.Xu + * Copyright 2010 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/field/field3d.cxx b/src/field/field3d.cxx index 2b7edaa499..1b2ea88177 100644 --- a/src/field/field3d.cxx +++ b/src/field/field3d.cxx @@ -4,9 +4,9 @@ * Class for 3D X-Y-Z scalar fields * ************************************************************************** - * Copyright 2010 B.D.Dudson, S.Farley, M.V.Umansky, X.Q.Xu + * Copyright 2010 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/field/fieldperp.cxx b/src/field/fieldperp.cxx index 80aebf7538..ca9bdc0397 100644 --- a/src/field/fieldperp.cxx +++ b/src/field/fieldperp.cxx @@ -2,9 +2,9 @@ * Class for 2D X-Z slices * ************************************************************************** - * Copyright 2010 B.D.Dudson, S.Farley, M.V.Umansky, X.Q.Xu + * Copyright 2010 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/invert/laplace/impls/iterative_parallel_tri/iterative_parallel_tri.cxx b/src/invert/laplace/impls/iterative_parallel_tri/iterative_parallel_tri.cxx index aeb7c07518..5255ea939d 100644 --- a/src/invert/laplace/impls/iterative_parallel_tri/iterative_parallel_tri.cxx +++ b/src/invert/laplace/impls/iterative_parallel_tri/iterative_parallel_tri.cxx @@ -5,7 +5,7 @@ ************************************************************************** * Copyright 2020 Joseph Parker * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/invert/laplace/impls/petsc/petsc_laplace.cxx b/src/invert/laplace/impls/petsc/petsc_laplace.cxx index 28bb5aa10a..5f417d4faa 100644 --- a/src/invert/laplace/impls/petsc/petsc_laplace.cxx +++ b/src/invert/laplace/impls/petsc/petsc_laplace.cxx @@ -3,9 +3,9 @@ * Using PETSc Solvers * ************************************************************************** - * Copyright 2013 J. Buchanan, J.Omotani + * Copyright 2013 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/invert/laplace/impls/serial_tri/serial_tri.cxx b/src/invert/laplace/impls/serial_tri/serial_tri.cxx index 7527afa89f..0fb9294d76 100644 --- a/src/invert/laplace/impls/serial_tri/serial_tri.cxx +++ b/src/invert/laplace/impls/serial_tri/serial_tri.cxx @@ -3,9 +3,9 @@ * and tridiagonal solver. * ************************************************************************** - * Copyright 2010 B.D.Dudson, S.Farley, M.V.Umansky, X.Q.Xu + * Copyright 2010 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. * diff --git a/src/mesh/parallel/fci.cxx b/src/mesh/parallel/fci.cxx index 3d0e3d633e..acd4954f97 100644 --- a/src/mesh/parallel/fci.cxx +++ b/src/mesh/parallel/fci.cxx @@ -15,9 +15,9 @@ * possible to just swap in the FCI approach for the standard BOUT++ * Grad_par operator. ************************************************************************** - * Copyright 2014 B.D.Dudson, P. Hill + * Copyright 2014 - 2025 BOUT++ developers * - * Contact: Ben Dudson, bd512@york.ac.uk + * Contact: Ben Dudson, dudson2@llnl.gov * * This file is part of BOUT++. *