From f77a65ed48a2716848ba8f26753bf08665fddb1c Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 13 Jan 2025 11:46:58 +0100 Subject: [PATCH] CeresFE: update license. --- CeresFE/src/ceres.cc | 2 +- CeresFE/support_code/config_in.h | 13 +++++++++---- CeresFE/support_code/ellipsoid_fit.h | 13 +++++++++---- CeresFE/support_code/ellipsoid_grav.h | 2 +- CeresFE/support_code/local_math.h | 13 +++++++++---- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/CeresFE/src/ceres.cc b/CeresFE/src/ceres.cc index e2e023b8..dc315cec 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 1bafc212..8bc9241b 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 53799160..bcf87e27 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 f01a6396..97ae5db8 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 6ed66a1f..2283fe5f 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_