From bdb020ceb975e0561d00d7db99e76915a4b95f24 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 6 Sep 2016 15:32:23 +0200 Subject: [PATCH] update licence --- acb_dirichlet/arb_quadratic_powers.c | 30 +++++++----------------- acb_dirichlet/arb_theta_naive.c | 30 +++++++----------------- acb_dirichlet/arb_theta_smallorder.c | 30 +++++++----------------- acb_dirichlet/char.c | 30 +++++++----------------- acb_dirichlet/char_clear.c | 30 +++++++----------------- acb_dirichlet/char_conrey.c | 30 +++++++----------------- acb_dirichlet/char_eq.c | 30 +++++++----------------- acb_dirichlet/char_first_primitive.c | 30 +++++++----------------- acb_dirichlet/char_init.c | 30 +++++++----------------- acb_dirichlet/char_mul.c | 30 +++++++----------------- acb_dirichlet/char_next.c | 30 +++++++----------------- acb_dirichlet/char_next_primitive.c | 30 +++++++----------------- acb_dirichlet/char_normalize.c | 30 +++++++----------------- acb_dirichlet/char_one.c | 30 +++++++----------------- acb_dirichlet/char_primitive.c | 30 +++++++----------------- acb_dirichlet/char_print.c | 30 +++++++----------------- acb_dirichlet/chi.c | 30 +++++++----------------- acb_dirichlet/chi_theta_arb.c | 30 +++++++----------------- acb_dirichlet/chi_vec.c | 30 +++++++----------------- acb_dirichlet/conrey.c | 30 +++++++----------------- acb_dirichlet/conrey_conductor.c | 30 +++++++----------------- acb_dirichlet/conrey_eq.c | 30 +++++++----------------- acb_dirichlet/conrey_exp.c | 30 +++++++----------------- acb_dirichlet/conrey_first_primitive.c | 30 +++++++----------------- acb_dirichlet/conrey_log.c | 30 +++++++----------------- acb_dirichlet/conrey_mul.c | 30 +++++++----------------- acb_dirichlet/conrey_next.c | 30 +++++++----------------- acb_dirichlet/conrey_next_primitive.c | 30 +++++++----------------- acb_dirichlet/conrey_one.c | 30 +++++++----------------- acb_dirichlet/conrey_order.c | 30 +++++++----------------- acb_dirichlet/conrey_parity.c | 30 +++++++----------------- acb_dirichlet/conrey_pow.c | 30 +++++++----------------- acb_dirichlet/conrey_primitive.c | 30 +++++++----------------- acb_dirichlet/conrey_print.c | 30 +++++++----------------- acb_dirichlet/dft.c | 30 +++++++----------------- acb_dirichlet/dft_fast.c | 30 +++++++----------------- acb_dirichlet/dft_pol.c | 30 +++++++----------------- acb_dirichlet/gauss_sum.c | 30 +++++++----------------- acb_dirichlet/gauss_sum_factor.c | 30 +++++++----------------- acb_dirichlet/gauss_sum_naive.c | 30 +++++++----------------- acb_dirichlet/gauss_sum_theta.c | 30 +++++++----------------- acb_dirichlet/group_dlog_precompute.c | 30 +++++++----------------- acb_dirichlet/jacobi_sum.c | 30 +++++++----------------- acb_dirichlet/jacobi_sum_naive.c | 30 +++++++----------------- acb_dirichlet/l_hurwitz.c | 1 + acb_dirichlet/l_vec_hurwitz.c | 30 +++++++----------------- acb_dirichlet/nth_root.c | 30 +++++++----------------- acb_dirichlet/number_primitive.c | 32 +++++++------------------- acb_dirichlet/pairing.c | 31 +++++++------------------ acb_dirichlet/pairing_conrey.c | 30 +++++++----------------- acb_dirichlet/power.c | 30 +++++++----------------- acb_dirichlet/powers_clear.c | 31 +++++++------------------ acb_dirichlet/powers_init.c | 30 +++++++----------------- acb_dirichlet/qseries_eval_arb.c | 31 +++++++------------------ acb_dirichlet/si_poly_evaluate.c | 31 ++++++++----------------- acb_dirichlet/theta_length.c | 30 +++++++----------------- acb_dirichlet/ui_chi.c | 30 +++++++----------------- acb_dirichlet/ui_chi_conrey.c | 30 +++++++----------------- acb_dirichlet/ui_chi_vec.c | 30 +++++++----------------- acb_dirichlet/ui_chi_vec_loop.c | 30 +++++++----------------- acb_dirichlet/ui_chi_vec_primeloop.c | 30 +++++++----------------- acb_dirichlet/ui_conductor.c | 30 +++++++----------------- acb_dirichlet/ui_order.c | 30 +++++++----------------- acb_dirichlet/ui_pairing.c | 30 +++++++----------------- acb_dirichlet/ui_pairing_conrey.c | 30 +++++++----------------- acb_dirichlet/ui_parity.c | 30 +++++++----------------- acb_dirichlet/ui_theta_arb.c | 30 +++++++----------------- acb_dirichlet/ui_vec_set_null.c | 30 +++++++----------------- acb_dirichlet/vec_nth_root.c | 30 +++++++----------------- 69 files changed, 546 insertions(+), 1501 deletions(-) diff --git a/acb_dirichlet/arb_quadratic_powers.c b/acb_dirichlet/arb_quadratic_powers.c index 4031ec32..0732d4ba 100644 --- a/acb_dirichlet/arb_quadratic_powers.c +++ b/acb_dirichlet/arb_quadratic_powers.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/arb_theta_naive.c b/acb_dirichlet/arb_theta_naive.c index 1c8f8eff..f9cb5b37 100644 --- a/acb_dirichlet/arb_theta_naive.c +++ b/acb_dirichlet/arb_theta_naive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/arb_theta_smallorder.c b/acb_dirichlet/arb_theta_smallorder.c index 0f2930a1..d9823df5 100644 --- a/acb_dirichlet/arb_theta_smallorder.c +++ b/acb_dirichlet/arb_theta_smallorder.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/char.c b/acb_dirichlet/char.c index cbc72727..cd3bff08 100644 --- a/acb_dirichlet/char.c +++ b/acb_dirichlet/char.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_clear.c b/acb_dirichlet/char_clear.c index 77d394d3..57e4e948 100644 --- a/acb_dirichlet/char_clear.c +++ b/acb_dirichlet/char_clear.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_conrey.c b/acb_dirichlet/char_conrey.c index 052ecdb0..ffb18d31 100644 --- a/acb_dirichlet/char_conrey.c +++ b/acb_dirichlet/char_conrey.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_eq.c b/acb_dirichlet/char_eq.c index bc6b3037..bcd89703 100644 --- a/acb_dirichlet/char_eq.c +++ b/acb_dirichlet/char_eq.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_first_primitive.c b/acb_dirichlet/char_first_primitive.c index 0fa70693..6e31d30f 100644 --- a/acb_dirichlet/char_first_primitive.c +++ b/acb_dirichlet/char_first_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_init.c b/acb_dirichlet/char_init.c index ffa5e866..dd15b5bd 100644 --- a/acb_dirichlet/char_init.c +++ b/acb_dirichlet/char_init.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_mul.c b/acb_dirichlet/char_mul.c index 83eaf7f4..c05c1cc1 100644 --- a/acb_dirichlet/char_mul.c +++ b/acb_dirichlet/char_mul.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_next.c b/acb_dirichlet/char_next.c index f7a57300..0ae26024 100644 --- a/acb_dirichlet/char_next.c +++ b/acb_dirichlet/char_next.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_next_primitive.c b/acb_dirichlet/char_next_primitive.c index 07e205a9..363cd4d7 100644 --- a/acb_dirichlet/char_next_primitive.c +++ b/acb_dirichlet/char_next_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_normalize.c b/acb_dirichlet/char_normalize.c index a4b4f1a7..69a05262 100644 --- a/acb_dirichlet/char_normalize.c +++ b/acb_dirichlet/char_normalize.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_one.c b/acb_dirichlet/char_one.c index 22f9d9eb..32e2ad45 100644 --- a/acb_dirichlet/char_one.c +++ b/acb_dirichlet/char_one.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_primitive.c b/acb_dirichlet/char_primitive.c index c042eb03..8fd374bd 100644 --- a/acb_dirichlet/char_primitive.c +++ b/acb_dirichlet/char_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/char_print.c b/acb_dirichlet/char_print.c index ba191376..a33e33d0 100644 --- a/acb_dirichlet/char_print.c +++ b/acb_dirichlet/char_print.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/chi.c b/acb_dirichlet/chi.c index 72a65ab5..56943bd5 100644 --- a/acb_dirichlet/chi.c +++ b/acb_dirichlet/chi.c @@ -1,29 +1,15 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2015 Jonathan Bober Copyright (C) 2016 Fredrik Johansson Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/chi_theta_arb.c b/acb_dirichlet/chi_theta_arb.c index 8a53abed..f89ff841 100644 --- a/acb_dirichlet/chi_theta_arb.c +++ b/acb_dirichlet/chi_theta_arb.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/chi_vec.c b/acb_dirichlet/chi_vec.c index cb3abce2..a9a07bb9 100644 --- a/acb_dirichlet/chi_vec.c +++ b/acb_dirichlet/chi_vec.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey.c b/acb_dirichlet/conrey.c index c98acf39..5bf141b2 100644 --- a/acb_dirichlet/conrey.c +++ b/acb_dirichlet/conrey.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_conductor.c b/acb_dirichlet/conrey_conductor.c index 7a56d1d6..78cb5e0e 100644 --- a/acb_dirichlet/conrey_conductor.c +++ b/acb_dirichlet/conrey_conductor.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_eq.c b/acb_dirichlet/conrey_eq.c index 636f9e63..751b1409 100644 --- a/acb_dirichlet/conrey_eq.c +++ b/acb_dirichlet/conrey_eq.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_exp.c b/acb_dirichlet/conrey_exp.c index d85d0f6c..2ba76deb 100644 --- a/acb_dirichlet/conrey_exp.c +++ b/acb_dirichlet/conrey_exp.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_first_primitive.c b/acb_dirichlet/conrey_first_primitive.c index 50913511..d1472439 100644 --- a/acb_dirichlet/conrey_first_primitive.c +++ b/acb_dirichlet/conrey_first_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_log.c b/acb_dirichlet/conrey_log.c index b33a2ee7..15040b26 100644 --- a/acb_dirichlet/conrey_log.c +++ b/acb_dirichlet/conrey_log.c @@ -1,29 +1,15 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2015 Jonathan Bober Copyright (C) 2016 Fredrik Johansson Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_mul.c b/acb_dirichlet/conrey_mul.c index 66884087..29e3bcbe 100644 --- a/acb_dirichlet/conrey_mul.c +++ b/acb_dirichlet/conrey_mul.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_next.c b/acb_dirichlet/conrey_next.c index e715ed93..881f54d2 100644 --- a/acb_dirichlet/conrey_next.c +++ b/acb_dirichlet/conrey_next.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_next_primitive.c b/acb_dirichlet/conrey_next_primitive.c index 0157f240..a6e050dc 100644 --- a/acb_dirichlet/conrey_next_primitive.c +++ b/acb_dirichlet/conrey_next_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_one.c b/acb_dirichlet/conrey_one.c index d5eac769..7396e957 100644 --- a/acb_dirichlet/conrey_one.c +++ b/acb_dirichlet/conrey_one.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_order.c b/acb_dirichlet/conrey_order.c index e30755fc..0b4495e4 100644 --- a/acb_dirichlet/conrey_order.c +++ b/acb_dirichlet/conrey_order.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_parity.c b/acb_dirichlet/conrey_parity.c index ede8aaf6..11428e9e 100644 --- a/acb_dirichlet/conrey_parity.c +++ b/acb_dirichlet/conrey_parity.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_pow.c b/acb_dirichlet/conrey_pow.c index 4393bfed..3230fca1 100644 --- a/acb_dirichlet/conrey_pow.c +++ b/acb_dirichlet/conrey_pow.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_primitive.c b/acb_dirichlet/conrey_primitive.c index b73bbad0..5f86c7be 100644 --- a/acb_dirichlet/conrey_primitive.c +++ b/acb_dirichlet/conrey_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/conrey_print.c b/acb_dirichlet/conrey_print.c index 6a4e0b6d..7790fe77 100644 --- a/acb_dirichlet/conrey_print.c +++ b/acb_dirichlet/conrey_print.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/dft.c b/acb_dirichlet/dft.c index 6caa901c..5a025374 100644 --- a/acb_dirichlet/dft.c +++ b/acb_dirichlet/dft.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/dft_fast.c b/acb_dirichlet/dft_fast.c index 84038381..cef7c66c 100644 --- a/acb_dirichlet/dft_fast.c +++ b/acb_dirichlet/dft_fast.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/dft_pol.c b/acb_dirichlet/dft_pol.c index 654f2cbf..116cbe70 100644 --- a/acb_dirichlet/dft_pol.c +++ b/acb_dirichlet/dft_pol.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_poly.h" #include "acb_dirichlet.h" diff --git a/acb_dirichlet/gauss_sum.c b/acb_dirichlet/gauss_sum.c index ef574ffd..3013cdda 100644 --- a/acb_dirichlet/gauss_sum.c +++ b/acb_dirichlet/gauss_sum.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/gauss_sum_factor.c b/acb_dirichlet/gauss_sum_factor.c index 394e45b2..17ce2e2c 100644 --- a/acb_dirichlet/gauss_sum_factor.c +++ b/acb_dirichlet/gauss_sum_factor.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/gauss_sum_naive.c b/acb_dirichlet/gauss_sum_naive.c index 2299fa5b..47570590 100644 --- a/acb_dirichlet/gauss_sum_naive.c +++ b/acb_dirichlet/gauss_sum_naive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/gauss_sum_theta.c b/acb_dirichlet/gauss_sum_theta.c index 70bba63d..72be2601 100644 --- a/acb_dirichlet/gauss_sum_theta.c +++ b/acb_dirichlet/gauss_sum_theta.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/group_dlog_precompute.c b/acb_dirichlet/group_dlog_precompute.c index 2f816531..292efc7f 100644 --- a/acb_dirichlet/group_dlog_precompute.c +++ b/acb_dirichlet/group_dlog_precompute.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/jacobi_sum.c b/acb_dirichlet/jacobi_sum.c index 02198218..c1b88291 100644 --- a/acb_dirichlet/jacobi_sum.c +++ b/acb_dirichlet/jacobi_sum.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/jacobi_sum_naive.c b/acb_dirichlet/jacobi_sum_naive.c index 3145d163..8dc020ad 100644 --- a/acb_dirichlet/jacobi_sum_naive.c +++ b/acb_dirichlet/jacobi_sum_naive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/l_hurwitz.c b/acb_dirichlet/l_hurwitz.c index b2d116d6..bc9166b5 100644 --- a/acb_dirichlet/l_hurwitz.c +++ b/acb_dirichlet/l_hurwitz.c @@ -1,5 +1,6 @@ /* Copyright (C) 2016 Fredrik Johansson + Copyright (C) 2016 Pascal Molin This file is part of Arb. diff --git a/acb_dirichlet/l_vec_hurwitz.c b/acb_dirichlet/l_vec_hurwitz.c index eaf053fa..cedc726b 100644 --- a/acb_dirichlet/l_vec_hurwitz.c +++ b/acb_dirichlet/l_vec_hurwitz.c @@ -1,27 +1,13 @@ -/*============================================================================= +/* + Copyright (C) 2016 Pascal Molin - This file is part of ARB. + This file is part of Arb. - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - - Copyright (C) 2016 Fredrik Johansson - -******************************************************************************/ + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/nth_root.c b/acb_dirichlet/nth_root.c index 81f751df..70547f0a 100644 --- a/acb_dirichlet/nth_root.c +++ b/acb_dirichlet/nth_root.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/number_primitive.c b/acb_dirichlet/number_primitive.c index 94b09546..053df1a7 100644 --- a/acb_dirichlet/number_primitive.c +++ b/acb_dirichlet/number_primitive.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" @@ -49,5 +35,3 @@ acb_dirichlet_number_primitive(const acb_dirichlet_group_t G) return n; } } - - diff --git a/acb_dirichlet/pairing.c b/acb_dirichlet/pairing.c index efc4e4f8..832b047f 100644 --- a/acb_dirichlet/pairing.c +++ b/acb_dirichlet/pairing.c @@ -1,28 +1,13 @@ -/*============================================================================= +/* + Copyright (C) 2016 Pascal Molin - This file is part of ARB. + This file is part of Arb. - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - - Copyright (C) 2015 Jonathan Bober - Copyright (C) 2016 Fredrik Johansson - -******************************************************************************/ + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/pairing_conrey.c b/acb_dirichlet/pairing_conrey.c index a61dd336..e59e5464 100644 --- a/acb_dirichlet/pairing_conrey.c +++ b/acb_dirichlet/pairing_conrey.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/power.c b/acb_dirichlet/power.c index 1f7be4fa..0220d5ff 100644 --- a/acb_dirichlet/power.c +++ b/acb_dirichlet/power.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/powers_clear.c b/acb_dirichlet/powers_clear.c index b84f4679..6cae589c 100644 --- a/acb_dirichlet/powers_clear.c +++ b/acb_dirichlet/powers_clear.c @@ -1,30 +1,15 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" -#include "acb_poly.h" void acb_dirichlet_powers_clear(acb_dirichlet_powers_t t) diff --git a/acb_dirichlet/powers_init.c b/acb_dirichlet/powers_init.c index c43040e9..6033397f 100644 --- a/acb_dirichlet/powers_init.c +++ b/acb_dirichlet/powers_init.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include "acb_poly.h" diff --git a/acb_dirichlet/qseries_eval_arb.c b/acb_dirichlet/qseries_eval_arb.c index ae657fc2..6d7f5bb1 100644 --- a/acb_dirichlet/qseries_eval_arb.c +++ b/acb_dirichlet/qseries_eval_arb.c @@ -1,30 +1,15 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" -#include "acb_poly.h" /* assume a[0] = 0 */ void diff --git a/acb_dirichlet/si_poly_evaluate.c b/acb_dirichlet/si_poly_evaluate.c index 0a10582a..36ededd9 100644 --- a/acb_dirichlet/si_poly_evaluate.c +++ b/acb_dirichlet/si_poly_evaluate.c @@ -1,27 +1,14 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* + Copyright (C) 2016 Fredrik Johansson Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/theta_length.c b/acb_dirichlet/theta_length.c index f5f66f37..e0534806 100644 --- a/acb_dirichlet/theta_length.c +++ b/acb_dirichlet/theta_length.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" #include diff --git a/acb_dirichlet/ui_chi.c b/acb_dirichlet/ui_chi.c index f163a874..d7453381 100644 --- a/acb_dirichlet/ui_chi.c +++ b/acb_dirichlet/ui_chi.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_chi_conrey.c b/acb_dirichlet/ui_chi_conrey.c index cd5f4263..5f67b9a8 100644 --- a/acb_dirichlet/ui_chi_conrey.c +++ b/acb_dirichlet/ui_chi_conrey.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_chi_vec.c b/acb_dirichlet/ui_chi_vec.c index 42080621..23476cb1 100644 --- a/acb_dirichlet/ui_chi_vec.c +++ b/acb_dirichlet/ui_chi_vec.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_chi_vec_loop.c b/acb_dirichlet/ui_chi_vec_loop.c index 88eb88e1..2cc90e0f 100644 --- a/acb_dirichlet/ui_chi_vec_loop.c +++ b/acb_dirichlet/ui_chi_vec_loop.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_chi_vec_primeloop.c b/acb_dirichlet/ui_chi_vec_primeloop.c index 861160e8..2527564f 100644 --- a/acb_dirichlet/ui_chi_vec_primeloop.c +++ b/acb_dirichlet/ui_chi_vec_primeloop.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_conductor.c b/acb_dirichlet/ui_conductor.c index 4d015ad4..69f1d43e 100644 --- a/acb_dirichlet/ui_conductor.c +++ b/acb_dirichlet/ui_conductor.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_order.c b/acb_dirichlet/ui_order.c index aa3babe1..b162d232 100644 --- a/acb_dirichlet/ui_order.c +++ b/acb_dirichlet/ui_order.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_pairing.c b/acb_dirichlet/ui_pairing.c index bccf29df..235325e9 100644 --- a/acb_dirichlet/ui_pairing.c +++ b/acb_dirichlet/ui_pairing.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_pairing_conrey.c b/acb_dirichlet/ui_pairing_conrey.c index a5afa42b..7e1a5bd8 100644 --- a/acb_dirichlet/ui_pairing_conrey.c +++ b/acb_dirichlet/ui_pairing_conrey.c @@ -1,29 +1,15 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2015 Jonathan Bober Copyright (C) 2016 Fredrik Johansson Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_parity.c b/acb_dirichlet/ui_parity.c index 5fa84d73..aa5a2a4c 100644 --- a/acb_dirichlet/ui_parity.c +++ b/acb_dirichlet/ui_parity.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_theta_arb.c b/acb_dirichlet/ui_theta_arb.c index e7ba107b..1477006a 100644 --- a/acb_dirichlet/ui_theta_arb.c +++ b/acb_dirichlet/ui_theta_arb.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/ui_vec_set_null.c b/acb_dirichlet/ui_vec_set_null.c index 46bf517a..baf2333c 100644 --- a/acb_dirichlet/ui_vec_set_null.c +++ b/acb_dirichlet/ui_vec_set_null.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h" diff --git a/acb_dirichlet/vec_nth_root.c b/acb_dirichlet/vec_nth_root.c index 79f022cb..820f6826 100644 --- a/acb_dirichlet/vec_nth_root.c +++ b/acb_dirichlet/vec_nth_root.c @@ -1,27 +1,13 @@ -/*============================================================================= - - This file is part of ARB. - - ARB 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. - - ARB 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 ARB; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -=============================================================================*/ -/****************************************************************************** - +/* Copyright (C) 2016 Pascal Molin -******************************************************************************/ + This file is part of Arb. + + Arb is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License (LGPL) as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. See . +*/ #include "acb_dirichlet.h"