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:
Diffstat (limited to 'intern/itasc/Armature.cpp')
-rw-r--r--intern/itasc/Armature.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/intern/itasc/Armature.cpp b/intern/itasc/Armature.cpp
index f365d40e9f1..e6968faf19a 100644
--- a/intern/itasc/Armature.cpp
+++ b/intern/itasc/Armature.cpp
@@ -1,12 +1,9 @@
-/** \file itasc/Armature.cpp
+/* SPDX-License-Identifier: LGPL-2.1-or-later
+ * Copyright 2009 Benoit Bolsee. */
+
+/** \file
* \ingroup intern_itasc
*/
-/*
- * Armature.cpp
- *
- * Created on: Feb 3, 2009
- * Author: benoitbolsee
- */
#include "Armature.hpp"
#include <algorithm>