diff --git a/include/ass_leg_function.h b/include/ass_leg_function.h index f3427771..bc07a92d 100644 --- a/include/ass_leg_function.h +++ b/include/ass_leg_function.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef __sissa__ass_leg_function_h #define __sissa__ass_leg_function_h diff --git a/include/bem_fma.h b/include/bem_fma.h index 6f4de555..d958d4b9 100644 --- a/include/bem_fma.h +++ b/include/bem_fma.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- /// This class contains all the methods /// of the Fast Multipole Algorithm diff --git a/include/bem_problem.h b/include/bem_problem.h index 75b4a852..0b502589 100644 --- a/include/bem_problem.h +++ b/include/bem_problem.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef bem_problem_h #define bem_problem_h diff --git a/include/boundary_conditions.h b/include/boundary_conditions.h index f6aa34f4..137ed7d7 100644 --- a/include/boundary_conditions.h +++ b/include/boundary_conditions.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef boundary_conditions_h #define boundary_conditions_h diff --git a/include/computational_domain.h b/include/computational_domain.h index caba4298..cee652e9 100644 --- a/include/computational_domain.h +++ b/include/computational_domain.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- // We start with including a bunch // of include files: they might be more than diff --git a/include/constrained_matrix.h b/include/constrained_matrix.h index dc7257f4..9e2dee29 100644 --- a/include/constrained_matrix.h +++ b/include/constrained_matrix.h @@ -1,16 +1,19 @@ -//--------------------------------------------------------------------------- -// $Id: filtered_matrix.h 23248 2011-01-23 06:03:57Z bangerth $ -// Version: $Name$ +// --------------------------------------------------------------------- // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -// 2011 by the deal.II authors +// Copyright (C) 2014 - 2019 by the pi-BEM authors. // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the pi-BEM library. // -//--------------------------------------------------------------------------- +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- + #ifndef __deal2__constrained_matrix_h # define __deal2__constrained_matrix_h diff --git a/include/driver.h b/include/driver.h index ee8ac4e6..7d3d5e3b 100644 --- a/include/driver.h +++ b/include/driver.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef driver_h #define driver_h diff --git a/include/laplace_kernel.h b/include/laplace_kernel.h index c5c1f066..44380305 100644 --- a/include/laplace_kernel.h +++ b/include/laplace_kernel.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #include #include diff --git a/include/local_expansion.h b/include/local_expansion.h index 23c205d2..2110859c 100644 --- a/include/local_expansion.h +++ b/include/local_expansion.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef LOCALEXPANSION_H_ #define LOCALEXPANSION_H_ diff --git a/include/local_expansion_coeff.h b/include/local_expansion_coeff.h index c6e413e4..25e47a38 100644 --- a/include/local_expansion_coeff.h +++ b/include/local_expansion_coeff.h @@ -1,9 +1,18 @@ -/* - * File: LocalExpansionCoeff.hpp - * Author: matteo - * - * Created on April 3, 2015, 6:05 PM - */ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef LOCALEXPANSIONCOEFF_H #define LOCALEXPANSIONCOEFF_H diff --git a/include/multipole_expansion.h b/include/multipole_expansion.h index 777bc6fd..72fdf372 100644 --- a/include/multipole_expansion.h +++ b/include/multipole_expansion.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef MULTIPOLE_EXPANSION_H_ #define MULTIPOLE_EXPANSION_H_ diff --git a/include/octree_block.h b/include/octree_block.h index 70099fe6..ebc1656d 100644 --- a/include/octree_block.h +++ b/include/octree_block.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef octree_block_h #define octree_block_h diff --git a/include/time_integrator.h b/include/time_integrator.h index 9e195e67..507545e9 100644 --- a/include/time_integrator.h +++ b/include/time_integrator.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef __thiwi__time_integrator_h #define __thiwi__time_integrator_h