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-03-18 02:09:59 +0300
committerCampbell Barton <campbell@blender.org>2022-03-18 02:27:01 +0300
commit5035fbdd23ba510f19bab8dea89677e3ee314e0b (patch)
tree6de38f201e41348cd9f06c2a4c90bc97d8b94693 /intern/itasc/WSDLSSolver.cpp
parenta0e2373b7e66e84fa309cf603645fde8115a5dbf (diff)
License headers: use SPDX identifiers in intern/itasc
Added license headers based on the original LGPL files from: gitlab.kuleuven.be/rob-itasc
Diffstat (limited to 'intern/itasc/WSDLSSolver.cpp')
-rw-r--r--intern/itasc/WSDLSSolver.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/intern/itasc/WSDLSSolver.cpp b/intern/itasc/WSDLSSolver.cpp
index 32273828acc..28d0e4de7ff 100644
--- a/intern/itasc/WSDLSSolver.cpp
+++ b/intern/itasc/WSDLSSolver.cpp
@@ -1,12 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright 2009 Ruben Smits. */
+
/** \file itasc/WSDLSSolver.cpp
* \ingroup intern_itasc
*/
-/*
- * WDLSSolver.hpp.cpp
- *
- * Created on: Jan 8, 2009
- * Author: rubensmits
- */
#include "WSDLSSolver.hpp"
#include "kdl/utilities/svd_eigen_HH.hpp"