Skip to content

Commit

Permalink
Change/add GPL-2 license headers in all header files in the main dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Urs Ganse committed Nov 1, 2016
1 parent c3a5c30 commit 79525e8
Show file tree
Hide file tree
Showing 23 changed files with 378 additions and 69 deletions.
16 changes: 15 additions & 1 deletion amr_refinement_criteria.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 15 additions & 3 deletions common.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 17 additions & 4 deletions definitions.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions grid.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
18 changes: 18 additions & 0 deletions ioread.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
18 changes: 18 additions & 0 deletions iowrite.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 15 additions & 1 deletion item_storage.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
29 changes: 15 additions & 14 deletions logger.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions memoryallocation.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
18 changes: 16 additions & 2 deletions mesh_data.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
20 changes: 17 additions & 3 deletions mesh_data_container.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 17 additions & 4 deletions mpiconversion.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 15 additions & 1 deletion object_factory.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 16 additions & 2 deletions object_wrapper.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 16 additions & 3 deletions parameters.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 18 additions & 2 deletions particle_species.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
Loading

0 comments on commit 79525e8

Please sign in to comment.