summaryrefslogtreecommitdiff
path: root/scene/animation
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-06-18 14:46:12 +0200
committerGitHub <noreply@github.com>2016-06-18 14:46:12 +0200
commita7fc04626af238bf9a80c4f3b569e1c5d70465c9 (patch)
treeaf573f9536dde1bd9d29569d5ea0440167ffbf41 /scene/animation
parent916e84d08cf08de08ba6966a6fd28ffb2b2d6cd0 (diff)
Add missing license headers in our source files (#5255)
Also removes a couple wrong Godot headers from third-party source files.
Diffstat (limited to 'scene/animation')
-rw-r--r--scene/animation/tween_interpolaters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/tween_interpolaters.cpp b/scene/animation/tween_interpolaters.cpp
index 80588d643e..058a7f12bc 100644
--- a/scene/animation/tween_interpolaters.cpp
+++ b/scene/animation/tween_interpolaters.cpp
@@ -1,5 +1,5 @@
/*************************************************************************/
-/* tween.cpp */
+/* tween_interpolaters.cpp */
/*************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */