diff --git a/Binaries/Packaging/debian-package/DEBIAN/copyright b/Binaries/Packaging/debian-package/DEBIAN/copyright index bfc33ad8d4..09899b8669 100644 --- a/Binaries/Packaging/debian-package/DEBIAN/copyright +++ b/Binaries/Packaging/debian-package/DEBIAN/copyright @@ -1,10 +1,9 @@ GDevelop is an open source software: - * The IDE is distributed under the GPL v3 license. - * The Core library, the native and HTML5 platforms are distributed under the LGPL v3 license. - * Extensions are distributed under the zlib/libpng license. + * The Core library, the native and HTML5 platforms and all extensions (respectively *Core*, *GDCpp*, *GDJS* and *Extensions* folders) are under the MIT license. + * The IDE (in the IDE folder) is licensed with GPL v3. * The name, GDevelop, and its logo are the exclusive property of Florian Rival. About games created with GDevelop -Games exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the LPGL v3 license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source. +Games exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the MIT license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source. diff --git a/Core/GDCore/BuiltinExtensions/AdvancedExtension.cpp b/Core/GDCore/BuiltinExtensions/AdvancedExtension.cpp index 3c9cef42e8..b409aa3094 100644 --- a/Core/GDCore/BuiltinExtensions/AdvancedExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/AdvancedExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/AllBuiltinExtensions.h b/Core/GDCore/BuiltinExtensions/AllBuiltinExtensions.h index ac9f2e8ccc..4693d33525 100644 --- a/Core/GDCore/BuiltinExtensions/AllBuiltinExtensions.h +++ b/Core/GDCore/BuiltinExtensions/AllBuiltinExtensions.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_COMMONINSTRUCTIONSEXTENSION_H diff --git a/Core/GDCore/BuiltinExtensions/AudioExtension.cpp b/Core/GDCore/BuiltinExtensions/AudioExtension.cpp index e077fa8ebc..8a28ee6f00 100644 --- a/Core/GDCore/BuiltinExtensions/AudioExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/AudioExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/BaseObjectExtension.cpp b/Core/GDCore/BuiltinExtensions/BaseObjectExtension.cpp index a895fa32ac..7ad63caa4b 100644 --- a/Core/GDCore/BuiltinExtensions/BaseObjectExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/BaseObjectExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/CameraExtension.cpp b/Core/GDCore/BuiltinExtensions/CameraExtension.cpp index 84246d7bbc..e492078116 100644 --- a/Core/GDCore/BuiltinExtensions/CameraExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/CameraExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/CommonConversionsExtension.cpp b/Core/GDCore/BuiltinExtensions/CommonConversionsExtension.cpp index a79fa1a74b..22d43fc49b 100644 --- a/Core/GDCore/BuiltinExtensions/CommonConversionsExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/CommonConversionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/CommonInstructionsExtension.cpp b/Core/GDCore/BuiltinExtensions/CommonInstructionsExtension.cpp index 6d37648abb..8df3749778 100644 --- a/Core/GDCore/BuiltinExtensions/CommonInstructionsExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/CommonInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/ExternalLayoutsExtension.cpp b/Core/GDCore/BuiltinExtensions/ExternalLayoutsExtension.cpp index 3fe896be55..516ec9b1fe 100644 --- a/Core/GDCore/BuiltinExtensions/ExternalLayoutsExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/ExternalLayoutsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/FileExtension.cpp b/Core/GDCore/BuiltinExtensions/FileExtension.cpp index 71f844e14f..1913d6c419 100644 --- a/Core/GDCore/BuiltinExtensions/FileExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/FileExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/JoystickExtension.cpp b/Core/GDCore/BuiltinExtensions/JoystickExtension.cpp index 922f83d171..a1b25e295c 100644 --- a/Core/GDCore/BuiltinExtensions/JoystickExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/JoystickExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/KeyboardExtension.cpp b/Core/GDCore/BuiltinExtensions/KeyboardExtension.cpp index 9c375ae6b6..5f26923f47 100644 --- a/Core/GDCore/BuiltinExtensions/KeyboardExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/KeyboardExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/MathematicalToolsExtension.cpp b/Core/GDCore/BuiltinExtensions/MathematicalToolsExtension.cpp index 3ac3c2d56d..3a1f780b8f 100644 --- a/Core/GDCore/BuiltinExtensions/MathematicalToolsExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/MathematicalToolsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/MouseExtension.cpp b/Core/GDCore/BuiltinExtensions/MouseExtension.cpp index c3142481ec..bd1513364c 100644 --- a/Core/GDCore/BuiltinExtensions/MouseExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/MouseExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/NetworkExtension.cpp b/Core/GDCore/BuiltinExtensions/NetworkExtension.cpp index bf42177acb..13f5e4151c 100644 --- a/Core/GDCore/BuiltinExtensions/NetworkExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/NetworkExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/SceneExtension.cpp b/Core/GDCore/BuiltinExtensions/SceneExtension.cpp index 3806eaf90f..b507294f52 100644 --- a/Core/GDCore/BuiltinExtensions/SceneExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/SceneExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.cpp index 580ba37e93..e8729c6750 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/SpriteExtension/Animation.h" diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.h index e984d12717..854555e9c9 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Animation.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_ANIMATION_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp index 5b43a337aa..02ac772835 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.h index 19af596222..11082db5e0 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef SPRITEOBJECTEDITOR_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.cpp index 167c42a949..ed84c3eade 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.h index 66ff844f79..606dade76e 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Direction.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_DIRECTION_H #define GDCORE_DIRECTION_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.cpp index 415471af97..5b53958b04 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/SpriteExtension/Point.h" diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.h index 26788a7ec0..6a66a64f10 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Point.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_POINT_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.cpp index 0238604f5a..3d8accbbca 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "Polygon2d.h" #include diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h index 5ca82ed6f3..35bd6cd725 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_POLYGON_H #define GDCORE_POLYGON_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.cpp index 6c98df794e..7e4d3ba651 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h" #include "GDCore/BuiltinExtensions/SpriteExtension/Sprite.h" diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.h index b727d7b975..d924d8f812 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/Sprite.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SPRITE_H diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.cpp b/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.cpp index 7d371636f7..c6655d13aa 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.cpp +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.h b/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.h index 43ee1dd3dd..344d2f3e59 100644 --- a/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.h +++ b/Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteObject.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_SPRITEOBJECT_H diff --git a/Core/GDCore/BuiltinExtensions/StringInstructionsExtension.cpp b/Core/GDCore/BuiltinExtensions/StringInstructionsExtension.cpp index eaf4986d02..6b12287600 100644 --- a/Core/GDCore/BuiltinExtensions/StringInstructionsExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/StringInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/TimeExtension.cpp b/Core/GDCore/BuiltinExtensions/TimeExtension.cpp index 47951878d0..277d007c78 100644 --- a/Core/GDCore/BuiltinExtensions/TimeExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/TimeExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/VariablesExtension.cpp b/Core/GDCore/BuiltinExtensions/VariablesExtension.cpp index 9e82f2309c..653d098d30 100644 --- a/Core/GDCore/BuiltinExtensions/VariablesExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/VariablesExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/BuiltinExtensions/WindowExtension.cpp b/Core/GDCore/BuiltinExtensions/WindowExtension.cpp index a76228a28b..ac6caf43a0 100644 --- a/Core/GDCore/BuiltinExtensions/WindowExtension.cpp +++ b/Core/GDCore/BuiltinExtensions/WindowExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AllBuiltinExtensions.h" #include "GDCore/Tools/Localization.h" diff --git a/Core/GDCore/CommonTools.cpp b/Core/GDCore/CommonTools.cpp index 4aea431bec..c97b3522a4 100644 --- a/Core/GDCore/CommonTools.cpp +++ b/Core/GDCore/CommonTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/CommonTools.h" diff --git a/Core/GDCore/CommonTools.h b/Core/GDCore/CommonTools.h index 1d450b1742..f2729e26f6 100644 --- a/Core/GDCore/CommonTools.h +++ b/Core/GDCore/CommonTools.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COMMONTOOLS_H diff --git a/Core/GDCore/DocMainPage.h b/Core/GDCore/DocMainPage.h index b0c1fe4eef..919eaf6b2c 100644 --- a/Core/GDCore/DocMainPage.h +++ b/Core/GDCore/DocMainPage.h @@ -459,7 +459,7 @@ sudo apt-get install libfreetype6-dev _("Text object"), _("Extension allowing to use an object displaying a text."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open Source (MIT License)"); * \endcode The first parameter is the name of the extension. Choose carefully the name of the extension, as projects are directly referring to it. diff --git a/Core/GDCore/Events/AutomatismMetadata.cpp b/Core/GDCore/Events/AutomatismMetadata.cpp index ac5289378f..33bdf51f18 100644 --- a/Core/GDCore/Events/AutomatismMetadata.cpp +++ b/Core/GDCore/Events/AutomatismMetadata.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AutomatismMetadata.h" #include "GDCore/Events/InstructionMetadata.h" diff --git a/Core/GDCore/Events/AutomatismMetadata.h b/Core/GDCore/Events/AutomatismMetadata.h index 6dd3716dc9..b241b92cfb 100644 --- a/Core/GDCore/Events/AutomatismMetadata.h +++ b/Core/GDCore/Events/AutomatismMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUTOMATISMMETADATA_H #define AUTOMATISMMETADATA_H diff --git a/Core/GDCore/Events/Builtin/CommentEvent.cpp b/Core/GDCore/Events/Builtin/CommentEvent.cpp index 98838f2597..879d6c75d5 100644 --- a/Core/GDCore/Events/Builtin/CommentEvent.cpp +++ b/Core/GDCore/Events/Builtin/CommentEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/Events/Builtin/CommentEvent.h b/Core/GDCore/Events/Builtin/CommentEvent.h index 31649cb3f4..43902b1c73 100644 --- a/Core/GDCore/Events/Builtin/CommentEvent.h +++ b/Core/GDCore/Events/Builtin/CommentEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COMMENTEVENT_H #define COMMENTEVENT_H diff --git a/Core/GDCore/Events/Builtin/ForEachEvent.cpp b/Core/GDCore/Events/Builtin/ForEachEvent.cpp index afd7c22ff1..c2504b2bda 100644 --- a/Core/GDCore/Events/Builtin/ForEachEvent.cpp +++ b/Core/GDCore/Events/Builtin/ForEachEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ForEachEvent.h" diff --git a/Core/GDCore/Events/Builtin/ForEachEvent.h b/Core/GDCore/Events/Builtin/ForEachEvent.h index 2c5c68a0de..82c75bcbe5 100644 --- a/Core/GDCore/Events/Builtin/ForEachEvent.h +++ b/Core/GDCore/Events/Builtin/ForEachEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FOREACHEVENT_H diff --git a/Core/GDCore/Events/Builtin/GroupEvent.cpp b/Core/GDCore/Events/Builtin/GroupEvent.cpp index 0599d4f0f5..c9e54aafa1 100644 --- a/Core/GDCore/Events/Builtin/GroupEvent.cpp +++ b/Core/GDCore/Events/Builtin/GroupEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GroupEvent.h" diff --git a/Core/GDCore/Events/Builtin/GroupEvent.h b/Core/GDCore/Events/Builtin/GroupEvent.h index e9b7d6c6f5..b8012a13d7 100644 --- a/Core/GDCore/Events/Builtin/GroupEvent.h +++ b/Core/GDCore/Events/Builtin/GroupEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/Events/Builtin/LinkEvent.cpp b/Core/GDCore/Events/Builtin/LinkEvent.cpp index 247fb0fa71..85ed63441e 100644 --- a/Core/GDCore/Events/Builtin/LinkEvent.cpp +++ b/Core/GDCore/Events/Builtin/LinkEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/Events/Builtin/LinkEvent.h b/Core/GDCore/Events/Builtin/LinkEvent.h index b2807fefa5..ed6927e268 100644 --- a/Core/GDCore/Events/Builtin/LinkEvent.h +++ b/Core/GDCore/Events/Builtin/LinkEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_LINKEVENT_H #define GDCORE_LINKEVENT_H diff --git a/Core/GDCore/Events/Builtin/RepeatEvent.cpp b/Core/GDCore/Events/Builtin/RepeatEvent.cpp index 2e0b32687e..777506ac95 100644 --- a/Core/GDCore/Events/Builtin/RepeatEvent.cpp +++ b/Core/GDCore/Events/Builtin/RepeatEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "RepeatEvent.h" diff --git a/Core/GDCore/Events/Builtin/RepeatEvent.h b/Core/GDCore/Events/Builtin/RepeatEvent.h index 7cdf3d2f51..dbb53cf2a5 100644 --- a/Core/GDCore/Events/Builtin/RepeatEvent.h +++ b/Core/GDCore/Events/Builtin/RepeatEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_REPEATEVENT_H diff --git a/Core/GDCore/Events/Builtin/StandardEvent.cpp b/Core/GDCore/Events/Builtin/StandardEvent.cpp index ed8a605f98..9f5ca41502 100644 --- a/Core/GDCore/Events/Builtin/StandardEvent.cpp +++ b/Core/GDCore/Events/Builtin/StandardEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "StandardEvent.h" diff --git a/Core/GDCore/Events/Builtin/StandardEvent.h b/Core/GDCore/Events/Builtin/StandardEvent.h index f1132207f2..de5265dc30 100644 --- a/Core/GDCore/Events/Builtin/StandardEvent.h +++ b/Core/GDCore/Events/Builtin/StandardEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/Events/Builtin/WhileEvent.cpp b/Core/GDCore/Events/Builtin/WhileEvent.cpp index a0f4546059..93d06f2935 100644 --- a/Core/GDCore/Events/Builtin/WhileEvent.cpp +++ b/Core/GDCore/Events/Builtin/WhileEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/Events/Builtin/WhileEvent.h b/Core/GDCore/Events/Builtin/WhileEvent.h index 8c8d342d16..8179e4ad55 100644 --- a/Core/GDCore/Events/Builtin/WhileEvent.h +++ b/Core/GDCore/Events/Builtin/WhileEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_WHILEEVENT_H diff --git a/Core/GDCore/Events/Event.cpp b/Core/GDCore/Events/Event.cpp index fbf9160ae6..ad165312ff 100644 --- a/Core/GDCore/Events/Event.cpp +++ b/Core/GDCore/Events/Event.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Events/Event.h" diff --git a/Core/GDCore/Events/Event.h b/Core/GDCore/Events/Event.h index 18459579f1..468fc75083 100644 --- a/Core/GDCore/Events/Event.h +++ b/Core/GDCore/Events/Event.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef GDCORE_EVENT_H diff --git a/Core/GDCore/Events/EventMetadata.cpp b/Core/GDCore/Events/EventMetadata.cpp index 7756039e44..eb068a6c2d 100644 --- a/Core/GDCore/Events/EventMetadata.cpp +++ b/Core/GDCore/Events/EventMetadata.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/Events/EventMetadata.h" diff --git a/Core/GDCore/Events/EventMetadata.h b/Core/GDCore/Events/EventMetadata.h index 3478535196..9204813ee4 100644 --- a/Core/GDCore/Events/EventMetadata.h +++ b/Core/GDCore/Events/EventMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/Events/EventsCodeGenerationContext.cpp b/Core/GDCore/Events/EventsCodeGenerationContext.cpp index 5c27ee5289..8d00774e32 100644 --- a/Core/GDCore/Events/EventsCodeGenerationContext.cpp +++ b/Core/GDCore/Events/EventsCodeGenerationContext.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Events/EventsCodeGenerationContext.h" #include "GDCore/Events/EventsCodeNameMangler.h" diff --git a/Core/GDCore/Events/EventsCodeGenerationContext.h b/Core/GDCore/Events/EventsCodeGenerationContext.h index c972849c49..cf2a3dd0d7 100644 --- a/Core/GDCore/Events/EventsCodeGenerationContext.h +++ b/Core/GDCore/Events/EventsCodeGenerationContext.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EVENTSCODEGENERATIONCONTEXT_H #define EVENTSCODEGENERATIONCONTEXT_H diff --git a/Core/GDCore/Events/EventsCodeNameMangler.cpp b/Core/GDCore/Events/EventsCodeNameMangler.cpp index c0664ebbf5..d748a30c57 100644 --- a/Core/GDCore/Events/EventsCodeNameMangler.cpp +++ b/Core/GDCore/Events/EventsCodeNameMangler.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/CommonTools.h" diff --git a/Core/GDCore/Events/EventsCodeNameMangler.h b/Core/GDCore/Events/EventsCodeNameMangler.h index 41f3ffdba1..d5aa1f68c3 100644 --- a/Core/GDCore/Events/EventsCodeNameMangler.h +++ b/Core/GDCore/Events/EventsCodeNameMangler.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef EVENTSCODENAMEMANGLER_H diff --git a/Core/GDCore/Events/EventsList.cpp b/Core/GDCore/Events/EventsList.cpp index edaad50d68..186f672fc4 100644 --- a/Core/GDCore/Events/EventsList.cpp +++ b/Core/GDCore/Events/EventsList.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "EventsList.h" diff --git a/Core/GDCore/Events/EventsList.h b/Core/GDCore/Events/EventsList.h index defb9e5b2a..610224e1bc 100644 --- a/Core/GDCore/Events/EventsList.h +++ b/Core/GDCore/Events/EventsList.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef GDCORE_EVENTSLIST_H diff --git a/Core/GDCore/Events/Expression.h b/Core/GDCore/Events/Expression.h index 787d57b95d..b28d89646c 100644 --- a/Core/GDCore/Events/Expression.h +++ b/Core/GDCore/Events/Expression.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EXPRESSION_H diff --git a/Core/GDCore/Events/ExpressionMetadata.cpp b/Core/GDCore/Events/ExpressionMetadata.cpp index 0aec386e11..4a91fdef86 100644 --- a/Core/GDCore/Events/ExpressionMetadata.cpp +++ b/Core/GDCore/Events/ExpressionMetadata.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ExpressionMetadata.h" #include "GDCore/CommonTools.h" diff --git a/Core/GDCore/Events/ExpressionMetadata.h b/Core/GDCore/Events/ExpressionMetadata.h index af46e60d1b..2bb77dc67f 100644 --- a/Core/GDCore/Events/ExpressionMetadata.h +++ b/Core/GDCore/Events/ExpressionMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXPRESSIONMETADATA_H #define EXPRESSIONMETADATA_H diff --git a/Core/GDCore/Events/ExpressionParser.cpp b/Core/GDCore/Events/ExpressionParser.cpp index ff759143d9..beb840ad89 100644 --- a/Core/GDCore/Events/ExpressionParser.cpp +++ b/Core/GDCore/Events/ExpressionParser.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Layout.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/Core/GDCore/Events/ExpressionParser.h b/Core/GDCore/Events/ExpressionParser.h index 8172818c10..c81077f53a 100644 --- a/Core/GDCore/Events/ExpressionParser.h +++ b/Core/GDCore/Events/ExpressionParser.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EXPRESSIONPARSER_H #define GDCORE_EXPRESSIONPARSER_H diff --git a/Core/GDCore/Events/ExpressionsCodeGeneration.cpp b/Core/GDCore/Events/ExpressionsCodeGeneration.cpp index 6d02c61ea6..6e702f855d 100644 --- a/Core/GDCore/Events/ExpressionsCodeGeneration.cpp +++ b/Core/GDCore/Events/ExpressionsCodeGeneration.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ExpressionsCodeGeneration.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/Core/GDCore/Events/ExpressionsCodeGeneration.h b/Core/GDCore/Events/ExpressionsCodeGeneration.h index c79d69bbf9..79b26a3d51 100644 --- a/Core/GDCore/Events/ExpressionsCodeGeneration.h +++ b/Core/GDCore/Events/ExpressionsCodeGeneration.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXPRESSIONSCODEGENERATION_H #define EXPRESSIONSCODEGENERATION_H diff --git a/Core/GDCore/Events/Instruction.cpp b/Core/GDCore/Events/Instruction.cpp index c34c268c3d..6716a1d75b 100644 --- a/Core/GDCore/Events/Instruction.cpp +++ b/Core/GDCore/Events/Instruction.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Events/Instruction.h" #include "GDCore/Events/Expression.h" diff --git a/Core/GDCore/Events/Instruction.h b/Core/GDCore/Events/Instruction.h index c722d4e520..d103edee91 100644 --- a/Core/GDCore/Events/Instruction.h +++ b/Core/GDCore/Events/Instruction.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef INSTRUCTION_H #define INSTRUCTION_H diff --git a/Core/GDCore/Events/InstructionMetadata.cpp b/Core/GDCore/Events/InstructionMetadata.cpp index fe10b47733..7bf1b280bf 100644 --- a/Core/GDCore/Events/InstructionMetadata.cpp +++ b/Core/GDCore/Events/InstructionMetadata.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_NO_WX_GUI) #include diff --git a/Core/GDCore/Events/InstructionMetadata.h b/Core/GDCore/Events/InstructionMetadata.h index 419a37f13d..84125eea2d 100644 --- a/Core/GDCore/Events/InstructionMetadata.h +++ b/Core/GDCore/Events/InstructionMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef INSTRUCTIONMETADATA_H diff --git a/Core/GDCore/Events/ObjectMetadata.cpp b/Core/GDCore/Events/ObjectMetadata.cpp index c71cd7602f..cda2ccf4ff 100644 --- a/Core/GDCore/Events/ObjectMetadata.cpp +++ b/Core/GDCore/Events/ObjectMetadata.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "ObjectMetadata.h" diff --git a/Core/GDCore/Events/ObjectMetadata.h b/Core/GDCore/Events/ObjectMetadata.h index edf086ee27..42a3178bf7 100644 --- a/Core/GDCore/Events/ObjectMetadata.h +++ b/Core/GDCore/Events/ObjectMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef OBJECTMETADATA_H #define OBJECTMETADATA_H diff --git a/Core/GDCore/Events/Serialization.cpp b/Core/GDCore/Events/Serialization.cpp index 700516be31..20298e8c33 100644 --- a/Core/GDCore/Events/Serialization.cpp +++ b/Core/GDCore/Events/Serialization.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Project.h" #include "GDCore/PlatformDefinition/Platform.h" diff --git a/Core/GDCore/Events/Serialization.h b/Core/GDCore/Events/Serialization.h index 586e43f8b5..b31e70188c 100644 --- a/Core/GDCore/Events/Serialization.h +++ b/Core/GDCore/Events/Serialization.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EVENTS_SERIALIZATION_H #define GDCORE_EVENTS_SERIALIZATION_H diff --git a/Core/GDCore/Events/VariableParser.cpp b/Core/GDCore/Events/VariableParser.cpp index d8b7257c61..efd0225ccf 100644 --- a/Core/GDCore/Events/VariableParser.cpp +++ b/Core/GDCore/Events/VariableParser.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/Events/VariableParser.h b/Core/GDCore/Events/VariableParser.h index 2df4f19ffc..62d431d1c4 100644 --- a/Core/GDCore/Events/VariableParser.h +++ b/Core/GDCore/Events/VariableParser.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_VARIABLEPARSER_H #define GDCORE_VARIABLEPARSER_H diff --git a/Core/GDCore/IDE/AbstractFileSystem.cpp b/Core/GDCore/IDE/AbstractFileSystem.cpp index e59bf23bf0..fe34ba5f44 100644 --- a/Core/GDCore/IDE/AbstractFileSystem.cpp +++ b/Core/GDCore/IDE/AbstractFileSystem.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/IDE/AbstractFileSystem.h b/Core/GDCore/IDE/AbstractFileSystem.h index a458cef1e5..74b09ba7d3 100644 --- a/Core/GDCore/IDE/AbstractFileSystem.h +++ b/Core/GDCore/IDE/AbstractFileSystem.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_ABSTRACTFILESYSTEM diff --git a/Core/GDCore/IDE/Analytics/AnalyticsSender.cpp b/Core/GDCore/IDE/Analytics/AnalyticsSender.cpp index 1883f8e6d1..e933747c2b 100644 --- a/Core/GDCore/IDE/Analytics/AnalyticsSender.cpp +++ b/Core/GDCore/IDE/Analytics/AnalyticsSender.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/CommonTools.h" #include "GDCore/Tools/VersionWrapper.h" @@ -94,4 +94,4 @@ void AnalyticsSender::DestroySingleton() } } -} \ No newline at end of file +} diff --git a/Core/GDCore/IDE/Analytics/AnalyticsSender.h b/Core/GDCore/IDE/Analytics/AnalyticsSender.h index 946ad1663f..33cfadd794 100644 --- a/Core/GDCore/IDE/Analytics/AnalyticsSender.h +++ b/Core/GDCore/IDE/Analytics/AnalyticsSender.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include namespace gd { class SerializerElement; } @@ -32,4 +32,4 @@ private: static AnalyticsSender *_singleton; }; -} \ No newline at end of file +} diff --git a/Core/GDCore/IDE/ArbitraryEventsWorker.cpp b/Core/GDCore/IDE/ArbitraryEventsWorker.cpp index 72e217f92f..0166105048 100644 --- a/Core/GDCore/IDE/ArbitraryEventsWorker.cpp +++ b/Core/GDCore/IDE/ArbitraryEventsWorker.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/IDE/ArbitraryEventsWorker.h b/Core/GDCore/IDE/ArbitraryEventsWorker.h index 5f88b26e5d..7a50999921 100644 --- a/Core/GDCore/IDE/ArbitraryEventsWorker.h +++ b/Core/GDCore/IDE/ArbitraryEventsWorker.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_ARBITRARYEVENTSWORKER_H #define GDCORE_ARBITRARYEVENTSWORKER_H diff --git a/Core/GDCore/IDE/ArbitraryResourceWorker.cpp b/Core/GDCore/IDE/ArbitraryResourceWorker.cpp index 4ed63d07eb..6d24c43895 100644 --- a/Core/GDCore/IDE/ArbitraryResourceWorker.cpp +++ b/Core/GDCore/IDE/ArbitraryResourceWorker.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/IDE/ArbitraryResourceWorker.h b/Core/GDCore/IDE/ArbitraryResourceWorker.h index 341ba5315b..bdaefc7da2 100644 --- a/Core/GDCore/IDE/ArbitraryResourceWorker.h +++ b/Core/GDCore/IDE/ArbitraryResourceWorker.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef ARBITRARYRESOURCEWORKER_H diff --git a/Core/GDCore/IDE/Clipboard.cpp b/Core/GDCore/IDE/Clipboard.cpp index d89dedf0bc..d40086e3f4 100644 --- a/Core/GDCore/IDE/Clipboard.cpp +++ b/Core/GDCore/IDE/Clipboard.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/IDE/Clipboard.h b/Core/GDCore/IDE/Clipboard.h index b24d2c6ec5..b12ca5312d 100644 --- a/Core/GDCore/IDE/Clipboard.h +++ b/Core/GDCore/IDE/Clipboard.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef CLIPBOARD_H #define CLIPBOARD_H diff --git a/Core/GDCore/IDE/CommonBitmapManager.cpp b/Core/GDCore/IDE/CommonBitmapManager.cpp index 124028df58..ff5b279628 100644 --- a/Core/GDCore/IDE/CommonBitmapManager.cpp +++ b/Core/GDCore/IDE/CommonBitmapManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/CommonBitmapManager.h b/Core/GDCore/IDE/CommonBitmapManager.h index a1369f4959..3bcb49ca01 100644 --- a/Core/GDCore/IDE/CommonBitmapManager.h +++ b/Core/GDCore/IDE/CommonBitmapManager.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.cpp b/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.cpp index 1e39aa1e0d..e4aed49fa2 100644 --- a/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.h b/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.h index 657dc0085e..256307775e 100644 --- a/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.h +++ b/Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.cpp index aa2c33a51f..4525c6ebfa 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.h b/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.h index cc67fbd00d..e5fee76444 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseAutomatismDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.cpp index 54dd550e4c..b01e8f986c 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.h b/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.h index 23340d8e1c..96634b6acf 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.cpp index 6ea6b3c996..2b29d537d1 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.h b/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.h index 4d1d931eda..ea3f2e8569 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseLayerDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef CHOIXLAYER_H diff --git a/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.cpp index 1105288799..9f59d2147b 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.h b/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.h index e516365605..d0e7530ff7 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseObjectDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.cpp index 25674531a7..404eda8733 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.h b/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.h index 43a9015a03..f33ed03f99 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseObjectTypeDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef ChooseObjectTypeDialog_H diff --git a/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.cpp b/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.cpp index a4cad41ecd..30f56927be 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "ChooseVariableDialog.h" diff --git a/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.h b/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.h index 966b6f5ed3..7648adbff8 100644 --- a/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.h +++ b/Core/GDCore/IDE/Dialogs/ChooseVariableDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/DndResourcesEditor.cpp b/Core/GDCore/IDE/Dialogs/DndResourcesEditor.cpp index e28186ba3e..8fbb4a2022 100644 --- a/Core/GDCore/IDE/Dialogs/DndResourcesEditor.cpp +++ b/Core/GDCore/IDE/Dialogs/DndResourcesEditor.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "DndResourcesEditor.h" diff --git a/Core/GDCore/IDE/Dialogs/DndResourcesEditor.h b/Core/GDCore/IDE/Dialogs/DndResourcesEditor.h index 34aedf9c49..2989a45570 100644 --- a/Core/GDCore/IDE/Dialogs/DndResourcesEditor.h +++ b/Core/GDCore/IDE/Dialogs/DndResourcesEditor.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef DNDRESOURCESEDITOR_H diff --git a/Core/GDCore/IDE/Dialogs/EditExpressionDialog.cpp b/Core/GDCore/IDE/Dialogs/EditExpressionDialog.cpp index 05c314da8b..a72085e72d 100644 --- a/Core/GDCore/IDE/Dialogs/EditExpressionDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/EditExpressionDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/EditExpressionDialog.h b/Core/GDCore/IDE/Dialogs/EditExpressionDialog.h index 4ca92eb7ac..438537aa05 100644 --- a/Core/GDCore/IDE/Dialogs/EditExpressionDialog.h +++ b/Core/GDCore/IDE/Dialogs/EditExpressionDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef EditExpressionDialog_H diff --git a/Core/GDCore/IDE/Dialogs/EditForEachEvent.cpp b/Core/GDCore/IDE/Dialogs/EditForEachEvent.cpp index 51ebb37615..c8c57db3cd 100644 --- a/Core/GDCore/IDE/Dialogs/EditForEachEvent.cpp +++ b/Core/GDCore/IDE/Dialogs/EditForEachEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/EditForEachEvent.h b/Core/GDCore/IDE/Dialogs/EditForEachEvent.h index a09d8d7c3c..6d3729bb11 100644 --- a/Core/GDCore/IDE/Dialogs/EditForEachEvent.h +++ b/Core/GDCore/IDE/Dialogs/EditForEachEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp b/Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp index 02382b92aa..02cfef7a33 100644 --- a/Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "EditLayerDialog.h" diff --git a/Core/GDCore/IDE/Dialogs/EditLayerDialog.h b/Core/GDCore/IDE/Dialogs/EditLayerDialog.h index c649c68d9c..91b19b2624 100644 --- a/Core/GDCore/IDE/Dialogs/EditLayerDialog.h +++ b/Core/GDCore/IDE/Dialogs/EditLayerDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/EditRepeatEvent.cpp b/Core/GDCore/IDE/Dialogs/EditRepeatEvent.cpp index 23211d6707..0ca8a41687 100644 --- a/Core/GDCore/IDE/Dialogs/EditRepeatEvent.cpp +++ b/Core/GDCore/IDE/Dialogs/EditRepeatEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "EditRepeatEvent.h" diff --git a/Core/GDCore/IDE/Dialogs/EditRepeatEvent.h b/Core/GDCore/IDE/Dialogs/EditRepeatEvent.h index 5940a1aa48..7a747993e2 100644 --- a/Core/GDCore/IDE/Dialogs/EditRepeatEvent.h +++ b/Core/GDCore/IDE/Dialogs/EditRepeatEvent.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef EDITREPEATEVENT_H diff --git a/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.cpp b/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.cpp index 13e4817941..0f23ef05d9 100644 --- a/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.h b/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.h index 64bd3d1d73..4d8fe66a6f 100644 --- a/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.h +++ b/Core/GDCore/IDE/Dialogs/EditStrExpressionDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef EDITTEXTE_H diff --git a/Core/GDCore/IDE/Dialogs/GroupEventDialog.cpp b/Core/GDCore/IDE/Dialogs/GroupEventDialog.cpp index 4d1e6bbc03..005b75df6e 100644 --- a/Core/GDCore/IDE/Dialogs/GroupEventDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/GroupEventDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/GroupEventDialog.h b/Core/GDCore/IDE/Dialogs/GroupEventDialog.h index e861d3aea7..597ba62234 100644 --- a/Core/GDCore/IDE/Dialogs/GroupEventDialog.h +++ b/Core/GDCore/IDE/Dialogs/GroupEventDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.cpp b/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.cpp index 6b6cc23487..b067dea138 100644 --- a/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.cpp +++ b/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "InitialInstancesPropgridHelper.h" diff --git a/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.h b/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.h index ec56d9f0ec..3545f4e694 100644 --- a/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.h +++ b/Core/GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef INITIALINSTANCESPROPGRIDHELPER_H diff --git a/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.cpp b/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.cpp index 37b9397527..3bb48401b3 100644 --- a/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.cpp +++ b/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "InstancesAdvancedPasteDialog.h" diff --git a/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.h b/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.h index b9e4eb801d..54e21170c5 100644 --- a/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.h +++ b/Core/GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef ADVANCEDPASTEDLG_H diff --git a/Core/GDCore/IDE/Dialogs/LayersEditorPanel.cpp b/Core/GDCore/IDE/Dialogs/LayersEditorPanel.cpp index 07b9e67bb8..52412f6708 100644 --- a/Core/GDCore/IDE/Dialogs/LayersEditorPanel.cpp +++ b/Core/GDCore/IDE/Dialogs/LayersEditorPanel.cpp @@ -2,7 +2,7 @@ * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. * Copyright 2014 Victor Levasseur (victorlevasseur52@gmail.com). - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) @@ -30,8 +30,8 @@ const long LayersEditorPanel::idMenuDel = wxNewId(); const long LayersEditorPanel::idMenuUp = wxNewId(); const long LayersEditorPanel::idMenuDown = wxNewId(); -LayersEditorPanel::LayersEditorPanel(wxWindow* parent, gd::Project & project, gd::Layout & layout, gd::MainFrameWrapper & mainFrameWrapper) : -LayersEditorPanelBase(parent), +LayersEditorPanel::LayersEditorPanel(wxWindow* parent, gd::Project & project, gd::Layout & layout, gd::MainFrameWrapper & mainFrameWrapper) : +LayersEditorPanelBase(parent), gd::LayoutEditorCanvasAssociatedEditor(), m_imageList(new wxImageList(16, 16, 1)), m_project(project), @@ -89,7 +89,7 @@ m_mainFrameWrapper(mainFrameWrapper) LayersEditorPanel::~LayersEditorPanel() { - + } void LayersEditorPanel::Refresh() @@ -117,7 +117,7 @@ void LayersEditorPanel::Refresh() void LayersEditorPanel::UpdateSelectedLayerIcon() { - if ( !m_layoutCanvas ) + if ( !m_layoutCanvas ) return; for (unsigned int i = 0; i #include diff --git a/Core/GDCore/IDE/EventsChangesNotifier.h b/Core/GDCore/IDE/EventsChangesNotifier.h index e195102854..46c7330d2b 100644 --- a/Core/GDCore/IDE/EventsChangesNotifier.h +++ b/Core/GDCore/IDE/EventsChangesNotifier.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EVENTSCHANGENOTIFIER_H #define GDCORE_EVENTSCHANGENOTIFIER_H diff --git a/Core/GDCore/IDE/EventsEditorItemsAreas.cpp b/Core/GDCore/IDE/EventsEditorItemsAreas.cpp index cde67f0b0a..972880d37e 100644 --- a/Core/GDCore/IDE/EventsEditorItemsAreas.cpp +++ b/Core/GDCore/IDE/EventsEditorItemsAreas.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/EventsEditorItemsAreas.h b/Core/GDCore/IDE/EventsEditorItemsAreas.h index 0414a9e4a2..2d0fb71c5b 100644 --- a/Core/GDCore/IDE/EventsEditorItemsAreas.h +++ b/Core/GDCore/IDE/EventsEditorItemsAreas.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/EventsEditorSelection.cpp b/Core/GDCore/IDE/EventsEditorSelection.cpp index ee1c4dbbb8..4b1f39976b 100644 --- a/Core/GDCore/IDE/EventsEditorSelection.cpp +++ b/Core/GDCore/IDE/EventsEditorSelection.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/EventsEditorSelection.h b/Core/GDCore/IDE/EventsEditorSelection.h index bbfbe45bea..b5d56e90fe 100644 --- a/Core/GDCore/IDE/EventsEditorSelection.h +++ b/Core/GDCore/IDE/EventsEditorSelection.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/IDE/EventsParametersLister.cpp b/Core/GDCore/IDE/EventsParametersLister.cpp index af7af3817b..f54c81f223 100644 --- a/Core/GDCore/IDE/EventsParametersLister.cpp +++ b/Core/GDCore/IDE/EventsParametersLister.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/IDE/EventsParametersLister.h b/Core/GDCore/IDE/EventsParametersLister.h index dfcb75b9cb..bb5e0e6055 100644 --- a/Core/GDCore/IDE/EventsParametersLister.h +++ b/Core/GDCore/IDE/EventsParametersLister.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EventsParametersLister_H #define EventsParametersLister_H diff --git a/Core/GDCore/IDE/EventsRefactorer.cpp b/Core/GDCore/IDE/EventsRefactorer.cpp index 6a6b412916..81e1feab9b 100644 --- a/Core/GDCore/IDE/EventsRefactorer.cpp +++ b/Core/GDCore/IDE/EventsRefactorer.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/IDE/EventsRefactorer.h b/Core/GDCore/IDE/EventsRefactorer.h index 81aa839b07..9d8d65d57f 100644 --- a/Core/GDCore/IDE/EventsRefactorer.h +++ b/Core/GDCore/IDE/EventsRefactorer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EVENTSREFACTORER_H #define GDCORE_EVENTSREFACTORER_H diff --git a/Core/GDCore/IDE/EventsRenderingHelper.cpp b/Core/GDCore/IDE/EventsRenderingHelper.cpp index 1c24455aff..580ac2235e 100644 --- a/Core/GDCore/IDE/EventsRenderingHelper.cpp +++ b/Core/GDCore/IDE/EventsRenderingHelper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_NO_WX_GUI) #include "EventsRenderingHelper.h" diff --git a/Core/GDCore/IDE/EventsRenderingHelper.h b/Core/GDCore/IDE/EventsRenderingHelper.h index e16406450c..cff5da13ef 100644 --- a/Core/GDCore/IDE/EventsRenderingHelper.h +++ b/Core/GDCore/IDE/EventsRenderingHelper.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_NO_WX_GUI) #ifndef EventsRenderingHelper_H diff --git a/Core/GDCore/IDE/EventsVariablesFinder.cpp b/Core/GDCore/IDE/EventsVariablesFinder.cpp index 1ac67e326c..85ebb8c50a 100644 --- a/Core/GDCore/IDE/EventsVariablesFinder.cpp +++ b/Core/GDCore/IDE/EventsVariablesFinder.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "EventsVariablesFinder.h" diff --git a/Core/GDCore/IDE/EventsVariablesFinder.h b/Core/GDCore/IDE/EventsVariablesFinder.h index 536db7563a..b5d87bc792 100644 --- a/Core/GDCore/IDE/EventsVariablesFinder.h +++ b/Core/GDCore/IDE/EventsVariablesFinder.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EVENTSVARIABLESFINDER_H #define EVENTSVARIABLESFINDER_H diff --git a/Core/GDCore/IDE/ExpressionsCorrectnessTesting.cpp b/Core/GDCore/IDE/ExpressionsCorrectnessTesting.cpp index ab0ce5dae7..4e80bd3890 100644 --- a/Core/GDCore/IDE/ExpressionsCorrectnessTesting.cpp +++ b/Core/GDCore/IDE/ExpressionsCorrectnessTesting.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/IDE/ExpressionsCorrectnessTesting.h" diff --git a/Core/GDCore/IDE/ExpressionsCorrectnessTesting.h b/Core/GDCore/IDE/ExpressionsCorrectnessTesting.h index 6d085f9876..385498c922 100644 --- a/Core/GDCore/IDE/ExpressionsCorrectnessTesting.h +++ b/Core/GDCore/IDE/ExpressionsCorrectnessTesting.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EXPRESSIONSCORRECTNESSTESTING_H diff --git a/Core/GDCore/IDE/ExtensionsLoader.cpp b/Core/GDCore/IDE/ExtensionsLoader.cpp index e984b067bf..872b23c3d9 100644 --- a/Core/GDCore/IDE/ExtensionsLoader.cpp +++ b/Core/GDCore/IDE/ExtensionsLoader.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/IDE/ExtensionsLoader.h b/Core/GDCore/IDE/ExtensionsLoader.h index ace5b676b1..b9edb6ff6e 100644 --- a/Core/GDCore/IDE/ExtensionsLoader.h +++ b/Core/GDCore/IDE/ExtensionsLoader.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXTENSIONSLOADER_H diff --git a/Core/GDCore/IDE/ImagesUsedInventorizer.h b/Core/GDCore/IDE/ImagesUsedInventorizer.h index b04dc44fc9..2eded302dd 100644 --- a/Core/GDCore/IDE/ImagesUsedInventorizer.h +++ b/Core/GDCore/IDE/ImagesUsedInventorizer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/IDE/InstructionSentenceFormatter.cpp b/Core/GDCore/IDE/InstructionSentenceFormatter.cpp index 5c990521e0..cbe7650ece 100644 --- a/Core/GDCore/IDE/InstructionSentenceFormatter.cpp +++ b/Core/GDCore/IDE/InstructionSentenceFormatter.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/IDE/InstructionSentenceFormatter.h b/Core/GDCore/IDE/InstructionSentenceFormatter.h index 333c87ab75..3cebe1bab0 100644 --- a/Core/GDCore/IDE/InstructionSentenceFormatter.h +++ b/Core/GDCore/IDE/InstructionSentenceFormatter.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/IDE/MetadataProvider.cpp b/Core/GDCore/IDE/MetadataProvider.cpp index 4f1da21714..ec96a910ab 100644 --- a/Core/GDCore/IDE/MetadataProvider.cpp +++ b/Core/GDCore/IDE/MetadataProvider.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/IDE/MetadataProvider.h" #include "GDCore/PlatformDefinition/Platform.h" diff --git a/Core/GDCore/IDE/MetadataProvider.h b/Core/GDCore/IDE/MetadataProvider.h index 72698e966f..39e1fac0f0 100644 --- a/Core/GDCore/IDE/MetadataProvider.h +++ b/Core/GDCore/IDE/MetadataProvider.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef METADATAPROVIDER_H #define METADATAPROVIDER_H diff --git a/Core/GDCore/IDE/PlatformLoader.cpp b/Core/GDCore/IDE/PlatformLoader.cpp index b5545535b8..1c14be8915 100644 --- a/Core/GDCore/IDE/PlatformLoader.cpp +++ b/Core/GDCore/IDE/PlatformLoader.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/IDE/PlatformLoader.h b/Core/GDCore/IDE/PlatformLoader.h index 5f1616b1dc..66faec8bb4 100644 --- a/Core/GDCore/IDE/PlatformLoader.h +++ b/Core/GDCore/IDE/PlatformLoader.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef PLATFORMLOADER_H diff --git a/Core/GDCore/IDE/PlatformManager.cpp b/Core/GDCore/IDE/PlatformManager.cpp index 15c0bafaa1..bd7c9aebd2 100644 --- a/Core/GDCore/IDE/PlatformManager.cpp +++ b/Core/GDCore/IDE/PlatformManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "PlatformManager.h" #include "GDCore/PlatformDefinition/Platform.h" diff --git a/Core/GDCore/IDE/PlatformManager.h b/Core/GDCore/IDE/PlatformManager.h index 39e0889382..6ee5a7cf8c 100644 --- a/Core/GDCore/IDE/PlatformManager.h +++ b/Core/GDCore/IDE/PlatformManager.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/IDE/ProjectExporter.cpp b/Core/GDCore/IDE/ProjectExporter.cpp index e04499cd9f..ac1ac26f62 100644 --- a/Core/GDCore/IDE/ProjectExporter.cpp +++ b/Core/GDCore/IDE/ProjectExporter.cpp @@ -1,6 +1,6 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ProjectExporter.h" diff --git a/Core/GDCore/IDE/ProjectExporter.h b/Core/GDCore/IDE/ProjectExporter.h index 514a192611..ee1a39717b 100644 --- a/Core/GDCore/IDE/ProjectExporter.h +++ b/Core/GDCore/IDE/ProjectExporter.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_PROJECTEXPORTER_H #define GDCORE_PROJECTEXPORTER_H diff --git a/Core/GDCore/IDE/ProjectResourcesAdder.cpp b/Core/GDCore/IDE/ProjectResourcesAdder.cpp index 7b79fe9fc5..e823a5baea 100644 --- a/Core/GDCore/IDE/ProjectResourcesAdder.cpp +++ b/Core/GDCore/IDE/ProjectResourcesAdder.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ProjectResourcesAdder.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/Core/GDCore/IDE/ProjectResourcesAdder.h b/Core/GDCore/IDE/ProjectResourcesAdder.h index 9e5a8e436e..528eabb57b 100644 --- a/Core/GDCore/IDE/ProjectResourcesAdder.h +++ b/Core/GDCore/IDE/ProjectResourcesAdder.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef PROJECTRESOURCESADDER_H #define PROJECTRESOURCESADDER_H diff --git a/Core/GDCore/IDE/ProjectResourcesCopier.cpp b/Core/GDCore/IDE/ProjectResourcesCopier.cpp index 377480c79d..0bb4d2b52f 100644 --- a/Core/GDCore/IDE/ProjectResourcesCopier.cpp +++ b/Core/GDCore/IDE/ProjectResourcesCopier.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ProjectResourcesCopier.h" #include diff --git a/Core/GDCore/IDE/ProjectResourcesCopier.h b/Core/GDCore/IDE/ProjectResourcesCopier.h index 2a23ef9e7b..58ddd94762 100644 --- a/Core/GDCore/IDE/ProjectResourcesCopier.h +++ b/Core/GDCore/IDE/ProjectResourcesCopier.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef PROJECTRESOURCESCOPIER_H #define PROJECTRESOURCESCOPIER_H diff --git a/Core/GDCore/IDE/ProjectStripper.cpp b/Core/GDCore/IDE/ProjectStripper.cpp index ef4a662e69..2b600f3eb5 100644 --- a/Core/GDCore/IDE/ProjectStripper.cpp +++ b/Core/GDCore/IDE/ProjectStripper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Project.h" #include "GDCore/PlatformDefinition/ExternalEvents.h" diff --git a/Core/GDCore/IDE/ProjectStripper.h b/Core/GDCore/IDE/ProjectStripper.h index 0bb48f31c9..3816fc10a6 100644 --- a/Core/GDCore/IDE/ProjectStripper.h +++ b/Core/GDCore/IDE/ProjectStripper.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_PROJECTSTRIPPER_H #define GDCORE_PROJECTSTRIPPER_H diff --git a/Core/GDCore/IDE/ResourcesAbsolutePathChecker.cpp b/Core/GDCore/IDE/ResourcesAbsolutePathChecker.cpp index 57427533a0..32d3779244 100644 --- a/Core/GDCore/IDE/ResourcesAbsolutePathChecker.cpp +++ b/Core/GDCore/IDE/ResourcesAbsolutePathChecker.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ResourcesAbsolutePathChecker.h" diff --git a/Core/GDCore/IDE/ResourcesAbsolutePathChecker.h b/Core/GDCore/IDE/ResourcesAbsolutePathChecker.h index 38bb021055..5276daaef6 100644 --- a/Core/GDCore/IDE/ResourcesAbsolutePathChecker.h +++ b/Core/GDCore/IDE/ResourcesAbsolutePathChecker.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RESOURCESABSOLUTEPATHCHECKER_H #define RESOURCESABSOLUTEPATHCHECKER_H diff --git a/Core/GDCore/IDE/ResourcesMergingHelper.cpp b/Core/GDCore/IDE/ResourcesMergingHelper.cpp index 8c61c06616..1662bddddf 100644 --- a/Core/GDCore/IDE/ResourcesMergingHelper.cpp +++ b/Core/GDCore/IDE/ResourcesMergingHelper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ResourcesMergingHelper.h" diff --git a/Core/GDCore/IDE/ResourcesMergingHelper.h b/Core/GDCore/IDE/ResourcesMergingHelper.h index 3f2949bd41..291177b363 100644 --- a/Core/GDCore/IDE/ResourcesMergingHelper.h +++ b/Core/GDCore/IDE/ResourcesMergingHelper.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RESOURCESMERGINGHELPER_H #define RESOURCESMERGINGHELPER_H diff --git a/Core/GDCore/IDE/SceneNameMangler.cpp b/Core/GDCore/IDE/SceneNameMangler.cpp index 84f9a652b9..401fd9b527 100644 --- a/Core/GDCore/IDE/SceneNameMangler.cpp +++ b/Core/GDCore/IDE/SceneNameMangler.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "SceneNameMangler.h" diff --git a/Core/GDCore/IDE/SceneNameMangler.h b/Core/GDCore/IDE/SceneNameMangler.h index 2869c5e2b3..db38906333 100644 --- a/Core/GDCore/IDE/SceneNameMangler.h +++ b/Core/GDCore/IDE/SceneNameMangler.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SCENENAMEMANGLER_H diff --git a/Core/GDCore/IDE/SkinHelper.cpp b/Core/GDCore/IDE/SkinHelper.cpp index 4c52cf5f6f..83ced11e85 100644 --- a/Core/GDCore/IDE/SkinHelper.cpp +++ b/Core/GDCore/IDE/SkinHelper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include diff --git a/Core/GDCore/IDE/SkinHelper.h b/Core/GDCore/IDE/SkinHelper.h index 5cf084a250..f8f90614df 100644 --- a/Core/GDCore/IDE/SkinHelper.h +++ b/Core/GDCore/IDE/SkinHelper.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_NO_WX_GUI) #ifndef GDCORE_SKINHELPER_H diff --git a/Core/GDCore/IDE/TextFormatting.h b/Core/GDCore/IDE/TextFormatting.h index d9f2c0ed40..8ca0c9f9ba 100644 --- a/Core/GDCore/IDE/TextFormatting.h +++ b/Core/GDCore/IDE/TextFormatting.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef TEXTFORMATTING_H diff --git a/Core/GDCore/IDE/wxTools/AuiTabArt.cpp b/Core/GDCore/IDE/wxTools/AuiTabArt.cpp index a8619ec939..be4b3a983c 100644 --- a/Core/GDCore/IDE/wxTools/AuiTabArt.cpp +++ b/Core/GDCore/IDE/wxTools/AuiTabArt.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "AuiTabArt.h" diff --git a/Core/GDCore/IDE/wxTools/AuiTabArt.h b/Core/GDCore/IDE/wxTools/AuiTabArt.h index b90ffc4f5b..bcb30dba32 100644 --- a/Core/GDCore/IDE/wxTools/AuiTabArt.h +++ b/Core/GDCore/IDE/wxTools/AuiTabArt.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef GDAUITABART_H diff --git a/Core/GDCore/IDE/wxTools/FileProperty.cpp b/Core/GDCore/IDE/wxTools/FileProperty.cpp index 8fc148df13..8dfbcadb86 100644 --- a/Core/GDCore/IDE/wxTools/FileProperty.cpp +++ b/Core/GDCore/IDE/wxTools/FileProperty.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include diff --git a/Core/GDCore/IDE/wxTools/FileProperty.h b/Core/GDCore/IDE/wxTools/FileProperty.h index 1e11f85272..754a8a185b 100644 --- a/Core/GDCore/IDE/wxTools/FileProperty.h +++ b/Core/GDCore/IDE/wxTools/FileProperty.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef GDCORE_FILEPROPERTY_H diff --git a/Core/GDCore/IDE/wxTools/FlatAuiTabArt.cpp b/Core/GDCore/IDE/wxTools/FlatAuiTabArt.cpp index 8540b79cc0..f89d45efca 100644 --- a/Core/GDCore/IDE/wxTools/FlatAuiTabArt.cpp +++ b/Core/GDCore/IDE/wxTools/FlatAuiTabArt.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "FlatAuiTabArt.h" diff --git a/Core/GDCore/IDE/wxTools/FlatAuiTabArt.h b/Core/GDCore/IDE/wxTools/FlatAuiTabArt.h index 750797a28f..5d5d285a42 100644 --- a/Core/GDCore/IDE/wxTools/FlatAuiTabArt.h +++ b/Core/GDCore/IDE/wxTools/FlatAuiTabArt.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef GDFLATAUITABART_H diff --git a/Core/GDCore/IDE/wxTools/RecursiveMkDir.cpp b/Core/GDCore/IDE/wxTools/RecursiveMkDir.cpp index 0a7e424f4d..402c07664f 100644 --- a/Core/GDCore/IDE/wxTools/RecursiveMkDir.cpp +++ b/Core/GDCore/IDE/wxTools/RecursiveMkDir.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "RecursiveMkDir.h" diff --git a/Core/GDCore/IDE/wxTools/RecursiveMkDir.h b/Core/GDCore/IDE/wxTools/RecursiveMkDir.h index 7fd4b01eb7..14fc6eabb6 100644 --- a/Core/GDCore/IDE/wxTools/RecursiveMkDir.h +++ b/Core/GDCore/IDE/wxTools/RecursiveMkDir.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef RECURSIVEMKDIR_H diff --git a/Core/GDCore/IDE/wxTools/TreeItemExpressionMetadata.h b/Core/GDCore/IDE/wxTools/TreeItemExpressionMetadata.h index 8f4d4c946e..2b0cf6de8b 100644 --- a/Core/GDCore/IDE/wxTools/TreeItemExpressionMetadata.h +++ b/Core/GDCore/IDE/wxTools/TreeItemExpressionMetadata.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef GDCORE_TreeItemExpressionMetadata_H diff --git a/Core/GDCore/IDE/wxTools/TreeItemStringData.h b/Core/GDCore/IDE/wxTools/TreeItemStringData.h index 5e9544f818..75a9e4cdbe 100644 --- a/Core/GDCore/IDE/wxTools/TreeItemStringData.h +++ b/Core/GDCore/IDE/wxTools/TreeItemStringData.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef GDCORE_TreeItemStringData_H diff --git a/Core/GDCore/PlatformDefinition/Automatism.cpp b/Core/GDCore/PlatformDefinition/Automatism.cpp index 4a0cf8db12..bef6e0804d 100644 --- a/Core/GDCore/PlatformDefinition/Automatism.cpp +++ b/Core/GDCore/PlatformDefinition/Automatism.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCore/PlatformDefinition/Automatism.h" diff --git a/Core/GDCore/PlatformDefinition/Automatism.h b/Core/GDCore/PlatformDefinition/Automatism.h index 317fde5cc0..1c0e27d855 100644 --- a/Core/GDCore/PlatformDefinition/Automatism.h +++ b/Core/GDCore/PlatformDefinition/Automatism.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_AUTOMATISM_H #define GDCORE_AUTOMATISM_H diff --git a/Core/GDCore/PlatformDefinition/AutomatismsSharedData.cpp b/Core/GDCore/PlatformDefinition/AutomatismsSharedData.cpp index ee4adb9d80..39d3428a2a 100644 --- a/Core/GDCore/PlatformDefinition/AutomatismsSharedData.cpp +++ b/Core/GDCore/PlatformDefinition/AutomatismsSharedData.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/AutomatismsSharedData.h" diff --git a/Core/GDCore/PlatformDefinition/AutomatismsSharedData.h b/Core/GDCore/PlatformDefinition/AutomatismsSharedData.h index e30247e51c..acf84b98a8 100644 --- a/Core/GDCore/PlatformDefinition/AutomatismsSharedData.h +++ b/Core/GDCore/PlatformDefinition/AutomatismsSharedData.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUTOMATISMSSHAREDDATA_H diff --git a/Core/GDCore/PlatformDefinition/ChangesNotifier.h b/Core/GDCore/PlatformDefinition/ChangesNotifier.h index 6d1e6cab12..1c07767a04 100644 --- a/Core/GDCore/PlatformDefinition/ChangesNotifier.h +++ b/Core/GDCore/PlatformDefinition/ChangesNotifier.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_CHANGESNOTIFIER_H #define GDCORE_CHANGESNOTIFIER_H diff --git a/Core/GDCore/PlatformDefinition/ClassWithObjects.cpp b/Core/GDCore/PlatformDefinition/ClassWithObjects.cpp index 29c9285193..a351abcad3 100644 --- a/Core/GDCore/PlatformDefinition/ClassWithObjects.cpp +++ b/Core/GDCore/PlatformDefinition/ClassWithObjects.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/ClassWithObjects.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/Core/GDCore/PlatformDefinition/ClassWithObjects.h b/Core/GDCore/PlatformDefinition/ClassWithObjects.h index 9836d04434..efc31bd1b8 100644 --- a/Core/GDCore/PlatformDefinition/ClassWithObjects.h +++ b/Core/GDCore/PlatformDefinition/ClassWithObjects.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_CLASSWITHOBJECTS_H #define GDCORE_CLASSWITHOBJECTS_H diff --git a/Core/GDCore/PlatformDefinition/ExternalEvents.h b/Core/GDCore/PlatformDefinition/ExternalEvents.h index ae3b4c0a21..280a96797b 100644 --- a/Core/GDCore/PlatformDefinition/ExternalEvents.h +++ b/Core/GDCore/PlatformDefinition/ExternalEvents.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef GDCORE_EXTERNALEVENTS_H diff --git a/Core/GDCore/PlatformDefinition/ExternalLayout.cpp b/Core/GDCore/PlatformDefinition/ExternalLayout.cpp index 3fcea6d467..3edd8286d8 100644 --- a/Core/GDCore/PlatformDefinition/ExternalLayout.cpp +++ b/Core/GDCore/PlatformDefinition/ExternalLayout.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/TinyXml/tinyxml.h" diff --git a/Core/GDCore/PlatformDefinition/ExternalLayout.h b/Core/GDCore/PlatformDefinition/ExternalLayout.h index c0607ac344..6f3cffc87e 100644 --- a/Core/GDCore/PlatformDefinition/ExternalLayout.h +++ b/Core/GDCore/PlatformDefinition/ExternalLayout.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_EXTERNALLAYOUT_H diff --git a/Core/GDCore/PlatformDefinition/ImageManager.cpp b/Core/GDCore/PlatformDefinition/ImageManager.cpp index aca0986521..f1ec991c59 100644 --- a/Core/GDCore/PlatformDefinition/ImageManager.cpp +++ b/Core/GDCore/PlatformDefinition/ImageManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/ImageManager.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/Core/GDCore/PlatformDefinition/ImageManager.h b/Core/GDCore/PlatformDefinition/ImageManager.h index 0c37e2a3e3..1d0cd93436 100644 --- a/Core/GDCore/PlatformDefinition/ImageManager.h +++ b/Core/GDCore/PlatformDefinition/ImageManager.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef ImageManager_H diff --git a/Core/GDCore/PlatformDefinition/InitialInstance.cpp b/Core/GDCore/PlatformDefinition/InitialInstance.cpp index 2563aa9778..d4a53c0b31 100644 --- a/Core/GDCore/PlatformDefinition/InitialInstance.cpp +++ b/Core/GDCore/PlatformDefinition/InitialInstance.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/InitialInstance.h" diff --git a/Core/GDCore/PlatformDefinition/InitialInstance.h b/Core/GDCore/PlatformDefinition/InitialInstance.h index c4870a9f55..bf1766ddee 100644 --- a/Core/GDCore/PlatformDefinition/InitialInstance.h +++ b/Core/GDCore/PlatformDefinition/InitialInstance.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_INITIALINSTANCE_H diff --git a/Core/GDCore/PlatformDefinition/InitialInstancesContainer.cpp b/Core/GDCore/PlatformDefinition/InitialInstancesContainer.cpp index 2d89ffe490..b3c5d46576 100644 --- a/Core/GDCore/PlatformDefinition/InitialInstancesContainer.cpp +++ b/Core/GDCore/PlatformDefinition/InitialInstancesContainer.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/PlatformDefinition/InitialInstancesContainer.h b/Core/GDCore/PlatformDefinition/InitialInstancesContainer.h index 09b146d056..696d844bbb 100644 --- a/Core/GDCore/PlatformDefinition/InitialInstancesContainer.h +++ b/Core/GDCore/PlatformDefinition/InitialInstancesContainer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_INITIALINSTANCESCONTAINER_H diff --git a/Core/GDCore/PlatformDefinition/Layer.cpp b/Core/GDCore/PlatformDefinition/Layer.cpp index aa98e36f98..c40d3d3f1d 100644 --- a/Core/GDCore/PlatformDefinition/Layer.cpp +++ b/Core/GDCore/PlatformDefinition/Layer.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Layer.h" #include "GDCore/IDE/Dialogs/EditLayerDialog.h" diff --git a/Core/GDCore/PlatformDefinition/Layer.h b/Core/GDCore/PlatformDefinition/Layer.h index 0368420ea4..03c93050e2 100644 --- a/Core/GDCore/PlatformDefinition/Layer.h +++ b/Core/GDCore/PlatformDefinition/Layer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_LAYER_H #define GDCORE_LAYER_H diff --git a/Core/GDCore/PlatformDefinition/Layout.cpp b/Core/GDCore/PlatformDefinition/Layout.cpp index 1940db7756..0fe5ac21bf 100644 --- a/Core/GDCore/PlatformDefinition/Layout.cpp +++ b/Core/GDCore/PlatformDefinition/Layout.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "Layout.h" diff --git a/Core/GDCore/PlatformDefinition/Layout.h b/Core/GDCore/PlatformDefinition/Layout.h index f329652703..c0f25d887b 100644 --- a/Core/GDCore/PlatformDefinition/Layout.h +++ b/Core/GDCore/PlatformDefinition/Layout.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_LAYOUT_H diff --git a/Core/GDCore/PlatformDefinition/Object.cpp b/Core/GDCore/PlatformDefinition/Object.cpp index 1a35a65c8d..6ae32dcab8 100644 --- a/Core/GDCore/PlatformDefinition/Object.cpp +++ b/Core/GDCore/PlatformDefinition/Object.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Object.h" #include "GDCore/PlatformDefinition/Automatism.h" diff --git a/Core/GDCore/PlatformDefinition/Object.h b/Core/GDCore/PlatformDefinition/Object.h index 344c88f15d..cd1205b31c 100644 --- a/Core/GDCore/PlatformDefinition/Object.h +++ b/Core/GDCore/PlatformDefinition/Object.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_OBJECT_H #define GDCORE_OBJECT_H diff --git a/Core/GDCore/PlatformDefinition/ObjectGroup.cpp b/Core/GDCore/PlatformDefinition/ObjectGroup.cpp index e6fdce4604..137644bca1 100644 --- a/Core/GDCore/PlatformDefinition/ObjectGroup.cpp +++ b/Core/GDCore/PlatformDefinition/ObjectGroup.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ObjectGroup.h" diff --git a/Core/GDCore/PlatformDefinition/ObjectGroup.h b/Core/GDCore/PlatformDefinition/ObjectGroup.h index 9fe2dba735..e1c63a8c7c 100644 --- a/Core/GDCore/PlatformDefinition/ObjectGroup.h +++ b/Core/GDCore/PlatformDefinition/ObjectGroup.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_OBJECTGROUP_H diff --git a/Core/GDCore/PlatformDefinition/Platform.cpp b/Core/GDCore/PlatformDefinition/Platform.cpp index fe42fed353..deb31fb616 100644 --- a/Core/GDCore/PlatformDefinition/Platform.cpp +++ b/Core/GDCore/PlatformDefinition/Platform.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "Platform.h" #include "GDCore/PlatformDefinition/PlatformExtension.h" diff --git a/Core/GDCore/PlatformDefinition/Platform.h b/Core/GDCore/PlatformDefinition/Platform.h index 07df8ea02b..28bc7c25d3 100644 --- a/Core/GDCore/PlatformDefinition/Platform.h +++ b/Core/GDCore/PlatformDefinition/Platform.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_PLATFORM_H diff --git a/Core/GDCore/PlatformDefinition/PlatformExtension.cpp b/Core/GDCore/PlatformDefinition/PlatformExtension.cpp index c77137c100..f71105ff51 100644 --- a/Core/GDCore/PlatformDefinition/PlatformExtension.cpp +++ b/Core/GDCore/PlatformDefinition/PlatformExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/PlatformExtension.h" #include "GDCore/PlatformDefinition/Platform.h" diff --git a/Core/GDCore/PlatformDefinition/PlatformExtension.h b/Core/GDCore/PlatformDefinition/PlatformExtension.h index 2f2acfca38..27f7c69769 100644 --- a/Core/GDCore/PlatformDefinition/PlatformExtension.h +++ b/Core/GDCore/PlatformDefinition/PlatformExtension.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_PLATFORMEXTENSION_H diff --git a/Core/GDCore/PlatformDefinition/Project.cpp b/Core/GDCore/PlatformDefinition/Project.cpp index cae69492ee..de4b840138 100644 --- a/Core/GDCore/PlatformDefinition/Project.cpp +++ b/Core/GDCore/PlatformDefinition/Project.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/PlatformDefinition/Project.h b/Core/GDCore/PlatformDefinition/Project.h index 0f1a0d58a4..8473b24d36 100644 --- a/Core/GDCore/PlatformDefinition/Project.h +++ b/Core/GDCore/PlatformDefinition/Project.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_PROJECT_H diff --git a/Core/GDCore/PlatformDefinition/ResourcesManager.cpp b/Core/GDCore/PlatformDefinition/ResourcesManager.cpp index fc3fc7b97a..a7420e2b5e 100644 --- a/Core/GDCore/PlatformDefinition/ResourcesManager.cpp +++ b/Core/GDCore/PlatformDefinition/ResourcesManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/Core/GDCore/PlatformDefinition/ResourcesManager.h b/Core/GDCore/PlatformDefinition/ResourcesManager.h index d87e5dcb9e..8c1d3e05c5 100644 --- a/Core/GDCore/PlatformDefinition/ResourcesManager.h +++ b/Core/GDCore/PlatformDefinition/ResourcesManager.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_RESOURCESMANAGER_H #define GDCORE_RESOURCESMANAGER_H diff --git a/Core/GDCore/PlatformDefinition/RessourcesLoader.h b/Core/GDCore/PlatformDefinition/RessourcesLoader.h index fef3374725..ed9722a2bb 100644 --- a/Core/GDCore/PlatformDefinition/RessourcesLoader.h +++ b/Core/GDCore/PlatformDefinition/RessourcesLoader.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RESSOURCESLOADER_H #define RESSOURCESLOADER_H diff --git a/Core/GDCore/PlatformDefinition/SourceFile.cpp b/Core/GDCore/PlatformDefinition/SourceFile.cpp index 433ca2f18e..4b9c10e8d1 100644 --- a/Core/GDCore/PlatformDefinition/SourceFile.cpp +++ b/Core/GDCore/PlatformDefinition/SourceFile.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Core/GDCore/PlatformDefinition/SourceFile.h b/Core/GDCore/PlatformDefinition/SourceFile.h index 8196053e37..5a103de10c 100644 --- a/Core/GDCore/PlatformDefinition/SourceFile.h +++ b/Core/GDCore/PlatformDefinition/SourceFile.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SOURCEFILE_H #define SOURCEFILE_H diff --git a/Core/GDCore/PlatformDefinition/Variable.cpp b/Core/GDCore/PlatformDefinition/Variable.cpp index d09923a275..ddb475cf3f 100644 --- a/Core/GDCore/PlatformDefinition/Variable.cpp +++ b/Core/GDCore/PlatformDefinition/Variable.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Variable.h" diff --git a/Core/GDCore/PlatformDefinition/Variable.h b/Core/GDCore/PlatformDefinition/Variable.h index 1450eea044..69b2ec11c3 100644 --- a/Core/GDCore/PlatformDefinition/Variable.h +++ b/Core/GDCore/PlatformDefinition/Variable.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_VARIABLE_H diff --git a/Core/GDCore/PlatformDefinition/VariablesContainer.cpp b/Core/GDCore/PlatformDefinition/VariablesContainer.cpp index 3c66c8accf..e324e6b4a1 100644 --- a/Core/GDCore/PlatformDefinition/VariablesContainer.cpp +++ b/Core/GDCore/PlatformDefinition/VariablesContainer.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/Core/GDCore/PlatformDefinition/VariablesContainer.h b/Core/GDCore/PlatformDefinition/VariablesContainer.h index b903e8421b..f66e9a353d 100644 --- a/Core/GDCore/PlatformDefinition/VariablesContainer.h +++ b/Core/GDCore/PlatformDefinition/VariablesContainer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_VARIABLESCONTAINER_H diff --git a/Core/GDCore/Serialization/Serializer.cpp b/Core/GDCore/Serialization/Serializer.cpp index 4613f7305f..dacc802811 100644 --- a/Core/GDCore/Serialization/Serializer.cpp +++ b/Core/GDCore/Serialization/Serializer.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Serialization/SerializerElement.h" diff --git a/Core/GDCore/Serialization/Serializer.h b/Core/GDCore/Serialization/Serializer.h index 1ee862f7ef..72c7d9a3e4 100644 --- a/Core/GDCore/Serialization/Serializer.h +++ b/Core/GDCore/Serialization/Serializer.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_SERIALIZER_H diff --git a/Core/GDCore/Serialization/SerializerElement.h b/Core/GDCore/Serialization/SerializerElement.h index 6b38e9d4e1..58d974ebb2 100644 --- a/Core/GDCore/Serialization/SerializerElement.h +++ b/Core/GDCore/Serialization/SerializerElement.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_SERIALIZERELEMENT_H diff --git a/Core/GDCore/Serialization/SerializerValue.h b/Core/GDCore/Serialization/SerializerValue.h index 7508e3d1a1..5a6697c8ba 100644 --- a/Core/GDCore/Serialization/SerializerValue.h +++ b/Core/GDCore/Serialization/SerializerValue.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_SERIALIZERVALUE_H diff --git a/Core/GDCore/Tools/DynamicLibrariesTools.cpp b/Core/GDCore/Tools/DynamicLibrariesTools.cpp index 8214c40399..b556301273 100644 --- a/Core/GDCore/Tools/DynamicLibrariesTools.cpp +++ b/Core/GDCore/Tools/DynamicLibrariesTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(WINDOWS) diff --git a/Core/GDCore/Tools/DynamicLibrariesTools.h b/Core/GDCore/Tools/DynamicLibrariesTools.h index e7f23d9009..64bede47a3 100644 --- a/Core/GDCore/Tools/DynamicLibrariesTools.h +++ b/Core/GDCore/Tools/DynamicLibrariesTools.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef DYNAMICLIBRARIESTOOLS_H diff --git a/Core/GDCore/Tools/HelpFileAccess.cpp b/Core/GDCore/Tools/HelpFileAccess.cpp index 5898b01fe9..f0f0c9f690 100644 --- a/Core/GDCore/Tools/HelpFileAccess.cpp +++ b/Core/GDCore/Tools/HelpFileAccess.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/Tools/HelpFileAccess.h b/Core/GDCore/Tools/HelpFileAccess.h index 42c4e7fdb1..a01a11836f 100644 --- a/Core/GDCore/Tools/HelpFileAccess.h +++ b/Core/GDCore/Tools/HelpFileAccess.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef HELPFILEACCESS_H diff --git a/Core/GDCore/Tools/InvalidImage.h b/Core/GDCore/Tools/InvalidImage.h index fc9a6a8280..6ff05d5cbe 100644 --- a/Core/GDCore/Tools/InvalidImage.h +++ b/Core/GDCore/Tools/InvalidImage.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ namespace gd diff --git a/Core/GDCore/Tools/Locale/LocaleManager.cpp b/Core/GDCore/Tools/Locale/LocaleManager.cpp index dd7c1af9dc..f60e182bc5 100644 --- a/Core/GDCore/Tools/Locale/LocaleManager.cpp +++ b/Core/GDCore/Tools/Locale/LocaleManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "GDCore/Tools/Locale/LocaleManager.h" diff --git a/Core/GDCore/Tools/Locale/LocaleManager.h b/Core/GDCore/Tools/Locale/LocaleManager.h index aa7d3f248e..24e146d108 100644 --- a/Core/GDCore/Tools/Locale/LocaleManager.h +++ b/Core/GDCore/Tools/Locale/LocaleManager.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Core/GDCore/Tools/Localization.h b/Core/GDCore/Tools/Localization.h index e170b1d726..87358a4313 100644 --- a/Core/GDCore/Tools/Localization.h +++ b/Core/GDCore/Tools/Localization.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_LOCALIZATION_H #define GDCORE_LOCALIZATION_H diff --git a/Core/GDCore/Tools/Log.cpp b/Core/GDCore/Tools/Log.cpp index 4f88432a99..0f5a8cb812 100644 --- a/Core/GDCore/Tools/Log.cpp +++ b/Core/GDCore/Tools/Log.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include diff --git a/Core/GDCore/Tools/Log.h b/Core/GDCore/Tools/Log.h index 1ab719fdd3..84e0d18109 100644 --- a/Core/GDCore/Tools/Log.h +++ b/Core/GDCore/Tools/Log.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCORE_LOG_H #define GDCORE_LOG_H diff --git a/Core/GDCore/Tools/SystemStats.cpp b/Core/GDCore/Tools/SystemStats.cpp index b87e81e456..38eed079c4 100644 --- a/Core/GDCore/Tools/SystemStats.cpp +++ b/Core/GDCore/Tools/SystemStats.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "SystemStats.h" #include "stdlib.h" diff --git a/Core/GDCore/Tools/SystemStats.h b/Core/GDCore/Tools/SystemStats.h index 5cf1399768..b9ac21c672 100644 --- a/Core/GDCore/Tools/SystemStats.h +++ b/Core/GDCore/Tools/SystemStats.h @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef GDCORE_SYSTEMSTATS_H diff --git a/Core/GDCore/Tools/VersionWrapper.cpp b/Core/GDCore/Tools/VersionWrapper.cpp index 1701c68abd..55f1daf40e 100644 --- a/Core/GDCore/Tools/VersionWrapper.cpp +++ b/Core/GDCore/Tools/VersionWrapper.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Tools/VersionWrapper.h" diff --git a/Core/README.md b/Core/README.md index 4334f2e6b3..9b3287034a 100644 --- a/Core/README.md +++ b/Core/README.md @@ -17,5 +17,5 @@ or any pull request so as to add a nice feature, do not hesitate to get in touch License ------- -GDevelop Core is distributed under the GNU LGPL license: See license.txt for +GDevelop Core is distributed under the MIT license: See license.txt for more information. diff --git a/Core/license.txt b/Core/license.txt index efee52b0ba..32510b5aa0 100644 --- a/Core/license.txt +++ b/Core/license.txt @@ -1,18 +1,28 @@ GDevelop Core (GDCore) -------------------------- - GDevelop Core is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +The MIT License (MIT) - GDevelop Core is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. +Copyright (c) 2008-2014 Florian Rival + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. - You should have received a copy of the GNU Lesser General Public License - along with GDevelop Core. If not, see External libraries used by GDevelop Core -------------------------------------------- diff --git a/Core/tests/Clipboard.cpp b/Core/tests/Clipboard.cpp index b67af1b7b6..5f19a7b9af 100644 --- a/Core/tests/Clipboard.cpp +++ b/Core/tests/Clipboard.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering the clipboard provided by GDCore. diff --git a/Core/tests/Common.cpp b/Core/tests/Common.cpp index b204b7c2a5..0f9ec6f4de 100644 --- a/Core/tests/Common.cpp +++ b/Core/tests/Common.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering common features of GDevelop Core. diff --git a/Core/tests/Events.cpp b/Core/tests/Events.cpp index 9a8c3e61f2..df7b809055 100644 --- a/Core/tests/Events.cpp +++ b/Core/tests/Events.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering events of GDevelop Core. diff --git a/Core/tests/Resources.cpp b/Core/tests/Resources.cpp index 487b0b94ad..6ca5bb917f 100644 --- a/Core/tests/Resources.cpp +++ b/Core/tests/Resources.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering common features of GDevelop Core. diff --git a/Core/tests/SourceFiles.cpp b/Core/tests/SourceFiles.cpp index a748e2dd46..21b85570a4 100644 --- a/Core/tests/SourceFiles.cpp +++ b/Core/tests/SourceFiles.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering common features of GDevelop Core. diff --git a/Core/tests/main.cpp b/Core/tests/main.cpp index 2b397c7a14..6e2a7aed99 100644 --- a/Core/tests/main.cpp +++ b/Core/tests/main.cpp @@ -1,7 +1,7 @@ /* * GDevelop Core * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Main file for GDevelop Core tests diff --git a/Extensions/AES/AESTools.cpp b/Extensions/AES/AESTools.cpp index 021c840eca..77958e1430 100644 --- a/Extensions/AES/AESTools.cpp +++ b/Extensions/AES/AESTools.cpp @@ -2,26 +2,7 @@ GDevelop - AES Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/Tools/AES.h" diff --git a/Extensions/AES/AESTools.h b/Extensions/AES/AESTools.h index 689309029e..e04a3f58cd 100644 --- a/Extensions/AES/AESTools.h +++ b/Extensions/AES/AESTools.h @@ -2,26 +2,7 @@ GDevelop - AES Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef AESACTIONS_H_INCLUDED diff --git a/Extensions/AES/Extension.cpp b/Extensions/AES/Extension.cpp index e25ee8add8..4a51a553dd 100644 --- a/Extensions/AES/Extension.cpp +++ b/Extensions/AES/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - AES Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -44,7 +25,7 @@ public: _("AES encryption algorithm"), _("Extension to encrypt files with AES algorithm."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/AdvancedXML/README.txt b/Extensions/AdvancedXML/README.txt index 6a2e310447..faa45eed5c 100644 --- a/Extensions/AdvancedXML/README.txt +++ b/Extensions/AdvancedXML/README.txt @@ -8,22 +8,4 @@ Source code organisation Licence ======= -It's licenced under the terms of the zlib licence. - -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. +The extension is under the MIT license. diff --git a/Extensions/AdvancedXML/src/AdvancedXMLRefManager.cpp b/Extensions/AdvancedXML/src/AdvancedXMLRefManager.cpp index e0d2fd8370..ac0d454fad 100644 --- a/Extensions/AdvancedXML/src/AdvancedXMLRefManager.cpp +++ b/Extensions/AdvancedXML/src/AdvancedXMLRefManager.cpp @@ -1,24 +1,8 @@ /* -AdvancedXML -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - +GDevelop - AdvancedXML Extension +Copyright (c) 2012 Victor Levasseur +This project is released under the MIT License. */ #include "AdvancedXMLRefManager.h" diff --git a/Extensions/AdvancedXML/src/AdvancedXMLRefManager.h b/Extensions/AdvancedXML/src/AdvancedXMLRefManager.h index c4d2203e04..b4f74c260d 100644 --- a/Extensions/AdvancedXML/src/AdvancedXMLRefManager.h +++ b/Extensions/AdvancedXML/src/AdvancedXMLRefManager.h @@ -1,24 +1,8 @@ /* -AdvancedXML -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - +GDevelop - AdvancedXML Extension +Copyright (c) 2012 Victor Levasseur +This project is released under the MIT License. */ #ifndef ADVANCEDXMLREFMANAGER_H_INCLUDED diff --git a/Extensions/AdvancedXML/src/AdvancedXMLTools.cpp b/Extensions/AdvancedXML/src/AdvancedXMLTools.cpp index 5656141dfa..144d284a02 100644 --- a/Extensions/AdvancedXML/src/AdvancedXMLTools.cpp +++ b/Extensions/AdvancedXML/src/AdvancedXMLTools.cpp @@ -1,24 +1,8 @@ /* -AdvancedXML -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - +GDevelop - AdvancedXML Extension +Copyright (c) 2012 Victor Levasseur +This project is released under the MIT License. */ #include "AdvancedXMLTools.h" diff --git a/Extensions/AdvancedXML/src/AdvancedXMLTools.h b/Extensions/AdvancedXML/src/AdvancedXMLTools.h index d6baabde10..caf0d8aec0 100644 --- a/Extensions/AdvancedXML/src/AdvancedXMLTools.h +++ b/Extensions/AdvancedXML/src/AdvancedXMLTools.h @@ -1,24 +1,8 @@ /* -AdvancedXML -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - +GDevelop - AdvancedXML Extension +Copyright (c) 2012 Victor Levasseur +This project is released under the MIT License. */ #ifndef ADVANCEDXMLACTIONS_H_INCLUDED diff --git a/Extensions/AdvancedXML/src/Extension.cpp b/Extensions/AdvancedXML/src/Extension.cpp index 447696d9d3..d11ab44ca0 100644 --- a/Extensions/AdvancedXML/src/Extension.cpp +++ b/Extensions/AdvancedXML/src/Extension.cpp @@ -1,28 +1,12 @@ /* -AdvancedXML -Copyright (C) 2012 Victor Levasseur - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - +GDevelop - AdvancedXML Extension +Copyright (c) 2012 Victor Levasseur +This project is released under the MIT License. */ /** * Contributors to the extension: - * Florian Rival ( Minor changes and adaptations ) + * Florian Rival (Minor changes and adaptations) */ #include "GDCpp/ExtensionBase.h" @@ -46,7 +30,7 @@ public: _("Advanced XML 1.0"), _("Extension allowing to manipulate XML files."), "Victor Levasseur", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/Box3DObject/Box3DObject.cpp b/Extensions/Box3DObject/Box3DObject.cpp index a6494a176f..5dc0f80ea4 100644 --- a/Extensions/Box3DObject/Box3DObject.cpp +++ b/Extensions/Box3DObject/Box3DObject.cpp @@ -2,26 +2,7 @@ GDevelop - Box 3D Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Box3DObject/Box3DObject.h b/Extensions/Box3DObject/Box3DObject.h index 0d87d46dd6..d2dba1ca8c 100644 --- a/Extensions/Box3DObject/Box3DObject.h +++ b/Extensions/Box3DObject/Box3DObject.h @@ -2,26 +2,7 @@ GDevelop - Box 3D Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef BOX3DOBJECT_H diff --git a/Extensions/Box3DObject/Box3DObjectEditor.cpp b/Extensions/Box3DObject/Box3DObjectEditor.cpp index 416b6d17e7..a8be349c30 100644 --- a/Extensions/Box3DObject/Box3DObjectEditor.cpp +++ b/Extensions/Box3DObject/Box3DObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Box 3D Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Box3DObject/Box3DObjectEditor.h b/Extensions/Box3DObject/Box3DObjectEditor.h index e770f777e5..7569d8cd96 100644 --- a/Extensions/Box3DObject/Box3DObjectEditor.h +++ b/Extensions/Box3DObject/Box3DObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Box 3D Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Box3DObject/Extension.cpp b/Extensions/Box3DObject/Extension.cpp index 3f966fca18..788a74ea53 100644 --- a/Extensions/Box3DObject/Extension.cpp +++ b/Extensions/Box3DObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Box 3D Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -46,7 +27,7 @@ public: _("3D Box Object"), _("Extension allowing to use 3D Box objects."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::ObjectMetadata & obj = AddObject("Box3D", diff --git a/Extensions/CMakeLists.txt b/Extensions/CMakeLists.txt index d9f77a69aa..b530d3e510 100644 --- a/Extensions/CMakeLists.txt +++ b/Extensions/CMakeLists.txt @@ -1,5 +1,5 @@ #This is the CMake file used to build the extensions. -#For more information, see the Readme.txt file. +#For more information, see the Readme.md file. cmake_minimum_required(VERSION 2.6) cmake_policy(SET CMP0011 NEW) diff --git a/Extensions/CommonDialogs/CommonDialogs.cpp b/Extensions/CommonDialogs/CommonDialogs.cpp index bcaaf88984..6fa20e9eaf 100644 --- a/Extensions/CommonDialogs/CommonDialogs.cpp +++ b/Extensions/CommonDialogs/CommonDialogs.cpp @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/CommonDialogs/CommonDialogs.h b/Extensions/CommonDialogs/CommonDialogs.h index ad8a69c484..ee6f16fd6b 100644 --- a/Extensions/CommonDialogs/CommonDialogs.h +++ b/Extensions/CommonDialogs/CommonDialogs.h @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef COMMONDIALOGS_H_INCLUDED diff --git a/Extensions/CommonDialogs/Extension.cpp b/Extensions/CommonDialogs/Extension.cpp index b8b5723142..e703d359cf 100644 --- a/Extensions/CommonDialogs/Extension.cpp +++ b/Extensions/CommonDialogs/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -44,7 +25,7 @@ public: _("Common dialogs"), _("Extension allowing to display common dialogs ( Message box, open file dialog... )"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) AddAction("ShowMsgBox", diff --git a/Extensions/CommonDialogs/nwidgets/MessageBox.cpp b/Extensions/CommonDialogs/nwidgets/MessageBox.cpp index 32cddddae1..21cc171193 100644 --- a/Extensions/CommonDialogs/nwidgets/MessageBox.cpp +++ b/Extensions/CommonDialogs/nwidgets/MessageBox.cpp @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * diff --git a/Extensions/CommonDialogs/nwidgets/nStyle.cpp b/Extensions/CommonDialogs/nwidgets/nStyle.cpp index 89f41d0a79..8a481fd42b 100644 --- a/Extensions/CommonDialogs/nwidgets/nStyle.cpp +++ b/Extensions/CommonDialogs/nwidgets/nStyle.cpp @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "nStyle.h" #include "dlib/gui_widgets.h" diff --git a/Extensions/CommonDialogs/nwidgets/nsource.cpp b/Extensions/CommonDialogs/nwidgets/nsource.cpp index 23287b5d86..9118d83a50 100644 --- a/Extensions/CommonDialogs/nwidgets/nsource.cpp +++ b/Extensions/CommonDialogs/nwidgets/nsource.cpp @@ -2,26 +2,7 @@ GDevelop - Common Dialogs Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef NWIDGETS_ALL_SOURCe_ #define NWIDGETS_ALL_SOURCe_ diff --git a/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.cpp b/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.cpp index 7e5f717e41..9e8d796559 100644 --- a/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.cpp +++ b/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - DestroyOutside Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.h b/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.h index 4591729da8..ff160b863c 100644 --- a/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.h +++ b/Extensions/DestroyOutsideAutomatism/DestroyOutsideAutomatism.h @@ -2,26 +2,7 @@ GDevelop - DestroyOutside Automatism Extension Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef DRAGGABLEAUTOMATISM_H diff --git a/Extensions/DestroyOutsideAutomatism/Extension.cpp b/Extensions/DestroyOutsideAutomatism/Extension.cpp index 92bfc000aa..a73625ddc9 100644 --- a/Extensions/DestroyOutsideAutomatism/Extension.cpp +++ b/Extensions/DestroyOutsideAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - DestroyOutside Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -35,7 +16,7 @@ void DeclareDestroyOutsideAutomatismExtension(gd::PlatformExtension & extension) _("Destroy Outside Screen Automatism"), _("Automatism destroying object when they go outside the screen"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::AutomatismMetadata & aut = extension.AddAutomatism("DestroyOutside", _("Destroy when outside the screen"), diff --git a/Extensions/DestroyOutsideAutomatism/JsExtension.cpp b/Extensions/DestroyOutsideAutomatism/JsExtension.cpp index e48ad222e5..9533f73238 100644 --- a/Extensions/DestroyOutsideAutomatism/JsExtension.cpp +++ b/Extensions/DestroyOutsideAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - DestroyOutside Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -48,7 +29,7 @@ public: _("Destroy Outside Screen Automatism"), _("Automatism destroying object when they go outside the screen"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); DeclareDestroyOutsideAutomatismExtension(*this); GetAutomatismMetadata("DestroyOutsideAutomatism::DestroyOutside").SetIncludeFile("DestroyOutsideAutomatism/destroyoutsideruntimeautomatism.js"); diff --git a/Extensions/DraggableAutomatism/DraggableAutomatism.cpp b/Extensions/DraggableAutomatism/DraggableAutomatism.cpp index 81cd554646..d33b008575 100644 --- a/Extensions/DraggableAutomatism/DraggableAutomatism.cpp +++ b/Extensions/DraggableAutomatism/DraggableAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Draggable Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/DraggableAutomatism/DraggableAutomatism.h b/Extensions/DraggableAutomatism/DraggableAutomatism.h index b0fa776828..93014b2325 100644 --- a/Extensions/DraggableAutomatism/DraggableAutomatism.h +++ b/Extensions/DraggableAutomatism/DraggableAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Draggable Automatism Extension Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef DRAGGABLEAUTOMATISM_H diff --git a/Extensions/DraggableAutomatism/Extension.cpp b/Extensions/DraggableAutomatism/Extension.cpp index 46b4d08ba5..bcfdc49fa2 100644 --- a/Extensions/DraggableAutomatism/Extension.cpp +++ b/Extensions/DraggableAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Draggable Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -35,7 +16,7 @@ void DeclareDraggableAutomatismExtension(gd::PlatformExtension & extension) _("Draggable Automatism"), _("Automatism allowing to move objects with the mouse"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::AutomatismMetadata & aut = extension.AddAutomatism("Draggable", _("Draggable object"), diff --git a/Extensions/DraggableAutomatism/JsExtension.cpp b/Extensions/DraggableAutomatism/JsExtension.cpp index 3a0ca11c20..94732f4ebc 100644 --- a/Extensions/DraggableAutomatism/JsExtension.cpp +++ b/Extensions/DraggableAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Draggable Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -48,7 +29,7 @@ public: _("Draggable Automatism"), _("Automatism allowing to move objects with the mouse"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); DeclareDraggableAutomatismExtension(*this); diff --git a/Extensions/Function/Extension.cpp b/Extensions/Function/Extension.cpp index 3259a946ba..8977e6ae79 100644 --- a/Extensions/Function/Extension.cpp +++ b/Extensions/Function/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Function Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -57,7 +38,7 @@ public: _("Function events"), _("Extension allowing to use events behaving as functions."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/Function/FunctionEvent.cpp b/Extensions/Function/FunctionEvent.cpp index 8734b52579..25daff0ce0 100644 --- a/Extensions/Function/FunctionEvent.cpp +++ b/Extensions/Function/FunctionEvent.cpp @@ -2,26 +2,7 @@ GDevelop - Function Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Function/FunctionEvent.h b/Extensions/Function/FunctionEvent.h index ced14696c5..fccb2713ec 100644 --- a/Extensions/Function/FunctionEvent.h +++ b/Extensions/Function/FunctionEvent.h @@ -2,26 +2,7 @@ GDevelop - Function Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Function/FunctionTools.cpp b/Extensions/Function/FunctionTools.cpp index df9bb2e5d8..23704a50e0 100644 --- a/Extensions/Function/FunctionTools.cpp +++ b/Extensions/Function/FunctionTools.cpp @@ -2,26 +2,7 @@ GDevelop - Function Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "FunctionTools.h" #include "GDCpp/profile.h" diff --git a/Extensions/Function/FunctionTools.h b/Extensions/Function/FunctionTools.h index c605f961e0..02dcac8b7c 100644 --- a/Extensions/Function/FunctionTools.h +++ b/Extensions/Function/FunctionTools.h @@ -2,26 +2,7 @@ GDevelop - Function Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef FUNCTIONTOOLS_H diff --git a/Extensions/Light/Extension.cpp b/Extensions/Light/Extension.cpp index a7ca85fbc2..e24f3908ee 100644 --- a/Extensions/Light/Extension.cpp +++ b/Extensions/Light/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -47,7 +28,7 @@ public: _("Light"), _("Allow to display lights and use light obstacles."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::ObjectMetadata & obj = AddObject("Light", diff --git a/Extensions/Light/LightObject.cpp b/Extensions/Light/LightObject.cpp index 5f56102801..4009f752b2 100644 --- a/Extensions/Light/LightObject.cpp +++ b/Extensions/Light/LightObject.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Light/LightObject.h b/Extensions/Light/LightObject.h index 19a4eb9164..1d112c7dc7 100644 --- a/Extensions/Light/LightObject.h +++ b/Extensions/Light/LightObject.h @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef LightObject_H diff --git a/Extensions/Light/LightObjectEditor.cpp b/Extensions/Light/LightObjectEditor.cpp index 83f2986b1e..058a1fb030 100644 --- a/Extensions/Light/LightObjectEditor.cpp +++ b/Extensions/Light/LightObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Light/LightObjectEditor.h b/Extensions/Light/LightObjectEditor.h index 7514ce831e..4603d278c6 100644 --- a/Extensions/Light/LightObjectEditor.h +++ b/Extensions/Light/LightObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Light/LightObstacleAutomatism.cpp b/Extensions/Light/LightObstacleAutomatism.cpp index 37d163632c..22bc415822 100644 --- a/Extensions/Light/LightObstacleAutomatism.cpp +++ b/Extensions/Light/LightObstacleAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "LightObstacleAutomatism.h" diff --git a/Extensions/Light/LightObstacleAutomatismEditor.cpp b/Extensions/Light/LightObstacleAutomatismEditor.cpp index 95ab4ffe4f..2ecb8fa6f0 100644 --- a/Extensions/Light/LightObstacleAutomatismEditor.cpp +++ b/Extensions/Light/LightObstacleAutomatismEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Light/LightObstacleAutomatismEditor.h b/Extensions/Light/LightObstacleAutomatismEditor.h index 7fb3752a70..3ce19e2960 100644 --- a/Extensions/Light/LightObstacleAutomatismEditor.h +++ b/Extensions/Light/LightObstacleAutomatismEditor.h @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Light/RuntimeSceneLightObstacleDatas.cpp b/Extensions/Light/RuntimeSceneLightObstacleDatas.cpp index 6815b0d4ff..d8e9941b88 100644 --- a/Extensions/Light/RuntimeSceneLightObstacleDatas.cpp +++ b/Extensions/Light/RuntimeSceneLightObstacleDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "RuntimeSceneLightObstacleDatas.h" diff --git a/Extensions/Light/RuntimeSceneLightObstacleDatas.h b/Extensions/Light/RuntimeSceneLightObstacleDatas.h index ba2b585d1b..53121279bf 100644 --- a/Extensions/Light/RuntimeSceneLightObstacleDatas.h +++ b/Extensions/Light/RuntimeSceneLightObstacleDatas.h @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RUNTIMESCENELIGHTOBSTACLEDATAS_H diff --git a/Extensions/Light/SceneLightObstacleDatas.cpp b/Extensions/Light/SceneLightObstacleDatas.cpp index 34b16e07ec..52ed7b00bc 100644 --- a/Extensions/Light/SceneLightObstacleDatas.cpp +++ b/Extensions/Light/SceneLightObstacleDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "SceneLightObstacleDatas.h" diff --git a/Extensions/Light/SceneLightObstacleDatas.h b/Extensions/Light/SceneLightObstacleDatas.h index 05688e6092..806ed524d5 100644 --- a/Extensions/Light/SceneLightObstacleDatas.h +++ b/Extensions/Light/SceneLightObstacleDatas.h @@ -2,26 +2,7 @@ GDevelop - Light Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENELIGHTOBSTACLEPHYSICSDATAS_H diff --git a/Extensions/LinkedObjects/Extension.cpp b/Extensions/LinkedObjects/Extension.cpp index b776076ac9..5549a6df9b 100644 --- a/Extensions/LinkedObjects/Extension.cpp +++ b/Extensions/LinkedObjects/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -46,7 +27,7 @@ public: _("Linked objects"), _("Extension allowing to virtually link two objects."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/LinkedObjects/JsExtension.cpp b/Extensions/LinkedObjects/JsExtension.cpp index a5cdb6d660..5639963f88 100644 --- a/Extensions/LinkedObjects/JsExtension.cpp +++ b/Extensions/LinkedObjects/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2008-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -46,7 +27,7 @@ public: _("Linked objects"), _("Extension allowing to virtually link two objects."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); CloneExtension("GDevelop C++ platform", "LinkedObjects"); diff --git a/Extensions/LinkedObjects/LinkedObjectsTools.cpp b/Extensions/LinkedObjects/LinkedObjectsTools.cpp index 1856371536..682b84af86 100644 --- a/Extensions/LinkedObjects/LinkedObjectsTools.cpp +++ b/Extensions/LinkedObjects/LinkedObjectsTools.cpp @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "LinkedObjectsTools.h" diff --git a/Extensions/LinkedObjects/LinkedObjectsTools.h b/Extensions/LinkedObjects/LinkedObjectsTools.h index fa33273ee8..680bd48d8b 100644 --- a/Extensions/LinkedObjects/LinkedObjectsTools.h +++ b/Extensions/LinkedObjects/LinkedObjectsTools.h @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef LINKEDOBJECTSTOOLS_H_INCLUDED diff --git a/Extensions/LinkedObjects/ObjectsLinksManager.cpp b/Extensions/LinkedObjects/ObjectsLinksManager.cpp index b3c687c74b..c34173d67b 100644 --- a/Extensions/LinkedObjects/ObjectsLinksManager.cpp +++ b/Extensions/LinkedObjects/ObjectsLinksManager.cpp @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ObjectsLinksManager.h" diff --git a/Extensions/LinkedObjects/ObjectsLinksManager.h b/Extensions/LinkedObjects/ObjectsLinksManager.h index f765ca2839..48ad0eeb8d 100644 --- a/Extensions/LinkedObjects/ObjectsLinksManager.h +++ b/Extensions/LinkedObjects/ObjectsLinksManager.h @@ -2,26 +2,7 @@ GDevelop - LinkedObjects Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef OBJECTSLINKSMANAGER_H diff --git a/Extensions/Network/Extension.cpp b/Extensions/Network/Extension.cpp index e37e87b78d..c472fdb4b4 100644 --- a/Extensions/Network/Extension.cpp +++ b/Extensions/Network/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -48,7 +29,7 @@ public: _("Network features"), _("Built-in extension allowing to exchange data on the network between games."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/Network/NetworkAutomatism.cpp b/Extensions/Network/NetworkAutomatism.cpp index a201ecff85..702e7d0ed1 100644 --- a/Extensions/Network/NetworkAutomatism.cpp +++ b/Extensions/Network/NetworkAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/Network/NetworkAutomatism.h b/Extensions/Network/NetworkAutomatism.h index 17256ecd05..c98abbf4bc 100644 --- a/Extensions/Network/NetworkAutomatism.h +++ b/Extensions/Network/NetworkAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef NETWORKAUTOMATISM_H diff --git a/Extensions/Network/NetworkAutomatismEditor.cpp b/Extensions/Network/NetworkAutomatismEditor.cpp index fcffce4017..aff87c4208 100644 --- a/Extensions/Network/NetworkAutomatismEditor.cpp +++ b/Extensions/Network/NetworkAutomatismEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Network/NetworkAutomatismEditor.h b/Extensions/Network/NetworkAutomatismEditor.h index f675b0c75d..aa5db5d243 100644 --- a/Extensions/Network/NetworkAutomatismEditor.h +++ b/Extensions/Network/NetworkAutomatismEditor.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/Network/NetworkManagerFunctions.cpp b/Extensions/Network/NetworkManagerFunctions.cpp index 75b3c31471..5d692ab0a9 100644 --- a/Extensions/Network/NetworkManagerFunctions.cpp +++ b/Extensions/Network/NetworkManagerFunctions.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/RuntimeScene.h" diff --git a/Extensions/Network/NetworkManagerFunctions.h b/Extensions/Network/NetworkManagerFunctions.h index f6f10589e0..f61de84a6e 100644 --- a/Extensions/Network/NetworkManagerFunctions.h +++ b/Extensions/Network/NetworkManagerFunctions.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef NetworkACTIONS_H_INCLUDED diff --git a/Extensions/Network/ReceivedDataManager.cpp b/Extensions/Network/ReceivedDataManager.cpp index 724091aa59..45ef2d71f3 100644 --- a/Extensions/Network/ReceivedDataManager.cpp +++ b/Extensions/Network/ReceivedDataManager.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ReceivedDataManager.h" diff --git a/Extensions/Network/ReceivedDataManager.h b/Extensions/Network/ReceivedDataManager.h index a27bed9c91..d9297de0c4 100644 --- a/Extensions/Network/ReceivedDataManager.h +++ b/Extensions/Network/ReceivedDataManager.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RECEIVEDDATAMANAGER_H diff --git a/Extensions/Network/RuntimeSceneNetworkDatas.cpp b/Extensions/Network/RuntimeSceneNetworkDatas.cpp index 8b42970e36..26dc20149a 100644 --- a/Extensions/Network/RuntimeSceneNetworkDatas.cpp +++ b/Extensions/Network/RuntimeSceneNetworkDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "RuntimeSceneNetworkDatas.h" diff --git a/Extensions/Network/RuntimeSceneNetworkDatas.h b/Extensions/Network/RuntimeSceneNetworkDatas.h index b839088454..e2b5a022bf 100644 --- a/Extensions/Network/RuntimeSceneNetworkDatas.h +++ b/Extensions/Network/RuntimeSceneNetworkDatas.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RUNTIMESCENENETWORKDATAS_H diff --git a/Extensions/Network/SceneNetworkDatas.cpp b/Extensions/Network/SceneNetworkDatas.cpp index b05b920493..0ea0d2e018 100644 --- a/Extensions/Network/SceneNetworkDatas.cpp +++ b/Extensions/Network/SceneNetworkDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "SceneNetworkDatas.h" diff --git a/Extensions/Network/SceneNetworkDatas.h b/Extensions/Network/SceneNetworkDatas.h index a358287341..8a4aa190f1 100644 --- a/Extensions/Network/SceneNetworkDatas.h +++ b/Extensions/Network/SceneNetworkDatas.h @@ -2,26 +2,7 @@ GDevelop - Network Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENENETWORKDATAS_H diff --git a/Extensions/PanelSpriteObject/Extension.cpp b/Extensions/PanelSpriteObject/Extension.cpp index cbc3fd91a7..0339fb310e 100644 --- a/Extensions/PanelSpriteObject/Extension.cpp +++ b/Extensions/PanelSpriteObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Panel Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -49,7 +30,7 @@ public: _("Panel Sprite Object"), _("Extension allowing to use panel sprite objects."), "Victor Levasseur", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::ObjectMetadata & obj = AddObject("PanelSprite", diff --git a/Extensions/PanelSpriteObject/PanelSpriteObject.cpp b/Extensions/PanelSpriteObject/PanelSpriteObject.cpp index dfcb7339ac..1739650ecd 100644 --- a/Extensions/PanelSpriteObject/PanelSpriteObject.cpp +++ b/Extensions/PanelSpriteObject/PanelSpriteObject.cpp @@ -2,26 +2,7 @@ GDevelop - Panel Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PanelSpriteObject/PanelSpriteObject.h b/Extensions/PanelSpriteObject/PanelSpriteObject.h index 3d225d906d..9cc3022e40 100644 --- a/Extensions/PanelSpriteObject/PanelSpriteObject.h +++ b/Extensions/PanelSpriteObject/PanelSpriteObject.h @@ -2,26 +2,7 @@ GDevelop - Panel Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEDSPRITEOBJECT_H diff --git a/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.cpp b/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.cpp index 1b43f43004..38f5a0d9f1 100644 --- a/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.cpp +++ b/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Panel Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.h b/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.h index 389bae2ef4..e6bb541c48 100644 --- a/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.h +++ b/Extensions/PanelSpriteObject/PanelSpriteObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Panel Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/ParticleSystem/Extension.cpp b/Extensions/ParticleSystem/Extension.cpp index 5ef75ab5d4..a0949655c7 100644 --- a/Extensions/ParticleSystem/Extension.cpp +++ b/Extensions/ParticleSystem/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -44,7 +25,7 @@ Extension::Extension() _("Particle system"), _("Extension allowing to display a large number of small particles."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); //Declaration of all objects available { diff --git a/Extensions/ParticleSystem/Extension.h b/Extensions/ParticleSystem/Extension.h index bc6fdafbed..a11d8c8ac7 100644 --- a/Extensions/ParticleSystem/Extension.h +++ b/Extensions/ParticleSystem/Extension.h @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef EXTENSION_H_INCLUDED diff --git a/Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp b/Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp index 8d3e51b066..3dca381aa7 100644 --- a/Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp +++ b/Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" diff --git a/Extensions/ParticleSystem/ExtensionSubDeclaration2.cpp b/Extensions/ParticleSystem/ExtensionSubDeclaration2.cpp index bef074b509..959cb40a9f 100644 --- a/Extensions/ParticleSystem/ExtensionSubDeclaration2.cpp +++ b/Extensions/ParticleSystem/ExtensionSubDeclaration2.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" diff --git a/Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp b/Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp index ed195a1a6d..02ae9bf1a5 100644 --- a/Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp +++ b/Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" diff --git a/Extensions/ParticleSystem/ParticleEmitterObject.cpp b/Extensions/ParticleSystem/ParticleEmitterObject.cpp index 73b971992c..460c4ca927 100644 --- a/Extensions/ParticleSystem/ParticleEmitterObject.cpp +++ b/Extensions/ParticleSystem/ParticleEmitterObject.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/ParticleSystem/ParticleEmitterObject.h b/Extensions/ParticleSystem/ParticleEmitterObject.h index 384af9121d..aba51a6b34 100644 --- a/Extensions/ParticleSystem/ParticleEmitterObject.h +++ b/Extensions/ParticleSystem/ParticleEmitterObject.h @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PARTICLEEMITTEROBJECT_H diff --git a/Extensions/ParticleSystem/ParticleEmitterObjectEditor.cpp b/Extensions/ParticleSystem/ParticleEmitterObjectEditor.cpp index 0d45e95dee..72e4ea7121 100644 --- a/Extensions/ParticleSystem/ParticleEmitterObjectEditor.cpp +++ b/Extensions/ParticleSystem/ParticleEmitterObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/ParticleSystem/ParticleEmitterObjectEditor.h b/Extensions/ParticleSystem/ParticleEmitterObjectEditor.h index d2631526e1..1648631b37 100644 --- a/Extensions/ParticleSystem/ParticleEmitterObjectEditor.h +++ b/Extensions/ParticleSystem/ParticleEmitterObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/ParticleSystem/ParticleSystemWrapper.cpp b/Extensions/ParticleSystem/ParticleSystemWrapper.cpp index ca7aa5eab7..0b3e1759e9 100644 --- a/Extensions/ParticleSystem/ParticleSystemWrapper.cpp +++ b/Extensions/ParticleSystem/ParticleSystemWrapper.cpp @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ParticleSystemWrapper.h" diff --git a/Extensions/ParticleSystem/ParticleSystemWrapper.h b/Extensions/ParticleSystem/ParticleSystemWrapper.h index ee4e3c6b5d..eef682a97a 100644 --- a/Extensions/ParticleSystem/ParticleSystemWrapper.h +++ b/Extensions/ParticleSystem/ParticleSystemWrapper.h @@ -2,26 +2,7 @@ GDevelop - Particle System Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PARTICLESYSTEMWRAPPER_H diff --git a/Extensions/PathAutomatism/Extension.cpp b/Extensions/PathAutomatism/Extension.cpp index 34c5c4b9d5..74bbbe6dea 100644 --- a/Extensions/PathAutomatism/Extension.cpp +++ b/Extensions/PathAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -50,7 +31,7 @@ public: _("Path Automatism"), _("Automatism allowing to move objects on a predefined path"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::AutomatismMetadata & aut = AddAutomatism("PathAutomatism", diff --git a/Extensions/PathAutomatism/PathAutomatism.cpp b/Extensions/PathAutomatism/PathAutomatism.cpp index 6072fb10c9..0d63c39459 100644 --- a/Extensions/PathAutomatism/PathAutomatism.cpp +++ b/Extensions/PathAutomatism/PathAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/PathAutomatism/PathAutomatism.h b/Extensions/PathAutomatism/PathAutomatism.h index 5f8aba165c..733c03f3ff 100644 --- a/Extensions/PathAutomatism/PathAutomatism.h +++ b/Extensions/PathAutomatism/PathAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PATHAUTOMATISM_H diff --git a/Extensions/PathAutomatism/PathAutomatismEditor.cpp b/Extensions/PathAutomatism/PathAutomatismEditor.cpp index fef3dbabce..c4660daca8 100644 --- a/Extensions/PathAutomatism/PathAutomatismEditor.cpp +++ b/Extensions/PathAutomatism/PathAutomatismEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PathAutomatism/PathAutomatismEditor.h b/Extensions/PathAutomatism/PathAutomatismEditor.h index 9158ed08ec..cfea46160c 100644 --- a/Extensions/PathAutomatism/PathAutomatismEditor.h +++ b/Extensions/PathAutomatism/PathAutomatismEditor.h @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PathAutomatism/RuntimeScenePathDatas.cpp b/Extensions/PathAutomatism/RuntimeScenePathDatas.cpp index 006b1ba9b0..9939a39535 100644 --- a/Extensions/PathAutomatism/RuntimeScenePathDatas.cpp +++ b/Extensions/PathAutomatism/RuntimeScenePathDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "RuntimeScenePathDatas.h" diff --git a/Extensions/PathAutomatism/RuntimeScenePathDatas.h b/Extensions/PathAutomatism/RuntimeScenePathDatas.h index 6a4999f2b7..f5cfb5ec0a 100644 --- a/Extensions/PathAutomatism/RuntimeScenePathDatas.h +++ b/Extensions/PathAutomatism/RuntimeScenePathDatas.h @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RUNTIMESCENEPATHDATAS_H diff --git a/Extensions/PathAutomatism/ScenePathDatas.cpp b/Extensions/PathAutomatism/ScenePathDatas.cpp index 04c753d99c..0ff60b4168 100644 --- a/Extensions/PathAutomatism/ScenePathDatas.cpp +++ b/Extensions/PathAutomatism/ScenePathDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ScenePathDatas.h" diff --git a/Extensions/PathAutomatism/ScenePathDatas.h b/Extensions/PathAutomatism/ScenePathDatas.h index d46342e8f3..be7255cd99 100644 --- a/Extensions/PathAutomatism/ScenePathDatas.h +++ b/Extensions/PathAutomatism/ScenePathDatas.h @@ -2,26 +2,7 @@ GDevelop - Path Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENEPATHDATAS_H diff --git a/Extensions/PathfindingAutomatism/Extension.cpp b/Extensions/PathfindingAutomatism/Extension.cpp index 7d91d55d92..cd4d0b6c03 100644 --- a/Extensions/PathfindingAutomatism/Extension.cpp +++ b/Extensions/PathfindingAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -47,7 +28,7 @@ public: _("Pathfinding automatism"), _("Compute paths for objects avoiding obstacles."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::AutomatismMetadata & aut = AddAutomatism("PathfindingAutomatism", diff --git a/Extensions/PathfindingAutomatism/JsExtension.cpp b/Extensions/PathfindingAutomatism/JsExtension.cpp index 774aa72478..23831effe7 100644 --- a/Extensions/PathfindingAutomatism/JsExtension.cpp +++ b/Extensions/PathfindingAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -47,7 +28,7 @@ public: _("Pathfinding automatism"), _("Compute paths for objects avoiding obstacles."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); CloneExtension("GDevelop C++ platform", "PathfindingAutomatism"); GetAutomatismMetadata("PathfindingAutomatism::PathfindingAutomatism") diff --git a/Extensions/PathfindingAutomatism/PathfindingAutomatism.cpp b/Extensions/PathfindingAutomatism/PathfindingAutomatism.cpp index 906c790542..8b2010eb71 100644 --- a/Extensions/PathfindingAutomatism/PathfindingAutomatism.cpp +++ b/Extensions/PathfindingAutomatism/PathfindingAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/PathfindingAutomatism/PathfindingAutomatism.h b/Extensions/PathfindingAutomatism/PathfindingAutomatism.h index 484dacaf52..525ca99897 100644 --- a/Extensions/PathfindingAutomatism/PathfindingAutomatism.h +++ b/Extensions/PathfindingAutomatism/PathfindingAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PLATFORMEROBJECTAUTOMATISM_H diff --git a/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.cpp b/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.cpp index 803135ca21..8528a3b98c 100644 --- a/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.cpp +++ b/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include #include "PathfindingObstacleAutomatism.h" diff --git a/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.h b/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.h index 4499ac47e8..0257b1914e 100644 --- a/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.h +++ b/Extensions/PathfindingAutomatism/PathfindingObstacleAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PATHFINDINGOBSTACLEAUTOMATISM_H diff --git a/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.cpp b/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.cpp index ea5a366838..fd09725538 100644 --- a/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.cpp +++ b/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.cpp @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ScenePathfindingObstaclesManager.h" #include "PathfindingObstacleAutomatism.h" diff --git a/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.h b/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.h index d6cbb0383b..3edceed8b2 100644 --- a/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.h +++ b/Extensions/PathfindingAutomatism/ScenePathfindingObstaclesManager.h @@ -2,26 +2,7 @@ GDevelop - Pathfinding Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENEPLATFORMOBJECTSMANAGER_H #define SCENEPLATFORMOBJECTSMANAGER_H diff --git a/Extensions/PhysicsAutomatism/ContactListener.cpp b/Extensions/PhysicsAutomatism/ContactListener.cpp index 2f92630e0c..6025dc4a60 100644 --- a/Extensions/PhysicsAutomatism/ContactListener.cpp +++ b/Extensions/PhysicsAutomatism/ContactListener.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ContactListener.h" #include "PhysicsAutomatism.h" diff --git a/Extensions/PhysicsAutomatism/ContactListener.h b/Extensions/PhysicsAutomatism/ContactListener.h index c2175d8e07..d67ee13fe6 100644 --- a/Extensions/PhysicsAutomatism/ContactListener.h +++ b/Extensions/PhysicsAutomatism/ContactListener.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef CONTACTLISTENER_H #define CONTACTLISTENER_H diff --git a/Extensions/PhysicsAutomatism/CustomPolygonDialog.cpp b/Extensions/PhysicsAutomatism/CustomPolygonDialog.cpp index 1c4313d23d..4b60d1e773 100644 --- a/Extensions/PhysicsAutomatism/CustomPolygonDialog.cpp +++ b/Extensions/PhysicsAutomatism/CustomPolygonDialog.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -*/ +This project is released under the MIT License.*/ /** * This file was originally written by Victor Levasseur. */ diff --git a/Extensions/PhysicsAutomatism/CustomPolygonDialog.h b/Extensions/PhysicsAutomatism/CustomPolygonDialog.h index e3eda97a78..6c6770308e 100644 --- a/Extensions/PhysicsAutomatism/CustomPolygonDialog.h +++ b/Extensions/PhysicsAutomatism/CustomPolygonDialog.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -*/ +This project is released under the MIT License.*/ /** * This file was originally written by Victor Levasseur. */ diff --git a/Extensions/PhysicsAutomatism/Extension.cpp b/Extensions/PhysicsAutomatism/Extension.cpp index 91ed07010a..425f2cee8a 100644 --- a/Extensions/PhysicsAutomatism/Extension.cpp +++ b/Extensions/PhysicsAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -50,7 +31,7 @@ public: _("Physics automatism"), _("Automatism allowing to move objects as if they were subject to the laws of physics."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::AutomatismMetadata & aut = AddAutomatism("PhysicsAutomatism", diff --git a/Extensions/PhysicsAutomatism/JsExtension.cpp b/Extensions/PhysicsAutomatism/JsExtension.cpp index 9fc3d73526..b2d7f23ee4 100644 --- a/Extensions/PhysicsAutomatism/JsExtension.cpp +++ b/Extensions/PhysicsAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -46,7 +27,7 @@ public: _("Physics automatism"), _("Automatism allowing to move objects as if they were subject to the laws of physics."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); CloneExtension("GDevelop C++ platform", "PhysicsAutomatism"); GetAutomatismMetadata("PhysicsAutomatism::PhysicsAutomatism") diff --git a/Extensions/PhysicsAutomatism/PhysicsAutomatism.cpp b/Extensions/PhysicsAutomatism/PhysicsAutomatism.cpp index 8a6aa96cb4..ce2fced633 100644 --- a/Extensions/PhysicsAutomatism/PhysicsAutomatism.cpp +++ b/Extensions/PhysicsAutomatism/PhysicsAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "PhysicsAutomatism.h" diff --git a/Extensions/PhysicsAutomatism/PhysicsAutomatism.h b/Extensions/PhysicsAutomatism/PhysicsAutomatism.h index 86e24961fb..3c91df1357 100644 --- a/Extensions/PhysicsAutomatism/PhysicsAutomatism.h +++ b/Extensions/PhysicsAutomatism/PhysicsAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PHYSICAUTOMATISM_H diff --git a/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.cpp b/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.cpp index 285e495445..8c0c691dc8 100644 --- a/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.cpp +++ b/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.h b/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.h index 3ce99a7e6a..eb39ed93c0 100644 --- a/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.h +++ b/Extensions/PhysicsAutomatism/PhysicsAutomatismEditor.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.cpp b/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.cpp index 820bdfc380..f90c9ce511 100644 --- a/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.cpp +++ b/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "RuntimeScenePhysicsDatas.h" diff --git a/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.h b/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.h index b399ed2a8b..8f40448cd6 100644 --- a/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.h +++ b/Extensions/PhysicsAutomatism/RuntimeScenePhysicsDatas.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RUNTIMESCENEPHYSICSDATAS_H diff --git a/Extensions/PhysicsAutomatism/ScenePhysicsDatas.cpp b/Extensions/PhysicsAutomatism/ScenePhysicsDatas.cpp index 951e82a889..3d60c0b01b 100644 --- a/Extensions/PhysicsAutomatism/ScenePhysicsDatas.cpp +++ b/Extensions/PhysicsAutomatism/ScenePhysicsDatas.cpp @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "ScenePhysicsDatas.h" diff --git a/Extensions/PhysicsAutomatism/ScenePhysicsDatas.h b/Extensions/PhysicsAutomatism/ScenePhysicsDatas.h index 68fdc1f688..a9f2d999d5 100644 --- a/Extensions/PhysicsAutomatism/ScenePhysicsDatas.h +++ b/Extensions/PhysicsAutomatism/ScenePhysicsDatas.h @@ -2,26 +2,7 @@ GDevelop - Physics Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENEPHYSICSDATAS_H diff --git a/Extensions/PlatformAutomatism/Extension.cpp b/Extensions/PlatformAutomatism/Extension.cpp index cf31b806f9..0d000f5821 100644 --- a/Extensions/PlatformAutomatism/Extension.cpp +++ b/Extensions/PlatformAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -37,7 +18,7 @@ void DeclarePlatformAutomatismExtension(gd::PlatformExtension & extension) _("Platform Automatism"), _("Allows to use controllable objects which can run and jump on platforms."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); { gd::AutomatismMetadata & aut = extension.AddAutomatism("PlatformerObjectAutomatism", diff --git a/Extensions/PlatformAutomatism/JsExtension.cpp b/Extensions/PlatformAutomatism/JsExtension.cpp index a350ba0308..d417d14a31 100644 --- a/Extensions/PlatformAutomatism/JsExtension.cpp +++ b/Extensions/PlatformAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -48,7 +29,7 @@ public: _("Platform Automatism"), _("Allows to use controllable objects which can run and jump on platforms."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); DeclarePlatformAutomatismExtension(*this); GetAutomatismMetadata("PlatformAutomatism::PlatformAutomatism") diff --git a/Extensions/PlatformAutomatism/PlatformAutomatism.cpp b/Extensions/PlatformAutomatism/PlatformAutomatism.cpp index d7b7f17723..754ec14654 100644 --- a/Extensions/PlatformAutomatism/PlatformAutomatism.cpp +++ b/Extensions/PlatformAutomatism/PlatformAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/PlatformAutomatism/PlatformAutomatism.h b/Extensions/PlatformAutomatism/PlatformAutomatism.h index 8ae42b7ef6..01fde6f8c1 100644 --- a/Extensions/PlatformAutomatism/PlatformAutomatism.h +++ b/Extensions/PlatformAutomatism/PlatformAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PLATFORMAUTOMATISM_H diff --git a/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.cpp b/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.cpp index 66ee0616b1..072491e718 100644 --- a/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.cpp +++ b/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.h b/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.h index 07292f6aee..a50dc757ca 100644 --- a/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.h +++ b/Extensions/PlatformAutomatism/PlatformerObjectAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PLATFORMEROBJECTAUTOMATISM_H diff --git a/Extensions/PlatformAutomatism/ScenePlatformObjectsManager.h b/Extensions/PlatformAutomatism/ScenePlatformObjectsManager.h index 3674b2a026..dc51b7a442 100644 --- a/Extensions/PlatformAutomatism/ScenePlatformObjectsManager.h +++ b/Extensions/PlatformAutomatism/ScenePlatformObjectsManager.h @@ -2,26 +2,7 @@ GDevelop - Platform Automatism Extension Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SCENEPLATFORMOBJECTSMANAGER_H #define SCENEPLATFORMOBJECTSMANAGER_H diff --git a/Extensions/PrimitiveDrawing/DrawerObject.cpp b/Extensions/PrimitiveDrawing/DrawerObject.cpp index f5c51bdeac..afc250f8a4 100644 --- a/Extensions/PrimitiveDrawing/DrawerObject.cpp +++ b/Extensions/PrimitiveDrawing/DrawerObject.cpp @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PrimitiveDrawing/DrawerObject.h b/Extensions/PrimitiveDrawing/DrawerObject.h index 03ddfeeec3..59b624fc9a 100644 --- a/Extensions/PrimitiveDrawing/DrawerObject.h +++ b/Extensions/PrimitiveDrawing/DrawerObject.h @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef DRAWEROBJECT_H diff --git a/Extensions/PrimitiveDrawing/DrawerObjectEditor.cpp b/Extensions/PrimitiveDrawing/DrawerObjectEditor.cpp index 2f6d323e76..85ecf77933 100644 --- a/Extensions/PrimitiveDrawing/DrawerObjectEditor.cpp +++ b/Extensions/PrimitiveDrawing/DrawerObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PrimitiveDrawing/DrawerObjectEditor.h b/Extensions/PrimitiveDrawing/DrawerObjectEditor.h index 6d81715706..ac22f9b3c3 100644 --- a/Extensions/PrimitiveDrawing/DrawerObjectEditor.h +++ b/Extensions/PrimitiveDrawing/DrawerObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/PrimitiveDrawing/Extension.cpp b/Extensions/PrimitiveDrawing/Extension.cpp index e308cbc63b..c09abbe054 100644 --- a/Extensions/PrimitiveDrawing/Extension.cpp +++ b/Extensions/PrimitiveDrawing/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -45,7 +26,7 @@ public: _("Primitive drawing"), _("Extension allowing to draw shapes and manipulate images."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); //Declaration of all objects available { diff --git a/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.cpp b/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.cpp index 9aabbec03f..99e7ba7131 100644 --- a/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.cpp +++ b/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.cpp @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include #include "GDCpp/RuntimeScene.h" diff --git a/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.h b/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.h index 43a353900b..c90afa9a10 100644 --- a/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.h +++ b/Extensions/PrimitiveDrawing/PrimitiveDrawingTools.h @@ -2,26 +2,7 @@ GDevelop - Primitive Drawing Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef PRIMITIVEDRAWINGTOOLS_H #define PRIMITIVEDRAWINGTOOLS_H diff --git a/Extensions/README.md b/Extensions/README.md index 85a74f9202..609ea3d6a5 100644 --- a/Extensions/README.md +++ b/Extensions/README.md @@ -24,7 +24,6 @@ or any pull request so as to add a nice feature, do not hesitate to get in touch License ------- -Extensions are provided under the zlib/libpng License. -See the notice at the top of each source file of an extension for any particular information. -External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their + * Extensions are provided under the MIT License: see license.txt file. + * External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their licenses in their directories. diff --git a/Extensions/SoundObject/Extension.cpp b/Extensions/SoundObject/Extension.cpp index 456fbe659a..a2908383e0 100644 --- a/Extensions/SoundObject/Extension.cpp +++ b/Extensions/SoundObject/Extension.cpp @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: diff --git a/Extensions/SoundObject/SoundListener.cpp b/Extensions/SoundObject/SoundListener.cpp index 77fd729743..512ee99c5f 100644 --- a/Extensions/SoundObject/SoundListener.cpp +++ b/Extensions/SoundObject/SoundListener.cpp @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "SoundListener.h" diff --git a/Extensions/SoundObject/SoundListener.h b/Extensions/SoundObject/SoundListener.h index df80a81ff9..882db72046 100644 --- a/Extensions/SoundObject/SoundListener.h +++ b/Extensions/SoundObject/SoundListener.h @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SOUNDLISTENER_H #define SOUNDLISTENER_H diff --git a/Extensions/SoundObject/SoundObject.cpp b/Extensions/SoundObject/SoundObject.cpp index 5b04c936be..70e49c5646 100644 --- a/Extensions/SoundObject/SoundObject.cpp +++ b/Extensions/SoundObject/SoundObject.cpp @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/SoundObject/SoundObject.h b/Extensions/SoundObject/SoundObject.h index daccc99522..30719896db 100644 --- a/Extensions/SoundObject/SoundObject.h +++ b/Extensions/SoundObject/SoundObject.h @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SoundObject_H #define SoundObject_H diff --git a/Extensions/SoundObject/SoundObjectEditor.cpp b/Extensions/SoundObject/SoundObjectEditor.cpp index bca151c33e..885aa9f4c4 100644 --- a/Extensions/SoundObject/SoundObjectEditor.cpp +++ b/Extensions/SoundObject/SoundObjectEditor.cpp @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/SoundObject/SoundObjectEditor.h b/Extensions/SoundObject/SoundObjectEditor.h index 1b531e2f23..d51144c56e 100644 --- a/Extensions/SoundObject/SoundObjectEditor.h +++ b/Extensions/SoundObject/SoundObjectEditor.h @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/SoundObject/SoundWrapperBase.cpp b/Extensions/SoundObject/SoundWrapperBase.cpp index 0abc06293e..934a549320 100644 --- a/Extensions/SoundObject/SoundWrapperBase.cpp +++ b/Extensions/SoundObject/SoundWrapperBase.cpp @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "SoundWrapperBase.h" diff --git a/Extensions/SoundObject/SoundWrapperBase.h b/Extensions/SoundObject/SoundWrapperBase.h index 09da113d3f..06f9abdf11 100644 --- a/Extensions/SoundObject/SoundWrapperBase.h +++ b/Extensions/SoundObject/SoundWrapperBase.h @@ -2,26 +2,7 @@ Sound Object Extension Copyright (c) 2011-2012 Thomas Flecy - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef SOUNDWRAPPERBASE_H #define SOUNDWRAPPERBASE_H diff --git a/Extensions/TextEntryObject/Extension.cpp b/Extensions/TextEntryObject/Extension.cpp index 48507bcd68..1421b77edd 100644 --- a/Extensions/TextEntryObject/Extension.cpp +++ b/Extensions/TextEntryObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - TextEntry Object Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -45,7 +26,7 @@ public: _("Text entry object"), _("Extension allowing to use an object capturing text entered with keyboard."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); //Declaration of all objects available { diff --git a/Extensions/TextEntryObject/TextEntryObject.cpp b/Extensions/TextEntryObject/TextEntryObject.cpp index fd1ab162eb..9cff4e4c12 100644 --- a/Extensions/TextEntryObject/TextEntryObject.cpp +++ b/Extensions/TextEntryObject/TextEntryObject.cpp @@ -2,26 +2,7 @@ GDevelop - TextEntry Object Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/TextEntryObject/TextEntryObject.h b/Extensions/TextEntryObject/TextEntryObject.h index 05e8c025a7..59f29f996c 100644 --- a/Extensions/TextEntryObject/TextEntryObject.h +++ b/Extensions/TextEntryObject/TextEntryObject.h @@ -2,26 +2,7 @@ GDevelop - TextEntry Object Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TEXTENTRYOBJECT_H diff --git a/Extensions/TextObject/Extension.cpp b/Extensions/TextObject/Extension.cpp index 8d26dab268..322f37e3e0 100644 --- a/Extensions/TextObject/Extension.cpp +++ b/Extensions/TextObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -40,7 +21,7 @@ void DeclareTextObjectExtension(gd::PlatformExtension & extension) _("Text object"), _("Extension allowing to use an object displaying a text."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::ObjectMetadata & obj = extension.AddObject("Text", _("Text"), diff --git a/Extensions/TextObject/JsExtension.cpp b/Extensions/TextObject/JsExtension.cpp index 46ba8ce000..6fec470e9c 100644 --- a/Extensions/TextObject/JsExtension.cpp +++ b/Extensions/TextObject/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -49,7 +30,7 @@ public: _("Text object"), _("Extension allowing to use an object displaying a text."), "Compil Games", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); DeclareTextObjectExtension(*this); diff --git a/Extensions/TextObject/TextObject.cpp b/Extensions/TextObject/TextObject.cpp index e758d2075e..aa010f5c84 100644 --- a/Extensions/TextObject/TextObject.cpp +++ b/Extensions/TextObject/TextObject.cpp @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/TextObject/TextObject.h b/Extensions/TextObject/TextObject.h index 5c11491d0e..739e5a2004 100644 --- a/Extensions/TextObject/TextObject.h +++ b/Extensions/TextObject/TextObject.h @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TEXTOBJECT_H diff --git a/Extensions/TextObject/TextObjectEditor.cpp b/Extensions/TextObject/TextObjectEditor.cpp index 39b1ecc667..703b86053e 100644 --- a/Extensions/TextObject/TextObjectEditor.cpp +++ b/Extensions/TextObject/TextObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TextObject/TextObjectEditor.h b/Extensions/TextObject/TextObjectEditor.h index c2933d5caa..a3f8b002f5 100644 --- a/Extensions/TextObject/TextObjectEditor.h +++ b/Extensions/TextObject/TextObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Text Object Extension Copyright (c) 2008-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TileMapObject/Extension.cpp b/Extensions/TileMapObject/Extension.cpp index cdd3880cf0..1b32638b7c 100644 --- a/Extensions/TileMapObject/Extension.cpp +++ b/Extensions/TileMapObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -41,7 +22,7 @@ void DeclareTileMapObjectExtension(gd::PlatformExtension & extension) _("Tile Map Object"), _("Extension allowing to use tile map objects."), "Victor Levasseur and Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::ObjectMetadata & obj = extension.AddObject("TileMap", _("Tile Map"), diff --git a/Extensions/TileMapObject/RuntimeTileMapObject.cpp b/Extensions/TileMapObject/RuntimeTileMapObject.cpp index bd80f0a58d..1621f72d85 100644 --- a/Extensions/TileMapObject/RuntimeTileMapObject.cpp +++ b/Extensions/TileMapObject/RuntimeTileMapObject.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "RuntimeTileMapObject.h" diff --git a/Extensions/TileMapObject/RuntimeTileMapObject.h b/Extensions/TileMapObject/RuntimeTileMapObject.h index fb47363473..0dfdcf57d4 100644 --- a/Extensions/TileMapObject/RuntimeTileMapObject.h +++ b/Extensions/TileMapObject/RuntimeTileMapObject.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef RUNTIMETILEMAPOBJECT_H diff --git a/Extensions/TileMapObject/TileEditor.cpp b/Extensions/TileMapObject/TileEditor.cpp index 17da8959fa..95d090c1fa 100644 --- a/Extensions/TileMapObject/TileEditor.cpp +++ b/Extensions/TileMapObject/TileEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileEditor.h" diff --git a/Extensions/TileMapObject/TileEditor.h b/Extensions/TileMapObject/TileEditor.h index 417f5fcd70..3944c8103f 100644 --- a/Extensions/TileMapObject/TileEditor.h +++ b/Extensions/TileMapObject/TileEditor.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEEDITOR_H diff --git a/Extensions/TileMapObject/TileMap.cpp b/Extensions/TileMapObject/TileMap.cpp index e79a4e7887..7d973f513b 100644 --- a/Extensions/TileMapObject/TileMap.cpp +++ b/Extensions/TileMapObject/TileMap.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileMap.h" diff --git a/Extensions/TileMapObject/TileMap.h b/Extensions/TileMapObject/TileMap.h index 3befa08b04..35a1010226 100644 --- a/Extensions/TileMapObject/TileMap.h +++ b/Extensions/TileMapObject/TileMap.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAP_H diff --git a/Extensions/TileMapObject/TileMapConfigurationEditor.cpp b/Extensions/TileMapObject/TileMapConfigurationEditor.cpp index 4f93f01cd8..8561ed9795 100644 --- a/Extensions/TileMapObject/TileMapConfigurationEditor.cpp +++ b/Extensions/TileMapObject/TileMapConfigurationEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileMapConfigurationEditor.h" diff --git a/Extensions/TileMapObject/TileMapConfigurationEditor.h b/Extensions/TileMapObject/TileMapConfigurationEditor.h index 495bc7ca94..8f8f570067 100644 --- a/Extensions/TileMapObject/TileMapConfigurationEditor.h +++ b/Extensions/TileMapObject/TileMapConfigurationEditor.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPCONFIGURATIONEDITOR_H diff --git a/Extensions/TileMapObject/TileMapDialogsIds.h b/Extensions/TileMapObject/TileMapDialogsIds.h index cb876a4c87..5b25af2a4c 100644 --- a/Extensions/TileMapObject/TileMapDialogsIds.h +++ b/Extensions/TileMapObject/TileMapDialogsIds.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPDIALOGSIDS_H diff --git a/Extensions/TileMapObject/TileMapObject.cpp b/Extensions/TileMapObject/TileMapObject.cpp index e0bbc00882..df0bfd6ec6 100644 --- a/Extensions/TileMapObject/TileMapObject.cpp +++ b/Extensions/TileMapObject/TileMapObject.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/TileMapObject/TileMapObject.h b/Extensions/TileMapObject/TileMapObject.h index d6a7506606..02b0774a2a 100644 --- a/Extensions/TileMapObject/TileMapObject.h +++ b/Extensions/TileMapObject/TileMapObject.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPOBJECT_H diff --git a/Extensions/TileMapObject/TileMapObjectEditor.cpp b/Extensions/TileMapObject/TileMapObjectEditor.cpp index eebe7f89a8..eebda79151 100644 --- a/Extensions/TileMapObject/TileMapObjectEditor.cpp +++ b/Extensions/TileMapObject/TileMapObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TileMapObject/TileMapObjectEditor.h b/Extensions/TileMapObject/TileMapObjectEditor.h index 11bd0fd9ba..b9befe6162 100644 --- a/Extensions/TileMapObject/TileMapObjectEditor.h +++ b/Extensions/TileMapObject/TileMapObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TileMapObject/TileMapObjectEditorCommands.cpp b/Extensions/TileMapObject/TileMapObjectEditorCommands.cpp index 897ec5db39..372bf521fa 100644 --- a/Extensions/TileMapObject/TileMapObjectEditorCommands.cpp +++ b/Extensions/TileMapObject/TileMapObjectEditorCommands.cpp @@ -2,29 +2,10 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #endif - \ No newline at end of file + diff --git a/Extensions/TileMapObject/TileMapObjectEditorCommands.h b/Extensions/TileMapObject/TileMapObjectEditorCommands.h index b05ac3dcac..0d96767895 100644 --- a/Extensions/TileMapObject/TileMapObjectEditorCommands.h +++ b/Extensions/TileMapObject/TileMapObjectEditorCommands.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) @@ -43,13 +24,13 @@ freely, subject to the following restrictions: class ChangeTileCommand : public wxCommand { public: - ChangeTileCommand(TileMap &tileMap, int layer, int col, int row, int newTileId) : - wxCommand(true), m_tileMap(tileMap), m_layer(layer), m_row(row), m_col(col), m_endCol(col), m_endRow(row), m_newTileId(newTileId) + ChangeTileCommand(TileMap &tileMap, int layer, int col, int row, int newTileId) : + wxCommand(true), m_tileMap(tileMap), m_layer(layer), m_row(row), m_col(col), m_endCol(col), m_endRow(row), m_newTileId(newTileId) { m_oldTileId.resize(1); }; - ChangeTileCommand(TileMap &tileMap, int layer, int col, int row, int endCol, int endRow, int newTileId) : + ChangeTileCommand(TileMap &tileMap, int layer, int col, int row, int endCol, int endRow, int newTileId) : wxCommand(true), m_tileMap(tileMap), m_layer(layer), m_row(row), m_col(col), m_endCol(endCol), m_endRow(endRow), m_newTileId(newTileId) { m_oldTileId.resize((m_endCol - m_col + 1) * (m_endRow - m_row + 1)); diff --git a/Extensions/TileMapObject/TileMapPanel.cpp b/Extensions/TileMapObject/TileMapPanel.cpp index 9ec916822e..50985cebc9 100644 --- a/Extensions/TileMapObject/TileMapPanel.cpp +++ b/Extensions/TileMapObject/TileMapPanel.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileMapPanel.h" @@ -268,10 +249,10 @@ void TileMapPanel::OnMouseEvent(wxMouseEvent &event) m_endRow = currentRow; m_isDrawingRectangle = false; - m_commandProcessor.Submit(new ChangeTileCommand(*m_tilemap, m_mapCurrentLayer, std::min(m_beginCol, m_endCol), - std::min(m_beginRow, m_endRow), - std::max(m_beginCol, m_endCol), - std::max(m_beginRow, m_endRow), + m_commandProcessor.Submit(new ChangeTileCommand(*m_tilemap, m_mapCurrentLayer, std::min(m_beginCol, m_endCol), + std::min(m_beginRow, m_endRow), + std::max(m_beginCol, m_endCol), + std::max(m_beginRow, m_endRow), m_tileToBeInserted)); Update(); @@ -282,10 +263,10 @@ void TileMapPanel::OnMouseEvent(wxMouseEvent &event) m_endRow = currentRow; m_isDrawingRectangle = false; - m_commandProcessor.Submit(new ChangeTileCommand(*m_tilemap, m_mapCurrentLayer, std::min(m_beginCol, m_endCol), - std::min(m_beginRow, m_endRow), - std::max(m_beginCol, m_endCol), - std::max(m_beginRow, m_endRow), + m_commandProcessor.Submit(new ChangeTileCommand(*m_tilemap, m_mapCurrentLayer, std::min(m_beginCol, m_endCol), + std::min(m_beginRow, m_endRow), + std::max(m_beginCol, m_endCol), + std::max(m_beginRow, m_endRow), -1)); Update(); diff --git a/Extensions/TileMapObject/TileMapPanel.h b/Extensions/TileMapObject/TileMapPanel.h index 4b8a063ab7..46c083cabf 100644 --- a/Extensions/TileMapObject/TileMapPanel.h +++ b/Extensions/TileMapObject/TileMapPanel.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPPANEL_H diff --git a/Extensions/TileMapObject/TileMapProxies.cpp b/Extensions/TileMapObject/TileMapProxies.cpp index 72c109b80c..da3eaa2610 100644 --- a/Extensions/TileMapObject/TileMapProxies.cpp +++ b/Extensions/TileMapObject/TileMapProxies.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileMapProxies.h" diff --git a/Extensions/TileMapObject/TileMapProxies.h b/Extensions/TileMapObject/TileMapProxies.h index 6d1528de30..e328aecb0c 100644 --- a/Extensions/TileMapObject/TileMapProxies.h +++ b/Extensions/TileMapObject/TileMapProxies.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPPROXIES_H diff --git a/Extensions/TileMapObject/TileMapTools.cpp b/Extensions/TileMapObject/TileMapTools.cpp index 364c289d70..1d9344b1f5 100644 --- a/Extensions/TileMapObject/TileMapTools.cpp +++ b/Extensions/TileMapObject/TileMapTools.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileMapTools.h" @@ -54,7 +35,7 @@ sf::VertexArray GenerateVertexArray(TileSet &tileSet, TileMap &tileMap) { coords = tileSet.GetTileTextureCoords(tileMap.GetTile(layer, col, row)); } - else + else { coords = tileSet.GetTileTextureCoords(0); } diff --git a/Extensions/TileMapObject/TileMapTools.h b/Extensions/TileMapObject/TileMapTools.h index 03419601a9..26ec90a514 100644 --- a/Extensions/TileMapObject/TileMapTools.h +++ b/Extensions/TileMapObject/TileMapTools.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEMAPTOOLS_H diff --git a/Extensions/TileMapObject/TileSet.cpp b/Extensions/TileMapObject/TileSet.cpp index eea434390d..bad7c83f54 100644 --- a/Extensions/TileMapObject/TileSet.cpp +++ b/Extensions/TileMapObject/TileSet.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileSet.h" diff --git a/Extensions/TileMapObject/TileSet.h b/Extensions/TileMapObject/TileSet.h index b7f1291cfb..5cd747f957 100644 --- a/Extensions/TileMapObject/TileSet.h +++ b/Extensions/TileMapObject/TileSet.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILESET_H diff --git a/Extensions/TileMapObject/TileSetConfigurationEditor.cpp b/Extensions/TileMapObject/TileSetConfigurationEditor.cpp index 6fecfb41f6..a723149db6 100644 --- a/Extensions/TileMapObject/TileSetConfigurationEditor.cpp +++ b/Extensions/TileMapObject/TileSetConfigurationEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileSetConfigurationEditor.h" diff --git a/Extensions/TileMapObject/TileSetConfigurationEditor.h b/Extensions/TileMapObject/TileSetConfigurationEditor.h index f916351f4c..8eace36fdf 100644 --- a/Extensions/TileMapObject/TileSetConfigurationEditor.h +++ b/Extensions/TileMapObject/TileSetConfigurationEditor.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILESETCONFIGURATIONEDITOR_H diff --git a/Extensions/TileMapObject/TileSetPanel.cpp b/Extensions/TileMapObject/TileSetPanel.cpp index 7172478487..cf0b358b8b 100644 --- a/Extensions/TileMapObject/TileSetPanel.cpp +++ b/Extensions/TileMapObject/TileSetPanel.cpp @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TileSetPanel.h" diff --git a/Extensions/TileMapObject/TileSetPanel.h b/Extensions/TileMapObject/TileSetPanel.h index 5e9f597ca1..a2b77abccc 100644 --- a/Extensions/TileMapObject/TileSetPanel.h +++ b/Extensions/TileMapObject/TileSetPanel.h @@ -2,26 +2,7 @@ GDevelop - Tile Map Extension Copyright (c) 2014 Victor Levasseur (victorlevasseur52@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILESETPANEL_H diff --git a/Extensions/TiledSpriteObject/Extension.cpp b/Extensions/TiledSpriteObject/Extension.cpp index 29b4f896cd..18b004d868 100644 --- a/Extensions/TiledSpriteObject/Extension.cpp +++ b/Extensions/TiledSpriteObject/Extension.cpp @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** * Contributors to the extension: @@ -41,7 +22,7 @@ void DeclareTiledSpriteObjectExtension(gd::PlatformExtension & extension) _("Tiled Sprite Object"), _("Extension allowing to use tiled sprite objects."), "Victor Levasseur and Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::ObjectMetadata & obj = extension.AddObject("TiledSprite", _("Tiled Sprite"), diff --git a/Extensions/TiledSpriteObject/JsExtension.cpp b/Extensions/TiledSpriteObject/JsExtension.cpp index 09a386f43f..3292eb0d80 100644 --- a/Extensions/TiledSpriteObject/JsExtension.cpp +++ b/Extensions/TiledSpriteObject/JsExtension.cpp @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" @@ -50,7 +31,7 @@ public: _("Tiled Sprite Object"), _("Extension allowing to use tiled sprite objects."), "Victor Levasseur and Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); DeclareTiledSpriteObjectExtension(*this); diff --git a/Extensions/TiledSpriteObject/TiledSpriteObject.cpp b/Extensions/TiledSpriteObject/TiledSpriteObject.cpp index 6b55352268..e7e0360624 100644 --- a/Extensions/TiledSpriteObject/TiledSpriteObject.cpp +++ b/Extensions/TiledSpriteObject/TiledSpriteObject.cpp @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TiledSpriteObject/TiledSpriteObject.h b/Extensions/TiledSpriteObject/TiledSpriteObject.h index e73da5403e..304aa30d0d 100644 --- a/Extensions/TiledSpriteObject/TiledSpriteObject.h +++ b/Extensions/TiledSpriteObject/TiledSpriteObject.h @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TILEDSPRITEOBJECT_H diff --git a/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.cpp b/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.cpp index 038fb46891..d2189a85a3 100644 --- a/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.cpp +++ b/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.cpp @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.h b/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.h index 1764eeea67..3111b93fc7 100644 --- a/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.h +++ b/Extensions/TiledSpriteObject/TiledSpriteObjectEditor.h @@ -3,26 +3,7 @@ GDevelop - Tiled Sprite Extension Copyright (c) 2012 Victor Levasseur (victorlevasseur01@orange.fr) Copyright (c) 2013-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/Extensions/TimedEvent/Extension.cpp b/Extensions/TimedEvent/Extension.cpp index 90fe3a3e9c..3a362a7b9e 100644 --- a/Extensions/TimedEvent/Extension.cpp +++ b/Extensions/TimedEvent/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -53,7 +34,7 @@ public: _("Timed events"), _("Event which launch its conditions and actions only after a amount of time is reached."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); #if defined(GD_IDE_ONLY) diff --git a/Extensions/TimedEvent/TimedEvent.cpp b/Extensions/TimedEvent/TimedEvent.cpp index aadcd4632d..eabf262ef7 100644 --- a/Extensions/TimedEvent/TimedEvent.cpp +++ b/Extensions/TimedEvent/TimedEvent.cpp @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/TimedEvent/TimedEvent.h b/Extensions/TimedEvent/TimedEvent.h index d34403fd3d..3c989a8029 100644 --- a/Extensions/TimedEvent/TimedEvent.h +++ b/Extensions/TimedEvent/TimedEvent.h @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/TimedEvent/TimedEventEditorDlg.cpp b/Extensions/TimedEvent/TimedEventEditorDlg.cpp index 1830318ffb..81c4b44d89 100644 --- a/Extensions/TimedEvent/TimedEventEditorDlg.cpp +++ b/Extensions/TimedEvent/TimedEventEditorDlg.cpp @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/TimedEvent/TimedEventEditorDlg.h b/Extensions/TimedEvent/TimedEventEditorDlg.h index cbd32f0101..adf39bec5d 100644 --- a/Extensions/TimedEvent/TimedEventEditorDlg.h +++ b/Extensions/TimedEvent/TimedEventEditorDlg.h @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TIMEDEVENTEDITORDLG_H diff --git a/Extensions/TimedEvent/TimedEventTools.cpp b/Extensions/TimedEvent/TimedEventTools.cpp index 1e58158c0b..780f3f6e92 100644 --- a/Extensions/TimedEvent/TimedEventTools.cpp +++ b/Extensions/TimedEvent/TimedEventTools.cpp @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/RuntimeScene.h" diff --git a/Extensions/TimedEvent/TimedEventTools.h b/Extensions/TimedEvent/TimedEventTools.h index 97ee80bc96..00c90dbcea 100644 --- a/Extensions/TimedEvent/TimedEventTools.h +++ b/Extensions/TimedEvent/TimedEventTools.h @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TIMEDEVENTTOOLS_H diff --git a/Extensions/TimedEvent/TimedEventsManager.cpp b/Extensions/TimedEvent/TimedEventsManager.cpp index 890a6837be..c271b7996f 100644 --- a/Extensions/TimedEvent/TimedEventsManager.cpp +++ b/Extensions/TimedEvent/TimedEventsManager.cpp @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "TimedEventsManager.h" diff --git a/Extensions/TimedEvent/TimedEventsManager.h b/Extensions/TimedEvent/TimedEventsManager.h index c03dc64992..816a0c1b2c 100644 --- a/Extensions/TimedEvent/TimedEventsManager.h +++ b/Extensions/TimedEvent/TimedEventsManager.h @@ -2,26 +2,7 @@ GDevelop - Timed Event Extension Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TIMEDEVENTMANAGER_H diff --git a/Extensions/TopDownMovementAutomatism/Extension.cpp b/Extensions/TopDownMovementAutomatism/Extension.cpp index f01ee74f47..8a3f50e3b5 100644 --- a/Extensions/TopDownMovementAutomatism/Extension.cpp +++ b/Extensions/TopDownMovementAutomatism/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Top-down movement Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "GDCpp/ExtensionBase.h" @@ -36,7 +17,7 @@ void DeclareTopDownMovementAutomatismExtension(gd::PlatformExtension & extension _("Top-down movement"), _("Move objects in 4 or 8 directions"), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); gd::AutomatismMetadata & aut = extension.AddAutomatism("TopDownMovementAutomatism", _("Top-down movement (4 or 8 directions)"), diff --git a/Extensions/TopDownMovementAutomatism/JsExtension.cpp b/Extensions/TopDownMovementAutomatism/JsExtension.cpp index 41a43fed53..cb737c71ed 100644 --- a/Extensions/TopDownMovementAutomatism/JsExtension.cpp +++ b/Extensions/TopDownMovementAutomatism/JsExtension.cpp @@ -2,26 +2,7 @@ GDevelop - Top-down movement Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/PlatformExtension.h" diff --git a/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.cpp b/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.cpp index f18b593422..de093d513c 100644 --- a/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.cpp +++ b/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.cpp @@ -2,26 +2,7 @@ GDevelop - Top-down movement Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include diff --git a/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.h b/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.h index 38ef97ab11..41fcdd663a 100644 --- a/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.h +++ b/Extensions/TopDownMovementAutomatism/TopDownMovementAutomatism.h @@ -2,26 +2,7 @@ GDevelop - Top-down movement Automatism Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef TOPDOWNMOVEMENTAUTOMATISM_H diff --git a/Extensions/VideoObject/Extension.cpp b/Extensions/VideoObject/Extension.cpp index 3eb212f1fe..da48224813 100644 --- a/Extensions/VideoObject/Extension.cpp +++ b/Extensions/VideoObject/Extension.cpp @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ /** @@ -75,7 +56,7 @@ public: _("Video Object"), _("Extension allowing to use an object displaying a video."), "Florian Rival", - "zlib/libpng License (Open Source)"); + "Open source (MIT License)"); //Declaration of all objects available { diff --git a/Extensions/VideoObject/VideoObject.cpp b/Extensions/VideoObject/VideoObject.cpp index 158d732ffe..9a3d0ad44a 100644 --- a/Extensions/VideoObject/VideoObject.cpp +++ b/Extensions/VideoObject/VideoObject.cpp @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/VideoObject/VideoObject.h b/Extensions/VideoObject/VideoObject.h index 37f2205506..c919a58be4 100644 --- a/Extensions/VideoObject/VideoObject.h +++ b/Extensions/VideoObject/VideoObject.h @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef VIDEOOBJECT_H diff --git a/Extensions/VideoObject/VideoObjectEditor.cpp b/Extensions/VideoObject/VideoObjectEditor.cpp index 46bfddcfe2..28a661bfc5 100644 --- a/Extensions/VideoObject/VideoObjectEditor.cpp +++ b/Extensions/VideoObject/VideoObjectEditor.cpp @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/VideoObject/VideoObjectEditor.h b/Extensions/VideoObject/VideoObjectEditor.h index 5202cb53e4..ed2190609d 100644 --- a/Extensions/VideoObject/VideoObjectEditor.h +++ b/Extensions/VideoObject/VideoObjectEditor.h @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/Extensions/VideoObject/VideoWrapper.cpp b/Extensions/VideoObject/VideoWrapper.cpp index f53b37851c..b2f4708659 100644 --- a/Extensions/VideoObject/VideoWrapper.cpp +++ b/Extensions/VideoObject/VideoWrapper.cpp @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #include "VideoWrapper.h" diff --git a/Extensions/VideoObject/VideoWrapper.h b/Extensions/VideoObject/VideoWrapper.h index d05e34454a..fe06098b9c 100644 --- a/Extensions/VideoObject/VideoWrapper.h +++ b/Extensions/VideoObject/VideoWrapper.h @@ -2,26 +2,7 @@ GDevelop - Video Object Extension Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com) - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - +This project is released under the MIT License. */ #ifndef VIDEOWRAPPER_H diff --git a/Extensions/license.txt b/Extensions/license.txt index 342c3b9b82..488df7f2d8 100644 --- a/Extensions/license.txt +++ b/Extensions/license.txt @@ -1,5 +1,31 @@ -Extensions are provided under the zlib/libpng License. -See the notice at the top of each source file for any particular information. +GDevelop extensions +------------------- + +The MIT License (MIT) + +Copyright (c) 2008-2014 Florian Rival + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +External libraries used by extensions +------------------------------------- For external libraries, refer to the readme or license file included in their -directories \ No newline at end of file +directories diff --git a/GDCpp/GDCpp/Automatism.cpp b/GDCpp/GDCpp/Automatism.cpp index 1aabbd79ff..92db874164 100644 --- a/GDCpp/GDCpp/Automatism.cpp +++ b/GDCpp/GDCpp/Automatism.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Automatism.h b/GDCpp/GDCpp/Automatism.h index 0dbcc8d3d0..fe3569e6f9 100644 --- a/GDCpp/GDCpp/Automatism.h +++ b/GDCpp/GDCpp/Automatism.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Automatism.h" diff --git a/GDCpp/GDCpp/AutomatismsRuntimeSharedData.h b/GDCpp/GDCpp/AutomatismsRuntimeSharedData.h index 0957d43f89..c9b5c8da25 100644 --- a/GDCpp/GDCpp/AutomatismsRuntimeSharedData.h +++ b/GDCpp/GDCpp/AutomatismsRuntimeSharedData.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUTOMATISMSRUNTIMESHAREDDATAS_H diff --git a/GDCpp/GDCpp/AutomatismsSharedData.cpp b/GDCpp/GDCpp/AutomatismsSharedData.cpp index a5007773e8..705b299ec0 100644 --- a/GDCpp/GDCpp/AutomatismsSharedData.cpp +++ b/GDCpp/GDCpp/AutomatismsSharedData.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/AutomatismsSharedData.h b/GDCpp/GDCpp/AutomatismsSharedData.h index 32efefc5fa..42b9fb895a 100644 --- a/GDCpp/GDCpp/AutomatismsSharedData.h +++ b/GDCpp/GDCpp/AutomatismsSharedData.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/AutomatismsSharedData.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.cpp index 0e40eefbab..7d6a8299b2 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.h b/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.h index be851af659..eb4e2b9c50 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/AdvancedExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef ADVANCEDEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.cpp index 075f1e2f5e..9a17c0ebba 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.h b/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.h index 8292e4b790..e11f915c7d 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/AudioExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUDIOEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/AudioTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/AudioTools.cpp index 42e25fb0b8..a0ae2f9d54 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AudioTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/AudioTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AudioTools.h" #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/AudioTools.h b/GDCpp/GDCpp/BuiltinExtensions/AudioTools.h index 6052b81d48..a1990582ec 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/AudioTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/AudioTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUDIOTOOLS_H #define AUDIOTOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.cpp index 4f30a36402..e41557f523 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/CameraExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.h b/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.h index 57377aee3c..973f4f995d 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/CameraExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef CAMERAEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp index c85a8e5dc5..73cfa080dc 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.cpp index 40e4af0ddd..70bc48b207 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/CommonInstructionsTools.h" #include "GDCpp/profile.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.h b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.h index 8ef37dc91c..540f15b030 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COMMONINSTRUCTIONS_H #define COMMONINSTRUCTIONS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/ExternalLayoutsExtension.h b/GDCpp/GDCpp/BuiltinExtensions/ExternalLayoutsExtension.h index 2d787f1f85..24874fa3ee 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/ExternalLayoutsExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/ExternalLayoutsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXTERNALLAYOUTSEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/FileExtension.h b/GDCpp/GDCpp/BuiltinExtensions/FileExtension.h index f7419cac2c..fbd4f9d9b0 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/FileExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/FileExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FILEEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/FileTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/FileTools.cpp index f56d38bd9c..a081de4257 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/FileTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/FileTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/FileTools.h b/GDCpp/GDCpp/BuiltinExtensions/FileTools.h index defd8008c1..8ad2f96da9 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/FileTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/FileTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FILETOOLS_H #define FILETOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.cpp index 06cb04e13a..387e7509aa 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/JoystickExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.h b/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.h index e89577bcba..5265e5fd89 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/JoystickExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef JOYSTICKEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.cpp index b090c67572..de41e771bc 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "JoystickTools.h" #include "GDCpp/RuntimeScene.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.h b/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.h index b50bd1afd3..2f78866615 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/JoystickTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef JOYSTICKTOOLS_H #define JOYSTICKTOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.cpp index bf6d71648b..02dc09b612 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/KeyboardExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.h b/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.h index c183022c30..9cbf3fa079 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/KeyboardExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef KEYBOARDEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.cpp index 51d0a696ca..fd57968ac1 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCpp/BuiltinExtensions/KeyboardTools.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h b/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h index 044d511302..a3b629aba6 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef KEYBOARDTOOLS_H #define KEYBOARDTOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.cpp index eb9acaa403..e1ac522601 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/MathematicalTools.h" #include "GDCpp/CommonTools.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.h b/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.h index 63ba0a6f62..d137bfc9ea 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/MathematicalTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MATHEMATICALTOOLS_H #define MATHEMATICALTOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.cpp index e89b5a1cac..5f51b81375 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "MathematicalToolsExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.h b/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.h index bfd5e07591..a2e6934fd8 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/MathematicalToolsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MATHEMATICALTOOLSEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.cpp index a2e49d01a6..af7b5784c1 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/MouseExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.h b/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.h index 7e591248d5..e0b7eb43bb 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/MouseExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MOUSEEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.cpp index 393287e39f..57630cbe22 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/NetworkExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.h b/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.h index 7f29a26f2b..4eeed137f6 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/NetworkExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef NETWORKEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.cpp index 83ebe829e8..a11af4f4f9 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.h b/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.h index 8dadf2ed5a..c1476a18c2 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/NetworkTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef NETWORKTOOLS_H #define NETWORKTOOLS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.cpp index 833824f76c..41b72f5e56 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.h b/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.h index 4d8511baa8..80b1ae9cd3 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/ProfileTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.cpp index 75e1e6c1b7..c4b7c4b01e 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneCameraTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "RuntimeSceneCameraTools.h" #include "GDCpp/RuntimeScene.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneTools.cpp index 067c2def50..5dc6f52234 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/RuntimeSceneTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include //Must be placed first diff --git a/GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp index 7b311a493c..7cd88805bf 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/SceneExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.cpp index 811093ddc7..00472cb067 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.h b/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.h index f30c1753e6..8fa7dcbba4 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/SpriteExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SPRITEEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/SpriteTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/SpriteTools.cpp index 1b25627a02..383558e2d2 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/SpriteTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/SpriteTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "SpriteTools.h" #include diff --git a/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.cpp index 883da794cc..028249cada 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/StringInstructionsExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.h b/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.h index 4114a01485..6064e6e21c 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/StringInstructionsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef STRINGINSTRUCTIONSEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/StringTools.cpp b/GDCpp/GDCpp/BuiltinExtensions/StringTools.cpp index 8685540111..5345e359c6 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/StringTools.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/StringTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCpp/RuntimeScene.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/StringTools.h b/GDCpp/GDCpp/BuiltinExtensions/StringTools.h index dc216c2209..2c4ae0fb28 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/StringTools.h +++ b/GDCpp/GDCpp/BuiltinExtensions/StringTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef STRINGEXPRESSIONS_H #define STRINGEXPRESSIONS_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.cpp index 552daacf55..4324d353f9 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/TimeExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.h b/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.h index d62318dc7a..f00b919889 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/TimeExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef TIMEEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.cpp index 979de89add..d4d9f7cf7e 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/VariablesExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.h b/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.h index dfb50857da..db9886c50f 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/VariablesExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef VARIABLESEXTENSION_H diff --git a/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.cpp b/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.cpp index 66cf3f1841..4e2ae5d660 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.cpp +++ b/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/BuiltinExtensions/WindowExtension.h" diff --git a/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.h b/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.h index 12953763a2..5e0ed36968 100644 --- a/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.h +++ b/GDCpp/GDCpp/BuiltinExtensions/WindowExtension.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef WINDOWEXTENSION_H diff --git a/GDCpp/GDCpp/CodeExecutionEngine.cpp b/GDCpp/GDCpp/CodeExecutionEngine.cpp index 83862a7576..d62c781347 100644 --- a/GDCpp/GDCpp/CodeExecutionEngine.cpp +++ b/GDCpp/GDCpp/CodeExecutionEngine.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCore/Tools/Localization.h" diff --git a/GDCpp/GDCpp/CodeExecutionEngine.h b/GDCpp/GDCpp/CodeExecutionEngine.h index b0e52c22db..206123ac9c 100644 --- a/GDCpp/GDCpp/CodeExecutionEngine.h +++ b/GDCpp/GDCpp/CodeExecutionEngine.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef CODEEXECUTIONENGINE_H #define CODEEXECUTIONENGINE_H diff --git a/GDCpp/GDCpp/Collisions.cpp b/GDCpp/GDCpp/Collisions.cpp index 205f03dc8b..e2e13a069f 100644 --- a/GDCpp/GDCpp/Collisions.cpp +++ b/GDCpp/GDCpp/Collisions.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCore/BuiltinExtensions/SpriteExtension/Sprite.h" diff --git a/GDCpp/GDCpp/Collisions.h b/GDCpp/GDCpp/Collisions.h index d1f7e53914..da4c5c6121 100644 --- a/GDCpp/GDCpp/Collisions.h +++ b/GDCpp/GDCpp/Collisions.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COLLISIONS_H_INCLUDED #define COLLISIONS_H_INCLUDED diff --git a/GDCpp/GDCpp/CommonTools.cpp b/GDCpp/GDCpp/CommonTools.cpp index b2e887b7a4..4bf8f75f3f 100644 --- a/GDCpp/GDCpp/CommonTools.cpp +++ b/GDCpp/GDCpp/CommonTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ diff --git a/GDCpp/GDCpp/CommonTools.h b/GDCpp/GDCpp/CommonTools.h index 6d5f0e225d..0577d58dd0 100644 --- a/GDCpp/GDCpp/CommonTools.h +++ b/GDCpp/GDCpp/CommonTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GDCPP_COMMONTOOLS_H_INCLUDED #define GDCPP_COMMONTOOLS_H_INCLUDED diff --git a/GDCpp/GDCpp/CppCodeEvent.cpp b/GDCpp/GDCpp/CppCodeEvent.cpp index 4c1cab2072..d7b7312459 100644 --- a/GDCpp/GDCpp/CppCodeEvent.cpp +++ b/GDCpp/GDCpp/CppCodeEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/CppCodeEvent.h b/GDCpp/GDCpp/CppCodeEvent.h index cc7fe208f6..20d9ae0027 100644 --- a/GDCpp/GDCpp/CppCodeEvent.h +++ b/GDCpp/GDCpp/CppCodeEvent.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/CppPlatform.cpp b/GDCpp/GDCpp/CppPlatform.cpp index 2cb7734f92..af9765ca96 100644 --- a/GDCpp/GDCpp/CppPlatform.cpp +++ b/GDCpp/GDCpp/CppPlatform.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/CppPlatform.h b/GDCpp/GDCpp/CppPlatform.h index 27db8fd8fd..f7f1b56733 100644 --- a/GDCpp/GDCpp/CppPlatform.h +++ b/GDCpp/GDCpp/CppPlatform.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef PLATFORM_H diff --git a/GDCpp/GDCpp/DynamicLibrariesTools.cpp b/GDCpp/GDCpp/DynamicLibrariesTools.cpp index a4f31de094..05d7a40245 100644 --- a/GDCpp/GDCpp/DynamicLibrariesTools.cpp +++ b/GDCpp/GDCpp/DynamicLibrariesTools.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/DynamicLibrariesTools.h b/GDCpp/GDCpp/DynamicLibrariesTools.h index 61b48c66d6..45e52a6392 100644 --- a/GDCpp/GDCpp/DynamicLibrariesTools.h +++ b/GDCpp/GDCpp/DynamicLibrariesTools.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Tools/DynamicLibrariesTools.h" diff --git a/GDCpp/GDCpp/Events/CodeCompilationHelpers.cpp b/GDCpp/GDCpp/Events/CodeCompilationHelpers.cpp index a4a9ac2500..44ee01278f 100644 --- a/GDCpp/GDCpp/Events/CodeCompilationHelpers.cpp +++ b/GDCpp/GDCpp/Events/CodeCompilationHelpers.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/Events/CodeCompilationHelpers.h b/GDCpp/GDCpp/Events/CodeCompilationHelpers.h index c4cc5f484e..fae0baf34d 100644 --- a/GDCpp/GDCpp/Events/CodeCompilationHelpers.h +++ b/GDCpp/GDCpp/Events/CodeCompilationHelpers.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/Events/EventsCodeGenerator.cpp b/GDCpp/GDCpp/Events/EventsCodeGenerator.cpp index 1c46166881..3bbc6b2c82 100644 --- a/GDCpp/GDCpp/Events/EventsCodeGenerator.cpp +++ b/GDCpp/GDCpp/Events/EventsCodeGenerator.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Events/EventsCodeGenerator.h b/GDCpp/GDCpp/Events/EventsCodeGenerator.h index a392233493..c34f9ad53b 100644 --- a/GDCpp/GDCpp/Events/EventsCodeGenerator.h +++ b/GDCpp/GDCpp/Events/EventsCodeGenerator.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Events/VariableParserCallbacks.cpp b/GDCpp/GDCpp/Events/VariableParserCallbacks.cpp index 8baef6cc13..4a2e7ff947 100644 --- a/GDCpp/GDCpp/Events/VariableParserCallbacks.cpp +++ b/GDCpp/GDCpp/Events/VariableParserCallbacks.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include diff --git a/GDCpp/GDCpp/Events/VariableParserCallbacks.h b/GDCpp/GDCpp/Events/VariableParserCallbacks.h index 796064db6a..a591e15916 100644 --- a/GDCpp/GDCpp/Events/VariableParserCallbacks.h +++ b/GDCpp/GDCpp/Events/VariableParserCallbacks.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef VARIABLEPARSERCALLBACKS_H diff --git a/GDCpp/GDCpp/ExtensionBase.cpp b/GDCpp/GDCpp/ExtensionBase.cpp index de9f57e9b2..97165e846e 100644 --- a/GDCpp/GDCpp/ExtensionBase.cpp +++ b/GDCpp/GDCpp/ExtensionBase.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/ExtensionBase.h b/GDCpp/GDCpp/ExtensionBase.h index 0eac855bdd..68cbb195bd 100644 --- a/GDCpp/GDCpp/ExtensionBase.h +++ b/GDCpp/GDCpp/ExtensionBase.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXTENSIONBASE_H diff --git a/GDCpp/GDCpp/ExtensionsLoader.cpp b/GDCpp/GDCpp/ExtensionsLoader.cpp index 4fc47304c6..550a5d53a3 100644 --- a/GDCpp/GDCpp/ExtensionsLoader.cpp +++ b/GDCpp/GDCpp/ExtensionsLoader.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/ExtensionsLoader.h b/GDCpp/GDCpp/ExtensionsLoader.h index e545a19eec..7e52d15d5f 100644 --- a/GDCpp/GDCpp/ExtensionsLoader.h +++ b/GDCpp/GDCpp/ExtensionsLoader.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/IDE/ExtensionsLoader.h" diff --git a/GDCpp/GDCpp/ExternalLayout.cpp b/GDCpp/GDCpp/ExternalLayout.cpp index 8a2c8ed223..58520ac455 100644 --- a/GDCpp/GDCpp/ExternalLayout.cpp +++ b/GDCpp/GDCpp/ExternalLayout.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/ExternalLayout.h b/GDCpp/GDCpp/ExternalLayout.h index 443b4e6e68..a701d5ef9e 100644 --- a/GDCpp/GDCpp/ExternalLayout.h +++ b/GDCpp/GDCpp/ExternalLayout.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/ExternalLayout.h" diff --git a/GDCpp/GDCpp/FontManager.h b/GDCpp/GDCpp/FontManager.h index 3f9c873849..f2f3cdd2ca 100644 --- a/GDCpp/GDCpp/FontManager.h +++ b/GDCpp/GDCpp/FontManager.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FONTMANAGER_H #define FONTMANAGER_H diff --git a/GDCpp/GDCpp/Force.cpp b/GDCpp/GDCpp/Force.cpp index feac628cf5..c7ad1d45fb 100644 --- a/GDCpp/GDCpp/Force.cpp +++ b/GDCpp/GDCpp/Force.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/Force.h b/GDCpp/GDCpp/Force.h index 5d89f5ef60..40b6e28a5d 100644 --- a/GDCpp/GDCpp/Force.h +++ b/GDCpp/GDCpp/Force.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FORCE_H_INCLUDED diff --git a/GDCpp/GDCpp/IDE/BaseDebugger.cpp b/GDCpp/GDCpp/IDE/BaseDebugger.cpp index 0dd65c1c08..d04a453c8e 100644 --- a/GDCpp/GDCpp/IDE/BaseDebugger.cpp +++ b/GDCpp/GDCpp/IDE/BaseDebugger.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/BaseDebugger.h b/GDCpp/GDCpp/IDE/BaseDebugger.h index 840a7fe93f..c48379ed18 100644 --- a/GDCpp/GDCpp/IDE/BaseDebugger.h +++ b/GDCpp/GDCpp/IDE/BaseDebugger.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/BaseProfiler.cpp b/GDCpp/GDCpp/IDE/BaseProfiler.cpp index e4fcac94d5..d49e694790 100644 --- a/GDCpp/GDCpp/IDE/BaseProfiler.cpp +++ b/GDCpp/GDCpp/IDE/BaseProfiler.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/BaseProfiler.h b/GDCpp/GDCpp/IDE/BaseProfiler.h index 2650c2aa8a..054367c5c1 100644 --- a/GDCpp/GDCpp/IDE/BaseProfiler.h +++ b/GDCpp/GDCpp/IDE/BaseProfiler.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/ChangesNotifier.cpp b/GDCpp/GDCpp/IDE/ChangesNotifier.cpp index 22f785a843..64834bc92a 100644 --- a/GDCpp/GDCpp/IDE/ChangesNotifier.cpp +++ b/GDCpp/GDCpp/IDE/ChangesNotifier.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #include diff --git a/GDCpp/GDCpp/IDE/ChangesNotifier.h b/GDCpp/GDCpp/IDE/ChangesNotifier.h index b1fb81c7b2..846e4ad868 100644 --- a/GDCpp/GDCpp/IDE/ChangesNotifier.h +++ b/GDCpp/GDCpp/IDE/ChangesNotifier.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef CHANGESNOTIFIER_H diff --git a/GDCpp/GDCpp/IDE/CodeCompiler.cpp b/GDCpp/GDCpp/IDE/CodeCompiler.cpp index ffe16c8b2b..dc19aa5b53 100644 --- a/GDCpp/GDCpp/IDE/CodeCompiler.cpp +++ b/GDCpp/GDCpp/IDE/CodeCompiler.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/CodeCompiler.h b/GDCpp/GDCpp/IDE/CodeCompiler.h index d8b127c3e0..07acdfdf1a 100644 --- a/GDCpp/GDCpp/IDE/CodeCompiler.h +++ b/GDCpp/GDCpp/IDE/CodeCompiler.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/CompilerMessagesParser.cpp b/GDCpp/GDCpp/IDE/CompilerMessagesParser.cpp index f690396bdb..fc088ffb51 100644 --- a/GDCpp/GDCpp/IDE/CompilerMessagesParser.cpp +++ b/GDCpp/GDCpp/IDE/CompilerMessagesParser.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/CompilerMessagesParser.h b/GDCpp/GDCpp/IDE/CompilerMessagesParser.h index 2cd60d2416..21a988e6fd 100644 --- a/GDCpp/GDCpp/IDE/CompilerMessagesParser.h +++ b/GDCpp/GDCpp/IDE/CompilerMessagesParser.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/IDE/DependenciesAnalyzer.h b/GDCpp/GDCpp/IDE/DependenciesAnalyzer.h index 4bcf31c0c7..31980527bd 100644 --- a/GDCpp/GDCpp/IDE/DependenciesAnalyzer.h +++ b/GDCpp/GDCpp/IDE/DependenciesAnalyzer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) #ifndef DEPENDENCIESANALYZER_H diff --git a/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.cpp b/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.cpp index 330b7a54ba..47924f6322 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "CompilationErrorDialog.h" diff --git a/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.h b/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.h index dc44b6c3fa..1872c1c5f0 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.h +++ b/GDCpp/GDCpp/IDE/Dialogs/CompilationErrorDialog.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef ERRORCOMPILATION_H diff --git a/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.cpp b/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.cpp index 93720d1739..727832c038 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifdef CreateDialog diff --git a/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.h b/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.h index 565a279096..448c7429ac 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.h +++ b/GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef SCENEEDITORCANVAS_H diff --git a/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.cpp b/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.cpp index 0afbab81b7..cec82e3961 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "EditCppCodeEvent.h" diff --git a/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.h b/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.h index a1894f0e52..ee6fa9e7fa 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.h +++ b/GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.cpp b/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.cpp index 7cb5bfd366..b0ade59250 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.h b/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.h index 306b888c25..25cb501868 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.h +++ b/GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/Dialogs/ProjectExportDialog.cpp b/GDCpp/GDCpp/IDE/Dialogs/ProjectExportDialog.cpp index 2cb1bda692..cd89e0854c 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/ProjectExportDialog.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/ProjectExportDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) //(*InternalHeaders(ProjectExportDialog) diff --git a/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.cpp b/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.cpp index 2501797e1e..fa5f3747a8 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.cpp +++ b/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "GDCpp/IDE/Dialogs/RenderDialog.h" diff --git a/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.h b/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.h index 5c220194f3..bc810cfa12 100644 --- a/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.h +++ b/GDCpp/GDCpp/IDE/Dialogs/RenderDialog.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef RENDERDIALOG_H diff --git a/GDCpp/GDCpp/IDE/FullProjectCompiler.cpp b/GDCpp/GDCpp/IDE/FullProjectCompiler.cpp index 72ee8733df..15964d62a6 100644 --- a/GDCpp/GDCpp/IDE/FullProjectCompiler.cpp +++ b/GDCpp/GDCpp/IDE/FullProjectCompiler.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/FullProjectCompiler.h b/GDCpp/GDCpp/IDE/FullProjectCompiler.h index e99a000777..deaee4bc5c 100644 --- a/GDCpp/GDCpp/IDE/FullProjectCompiler.h +++ b/GDCpp/GDCpp/IDE/FullProjectCompiler.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/ImageFilesWatcher.cpp b/GDCpp/GDCpp/IDE/ImageFilesWatcher.cpp index 8fbdbefd50..6e25ee6f9f 100644 --- a/GDCpp/GDCpp/IDE/ImageFilesWatcher.cpp +++ b/GDCpp/GDCpp/IDE/ImageFilesWatcher.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/IDE/ImageFilesWatcher.h b/GDCpp/GDCpp/IDE/ImageFilesWatcher.h index 7df801fb0a..34b8fc1868 100644 --- a/GDCpp/GDCpp/IDE/ImageFilesWatcher.h +++ b/GDCpp/GDCpp/IDE/ImageFilesWatcher.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/ImageManager.cpp b/GDCpp/GDCpp/ImageManager.cpp index cc9262124d..23074537aa 100644 --- a/GDCpp/GDCpp/ImageManager.cpp +++ b/GDCpp/GDCpp/ImageManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/ImageManager.h b/GDCpp/GDCpp/ImageManager.h index 0162be8eb5..b87952b766 100644 --- a/GDCpp/GDCpp/ImageManager.h +++ b/GDCpp/GDCpp/ImageManager.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/ImageManager.h" diff --git a/GDCpp/GDCpp/InitialInstancesContainer.cpp b/GDCpp/GDCpp/InitialInstancesContainer.cpp index f29c6b787c..204a262686 100644 --- a/GDCpp/GDCpp/InitialInstancesContainer.cpp +++ b/GDCpp/GDCpp/InitialInstancesContainer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/InitialInstancesContainer.h b/GDCpp/GDCpp/InitialInstancesContainer.h index 24ed620988..c00fa58f32 100644 --- a/GDCpp/GDCpp/InitialInstancesContainer.h +++ b/GDCpp/GDCpp/InitialInstancesContainer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/InitialInstancesContainer.h" diff --git a/GDCpp/GDCpp/Layer.cpp b/GDCpp/GDCpp/Layer.cpp index e52aa802f0..152e82aed3 100644 --- a/GDCpp/GDCpp/Layer.cpp +++ b/GDCpp/GDCpp/Layer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Layer.h b/GDCpp/GDCpp/Layer.h index eacc799a2a..956fda1368 100644 --- a/GDCpp/GDCpp/Layer.h +++ b/GDCpp/GDCpp/Layer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Layer.h" diff --git a/GDCpp/GDCpp/Log.cpp b/GDCpp/GDCpp/Log.cpp index 6f463ba810..545558bf2f 100644 --- a/GDCpp/GDCpp/Log.cpp +++ b/GDCpp/GDCpp/Log.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/GDCpp/Log.h b/GDCpp/GDCpp/Log.h index 1819e9d030..a4e6d4abd9 100644 --- a/GDCpp/GDCpp/Log.h +++ b/GDCpp/GDCpp/Log.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef LOG_H_INCLUDED diff --git a/GDCpp/GDCpp/ManualTimer.h b/GDCpp/GDCpp/ManualTimer.h index 2c4797ef7e..4c72557103 100644 --- a/GDCpp/GDCpp/ManualTimer.h +++ b/GDCpp/GDCpp/ManualTimer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MANUALTIMER_H #define MANUALTIMER_H diff --git a/GDCpp/GDCpp/Music.h b/GDCpp/GDCpp/Music.h index 85608da081..307cdd365e 100644 --- a/GDCpp/GDCpp/Music.h +++ b/GDCpp/GDCpp/Music.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MUSIC_H #define MUSIC_H diff --git a/GDCpp/GDCpp/ObjInstancesHolder.cpp b/GDCpp/GDCpp/ObjInstancesHolder.cpp index 8bf9b0ea5a..efc6371347 100644 --- a/GDCpp/GDCpp/ObjInstancesHolder.cpp +++ b/GDCpp/GDCpp/ObjInstancesHolder.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/ObjInstancesHolder.h" #include "GDCpp/RuntimeObject.h" diff --git a/GDCpp/GDCpp/Object.cpp b/GDCpp/GDCpp/Object.cpp index cfe339355c..4176312704 100644 --- a/GDCpp/GDCpp/Object.cpp +++ b/GDCpp/GDCpp/Object.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Object.h b/GDCpp/GDCpp/Object.h index a7937b386d..5ba487ac7b 100644 --- a/GDCpp/GDCpp/Object.h +++ b/GDCpp/GDCpp/Object.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Object.h" diff --git a/GDCpp/GDCpp/ObjectHelpers.h b/GDCpp/GDCpp/ObjectHelpers.h index 9682e11313..85e9c15959 100644 --- a/GDCpp/GDCpp/ObjectHelpers.h +++ b/GDCpp/GDCpp/ObjectHelpers.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * \file File containing tools to manipulate objects easier. diff --git a/GDCpp/GDCpp/PlatformDefinition/ClassWithObjects.cpp b/GDCpp/GDCpp/PlatformDefinition/ClassWithObjects.cpp index a2d7b959ac..218bda4d30 100644 --- a/GDCpp/GDCpp/PlatformDefinition/ClassWithObjects.cpp +++ b/GDCpp/GDCpp/PlatformDefinition/ClassWithObjects.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Point.cpp b/GDCpp/GDCpp/Point.cpp index 1b28fc238a..1de47a5ab8 100644 --- a/GDCpp/GDCpp/Point.cpp +++ b/GDCpp/GDCpp/Point.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Point.h b/GDCpp/GDCpp/Point.h index 84d0c18af6..07c0f0a06e 100644 --- a/GDCpp/GDCpp/Point.h +++ b/GDCpp/GDCpp/Point.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/SpriteExtension/Point.h" diff --git a/GDCpp/GDCpp/Polygon2d.cpp b/GDCpp/GDCpp/Polygon2d.cpp index 333a5b61d1..7fbc0cfe4c 100644 --- a/GDCpp/GDCpp/Polygon2d.cpp +++ b/GDCpp/GDCpp/Polygon2d.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Polygon2d.h b/GDCpp/GDCpp/Polygon2d.h index aef98f61c9..6de0c7b81b 100644 --- a/GDCpp/GDCpp/Polygon2d.h +++ b/GDCpp/GDCpp/Polygon2d.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/BuiltinExtensions/SpriteExtension/Polygon2d.h" diff --git a/GDCpp/GDCpp/PolygonCollision.cpp b/GDCpp/GDCpp/PolygonCollision.cpp index 6d44811514..8bf1f4a389 100644 --- a/GDCpp/GDCpp/PolygonCollision.cpp +++ b/GDCpp/GDCpp/PolygonCollision.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/PolygonCollision.h" #include "GDCpp/Polygon2d.h" diff --git a/GDCpp/GDCpp/PolygonCollision.h b/GDCpp/GDCpp/PolygonCollision.h index 64302b74ac..487a991f05 100644 --- a/GDCpp/GDCpp/PolygonCollision.h +++ b/GDCpp/GDCpp/PolygonCollision.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef POLYGONCOLLISION_H #define POLYGONCOLLISION_H diff --git a/GDCpp/GDCpp/Position.cpp b/GDCpp/GDCpp/Position.cpp index f29fc197f5..4a4d473bd0 100644 --- a/GDCpp/GDCpp/Position.cpp +++ b/GDCpp/GDCpp/Position.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Position.h b/GDCpp/GDCpp/Position.h index 8ec343ce65..47ce165be9 100644 --- a/GDCpp/GDCpp/Position.h +++ b/GDCpp/GDCpp/Position.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/InitialInstance.h" diff --git a/GDCpp/GDCpp/ProfileEvent.cpp b/GDCpp/GDCpp/ProfileEvent.cpp index 2b3a634acb..e7ce22c0c5 100644 --- a/GDCpp/GDCpp/ProfileEvent.cpp +++ b/GDCpp/GDCpp/ProfileEvent.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/ProfileEvent.h b/GDCpp/GDCpp/ProfileEvent.h index d33eb76434..44728353f3 100644 --- a/GDCpp/GDCpp/ProfileEvent.h +++ b/GDCpp/GDCpp/ProfileEvent.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/Project.cpp b/GDCpp/GDCpp/Project.cpp index 9dfcd5646e..237601e361 100644 --- a/GDCpp/GDCpp/Project.cpp +++ b/GDCpp/GDCpp/Project.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Project.h b/GDCpp/GDCpp/Project.h index d0404f78aa..d9b86205ba 100644 --- a/GDCpp/GDCpp/Project.h +++ b/GDCpp/GDCpp/Project.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef GAME_H diff --git a/GDCpp/GDCpp/ResourcesManager.cpp b/GDCpp/GDCpp/ResourcesManager.cpp index d09401b51e..1e3a867b88 100644 --- a/GDCpp/GDCpp/ResourcesManager.cpp +++ b/GDCpp/GDCpp/ResourcesManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) #include "GDCore/PlatformDefinition/ResourcesManager.cpp" diff --git a/GDCpp/GDCpp/ResourcesManager.h b/GDCpp/GDCpp/ResourcesManager.h index d6b71f973f..00837118ad 100644 --- a/GDCpp/GDCpp/ResourcesManager.h +++ b/GDCpp/GDCpp/ResourcesManager.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/ResourcesManager.h" diff --git a/GDCpp/GDCpp/RessourcesLoader.cpp b/GDCpp/GDCpp/RessourcesLoader.cpp index fc966cc4b1..d71f2a427f 100644 --- a/GDCpp/GDCpp/RessourcesLoader.cpp +++ b/GDCpp/GDCpp/RessourcesLoader.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) #include "GDCpp/RessourcesLoader.h" diff --git a/GDCpp/GDCpp/RessourcesLoader.h b/GDCpp/GDCpp/RessourcesLoader.h index dafe84dffc..96d8777af1 100644 --- a/GDCpp/GDCpp/RessourcesLoader.h +++ b/GDCpp/GDCpp/RessourcesLoader.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/RuntimeGame.cpp b/GDCpp/GDCpp/RuntimeGame.cpp index 70365bc95b..967bc83a8a 100644 --- a/GDCpp/GDCpp/RuntimeGame.cpp +++ b/GDCpp/GDCpp/RuntimeGame.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/Project.h" #include "GDCpp/RuntimeGame.h" diff --git a/GDCpp/GDCpp/RuntimeGame.h b/GDCpp/GDCpp/RuntimeGame.h index da54e5185a..7816755260 100644 --- a/GDCpp/GDCpp/RuntimeGame.h +++ b/GDCpp/GDCpp/RuntimeGame.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RUNTIMEGAME_H #define RUNTIMEGAME_H diff --git a/GDCpp/GDCpp/RuntimeLayer.cpp b/GDCpp/GDCpp/RuntimeLayer.cpp index dd5ad34b8d..3702133d1f 100644 --- a/GDCpp/GDCpp/RuntimeLayer.cpp +++ b/GDCpp/GDCpp/RuntimeLayer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "RuntimeLayer.h" #include "GDCpp/Layer.h" diff --git a/GDCpp/GDCpp/RuntimeLayer.h b/GDCpp/GDCpp/RuntimeLayer.h index 37994b45d4..c2faf8ee0b 100644 --- a/GDCpp/GDCpp/RuntimeLayer.h +++ b/GDCpp/GDCpp/RuntimeLayer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RUNTIMELAYER_H #define RUNTIMELAYER_H diff --git a/GDCpp/GDCpp/RuntimeObject.cpp b/GDCpp/GDCpp/RuntimeObject.cpp index e66a5911d7..d068768a1b 100644 --- a/GDCpp/GDCpp/RuntimeObject.cpp +++ b/GDCpp/GDCpp/RuntimeObject.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include "GDCore/Tools/Localization.h" diff --git a/GDCpp/GDCpp/RuntimeObject.h b/GDCpp/GDCpp/RuntimeObject.h index 4d106daf9b..a37b3d51e1 100644 --- a/GDCpp/GDCpp/RuntimeObject.h +++ b/GDCpp/GDCpp/RuntimeObject.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H diff --git a/GDCpp/GDCpp/RuntimeScene.cpp b/GDCpp/GDCpp/RuntimeScene.cpp index 22ad31d382..397f75a010 100644 --- a/GDCpp/GDCpp/RuntimeScene.cpp +++ b/GDCpp/GDCpp/RuntimeScene.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include //Must be include first otherwise we get nice errors relative to "cannot convert 'const TCHAR*'..." in wx/msw/winundef.h diff --git a/GDCpp/GDCpp/RuntimeScene.h b/GDCpp/GDCpp/RuntimeScene.h index 302184e6ee..b9bb824dd6 100644 --- a/GDCpp/GDCpp/RuntimeScene.h +++ b/GDCpp/GDCpp/RuntimeScene.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RUNTIMESCENE_H #define RUNTIMESCENE_H diff --git a/GDCpp/GDCpp/RuntimeSpriteObject.cpp b/GDCpp/GDCpp/RuntimeSpriteObject.cpp index 3309b31c98..56b67a975d 100644 --- a/GDCpp/GDCpp/RuntimeSpriteObject.cpp +++ b/GDCpp/GDCpp/RuntimeSpriteObject.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) diff --git a/GDCpp/GDCpp/RuntimeSpriteObject.h b/GDCpp/GDCpp/RuntimeSpriteObject.h index 0c7ef93baf..fef9079a41 100644 --- a/GDCpp/GDCpp/RuntimeSpriteObject.h +++ b/GDCpp/GDCpp/RuntimeSpriteObject.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SPRITEOBJECT_H diff --git a/GDCpp/GDCpp/RuntimeVariablesContainer.cpp b/GDCpp/GDCpp/RuntimeVariablesContainer.cpp index cea5f528fe..4bd0866937 100644 --- a/GDCpp/GDCpp/RuntimeVariablesContainer.cpp +++ b/GDCpp/GDCpp/RuntimeVariablesContainer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/GDCpp/GDCpp/RuntimeVariablesContainer.h b/GDCpp/GDCpp/RuntimeVariablesContainer.h index a1e5267aff..3ef40976e4 100644 --- a/GDCpp/GDCpp/RuntimeVariablesContainer.h +++ b/GDCpp/GDCpp/RuntimeVariablesContainer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef RUNTIMEVARIABLESCONTAINER_H diff --git a/GDCpp/GDCpp/Scene.cpp b/GDCpp/GDCpp/Scene.cpp index c3ce7f9cc1..312a59ca3b 100644 --- a/GDCpp/GDCpp/Scene.cpp +++ b/GDCpp/GDCpp/Scene.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Scene.h b/GDCpp/GDCpp/Scene.h index bd7e6ef3b8..ad172b9cef 100644 --- a/GDCpp/GDCpp/Scene.h +++ b/GDCpp/GDCpp/Scene.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Layout.h" diff --git a/GDCpp/GDCpp/SceneNameMangler.cpp b/GDCpp/GDCpp/SceneNameMangler.cpp index 91d44b2266..6fa0174b72 100644 --- a/GDCpp/GDCpp/SceneNameMangler.cpp +++ b/GDCpp/GDCpp/SceneNameMangler.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/SceneNameMangler.h b/GDCpp/GDCpp/SceneNameMangler.h index aaf204e519..1bc2a403dd 100644 --- a/GDCpp/GDCpp/SceneNameMangler.h +++ b/GDCpp/GDCpp/SceneNameMangler.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/IDE/SceneNameMangler.h" diff --git a/GDCpp/GDCpp/Serialization/Serializer.cpp b/GDCpp/GDCpp/Serialization/Serializer.cpp index f8e35f98a0..28530a0e92 100644 --- a/GDCpp/GDCpp/Serialization/Serializer.cpp +++ b/GDCpp/GDCpp/Serialization/Serializer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Serialization/Serializer.h b/GDCpp/GDCpp/Serialization/Serializer.h index beada55c3d..cff9e82866 100644 --- a/GDCpp/GDCpp/Serialization/Serializer.h +++ b/GDCpp/GDCpp/Serialization/Serializer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Serialization/Serializer.h" diff --git a/GDCpp/GDCpp/Serialization/SerializerElement.cpp b/GDCpp/GDCpp/Serialization/SerializerElement.cpp index f2cd2c118d..b28d672a30 100644 --- a/GDCpp/GDCpp/Serialization/SerializerElement.cpp +++ b/GDCpp/GDCpp/Serialization/SerializerElement.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Serialization/SerializerElement.h b/GDCpp/GDCpp/Serialization/SerializerElement.h index d48c082ac3..bc09fb3f22 100644 --- a/GDCpp/GDCpp/Serialization/SerializerElement.h +++ b/GDCpp/GDCpp/Serialization/SerializerElement.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Serialization/SerializerElement.h" diff --git a/GDCpp/GDCpp/Serialization/SerializerValue.cpp b/GDCpp/GDCpp/Serialization/SerializerValue.cpp index d763967c69..1a5df40be3 100644 --- a/GDCpp/GDCpp/Serialization/SerializerValue.cpp +++ b/GDCpp/GDCpp/Serialization/SerializerValue.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Serialization/SerializerValue.h b/GDCpp/GDCpp/Serialization/SerializerValue.h index b1e34ef1ed..45fb35e5e7 100644 --- a/GDCpp/GDCpp/Serialization/SerializerValue.h +++ b/GDCpp/GDCpp/Serialization/SerializerValue.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Serialization/SerializerValue.h" diff --git a/GDCpp/GDCpp/ShaderManager.h b/GDCpp/GDCpp/ShaderManager.h index 5939834c50..01e8409c06 100644 --- a/GDCpp/GDCpp/ShaderManager.h +++ b/GDCpp/GDCpp/ShaderManager.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SHADERMANAGER_H #define SHADERMANAGER_H diff --git a/GDCpp/GDCpp/Sound.cpp b/GDCpp/GDCpp/Sound.cpp index 475f45b11c..489d37fa4c 100644 --- a/GDCpp/GDCpp/Sound.cpp +++ b/GDCpp/GDCpp/Sound.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/Sound.h" #include diff --git a/GDCpp/GDCpp/Sound.h b/GDCpp/GDCpp/Sound.h index a90dea5cce..5d6c00cad2 100644 --- a/GDCpp/GDCpp/Sound.h +++ b/GDCpp/GDCpp/Sound.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SOUND_H #define SOUND_H diff --git a/GDCpp/GDCpp/SoundManager.cpp b/GDCpp/GDCpp/SoundManager.cpp index 479aee512e..4f1c4d2880 100644 --- a/GDCpp/GDCpp/SoundManager.cpp +++ b/GDCpp/GDCpp/SoundManager.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/SoundManager.h" #include "GDCpp/Music.h" diff --git a/GDCpp/GDCpp/SoundManager.h b/GDCpp/GDCpp/SoundManager.h index cac88c962b..02d1e5026b 100644 --- a/GDCpp/GDCpp/SoundManager.h +++ b/GDCpp/GDCpp/SoundManager.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SOUNDMANAGER_H #define SOUNDMANAGER_H diff --git a/GDCpp/GDCpp/Text.cpp b/GDCpp/GDCpp/Text.cpp index 0cf1593703..51f796a889 100644 --- a/GDCpp/GDCpp/Text.cpp +++ b/GDCpp/GDCpp/Text.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCpp/Text.h" #include "GDCpp/FontManager.h" diff --git a/GDCpp/GDCpp/Text.h b/GDCpp/GDCpp/Text.h index cfbaff38f8..e772e7cbef 100644 --- a/GDCpp/GDCpp/Text.h +++ b/GDCpp/GDCpp/Text.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef TEXT_H #define TEXT_H diff --git a/GDCpp/GDCpp/Variable.cpp b/GDCpp/GDCpp/Variable.cpp index d0b9a33096..e2f4d0797e 100644 --- a/GDCpp/GDCpp/Variable.cpp +++ b/GDCpp/GDCpp/Variable.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/Variable.h b/GDCpp/GDCpp/Variable.h index 7df29d857e..47e00e5139 100644 --- a/GDCpp/GDCpp/Variable.h +++ b/GDCpp/GDCpp/Variable.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef VARIABLE_H #define VARIABLE_H diff --git a/GDCpp/GDCpp/VariablesContainer.cpp b/GDCpp/GDCpp/VariablesContainer.cpp index 408634030c..8c4608ea0d 100644 --- a/GDCpp/GDCpp/VariablesContainer.cpp +++ b/GDCpp/GDCpp/VariablesContainer.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if !defined(GD_IDE_ONLY) diff --git a/GDCpp/GDCpp/VariablesContainer.h b/GDCpp/GDCpp/VariablesContainer.h index 9cc4a14a95..ad0c3eba72 100644 --- a/GDCpp/GDCpp/VariablesContainer.h +++ b/GDCpp/GDCpp/VariablesContainer.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/VariablesContainer.h" diff --git a/GDCpp/GDCpp/XmlFilesHelper.cpp b/GDCpp/GDCpp/XmlFilesHelper.cpp index 7d5fb77100..91d0bbd5de 100644 --- a/GDCpp/GDCpp/XmlFilesHelper.cpp +++ b/GDCpp/GDCpp/XmlFilesHelper.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "XmlFilesHelper.h" diff --git a/GDCpp/GDCpp/XmlFilesHelper.h b/GDCpp/GDCpp/XmlFilesHelper.h index 555da86c29..6e5e5e76a9 100644 --- a/GDCpp/GDCpp/XmlFilesHelper.h +++ b/GDCpp/GDCpp/XmlFilesHelper.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef XMLFILESHELPER_H diff --git a/GDCpp/GDCpp/XmlMacros.h b/GDCpp/GDCpp/XmlMacros.h index 82b1568a1c..784ff41cd6 100644 --- a/GDCpp/GDCpp/XmlMacros.h +++ b/GDCpp/GDCpp/XmlMacros.h @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDCpp/README.md b/GDCpp/README.md index d4652229a4..d80b258645 100644 --- a/GDCpp/README.md +++ b/GDCpp/README.md @@ -27,5 +27,5 @@ or any pull request so as to add a nice feature, do not hesitate to get in touch License ------- -GDevelop C++ Platform is distributed under the GNU LGPL license: See license.txt for +GDevelop C++ Platform is distributed under the MIT license: See license.txt for more information. diff --git a/GDCpp/Runtime/main.cpp b/GDCpp/Runtime/main.cpp index 2889c9354a..589a0979ee 100644 --- a/GDCpp/Runtime/main.cpp +++ b/GDCpp/Runtime/main.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include diff --git a/GDCpp/license.txt b/GDCpp/license.txt index 385aa3785b..7d15fd8a76 100644 --- a/GDCpp/license.txt +++ b/GDCpp/license.txt @@ -1,18 +1,27 @@ GDevelop C++ Plaform (GDCpp) -------------------------------- - GDevelop C++ Plaform is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +The MIT License (MIT) - GDevelop C++ Plaform is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. +Copyright (c) 2008-2014 Florian Rival - You should have received a copy of the GNU Lesser General Public License - along with GDevelop C++ Plaform. If not, see +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. External libraries used by GDevelop C++ Platform --------------------------------------------------- diff --git a/GDCpp/tests/Common.cpp b/GDCpp/tests/Common.cpp index 29df5fc244..55b0600d26 100644 --- a/GDCpp/tests/Common.cpp +++ b/GDCpp/tests/Common.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Tests covering common features of GDevelop C++ Platform. diff --git a/GDCpp/tests/main.cpp b/GDCpp/tests/main.cpp index 8eb0818036..f745629c2c 100644 --- a/GDCpp/tests/main.cpp +++ b/GDCpp/tests/main.cpp @@ -1,7 +1,7 @@ /* * GDevelop C++ Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** * @file Main file for GDevelop C++ Platform tests diff --git a/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.cpp b/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.cpp index c6d952a53e..56d30dc337 100644 --- a/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AdvancedExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -20,7 +20,7 @@ AdvancedExtension::AdvancedExtension() _("Advanced control features"), _("Built-in extension providing advanced control features."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllConditions()["Toujours"].codeExtraInformation.SetFunctionName("gdjs.evtTools.common.returnFalse").SetIncludeFile("commontools.js"); } diff --git a/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.h b/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.h index 193f48a2b2..9a92d0d466 100644 --- a/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/AdvancedExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef ADVANCEDEXTENSION_H #define ADVANCEDEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp b/GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp index d88b091829..109323d032 100644 --- a/GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "AudioExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ AudioExtension::AudioExtension() _("Audio"), _("Builtin audio extension"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["PlaySound"].codeExtraInformation .SetFunctionName("gdjs.evtTools.sound.playSound"); diff --git a/GDJS/GDJS/BuiltinExtensions/AudioExtension.h b/GDJS/GDJS/BuiltinExtensions/AudioExtension.h index 3654528f62..75c3f53e50 100644 --- a/GDJS/GDJS/BuiltinExtensions/AudioExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/AudioExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef AUDIOEXTENSION_H #define AUDIOEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp b/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp index d8f7144d6d..b392cee2e7 100644 --- a/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "BaseObjectExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ BaseObjectExtension::BaseObjectExtension() _("Base object"), _("Base object"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); std::map & objectActions = GetAllActionsForObject(""); std::map & objectConditions = GetAllConditionsForObject(""); diff --git a/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.h b/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.h index 2840cb0e3c..be5ac5ded6 100644 --- a/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef BASEOBJECTEXTENSION_H #define BASEOBJECTEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp b/GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp index c50bf4aa95..435687aa54 100644 --- a/GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "CameraExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -19,7 +19,7 @@ CameraExtension::CameraExtension() _("Cameras and layers features"), _("Builtin camera extension"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["CameraX"].codeExtraInformation .SetFunctionName("gdjs.evtTools.camera.setCameraX").SetAssociatedGetter("gdjs.evtTools.camera.getCameraX"); diff --git a/GDJS/GDJS/BuiltinExtensions/CameraExtension.h b/GDJS/GDJS/BuiltinExtensions/CameraExtension.h index da90b8e008..22bc8aa599 100644 --- a/GDJS/GDJS/BuiltinExtensions/CameraExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/CameraExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef CAMERAEXTENSION_H #define CAMERAEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.cpp b/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.cpp index 5c1983011d..66d03dc22e 100644 --- a/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "CommonConversionsExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ CommonConversionsExtension::CommonConversionsExtension() _("Standard Conversions"), _("Built-in extension providing standard conversions expressions."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllExpressions()["ToNumber"].codeExtraInformation .SetFunctionName("gdjs.evtTools.common.toNumber").SetIncludeFile("commontools.js"); diff --git a/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.h b/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.h index c905c8e44d..982e2f232b 100644 --- a/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/CommonConversionsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COMMONCONVERSIONSEXTENSION_H #define COMMONCONVERSIONSEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp b/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp index 17abae9c46..2b1a2103f8 100644 --- a/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "CommonInstructionsExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -39,7 +39,7 @@ CommonInstructionsExtension::CommonInstructionsExtension() _("Standard events"), _("Built-in extension providing standard events."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); { class CodeGen : public gd::EventMetadata::CodeGenerator diff --git a/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.h b/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.h index a016def648..33bc5cce31 100644 --- a/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef COMMONINSTRUCTIONSEXTENSION_H #define COMMONINSTRUCTIONSEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.cpp b/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.cpp index 64e194f8c1..8e20c5d558 100644 --- a/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "ExternalLayoutsExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ ExternalLayoutsExtension::ExternalLayoutsExtension() _("External layouts"), _("Built-in extension providing actions and conditions related to external layouts"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["BuiltinExternalLayouts::CreateObjectsFromExternalLayout"].codeExtraInformation .SetFunctionName("gdjs.evtTools.runtimeScene.createObjectsFromExternalLayout"); diff --git a/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.h b/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.h index dac8f74ba7..4ebe51c7e1 100644 --- a/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/ExternalLayoutsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXTERNALLAYOUTSEXTENSION_H #define EXTERNALLAYOUTSEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/FileExtension.cpp b/GDJS/GDJS/BuiltinExtensions/FileExtension.cpp index 7fba0ed228..7d810dfd2a 100644 --- a/GDJS/GDJS/BuiltinExtensions/FileExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/FileExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "FileExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ FileExtension::FileExtension() _("Files"), _("Built-in extension providing functions for storing data."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["LoadFile"] .codeExtraInformation.SetFunctionName("gdjs.evtTools.storage.loadJSONFileFromStorage"); diff --git a/GDJS/GDJS/BuiltinExtensions/FileExtension.h b/GDJS/GDJS/BuiltinExtensions/FileExtension.h index 373684f908..c4f87c7784 100644 --- a/GDJS/GDJS/BuiltinExtensions/FileExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/FileExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef FILEEXTENSION_H #define FILEEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp b/GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp index 47445b4278..cc5e5f16cb 100644 --- a/GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "JoystickExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ JoystickExtension::JoystickExtension() _("Joysticks features"), _("Built-in extension allowing to use joysticks"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); //Nothing is available for now. StripUnimplementedInstructionsAndExpressions(); //Unimplemented things are listed here: diff --git a/GDJS/GDJS/BuiltinExtensions/JoystickExtension.h b/GDJS/GDJS/BuiltinExtensions/JoystickExtension.h index 40c5b477ab..f7164a60d3 100644 --- a/GDJS/GDJS/BuiltinExtensions/JoystickExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/JoystickExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef JOYSTICKEXTENSION_H #define JOYSTICKEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.cpp b/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.cpp index d4d7748209..aa113fc492 100644 --- a/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "KeyboardExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ KeyboardExtension::KeyboardExtension() _("Keyboard features"), _("Built-in extensions allowing to use keyboard"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllConditions()["KeyPressed"].codeExtraInformation .SetFunctionName("gdjs.evtTools.input.isKeyPressed").SetIncludeFile("inputtools.js"); diff --git a/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.h b/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.h index 4d76de15c8..0a4de25a87 100644 --- a/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/KeyboardExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef KEYBOARDEXTENSION_H #define KEYBOARDEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.cpp b/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.cpp index f9b91b2b02..622d19af4e 100644 --- a/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "MathematicalToolsExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ MathematicalToolsExtension::MathematicalToolsExtension() _("Mathematical tools"), _("Built-in extension providing mathematical tools"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllExpressions()["cos"] .codeExtraInformation.SetFunctionName("Math.cos"); diff --git a/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.h b/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.h index 73936ba14c..29128a7e44 100644 --- a/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/MathematicalToolsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MATHEMATICALTOOLSEXTENSION_H #define MATHEMATICALTOOLSEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/MouseExtension.cpp b/GDJS/GDJS/BuiltinExtensions/MouseExtension.cpp index cafbc693da..47b412f25f 100644 --- a/GDJS/GDJS/BuiltinExtensions/MouseExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/MouseExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "MouseExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ MouseExtension::MouseExtension() _("Mouse features"), _("Built-in extensions allowing to use the mouse"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllConditions()["SourisX"].codeExtraInformation .SetFunctionName("gdjs.evtTools.input.getMouseX").SetIncludeFile("inputtools.js"); diff --git a/GDJS/GDJS/BuiltinExtensions/MouseExtension.h b/GDJS/GDJS/BuiltinExtensions/MouseExtension.h index fccaf471e6..cbac43e47c 100644 --- a/GDJS/GDJS/BuiltinExtensions/MouseExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/MouseExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef MOUSEEXTENSION_H #define MOUSEEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp b/GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp index a0656dde0d..02aaaaf57f 100644 --- a/GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "NetworkExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ NetworkExtension::NetworkExtension() _("Basic internet features"), _("Built-in extension providing network features."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["SendRequest"].codeExtraInformation .SetFunctionName("gdjs.evtTools.network.sendHttpRequest").SetIncludeFile("networktools.js"); diff --git a/GDJS/GDJS/BuiltinExtensions/NetworkExtension.h b/GDJS/GDJS/BuiltinExtensions/NetworkExtension.h index 779774fcae..4e74f7bbfb 100644 --- a/GDJS/GDJS/BuiltinExtensions/NetworkExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/NetworkExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef NETWORKEXTENSION_H #define NETWORKEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp b/GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp index 2776a9ca71..da555f907e 100644 --- a/GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "SceneExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ SceneExtension::SceneExtension() _("Scene management features"), _("Built-in extension allowing to manipulate scenes"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllExpressions()["Random"].codeExtraInformation .SetFunctionName("gdjs.random"); diff --git a/GDJS/GDJS/BuiltinExtensions/SceneExtension.h b/GDJS/GDJS/BuiltinExtensions/SceneExtension.h index 731f9fcb37..5d597fb754 100644 --- a/GDJS/GDJS/BuiltinExtensions/SceneExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/SceneExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SCENEEXTENSION_H #define SCENEEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp b/GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp index 71f4cc4905..5fe8b45f8f 100644 --- a/GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDJS/BuiltinExtensions/SpriteExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -19,7 +19,7 @@ SpriteExtension::SpriteExtension() _("Sprite"), _("Extension for adding animated objects in the scene, which can contain animations with directions within each."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); std::map & spriteActions = GetAllActionsForObject("Sprite"); std::map & spriteConditions = GetAllConditionsForObject("Sprite"); diff --git a/GDJS/GDJS/BuiltinExtensions/SpriteExtension.h b/GDJS/GDJS/BuiltinExtensions/SpriteExtension.h index 2804ed0632..42501fd696 100644 --- a/GDJS/GDJS/BuiltinExtensions/SpriteExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/SpriteExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef SPRITEEXTENSION_H #define SPRITEEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.cpp b/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.cpp index 681aa23c77..156bc89365 100644 --- a/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "StringInstructionsExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ StringInstructionsExtension::StringInstructionsExtension() _("Text manipulation"), _("Built-in extension providing expressions related to strings."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllStrExpressions()["NewLine"] .codeExtraInformation.SetFunctionName("gdjs.evtTools.string.newLine"); diff --git a/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.h b/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.h index 62b44d4ef1..ce6eae5197 100644 --- a/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/StringInstructionsExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef STRINGINSTRUCTIONSEXTENSION_H #define STRINGINSTRUCTIONSEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/TimeExtension.cpp b/GDJS/GDJS/BuiltinExtensions/TimeExtension.cpp index a680285189..708b79d716 100644 --- a/GDJS/GDJS/BuiltinExtensions/TimeExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/TimeExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "TimeExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -23,7 +23,7 @@ TimeExtension::TimeExtension() _("Time"), _("Built-in extension providing actions and conditions about the time."), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllConditions()["Timer"].codeExtraInformation .SetFunctionName("gdjs.evtTools.runtimeScene.timerElapsedTime"); diff --git a/GDJS/GDJS/BuiltinExtensions/TimeExtension.h b/GDJS/GDJS/BuiltinExtensions/TimeExtension.h index 46d245a15f..53eebc239d 100644 --- a/GDJS/GDJS/BuiltinExtensions/TimeExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/TimeExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef TIMEEXTENSION_H #define TIMEEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp b/GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp index 0356578cdf..0597ab4782 100644 --- a/GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDJS/BuiltinExtensions/VariablesExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -28,7 +28,7 @@ VariablesExtension::VariablesExtension() _("Variable features"), _("Built-in extension allowing to manipulate variables"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllConditions()["VarScene"].codeExtraInformation.SetFunctionName("gdjs.evtTools.common.getVariableNumber"); GetAllConditions()["VarSceneTxt"].codeExtraInformation.SetFunctionName("gdjs.evtTools.common.getVariableString"); diff --git a/GDJS/GDJS/BuiltinExtensions/VariablesExtension.h b/GDJS/GDJS/BuiltinExtensions/VariablesExtension.h index a7d004871e..664cac91c2 100644 --- a/GDJS/GDJS/BuiltinExtensions/VariablesExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/VariablesExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef VARIABLESEXTENSION_H #define VARIABLESEXTENSION_H diff --git a/GDJS/GDJS/BuiltinExtensions/WindowExtension.cpp b/GDJS/GDJS/BuiltinExtensions/WindowExtension.cpp index ef64ca2c51..9e1680b4b5 100644 --- a/GDJS/GDJS/BuiltinExtensions/WindowExtension.cpp +++ b/GDJS/GDJS/BuiltinExtensions/WindowExtension.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "WindowExtension.h" #include "GDCore/BuiltinExtensions/AllBuiltinExtensions.h" @@ -21,7 +21,7 @@ WindowExtension::WindowExtension() _("Window features"), _("Built-in extension allowing to manipulate the game's window"), "Florian Rival", - "Open source (LGPL)"); + "Open source (MIT License)"); GetAllActions()["SetFullScreen"].codeExtraInformation .SetFunctionName("gdjs.evtTools.window.setFullScreen"); diff --git a/GDJS/GDJS/BuiltinExtensions/WindowExtension.h b/GDJS/GDJS/BuiltinExtensions/WindowExtension.h index 0e1ae6bd79..aa683d5319 100644 --- a/GDJS/GDJS/BuiltinExtensions/WindowExtension.h +++ b/GDJS/GDJS/BuiltinExtensions/WindowExtension.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef WINDOWEXTENSION_H #define WINDOWEXTENSION_H diff --git a/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.cpp b/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.cpp index f4cde43e7f..44f2e05ac9 100644 --- a/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.cpp +++ b/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "CocoonJSUploadDialog.h" diff --git a/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.h b/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.h index e34722b1b6..65628d71ec 100644 --- a/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.h +++ b/GDJS/GDJS/Dialogs/CocoonJSUploadDialog.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef COCOONJSUPLOADDIALOG_H diff --git a/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.cpp b/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.cpp index a2e966f4d0..b1a9644ad1 100644 --- a/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.cpp +++ b/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "IntelXDKPackageDialog.h" diff --git a/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.h b/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.h index dbe45b3296..10e90028c8 100644 --- a/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.h +++ b/GDJS/GDJS/Dialogs/IntelXDKPackageDialog.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef INTELXDKPACKAGEDIALOG_H diff --git a/GDJS/GDJS/Dialogs/ProjectExportDialog.cpp b/GDJS/GDJS/Dialogs/ProjectExportDialog.cpp index 8c2c4ed0b6..97181a3101 100644 --- a/GDJS/GDJS/Dialogs/ProjectExportDialog.cpp +++ b/GDJS/GDJS/Dialogs/ProjectExportDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "ProjectExportDialog.h" diff --git a/GDJS/GDJS/Dialogs/ProjectExportDialog.h b/GDJS/GDJS/Dialogs/ProjectExportDialog.h index 85789c7520..35c4d5fadd 100644 --- a/GDJS/GDJS/Dialogs/ProjectExportDialog.h +++ b/GDJS/GDJS/Dialogs/ProjectExportDialog.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef PROJECTEXPORTDIALOG_H diff --git a/GDJS/GDJS/Dialogs/UploadOnlineDialog.cpp b/GDJS/GDJS/Dialogs/UploadOnlineDialog.cpp index 9f187693ac..b0e72e630b 100644 --- a/GDJS/GDJS/Dialogs/UploadOnlineDialog.cpp +++ b/GDJS/GDJS/Dialogs/UploadOnlineDialog.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "UploadOnlineDialog.h" diff --git a/GDJS/GDJS/Dialogs/UploadOnlineDialog.h b/GDJS/GDJS/Dialogs/UploadOnlineDialog.h index ce7c1f1e1a..72afca65c1 100644 --- a/GDJS/GDJS/Dialogs/UploadOnlineDialog.h +++ b/GDJS/GDJS/Dialogs/UploadOnlineDialog.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef UPLOADONLINEDIALOG_H diff --git a/GDJS/GDJS/EventsCodeGenerator.cpp b/GDJS/GDJS/EventsCodeGenerator.cpp index d32d1df528..950daa2383 100644 --- a/GDJS/GDJS/EventsCodeGenerator.cpp +++ b/GDJS/GDJS/EventsCodeGenerator.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/Events/EventsCodeGenerationContext.h" #include "GDCore/Events/EventMetadata.h" diff --git a/GDJS/GDJS/EventsCodeGenerator.h b/GDJS/GDJS/EventsCodeGenerator.h index fb13c73bb0..d8035b4a6f 100644 --- a/GDJS/GDJS/EventsCodeGenerator.h +++ b/GDJS/GDJS/EventsCodeGenerator.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EVENTSCODEGENERATOR_H #define EVENTSCODEGENERATOR_H diff --git a/GDJS/GDJS/Exporter.cpp b/GDJS/GDJS/Exporter.cpp index 61f7592d3d..7387795998 100644 --- a/GDJS/GDJS/Exporter.cpp +++ b/GDJS/GDJS/Exporter.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include #include diff --git a/GDJS/GDJS/Exporter.h b/GDJS/GDJS/Exporter.h index 7b9512138b..0ddc8fd9af 100644 --- a/GDJS/GDJS/Exporter.h +++ b/GDJS/GDJS/Exporter.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef EXPORTER_H #define EXPORTER_H diff --git a/GDJS/GDJS/HttpServer.cpp b/GDJS/GDJS/HttpServer.cpp index 20fe9ddebc..ca60f49045 100644 --- a/GDJS/GDJS/HttpServer.cpp +++ b/GDJS/GDJS/HttpServer.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #include "HttpServer.h" diff --git a/GDJS/GDJS/HttpServer.h b/GDJS/GDJS/HttpServer.h index 76195f78f3..2c6acd14bf 100644 --- a/GDJS/GDJS/HttpServer.h +++ b/GDJS/GDJS/HttpServer.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI) #ifndef HTTPSERVER_H diff --git a/GDJS/GDJS/JsPlatform.cpp b/GDJS/GDJS/JsPlatform.cpp index 845234c920..1f6dea03ab 100644 --- a/GDJS/GDJS/JsPlatform.cpp +++ b/GDJS/GDJS/JsPlatform.cpp @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #include "GDCore/PlatformDefinition/Platform.h" #include "GDCore/PlatformDefinition/Project.h" diff --git a/GDJS/GDJS/JsPlatform.h b/GDJS/GDJS/JsPlatform.h index 006ca2d0c3..923eb8dc40 100644 --- a/GDJS/GDJS/JsPlatform.h +++ b/GDJS/GDJS/JsPlatform.h @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ #ifndef JSPLATFORM_H #define JSPLATFORM_H diff --git a/GDJS/README.md b/GDJS/README.md index fbbf0fee70..9182265938 100644 --- a/GDJS/README.md +++ b/GDJS/README.md @@ -24,5 +24,5 @@ or any pull request so as to add a nice feature, do not hesitate to get in touch License ------- -GDevelop JS Platform is distributed under the GNU LGPL license: See license.txt for +GDevelop JS Platform is distributed under the MIT license: See license.txt for more information. diff --git a/GDJS/Runtime/cameratools.js b/GDJS/Runtime/cameratools.js index 0f2db5831d..0c30db0fc3 100644 --- a/GDJS/Runtime/cameratools.js +++ b/GDJS/Runtime/cameratools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/commontools.js b/GDJS/Runtime/commontools.js index c5c7de5495..b92a753d23 100644 --- a/GDJS/Runtime/commontools.js +++ b/GDJS/Runtime/commontools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/eventscontext.js b/GDJS/Runtime/eventscontext.js index 10d5bf62b4..cb961062bf 100644 --- a/GDJS/Runtime/eventscontext.js +++ b/GDJS/Runtime/eventscontext.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/force.js b/GDJS/Runtime/force.js index 9c16ab1e87..7d8bc77a8e 100644 --- a/GDJS/Runtime/force.js +++ b/GDJS/Runtime/force.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/gd.js b/GDJS/Runtime/gd.js index 041d16facd..1cd3898c9d 100644 --- a/GDJS/Runtime/gd.js +++ b/GDJS/Runtime/gd.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/imagemanager.js b/GDJS/Runtime/imagemanager.js index 765e0fbc6a..0a7a4fcedd 100644 --- a/GDJS/Runtime/imagemanager.js +++ b/GDJS/Runtime/imagemanager.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/inputtools.js b/GDJS/Runtime/inputtools.js index e5317cdebd..c280d40575 100644 --- a/GDJS/Runtime/inputtools.js +++ b/GDJS/Runtime/inputtools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/layer.js b/GDJS/Runtime/layer.js index 3e1abf91f3..affe9c9f39 100644 --- a/GDJS/Runtime/layer.js +++ b/GDJS/Runtime/layer.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/networktools.js b/GDJS/Runtime/networktools.js index 59919ce082..97e30f8511 100644 --- a/GDJS/Runtime/networktools.js +++ b/GDJS/Runtime/networktools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/objecttools.js b/GDJS/Runtime/objecttools.js index b5f5a353a6..9c23a26717 100644 --- a/GDJS/Runtime/objecttools.js +++ b/GDJS/Runtime/objecttools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/polygon.js b/GDJS/Runtime/polygon.js index 12b2b90f73..bbbc2f5764 100644 --- a/GDJS/Runtime/polygon.js +++ b/GDJS/Runtime/polygon.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/runtimeautomatism.js b/GDJS/Runtime/runtimeautomatism.js index ee0b0222f2..94d7ddafb1 100644 --- a/GDJS/Runtime/runtimeautomatism.js +++ b/GDJS/Runtime/runtimeautomatism.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/runtimegame.js b/GDJS/Runtime/runtimegame.js index a8a7ea54d6..15d515dd08 100644 --- a/GDJS/Runtime/runtimegame.js +++ b/GDJS/Runtime/runtimegame.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/runtimeobject.js b/GDJS/Runtime/runtimeobject.js index d442f42ba0..7aeed5d5d3 100644 --- a/GDJS/Runtime/runtimeobject.js +++ b/GDJS/Runtime/runtimeobject.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/runtimescene.js b/GDJS/Runtime/runtimescene.js index a5eb8678f1..bb28d63769 100644 --- a/GDJS/Runtime/runtimescene.js +++ b/GDJS/Runtime/runtimescene.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/runtimescenetools.js b/GDJS/Runtime/runtimescenetools.js index 743eb9b817..a4fd7f5b23 100644 --- a/GDJS/Runtime/runtimescenetools.js +++ b/GDJS/Runtime/runtimescenetools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/soundmanager.js b/GDJS/Runtime/soundmanager.js index fcd1e644fd..5cf1072494 100644 --- a/GDJS/Runtime/soundmanager.js +++ b/GDJS/Runtime/soundmanager.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/soundtools.js b/GDJS/Runtime/soundtools.js index 7c5bd0aa74..bd2af859fc 100644 --- a/GDJS/Runtime/soundtools.js +++ b/GDJS/Runtime/soundtools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/spriteruntimeobject.js b/GDJS/Runtime/spriteruntimeobject.js index 99e855e270..2ff42a5710 100644 --- a/GDJS/Runtime/spriteruntimeobject.js +++ b/GDJS/Runtime/spriteruntimeobject.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/storagetools.js b/GDJS/Runtime/storagetools.js index ff37fd0245..02ba9d83e7 100644 --- a/GDJS/Runtime/storagetools.js +++ b/GDJS/Runtime/storagetools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/stringtools.js b/GDJS/Runtime/stringtools.js index 977f48842f..ecc9677dd0 100644 --- a/GDJS/Runtime/stringtools.js +++ b/GDJS/Runtime/stringtools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/timer.js b/GDJS/Runtime/timer.js index 821844d96f..cf190adb83 100644 --- a/GDJS/Runtime/timer.js +++ b/GDJS/Runtime/timer.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/variable.js b/GDJS/Runtime/variable.js index e938ca91b1..5b45539ff9 100644 --- a/GDJS/Runtime/variable.js +++ b/GDJS/Runtime/variable.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/variablescontainer.js b/GDJS/Runtime/variablescontainer.js index d933c47f55..2e63f8192b 100644 --- a/GDJS/Runtime/variablescontainer.js +++ b/GDJS/Runtime/variablescontainer.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/Runtime/windowtools.js b/GDJS/Runtime/windowtools.js index 8337807ef5..dedfb3748b 100644 --- a/GDJS/Runtime/windowtools.js +++ b/GDJS/Runtime/windowtools.js @@ -1,7 +1,7 @@ /* * GDevelop JS Platform * Copyright 2013-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved. - * This project is released under the GNU Lesser General Public License. + * This project is released under the MIT License. */ /** diff --git a/GDJS/license.txt b/GDJS/license.txt index 361e51349a..558b0ce579 100644 --- a/GDJS/license.txt +++ b/GDJS/license.txt @@ -1,18 +1,27 @@ -GDevelop JS Plaform ( GDJS ) +GDevelop JS Plaform (GDJS) -------------------------------- - GDevelop JS Plaform is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +The MIT License (MIT) - GDevelop JS Plaform is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. +Copyright (c) 2008-2014 Florian Rival - You should have received a copy of the GNU Lesser General Public License - along with GDevelop JS Plaform. If not, see +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. External libraries used by GDevelop JS Platform --------------------------------------------------- diff --git a/IDE/Credits.cpp b/IDE/Credits.cpp index 93f481766f..819756670c 100644 --- a/IDE/Credits.cpp +++ b/IDE/Credits.cpp @@ -126,7 +126,7 @@ Credits::Credits(wxWindow* parent) FlexGridSizer11 = new wxFlexGridSizer(0, 3, 0, 0); FlexGridSizer11->AddGrowableCol(0); FlexGridSizer11->AddGrowableRow(0); - TextCtrl1 = new wxTextCtrl(Panel2, ID_TEXTCTRL1, _("GDevelop is an open source software:\n\n * The IDE is distributed under the GPL v3 license.\n * The Core library, the native and HTML5 platforms are distributed under the LGPL v3 license.\n * Extensions are distributed under the zlib/libpng license.\n * The name, GDevelop, and its logo are the exclusive property of Florian Rival.\n\nAbout games created with GDevelop\n\nGames exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the LPGL v3 license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source."), wxDefaultPosition, wxSize(272,51), wxTE_MULTILINE|wxTE_READONLY, wxDefaultValidator, _T("ID_TEXTCTRL1")); + TextCtrl1 = new wxTextCtrl(Panel2, ID_TEXTCTRL1, _("GDevelop is an open source software:\n\n * The Core library, the native and HTML5 platforms and all extensions (respectively Core, GDCpp, GDJS and Extensions folders) are under the MIT license.\n * The IDE (in the IDE folder) is licensed with GPL v3.\n * The name, GDevelop, and its logo are the exclusive property of Florian Rival.\n\nAbout games created with GDevelop\n\nGames exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the MIT license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source."), wxDefaultPosition, wxSize(272,51), wxTE_MULTILINE|wxTE_READONLY, wxDefaultValidator, _T("ID_TEXTCTRL1")); FlexGridSizer11->Add(TextCtrl1, 1, wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); Panel2->SetSizer(FlexGridSizer11); FlexGridSizer11->Fit(Panel2); diff --git a/IDE/wxsmith/Credits.wxs b/IDE/wxsmith/Credits.wxs index 966bb02acf..c14333522a 100644 --- a/IDE/wxsmith/Credits.wxs +++ b/IDE/wxsmith/Credits.wxs @@ -151,7 +151,7 @@ 0 - GDevelop is an open source software: * The IDE is distributed under the GPL v3 license. * The Core library, the native and HTML5 platforms are distributed under the LGPL v3 license. * Extensions are distributed under the zlib/libpng license. * The name, GDevelop, and its logo are the exclusive property of Florian Rival. About games created with GDevelop Games exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the LPGL v3 license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source. + GDevelop is an open source software: * The Core library, the native and HTML5 platforms and all extensions (respectively Core, GDCpp, GDJS and Extensions folders) are under the MIT license. * The IDE (in the IDE folder) is licensed with GPL v3. * The name, GDevelop, and its logo are the exclusive property of Florian Rival. About games created with GDevelop Games exported with GDevelop are based on the native and/or HTML5 platforms: these platforms are distributed under the MIT license, so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source. 272,51 diff --git a/Readme.md b/Readme.md index 482fda5934..9cb1dc860e 100644 --- a/Readme.md +++ b/Readme.md @@ -46,12 +46,11 @@ Links License ------- +* The Core library, the native and HTML5 platforms and all extensions (respectively *Core*, *GDCpp*, *GDJS* and *Extensions* folders) are under the MIT license. * The IDE (in the IDE folder) is licensed with GPL v3. -* The Core library, the native and HTML5 platforms (respectively *Core*, *GDCpp* and *GDJS* folders) are LGPL v3. -* Extensions (in the Extensions folder) are using zlib/libpng license. * The name, GDevelop, and its logo are the exclusive property of Florian Rival. -Games exported with GDevelop are based on the native and/or HTML5 platforms (see *Core*, *GDCpp* and *GDJS* folders): these platforms are distributed under the LGPL v3 license, so that you can **distribute, sell or do anything** with the games you created with GDevelop. In particular, you are not forced to make your game open source. +Games exported with GDevelop are based on the native and/or HTML5 platforms (see *Core*, *GDCpp* and *GDJS* folders): these platforms are distributed under the MIT license, so that you can **distribute, sell or do anything** with the games you created with GDevelop. In particular, you are not forced to make your game open source. [CMake]:http://www.cmake.org/ diff --git a/license.txt b/license.txt index 53052b87c3..841489af87 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,5 @@ +* The Core library, the native and HTML5 platforms and all extensions (respectively *Core*, *GDCpp*, *GDJS* and *Extensions* folders) are under the MIT license. * The IDE (in the IDE folder) is licensed with GPL v3. -* The Core library, the native and HTML5 platforms (respectively Core, GDCpp and GDJS folders) are LGPL v3. -* Extensions (in the Extensions folder) are using zlib/libpng license. * The name, GDevelop, and its logo are the exclusive property of Florian Rival. See the license.txt in each folders for the full licenses.