Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:57:02 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 07:15:49 +0300
commitfe55789b6f5921b80242e51f79397d17ee2f3470 (patch)
treee973eb171a60ae6556adf61a7f7ce0cffecee71b /intern/eigen
parent281ba8a063250b3cf7051b3f52846a8e0b960aee (diff)
File headers: manually convert files to use SPDX headers
Also add BSD-2-Clause to SPDX license list.
Diffstat (limited to 'intern/eigen')
-rw-r--r--intern/eigen/intern/linear_solver.cc27
-rw-r--r--intern/eigen/intern/linear_solver.h27
2 files changed, 8 insertions, 46 deletions
diff --git a/intern/eigen/intern/linear_solver.cc b/intern/eigen/intern/linear_solver.cc
index 4edc3426dca..24c70788ffd 100644
--- a/intern/eigen/intern/linear_solver.cc
+++ b/intern/eigen/intern/linear_solver.cc
@@ -1,29 +1,10 @@
-/*
- * Sparse linear solver.
- * Copyright (C) 2004 Bruno Levy
- * Copyright (C) 2005-2015 Blender Foundation
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * If you modify this software, you should include a notice giving the
- * name of the person performing the modification, the date of modification,
- * and the reason for such modification.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2004 Bruno Levy.
+ * 2005-2015 Blender Foundation. */
/** \file
* \ingroup intern_eigen
+ * Sparse linear solver.
*/
#include "linear_solver.h"
diff --git a/intern/eigen/intern/linear_solver.h b/intern/eigen/intern/linear_solver.h
index 6b9f815ca88..abe1ac9eac6 100644
--- a/intern/eigen/intern/linear_solver.h
+++ b/intern/eigen/intern/linear_solver.h
@@ -1,29 +1,10 @@
-/*
- * Sparse linear solver.
- * Copyright (C) 2004 Bruno Levy
- * Copyright (C) 2005-2015 Blender Foundation
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * If you modify this software, you should include a notice giving the
- * name of the person performing the modification, the date of modification,
- * and the reason for such modification.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2004 Bruno Levy.
+ * 2005-2015 Blender Foundation. */
/** \file
* \ingroup intern_eigen
+ * Sparse linear solver.
*/
#pragma once