From: David Wells Date: Fri, 3 Jun 2022 21:47:58 +0000 (-0400) Subject: Clean up SUNDIALS copyright notices. X-Git-Tag: v9.4.0-rc1~68^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13903%2Fhead;p=dealii.git Clean up SUNDIALS copyright notices. --- diff --git a/include/deal.II/sundials/arkode.h b/include/deal.II/sundials/arkode.h index 3cfa8b877b..46a9af1565 100644 --- a/include/deal.II/sundials/arkode.h +++ b/include/deal.II/sundials/arkode.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 - 2022 by the deal.II authors +// Copyright (C) 2017 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//--------------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_arkode_h #define dealii_sundials_arkode_h diff --git a/include/deal.II/sundials/ida.h b/include/deal.II/sundials/ida.h index 562f8dd469..d79cb6cc57 100644 --- a/include/deal.II/sundials/ida.h +++ b/include/deal.II/sundials/ida.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 - 2022 by the deal.II authors +// Copyright (C) 2017 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//--------------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_ida_h #define dealii_sundials_ida_h diff --git a/include/deal.II/sundials/kinsol.h b/include/deal.II/sundials/kinsol.h index 5b2c50cd19..0e05023510 100644 --- a/include/deal.II/sundials/kinsol.h +++ b/include/deal.II/sundials/kinsol.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 - 2022 by the deal.II authors +// Copyright (C) 2017 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//--------------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_kinsol_h #define dealii_sundials_kinsol_h diff --git a/include/deal.II/sundials/n_vector.h b/include/deal.II/sundials/n_vector.h index 19a7cd0d70..427b4da357 100644 --- a/include/deal.II/sundials/n_vector.h +++ b/include/deal.II/sundials/n_vector.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2020 - 2022 by the deal.II authors +// Copyright (C) 2020 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_n_vector_h #define dealii_sundials_n_vector_h diff --git a/include/deal.II/sundials/n_vector.templates.h b/include/deal.II/sundials/n_vector.templates.h index 436961963f..092beb22f4 100644 --- a/include/deal.II/sundials/n_vector.templates.h +++ b/include/deal.II/sundials/n_vector.templates.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2020 - 2022 by the deal.II authors +// Copyright (C) 2020 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_n_vector_templates_h #define dealii_sundials_n_vector_templates_h diff --git a/include/deal.II/sundials/sunlinsol_wrapper.h b/include/deal.II/sundials/sunlinsol_wrapper.h index df9f8aa7d6..fb848dcd68 100644 --- a/include/deal.II/sundials/sunlinsol_wrapper.h +++ b/include/deal.II/sundials/sunlinsol_wrapper.h @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2021 - 2022 by the deal.II authors +// Copyright (C) 2021 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #ifndef dealii_sundials_sunlinsol_wrapper_h #define dealii_sundials_sunlinsol_wrapper_h diff --git a/source/sundials/arkode.cc b/source/sundials/arkode.cc index 6c48c6adec..81cded188f 100644 --- a/source/sundials/arkode.cc +++ b/source/sundials/arkode.cc @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 - 2022 by the deal.II authors +// Copyright (C) 2017 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #include diff --git a/source/sundials/ida.cc b/source/sundials/ida.cc index c07aa31977..74301014a6 100644 --- a/source/sundials/ida.cc +++ b/source/sundials/ida.cc @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2015 - 2022 by the deal.II authors +// Copyright (C) 2015 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #include #include diff --git a/source/sundials/kinsol.cc b/source/sundials/kinsol.cc index 66b40dfc84..b0f0b1ce15 100644 --- a/source/sundials/kinsol.cc +++ b/source/sundials/kinsol.cc @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2017 - 2022 by the deal.II authors +// Copyright (C) 2017 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #include diff --git a/source/sundials/n_vector.cc b/source/sundials/n_vector.cc index 824c776071..a2442a86ae 100644 --- a/source/sundials/n_vector.cc +++ b/source/sundials/n_vector.cc @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2020 - 2021 by the deal.II authors +// Copyright (C) 2020 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #include diff --git a/source/sundials/sunlinsol_wrapper.cc b/source/sundials/sunlinsol_wrapper.cc index 49f70c810e..ae8897cc06 100644 --- a/source/sundials/sunlinsol_wrapper.cc +++ b/source/sundials/sunlinsol_wrapper.cc @@ -1,17 +1,18 @@ -//----------------------------------------------------------- +// --------------------------------------------------------------------- // -// Copyright (C) 2021 - 2022 by the deal.II authors +// Copyright (C) 2021 - 2022 by the deal.II authors // -// This file is part of the deal.II library. +// This file is part of the deal.II library. // -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. // -//----------------------------------------------------------- +// --------------------------------------------------------------------- + #include