From f6abcc8011d50b560dd0ed8c612a0b54dcc38950 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 23 Feb 2024 18:38:41 -0600 Subject: [PATCH] update header: cdr --- cdr/common/include/deal.II-cdr/parameters.h | 10 ++++++++++ cdr/common/include/deal.II-cdr/system_matrix.h | 10 ++++++++++ .../include/deal.II-cdr/system_matrix.templates.h | 10 ++++++++++ cdr/common/include/deal.II-cdr/system_rhs.h | 10 ++++++++++ cdr/common/include/deal.II-cdr/system_rhs.templates.h | 10 ++++++++++ cdr/common/include/deal.II-cdr/write_pvtu_output.h | 10 ++++++++++ .../include/deal.II-cdr/write_pvtu_output.templates.h | 10 ++++++++++ cdr/common/source/parameters.cc | 9 +++++++++ cdr/common/source/system_matrix.cc | 10 ++++++++++ cdr/common/source/system_rhs.cc | 10 ++++++++++ cdr/common/source/write_pvtu_output.cc | 10 ++++++++++ cdr/solver/cdr.cc | 10 ++++++++++ 12 files changed, 119 insertions(+) diff --git a/cdr/common/include/deal.II-cdr/parameters.h b/cdr/common/include/deal.II-cdr/parameters.h index 4a88d3b..4886b84 100644 --- a/cdr/common/include/deal.II-cdr/parameters.h +++ b/cdr/common/include/deal.II-cdr/parameters.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_parameters_h #define dealii__cdr_parameters_h diff --git a/cdr/common/include/deal.II-cdr/system_matrix.h b/cdr/common/include/deal.II-cdr/system_matrix.h index 489497f..8ddd0ea 100644 --- a/cdr/common/include/deal.II-cdr/system_matrix.h +++ b/cdr/common/include/deal.II-cdr/system_matrix.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_system_matrix_h #define dealii__cdr_system_matrix_h #include diff --git a/cdr/common/include/deal.II-cdr/system_matrix.templates.h b/cdr/common/include/deal.II-cdr/system_matrix.templates.h index 8e4cabe..66315c0 100644 --- a/cdr/common/include/deal.II-cdr/system_matrix.templates.h +++ b/cdr/common/include/deal.II-cdr/system_matrix.templates.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_system_matrix_templates_h #define dealii__cdr_system_matrix_templates_h #include diff --git a/cdr/common/include/deal.II-cdr/system_rhs.h b/cdr/common/include/deal.II-cdr/system_rhs.h index a21d043..823ffc2 100644 --- a/cdr/common/include/deal.II-cdr/system_rhs.h +++ b/cdr/common/include/deal.II-cdr/system_rhs.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_system_rhs_h #define dealii__cdr_system_rhs_h #include diff --git a/cdr/common/include/deal.II-cdr/system_rhs.templates.h b/cdr/common/include/deal.II-cdr/system_rhs.templates.h index 34f1378..334c059 100644 --- a/cdr/common/include/deal.II-cdr/system_rhs.templates.h +++ b/cdr/common/include/deal.II-cdr/system_rhs.templates.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_system_rhs_templates_h #define dealii__cdr_system_rhs_templates_h #include diff --git a/cdr/common/include/deal.II-cdr/write_pvtu_output.h b/cdr/common/include/deal.II-cdr/write_pvtu_output.h index 9530d88..b9e30a9 100644 --- a/cdr/common/include/deal.II-cdr/write_pvtu_output.h +++ b/cdr/common/include/deal.II-cdr/write_pvtu_output.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_write_pvtu_output_h #define dealii__cdr_write_pvtu_output_h #include diff --git a/cdr/common/include/deal.II-cdr/write_pvtu_output.templates.h b/cdr/common/include/deal.II-cdr/write_pvtu_output.templates.h index a0af9ba..d80a00c 100644 --- a/cdr/common/include/deal.II-cdr/write_pvtu_output.templates.h +++ b/cdr/common/include/deal.II-cdr/write_pvtu_output.templates.h @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #ifndef dealii__cdr_write_pvtu_output_templates_h #define dealii__cdr_write_pvtu_output_templates_h #include diff --git a/cdr/common/source/parameters.cc b/cdr/common/source/parameters.cc index 16be678..f4536d9 100644 --- a/cdr/common/source/parameters.cc +++ b/cdr/common/source/parameters.cc @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------------- +// +// SPDX-License-Identifier: LGPL-2.1-or-later +// Copyright (C) 2015 by David Wells +// +// This file is part of the deal.II code gallery. +// +// ----------------------------------------------------------------------------- + #include #include diff --git a/cdr/common/source/system_matrix.cc b/cdr/common/source/system_matrix.cc index bc03457..d55ae72 100644 --- a/cdr/common/source/system_matrix.cc +++ b/cdr/common/source/system_matrix.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include diff --git a/cdr/common/source/system_rhs.cc b/cdr/common/source/system_rhs.cc index d70e86e..2422730 100644 --- a/cdr/common/source/system_rhs.cc +++ b/cdr/common/source/system_rhs.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include #include diff --git a/cdr/common/source/write_pvtu_output.cc b/cdr/common/source/write_pvtu_output.cc index b918ebb..28623ec 100644 --- a/cdr/common/source/write_pvtu_output.cc +++ b/cdr/common/source/write_pvtu_output.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include diff --git a/cdr/solver/cdr.cc b/cdr/solver/cdr.cc index aebc298..fd7aced 100644 --- a/cdr/solver/cdr.cc +++ b/cdr/solver/cdr.cc @@ -1,3 +1,13 @@ +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * Copyright (C) 2015 by David Wells + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + */ + #include #include -- 2.39.5