/* -----------------------------------------------------------------------------
*
- * 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.
-/*
- * 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
*/
-/*
- * 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 <deal.II/base/quadrature_lib.h>
/* -----------------------------------------------------------------------------
*
- * 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.
-/*
- * 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_