From 8602e8c80103738bdd1c6ffef3c57ed17c4f23df Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Sun, 13 Jan 2013 10:50:27 +0100 Subject: [PATCH] update copyright years --- libsharp/sharp.c | 6 +++--- libsharp/sharp_almhelpers.c | 2 +- libsharp/sharp_core.c | 2 +- libsharp/sharp_core.h | 2 +- libsharp/sharp_core_inc2.c | 2 +- libsharp/sharp_geomhelpers.h | 2 +- libsharp/sharp_internal.h | 2 +- libsharp/sharp_lowlevel.h | 2 +- libsharp/sharp_mpi.c | 2 +- libsharp/sharp_testsuite.c | 30 ++++++++++++++++++++++++++++++ 10 files changed, 41 insertions(+), 11 deletions(-) diff --git a/libsharp/sharp.c b/libsharp/sharp.c index 1a016a0..55fe886 100644 --- a/libsharp/sharp.c +++ b/libsharp/sharp.c @@ -25,7 +25,7 @@ /*! \file sharp.c * Spherical transform library * - * Copyright (C) 2006-2012 Max-Planck-Society + * Copyright (C) 2006-2013 Max-Planck-Society * \author Martin Reinecke \author Dag Sverre Seljebotn */ @@ -414,9 +414,9 @@ static void clear_alm (const sharp_alm_info *ainfo, void *alm, int flags) { stride*=2; if (flags&SHARP_DP) - CLEARLOOP(double, talm[mvstart+l*stride] = talm[mvstart+l*stride+1] = 0.;) + CLEARLOOP(double,talm[mvstart+l*stride]=talm[mvstart+l*stride+1]=0.;) else - CLEARLOOP(float, talm[mvstart+l*stride] = talm[mvstart+l*stride+1] = 0.;) + CLEARLOOP(float,talm[mvstart+l*stride]=talm[mvstart+l*stride+1]=0.;) } #undef CLEARLOOP diff --git a/libsharp/sharp_almhelpers.c b/libsharp/sharp_almhelpers.c index f159c03..f39575b 100644 --- a/libsharp/sharp_almhelpers.c +++ b/libsharp/sharp_almhelpers.c @@ -25,7 +25,7 @@ /*! \file sharp_almhelpers.c * Spherical transform library * - * Copyright (C) 2008-2011 Max-Planck-Society + * Copyright (C) 2008-2013 Max-Planck-Society * \author Martin Reinecke */ diff --git a/libsharp/sharp_core.c b/libsharp/sharp_core.c index 4f07d00..7cd2f17 100644 --- a/libsharp/sharp_core.c +++ b/libsharp/sharp_core.c @@ -25,7 +25,7 @@ /*! \file sharp_core.c * Computational core * - * Copyright (C) 2012 Max-Planck-Society + * Copyright (C) 2012-2013 Max-Planck-Society * \author Martin Reinecke */ diff --git a/libsharp/sharp_core.h b/libsharp/sharp_core.h index d5dcded..1e86488 100644 --- a/libsharp/sharp_core.h +++ b/libsharp/sharp_core.h @@ -25,7 +25,7 @@ /*! \file sharp_core.h * Interface for the computational core * - * Copyright (C) 2012 Max-Planck-Society + * Copyright (C) 2012-2013 Max-Planck-Society * \author Martin Reinecke */ diff --git a/libsharp/sharp_core_inc2.c b/libsharp/sharp_core_inc2.c index a11c488..4e81def 100644 --- a/libsharp/sharp_core_inc2.c +++ b/libsharp/sharp_core_inc2.c @@ -25,7 +25,7 @@ /*! \file sharp_core_inc2.c * Type-dependent code for the computational core * - * Copyright (C) 2012 Max-Planck-Society + * Copyright (C) 2012-2013 Max-Planck-Society * \author Martin Reinecke */ diff --git a/libsharp/sharp_geomhelpers.h b/libsharp/sharp_geomhelpers.h index 136af52..8f80d9b 100644 --- a/libsharp/sharp_geomhelpers.h +++ b/libsharp/sharp_geomhelpers.h @@ -25,7 +25,7 @@ /*! \file sharp_geomhelpers.h * SHARP helper function for the creation of grid geometries * - * Copyright (C) 2006-2012 Max-Planck-Society + * Copyright (C) 2006-2013 Max-Planck-Society * \author Martin Reinecke */ diff --git a/libsharp/sharp_internal.h b/libsharp/sharp_internal.h index 4ae7ee2..197a592 100644 --- a/libsharp/sharp_internal.h +++ b/libsharp/sharp_internal.h @@ -25,7 +25,7 @@ /*! \file sharp_internal.h * Internally used functionality for the spherical transform library. * - * Copyright (C) 2006-2012 Max-Planck-Society + * Copyright (C) 2006-2013 Max-Planck-Society * \author Martin Reinecke \author Dag Sverre Seljebotn */ diff --git a/libsharp/sharp_lowlevel.h b/libsharp/sharp_lowlevel.h index 7fdfa29..b884a4f 100644 --- a/libsharp/sharp_lowlevel.h +++ b/libsharp/sharp_lowlevel.h @@ -25,7 +25,7 @@ /*! \file sharp_lowlevel.h * Low-level, portable interface for the spherical transform library. * - * Copyright (C) 2012 Max-Planck-Society + * Copyright (C) 2012-2013 Max-Planck-Society * \author Martin Reinecke \author Dag Sverre Seljebotn */ diff --git a/libsharp/sharp_mpi.c b/libsharp/sharp_mpi.c index 5e73ba3..6e75aa6 100644 --- a/libsharp/sharp_mpi.c +++ b/libsharp/sharp_mpi.c @@ -25,7 +25,7 @@ /*! \file sharp_mpi.c * Functionality only needed for MPI-parallel transforms * - * Copyright (C) 2012 Max-Planck-Society + * Copyright (C) 2012-2013 Max-Planck-Society * \author Martin Reinecke \author Dag Sverre Seljebotn */ diff --git a/libsharp/sharp_testsuite.c b/libsharp/sharp_testsuite.c index 2fbf9c3..31f61ca 100644 --- a/libsharp/sharp_testsuite.c +++ b/libsharp/sharp_testsuite.c @@ -1,3 +1,33 @@ +/* + * This file is part of libsharp. + * + * libsharp is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * libsharp is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with libsharp; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/* + * libsharp is being developed at the Max-Planck-Institut fuer Astrophysik + * and financially supported by the Deutsches Zentrum fuer Luft- und Raumfahrt + * (DLR). + */ + +/* \file sharp_testsuite.c + * + * Copyright (C) 2012-2013 Max-Planck-Society + * \author Martin Reinecke + */ + #include #include #ifdef USE_MPI