You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Updated copyright year in all headers
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/* GODOT ENGINE */
|
||||
/* http://www.godotengine.org */
|
||||
/*************************************************************************/
|
||||
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
|
||||
/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */
|
||||
/* */
|
||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
||||
/* a copy of this software and associated documentation files (the */
|
||||
@@ -26,13 +26,13 @@
|
||||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#ifndef ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
#define ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
|
||||
class AnimationDataEditorPlugin
|
||||
{
|
||||
public:
|
||||
AnimationDataEditorPlugin();
|
||||
};
|
||||
|
||||
#endif // ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
#ifndef ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
#define ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
|
||||
class AnimationDataEditorPlugin
|
||||
{
|
||||
public:
|
||||
AnimationDataEditorPlugin();
|
||||
};
|
||||
|
||||
#endif // ANIMATION_DATA_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user