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 /modules/ik/ik.cpp | |
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 'modules/ik/ik.cpp')
-rw-r--r-- | modules/ik/ik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ik/ik.cpp b/modules/ik/ik.cpp index 6c383fdb55..172e16459e 100644 --- a/modules/ik/ik.cpp +++ b/modules/ik/ik.cpp @@ -1,12 +1,12 @@ /*************************************************************************/ /* ik.cpp */ +/* Copyright (c) 2016 Sergey Lapin <slapinid@gmail.com> */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ -/* This file is Copyright (c) 2016 Sergey Lapin <slapinid@gmail.com> */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |