diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-06-18 14:46:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-18 14:46:12 +0200 |
commit | a7fc04626af238bf9a80c4f3b569e1c5d70465c9 (patch) | |
tree | af573f9536dde1bd9d29569d5ea0440167ffbf41 /scene/animation | |
parent | 916e84d08cf08de08ba6966a6fd28ffb2b2d6cd0 (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.cpp | 2 |
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 */ |