From: Marc Fehling Date: Mon, 13 Jan 2025 10:46:58 +0000 (+0100) Subject: CeresFE: update license. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77a65ed48a2716848ba8f26753bf08665fddb1c;p=code-gallery.git CeresFE: update license. --- diff --git a/CeresFE/src/ceres.cc b/CeresFE/src/ceres.cc index e2e023b..dc315ce 100644 --- a/CeresFE/src/ceres.cc +++ b/CeresFE/src/ceres.cc @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * SPDX-License-Identifier: LGPL-2.1-or-later + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later * Copyright (C) 2012 by Roger R. Fu * * This file is part of the deal.II code gallery. diff --git a/CeresFE/support_code/config_in.h b/CeresFE/support_code/config_in.h index 1bafc21..8bc9241 100644 --- a/CeresFE/support_code/config_in.h +++ b/CeresFE/support_code/config_in.h @@ -1,8 +1,13 @@ -/* - * config_in.h +/* ----------------------------------------------------------------------------- * - * Created on: Aug 17, 2015 - * Author: antonermakov + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later + * Copyright (C) 2015 by Anton Ermakov + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + * + * Author: antonermakov */ diff --git a/CeresFE/support_code/ellipsoid_fit.h b/CeresFE/support_code/ellipsoid_fit.h index 5379916..bcf87e2 100644 --- a/CeresFE/support_code/ellipsoid_fit.h +++ b/CeresFE/support_code/ellipsoid_fit.h @@ -1,8 +1,13 @@ -/* - * ellipsoid_fit.h +/* ----------------------------------------------------------------------------- * - * Created on: Jul 24, 2015 - * Author: antonermakov + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later + * Copyright (C) 2015 by Anton Ermakov + * + * This file is part of the deal.II code gallery. + * + * ----------------------------------------------------------------------------- + * + * Author: antonermakov */ #include diff --git a/CeresFE/support_code/ellipsoid_grav.h b/CeresFE/support_code/ellipsoid_grav.h index f01a639..97ae5db 100644 --- a/CeresFE/support_code/ellipsoid_grav.h +++ b/CeresFE/support_code/ellipsoid_grav.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * SPDX-License-Identifier: LGPL-2.1-or-later + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later * Copyright (C) 2012 by Roger R. Fu * * This file is part of the deal.II code gallery. diff --git a/CeresFE/support_code/local_math.h b/CeresFE/support_code/local_math.h index 6ed66a1..2283fe5 100644 --- a/CeresFE/support_code/local_math.h +++ b/CeresFE/support_code/local_math.h @@ -1,8 +1,13 @@ -/* - * File: localmath.h - * Author: antonermakov +/* ----------------------------------------------------------------------------- + * + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later + * Copyright (C) 2013 by Anton Ermakov + * + * This file is part of the deal.II code gallery. * - * Created on September 21, 2013, 7:14 PM + * ----------------------------------------------------------------------------- + * + * Author: antonermakov */ #ifndef LOCAL_MATH_