From 79525e832c8b1525ddf17acc5fa7cd35ad68be38 Mon Sep 17 00:00:00 2001 From: Urs Ganse Date: Mon, 17 Oct 2016 12:30:00 +0300 Subject: [PATCH] Change/add GPL-2 license headers in all header files in the main dir. --- amr_refinement_criteria.h | 16 +++++++++++++++- common.h | 18 +++++++++++++++--- definitions.h | 21 +++++++++++++++++---- grid.h | 18 ++++++++++++++++++ ioread.h | 18 ++++++++++++++++++ iowrite.h | 18 ++++++++++++++++++ item_storage.h | 16 +++++++++++++++- logger.h | 29 +++++++++++++++-------------- memoryallocation.h | 18 ++++++++++++++++++ mesh_data.h | 18 ++++++++++++++++-- mesh_data_container.h | 20 +++++++++++++++++--- mpiconversion.h | 21 +++++++++++++++++---- object_factory.h | 16 +++++++++++++++- object_wrapper.h | 18 ++++++++++++++++-- parameters.h | 19 ++++++++++++++++--- particle_species.h | 20 ++++++++++++++++++-- readparameters.h | 33 +++++++++++++++++---------------- velocity_block_container.h | 17 +++++++++++++++-- velocity_blocks.h | 18 ++++++++++++++++++ velocity_mesh_amr.h | 17 +++++++++++++++-- velocity_mesh_old.h | 17 +++++++++++++++-- velocity_mesh_parameters.h | 20 +++++++++++++++++--- vlasovmover.h | 21 +++++++++++++++++---- 23 files changed, 378 insertions(+), 69 deletions(-) diff --git a/amr_refinement_criteria.h b/amr_refinement_criteria.h index 1152d94ba..048a7c346 100644 --- a/amr_refinement_criteria.h +++ b/amr_refinement_criteria.h @@ -1,6 +1,20 @@ /* * This file is part of Vlasiator. - * Copyright 2013, 2014 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef AMR_REFINEMENT_CRITERIA_H diff --git a/common.h b/common.h index 9b526f744..5791214b0 100644 --- a/common.h +++ b/common.h @@ -1,9 +1,21 @@ /* -This file is part of Vlasiator. + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. -Copyright 2010-2015 Finnish Meteorological Institute + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef COMMON_H #define COMMON_H diff --git a/definitions.h b/definitions.h index 8f99076d5..8e7f228f8 100644 --- a/definitions.h +++ b/definitions.h @@ -1,8 +1,21 @@ /* -This file is part of Vlasiator. - -Copyright 2010-2015 Finnish Meteorological Institute -*/ + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef DEFINITIONS_H #define DEFINITIONS_H diff --git a/grid.h b/grid.h index 13e9f1007..83d6fe30c 100644 --- a/grid.h +++ b/grid.h @@ -1,3 +1,21 @@ +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef GRID_H #define GRID_H diff --git a/ioread.h b/ioread.h index f16915a74..9dc8648db 100644 --- a/ioread.h +++ b/ioread.h @@ -1,3 +1,21 @@ +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef IOREAD_H #define IOREAD_H #include "mpi.h" diff --git a/iowrite.h b/iowrite.h index d9fa9610a..b8be6973e 100644 --- a/iowrite.h +++ b/iowrite.h @@ -1,3 +1,21 @@ +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef IOWRITE_H #define IOWRITE_H #include "mpi.h" diff --git a/item_storage.h b/item_storage.h index 788f883cd..12f8c2309 100644 --- a/item_storage.h +++ b/item_storage.h @@ -1,6 +1,20 @@ /* * This file is part of Vlasiator. - * Copyright 2013, 2014 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef ITEM_STORAGE_H diff --git a/logger.h b/logger.h index aea186f05..de9921938 100644 --- a/logger.h +++ b/logger.h @@ -1,19 +1,20 @@ /* * This file is part of Vlasiator. - * - * Copyright 2010, 2011, 2012, 2013 Finnish Meteorological Institute - * - * - * - * - * - * - * - * - * - * - * - * + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef LOGGER_H diff --git a/memoryallocation.h b/memoryallocation.h index 939539972..68e1555ab 100644 --- a/memoryallocation.h +++ b/memoryallocation.h @@ -1,3 +1,21 @@ +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef MEMORYALLOCATION_H #define MEMORYALLOCATION_H diff --git a/mesh_data.h b/mesh_data.h index dcebdf097..6411608ed 100644 --- a/mesh_data.h +++ b/mesh_data.h @@ -1,7 +1,21 @@ /* * This file is part of Vlasiator. - * - * Copyright 2015 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * * File: mesh_data.h * Author: sandroos * diff --git a/mesh_data_container.h b/mesh_data_container.h index 21fa34458..4a128797b 100644 --- a/mesh_data_container.h +++ b/mesh_data_container.h @@ -1,11 +1,25 @@ -/* This file is part of Vlasiator. +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * File: mesh_data_container.h * Author: sandroos * * Created on June 2, 2015, 11:18 AM - * - * Copyright 2015 Finnish Meteorological Institute */ #ifndef MESH_DATA_CONTAINER_H diff --git a/mpiconversion.h b/mpiconversion.h index b18b22855..2294ff31e 100644 --- a/mpiconversion.h +++ b/mpiconversion.h @@ -1,8 +1,21 @@ /* -This file is part of Vlasiator. - -Copyright 2010, 2011, 2012, 2013 Finnish Meteorological Institute -*/ + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef MPI_CONVERSION_H #define MPI_CONVERSION_H diff --git a/object_factory.h b/object_factory.h index 7578c03e7..37aaf4d1a 100644 --- a/object_factory.h +++ b/object_factory.h @@ -1,6 +1,20 @@ /* * This file is part of Vlasiator. - * Copyright 2014 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef OBJECT_FACTORY_H diff --git a/object_wrapper.h b/object_wrapper.h index c5a28ad2c..b3eb24ace 100644 --- a/object_wrapper.h +++ b/object_wrapper.h @@ -1,6 +1,20 @@ /* - This file is part of Vlasiator. - Copyright 2014, 2015 Finnish Meteorological Institute + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef OBJECT_WRAPPER_H diff --git a/parameters.h b/parameters.h index e2d91d608..ab3d59197 100644 --- a/parameters.h +++ b/parameters.h @@ -1,8 +1,21 @@ /* -This file is part of Vlasiator. + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. -Copyright 2010, 2011, 2012, 2013 Finnish Meteorological Institute -*/ + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef PARAMETERS_H #define PARAMETERS_H diff --git a/particle_species.h b/particle_species.h index adf8617a4..755e1eec2 100644 --- a/particle_species.h +++ b/particle_species.h @@ -1,5 +1,21 @@ -/* This file is part of Vlasiator. - * Copyright 2015 Finnish Meteorological Institute +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * * File: particle_species.h * Author: sandroos * diff --git a/readparameters.h b/readparameters.h index 70a442022..d61d18c0b 100644 --- a/readparameters.h +++ b/readparameters.h @@ -1,20 +1,21 @@ /* -This file is part of Vlasiator. - -Copyright 2010, 2011, 2012, 2013 Finnish Meteorological Institute - - - - - - - - - - - - -*/ + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef READPARAMETERS_H #define READPARAMETERS_H diff --git a/velocity_block_container.h b/velocity_block_container.h index 5803f838d..b97752ec0 100644 --- a/velocity_block_container.h +++ b/velocity_block_container.h @@ -1,7 +1,20 @@ /* * This file is part of Vlasiator. - * - * Copyright 2014 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef VELOCITY_BLOCK_CONTAINER_H diff --git a/velocity_blocks.h b/velocity_blocks.h index c5f932fac..d40d3b63d 100644 --- a/velocity_blocks.h +++ b/velocity_blocks.h @@ -1,3 +1,21 @@ +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef VELOCITY_BLOCKS_H #define VELOCITY_BLOCKS_H diff --git a/velocity_mesh_amr.h b/velocity_mesh_amr.h index edb04fb00..a69facacb 100644 --- a/velocity_mesh_amr.h +++ b/velocity_mesh_amr.h @@ -1,7 +1,20 @@ /* * This file is part of Vlasiator. - * - * Copyright 2014,2015 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef VELOCITY_MESH_AMR_H diff --git a/velocity_mesh_old.h b/velocity_mesh_old.h index 5f6d3e21b..4fe6b5414 100644 --- a/velocity_mesh_old.h +++ b/velocity_mesh_old.h @@ -1,7 +1,20 @@ /* * This file is part of Vlasiator. - * - * Copyright 2014,2015 Finnish Meteorological Institute + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef VELOCITY_MESH_OLD_H diff --git a/velocity_mesh_parameters.h b/velocity_mesh_parameters.h index e6505fef1..e36f82246 100644 --- a/velocity_mesh_parameters.h +++ b/velocity_mesh_parameters.h @@ -1,11 +1,25 @@ -/* This file is part of Vlasiator. +/* + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * File: velocity_mesh_parameters.h * Author: sandroos * * Created on April 10, 2015, 12:44 PM - * - * Copyright 2015 Finnish Meteorological Institute */ #ifndef VELOCITY_MESH_PARAMETERS_H diff --git a/vlasovmover.h b/vlasovmover.h index 9e8f0d856..981efe051 100644 --- a/vlasovmover.h +++ b/vlasovmover.h @@ -1,8 +1,21 @@ /* -This file is part of Vlasiator. - -Copyright 2010, 2011, 2012, 2013 Finnish Meteorological Institute -*/ + * This file is part of Vlasiator. + * Copyright 2010-2016 Finnish Meteorological Institute + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef VLASOVMOVER_H #define VLASOVMOVER_H