From 40a82c61ea9be9c1f4c970ecbf77aa03be07c7dd Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Sun, 30 Nov 2014 16:59:51 +0100 Subject: [PATCH] Switched from LGPL and zlib/png licenses to MIT License. --- .../Packaging/debian-package/DEBIAN/copyright | 7 ++-- .../BuiltinExtensions/AdvancedExtension.cpp | 2 +- .../BuiltinExtensions/AllBuiltinExtensions.h | 2 +- .../BuiltinExtensions/AudioExtension.cpp | 2 +- .../BuiltinExtensions/BaseObjectExtension.cpp | 2 +- .../BuiltinExtensions/CameraExtension.cpp | 2 +- .../CommonConversionsExtension.cpp | 2 +- .../CommonInstructionsExtension.cpp | 2 +- .../ExternalLayoutsExtension.cpp | 2 +- .../BuiltinExtensions/FileExtension.cpp | 2 +- .../BuiltinExtensions/JoystickExtension.cpp | 2 +- .../BuiltinExtensions/KeyboardExtension.cpp | 2 +- .../MathematicalToolsExtension.cpp | 2 +- .../BuiltinExtensions/MouseExtension.cpp | 2 +- .../BuiltinExtensions/NetworkExtension.cpp | 2 +- .../BuiltinExtensions/SceneExtension.cpp | 2 +- .../SpriteExtension/Animation.cpp | 2 +- .../SpriteExtension/Animation.h | 2 +- .../Dialogs/SpriteObjectEditor.cpp | 2 +- .../Dialogs/SpriteObjectEditor.h | 2 +- .../SpriteExtension/Direction.cpp | 2 +- .../SpriteExtension/Direction.h | 2 +- .../SpriteExtension/Point.cpp | 2 +- .../BuiltinExtensions/SpriteExtension/Point.h | 2 +- .../SpriteExtension/Polygon2d.cpp | 2 +- .../SpriteExtension/Polygon2d.h | 2 +- .../SpriteExtension/Sprite.cpp | 2 +- .../SpriteExtension/Sprite.h | 2 +- .../SpriteExtension/SpriteObject.cpp | 2 +- .../SpriteExtension/SpriteObject.h | 2 +- .../StringInstructionsExtension.cpp | 2 +- .../BuiltinExtensions/TimeExtension.cpp | 2 +- .../BuiltinExtensions/VariablesExtension.cpp | 2 +- .../BuiltinExtensions/WindowExtension.cpp | 2 +- Core/GDCore/CommonTools.cpp | 2 +- Core/GDCore/CommonTools.h | 2 +- Core/GDCore/DocMainPage.h | 2 +- Core/GDCore/Events/AutomatismMetadata.cpp | 2 +- Core/GDCore/Events/AutomatismMetadata.h | 2 +- Core/GDCore/Events/Builtin/CommentEvent.cpp | 2 +- Core/GDCore/Events/Builtin/CommentEvent.h | 2 +- Core/GDCore/Events/Builtin/ForEachEvent.cpp | 2 +- Core/GDCore/Events/Builtin/ForEachEvent.h | 2 +- Core/GDCore/Events/Builtin/GroupEvent.cpp | 2 +- Core/GDCore/Events/Builtin/GroupEvent.h | 2 +- Core/GDCore/Events/Builtin/LinkEvent.cpp | 2 +- Core/GDCore/Events/Builtin/LinkEvent.h | 2 +- Core/GDCore/Events/Builtin/RepeatEvent.cpp | 2 +- Core/GDCore/Events/Builtin/RepeatEvent.h | 2 +- Core/GDCore/Events/Builtin/StandardEvent.cpp | 2 +- Core/GDCore/Events/Builtin/StandardEvent.h | 2 +- Core/GDCore/Events/Builtin/WhileEvent.cpp | 2 +- Core/GDCore/Events/Builtin/WhileEvent.h | 2 +- Core/GDCore/Events/Event.cpp | 2 +- Core/GDCore/Events/Event.h | 2 +- Core/GDCore/Events/EventMetadata.cpp | 2 +- Core/GDCore/Events/EventMetadata.h | 2 +- .../Events/EventsCodeGenerationContext.cpp | 2 +- .../Events/EventsCodeGenerationContext.h | 2 +- Core/GDCore/Events/EventsCodeNameMangler.cpp | 2 +- Core/GDCore/Events/EventsCodeNameMangler.h | 2 +- Core/GDCore/Events/EventsList.cpp | 2 +- Core/GDCore/Events/EventsList.h | 2 +- Core/GDCore/Events/Expression.h | 2 +- Core/GDCore/Events/ExpressionMetadata.cpp | 2 +- Core/GDCore/Events/ExpressionMetadata.h | 2 +- Core/GDCore/Events/ExpressionParser.cpp | 2 +- Core/GDCore/Events/ExpressionParser.h | 2 +- .../Events/ExpressionsCodeGeneration.cpp | 2 +- .../GDCore/Events/ExpressionsCodeGeneration.h | 2 +- Core/GDCore/Events/Instruction.cpp | 2 +- Core/GDCore/Events/Instruction.h | 2 +- Core/GDCore/Events/InstructionMetadata.cpp | 2 +- Core/GDCore/Events/InstructionMetadata.h | 2 +- Core/GDCore/Events/ObjectMetadata.cpp | 2 +- Core/GDCore/Events/ObjectMetadata.h | 2 +- Core/GDCore/Events/Serialization.cpp | 2 +- Core/GDCore/Events/Serialization.h | 2 +- Core/GDCore/Events/VariableParser.cpp | 2 +- Core/GDCore/Events/VariableParser.h | 2 +- Core/GDCore/IDE/AbstractFileSystem.cpp | 2 +- Core/GDCore/IDE/AbstractFileSystem.h | 2 +- Core/GDCore/IDE/Analytics/AnalyticsSender.cpp | 4 +- Core/GDCore/IDE/Analytics/AnalyticsSender.h | 4 +- Core/GDCore/IDE/ArbitraryEventsWorker.cpp | 2 +- Core/GDCore/IDE/ArbitraryEventsWorker.h | 2 +- Core/GDCore/IDE/ArbitraryResourceWorker.cpp | 2 +- Core/GDCore/IDE/ArbitraryResourceWorker.h | 2 +- Core/GDCore/IDE/Clipboard.cpp | 2 +- Core/GDCore/IDE/Clipboard.h | 2 +- Core/GDCore/IDE/CommonBitmapManager.cpp | 2 +- Core/GDCore/IDE/CommonBitmapManager.h | 2 +- .../IDE/Dialogs/AdvancedEntryDialog.cpp | 2 +- Core/GDCore/IDE/Dialogs/AdvancedEntryDialog.h | 2 +- .../IDE/Dialogs/ChooseAutomatismDialog.cpp | 2 +- .../IDE/Dialogs/ChooseAutomatismDialog.h | 2 +- .../Dialogs/ChooseAutomatismTypeDialog.cpp | 2 +- .../IDE/Dialogs/ChooseAutomatismTypeDialog.h | 2 +- Core/GDCore/IDE/Dialogs/ChooseLayerDialog.cpp | 2 +- Core/GDCore/IDE/Dialogs/ChooseLayerDialog.h | 2 +- .../GDCore/IDE/Dialogs/ChooseObjectDialog.cpp | 2 +- Core/GDCore/IDE/Dialogs/ChooseObjectDialog.h | 2 +- .../IDE/Dialogs/ChooseObjectTypeDialog.cpp | 2 +- .../IDE/Dialogs/ChooseObjectTypeDialog.h | 2 +- .../IDE/Dialogs/ChooseVariableDialog.cpp | 2 +- .../GDCore/IDE/Dialogs/ChooseVariableDialog.h | 2 +- .../GDCore/IDE/Dialogs/DndResourcesEditor.cpp | 2 +- Core/GDCore/IDE/Dialogs/DndResourcesEditor.h | 2 +- .../IDE/Dialogs/EditExpressionDialog.cpp | 2 +- .../GDCore/IDE/Dialogs/EditExpressionDialog.h | 2 +- Core/GDCore/IDE/Dialogs/EditForEachEvent.cpp | 2 +- Core/GDCore/IDE/Dialogs/EditForEachEvent.h | 2 +- Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp | 2 +- Core/GDCore/IDE/Dialogs/EditLayerDialog.h | 2 +- Core/GDCore/IDE/Dialogs/EditRepeatEvent.cpp | 2 +- Core/GDCore/IDE/Dialogs/EditRepeatEvent.h | 2 +- .../IDE/Dialogs/EditStrExpressionDialog.cpp | 2 +- .../IDE/Dialogs/EditStrExpressionDialog.h | 2 +- Core/GDCore/IDE/Dialogs/GroupEventDialog.cpp | 2 +- Core/GDCore/IDE/Dialogs/GroupEventDialog.h | 2 +- .../InitialInstancesPropgridHelper.cpp | 2 +- .../Dialogs/InitialInstancesPropgridHelper.h | 2 +- .../Dialogs/InstancesAdvancedPasteDialog.cpp | 2 +- .../Dialogs/InstancesAdvancedPasteDialog.h | 2 +- Core/GDCore/IDE/Dialogs/LayersEditorPanel.cpp | 12 +++--- Core/GDCore/IDE/Dialogs/LayersEditorPanel.h | 2 +- .../LayoutEditorCanvas/LayoutEditorCanvas.cpp | 2 +- .../LayoutEditorCanvas/LayoutEditorCanvas.h | 2 +- .../LayoutEditorCanvas2.cpp | 2 +- .../LayoutEditorCanvasAssociatedEditor.cpp | 2 +- .../LayoutEditorCanvasAssociatedEditor.h | 2 +- .../LayoutEditorCanvasOptions.cpp | 2 +- .../LayoutEditorCanvasOptions.h | 2 +- .../LayoutEditorCanvasTextDnd.cpp | 2 +- .../LayoutEditorCanvasTextDnd.h | 2 +- Core/GDCore/IDE/Dialogs/MainFrameWrapper.cpp | 2 +- Core/GDCore/IDE/Dialogs/MainFrameWrapper.h | 2 +- .../IDE/Dialogs/ObjectListDialogsHelper.cpp | 2 +- .../IDE/Dialogs/ObjectListDialogsHelper.h | 2 +- .../IDE/Dialogs/ObjectsOnBadLayerDialog.cpp | 2 +- .../IDE/Dialogs/ObjectsOnBadLayerDialog.h | 2 +- .../IDE/Dialogs/ObjectsPropgridHelper.cpp | 2 +- .../IDE/Dialogs/ObjectsPropgridHelper.h | 2 +- .../IDE/Dialogs/PolygonEditionHelper.cpp | 2 +- .../GDCore/IDE/Dialogs/PolygonEditionHelper.h | 2 +- .../IDE/Dialogs/ProjectExtensionsDialog.cpp | 2 +- .../IDE/Dialogs/ProjectExtensionsDialog.h | 2 +- .../IDE/Dialogs/ResourceLibraryDialog.cpp | 2 +- .../IDE/Dialogs/ResourceLibraryDialog.h | 2 +- Core/GDCore/IDE/Dialogs/ResourcesEditor.cpp | 2 +- Core/GDCore/IDE/Dialogs/ResourcesEditor.h | 2 +- Core/GDCore/IDE/EventsChangesNotifier.cpp | 2 +- Core/GDCore/IDE/EventsChangesNotifier.h | 2 +- Core/GDCore/IDE/EventsEditorItemsAreas.cpp | 2 +- Core/GDCore/IDE/EventsEditorItemsAreas.h | 2 +- Core/GDCore/IDE/EventsEditorSelection.cpp | 2 +- Core/GDCore/IDE/EventsEditorSelection.h | 2 +- Core/GDCore/IDE/EventsParametersLister.cpp | 2 +- Core/GDCore/IDE/EventsParametersLister.h | 2 +- Core/GDCore/IDE/EventsRefactorer.cpp | 2 +- Core/GDCore/IDE/EventsRefactorer.h | 2 +- Core/GDCore/IDE/EventsRenderingHelper.cpp | 2 +- Core/GDCore/IDE/EventsRenderingHelper.h | 2 +- Core/GDCore/IDE/EventsVariablesFinder.cpp | 2 +- Core/GDCore/IDE/EventsVariablesFinder.h | 2 +- .../IDE/ExpressionsCorrectnessTesting.cpp | 2 +- .../IDE/ExpressionsCorrectnessTesting.h | 2 +- Core/GDCore/IDE/ExtensionsLoader.cpp | 2 +- Core/GDCore/IDE/ExtensionsLoader.h | 2 +- Core/GDCore/IDE/ImagesUsedInventorizer.h | 2 +- .../IDE/InstructionSentenceFormatter.cpp | 2 +- .../GDCore/IDE/InstructionSentenceFormatter.h | 2 +- Core/GDCore/IDE/MetadataProvider.cpp | 2 +- Core/GDCore/IDE/MetadataProvider.h | 2 +- Core/GDCore/IDE/PlatformLoader.cpp | 2 +- Core/GDCore/IDE/PlatformLoader.h | 2 +- Core/GDCore/IDE/PlatformManager.cpp | 2 +- Core/GDCore/IDE/PlatformManager.h | 2 +- Core/GDCore/IDE/ProjectExporter.cpp | 2 +- Core/GDCore/IDE/ProjectExporter.h | 2 +- Core/GDCore/IDE/ProjectResourcesAdder.cpp | 2 +- Core/GDCore/IDE/ProjectResourcesAdder.h | 2 +- Core/GDCore/IDE/ProjectResourcesCopier.cpp | 2 +- Core/GDCore/IDE/ProjectResourcesCopier.h | 2 +- Core/GDCore/IDE/ProjectStripper.cpp | 2 +- Core/GDCore/IDE/ProjectStripper.h | 2 +- .../IDE/ResourcesAbsolutePathChecker.cpp | 2 +- .../GDCore/IDE/ResourcesAbsolutePathChecker.h | 2 +- Core/GDCore/IDE/ResourcesMergingHelper.cpp | 2 +- Core/GDCore/IDE/ResourcesMergingHelper.h | 2 +- Core/GDCore/IDE/SceneNameMangler.cpp | 2 +- Core/GDCore/IDE/SceneNameMangler.h | 2 +- Core/GDCore/IDE/SkinHelper.cpp | 2 +- Core/GDCore/IDE/SkinHelper.h | 2 +- Core/GDCore/IDE/TextFormatting.h | 2 +- Core/GDCore/IDE/wxTools/AuiTabArt.cpp | 2 +- Core/GDCore/IDE/wxTools/AuiTabArt.h | 2 +- Core/GDCore/IDE/wxTools/FileProperty.cpp | 2 +- Core/GDCore/IDE/wxTools/FileProperty.h | 2 +- Core/GDCore/IDE/wxTools/FlatAuiTabArt.cpp | 2 +- Core/GDCore/IDE/wxTools/FlatAuiTabArt.h | 2 +- Core/GDCore/IDE/wxTools/RecursiveMkDir.cpp | 2 +- Core/GDCore/IDE/wxTools/RecursiveMkDir.h | 2 +- .../IDE/wxTools/TreeItemExpressionMetadata.h | 2 +- Core/GDCore/IDE/wxTools/TreeItemStringData.h | 2 +- Core/GDCore/PlatformDefinition/Automatism.cpp | 2 +- Core/GDCore/PlatformDefinition/Automatism.h | 2 +- .../AutomatismsSharedData.cpp | 2 +- .../AutomatismsSharedData.h | 2 +- .../PlatformDefinition/ChangesNotifier.h | 2 +- .../PlatformDefinition/ClassWithObjects.cpp | 2 +- .../PlatformDefinition/ClassWithObjects.h | 2 +- .../PlatformDefinition/ExternalEvents.h | 2 +- .../PlatformDefinition/ExternalLayout.cpp | 2 +- .../PlatformDefinition/ExternalLayout.h | 2 +- .../PlatformDefinition/ImageManager.cpp | 2 +- Core/GDCore/PlatformDefinition/ImageManager.h | 2 +- .../PlatformDefinition/InitialInstance.cpp | 2 +- .../PlatformDefinition/InitialInstance.h | 2 +- .../InitialInstancesContainer.cpp | 2 +- .../InitialInstancesContainer.h | 2 +- Core/GDCore/PlatformDefinition/Layer.cpp | 2 +- Core/GDCore/PlatformDefinition/Layer.h | 2 +- Core/GDCore/PlatformDefinition/Layout.cpp | 2 +- Core/GDCore/PlatformDefinition/Layout.h | 2 +- Core/GDCore/PlatformDefinition/Object.cpp | 2 +- Core/GDCore/PlatformDefinition/Object.h | 2 +- .../GDCore/PlatformDefinition/ObjectGroup.cpp | 2 +- Core/GDCore/PlatformDefinition/ObjectGroup.h | 2 +- Core/GDCore/PlatformDefinition/Platform.cpp | 2 +- Core/GDCore/PlatformDefinition/Platform.h | 2 +- .../PlatformDefinition/PlatformExtension.cpp | 2 +- .../PlatformDefinition/PlatformExtension.h | 2 +- Core/GDCore/PlatformDefinition/Project.cpp | 2 +- Core/GDCore/PlatformDefinition/Project.h | 2 +- .../PlatformDefinition/ResourcesManager.cpp | 2 +- .../PlatformDefinition/ResourcesManager.h | 2 +- .../PlatformDefinition/RessourcesLoader.h | 2 +- Core/GDCore/PlatformDefinition/SourceFile.cpp | 2 +- Core/GDCore/PlatformDefinition/SourceFile.h | 2 +- Core/GDCore/PlatformDefinition/Variable.cpp | 2 +- Core/GDCore/PlatformDefinition/Variable.h | 2 +- .../PlatformDefinition/VariablesContainer.cpp | 2 +- .../PlatformDefinition/VariablesContainer.h | 2 +- Core/GDCore/Serialization/Serializer.cpp | 2 +- Core/GDCore/Serialization/Serializer.h | 2 +- Core/GDCore/Serialization/SerializerElement.h | 2 +- Core/GDCore/Serialization/SerializerValue.h | 2 +- Core/GDCore/Tools/DynamicLibrariesTools.cpp | 2 +- Core/GDCore/Tools/DynamicLibrariesTools.h | 2 +- Core/GDCore/Tools/HelpFileAccess.cpp | 2 +- Core/GDCore/Tools/HelpFileAccess.h | 2 +- Core/GDCore/Tools/InvalidImage.h | 2 +- Core/GDCore/Tools/Locale/LocaleManager.cpp | 2 +- Core/GDCore/Tools/Locale/LocaleManager.h | 2 +- Core/GDCore/Tools/Localization.h | 2 +- Core/GDCore/Tools/Log.cpp | 2 +- Core/GDCore/Tools/Log.h | 2 +- Core/GDCore/Tools/SystemStats.cpp | 2 +- Core/GDCore/Tools/SystemStats.h | 2 +- Core/GDCore/Tools/VersionWrapper.cpp | 2 +- Core/README.md | 2 +- Core/license.txt | 34 +++++++++++------ Core/tests/Clipboard.cpp | 2 +- Core/tests/Common.cpp | 2 +- Core/tests/Events.cpp | 2 +- Core/tests/Resources.cpp | 2 +- Core/tests/SourceFiles.cpp | 2 +- Core/tests/main.cpp | 2 +- Extensions/AES/AESTools.cpp | 21 +---------- Extensions/AES/AESTools.h | 21 +---------- Extensions/AES/Extension.cpp | 23 +----------- Extensions/AdvancedXML/README.txt | 20 +--------- .../AdvancedXML/src/AdvancedXMLRefManager.cpp | 22 ++--------- .../AdvancedXML/src/AdvancedXMLRefManager.h | 22 ++--------- .../AdvancedXML/src/AdvancedXMLTools.cpp | 22 ++--------- Extensions/AdvancedXML/src/AdvancedXMLTools.h | 22 ++--------- Extensions/AdvancedXML/src/Extension.cpp | 26 +++---------- Extensions/Box3DObject/Box3DObject.cpp | 21 +---------- Extensions/Box3DObject/Box3DObject.h | 21 +---------- Extensions/Box3DObject/Box3DObjectEditor.cpp | 21 +---------- Extensions/Box3DObject/Box3DObjectEditor.h | 21 +---------- Extensions/Box3DObject/Extension.cpp | 23 +----------- Extensions/CMakeLists.txt | 2 +- Extensions/CommonDialogs/CommonDialogs.cpp | 21 +---------- Extensions/CommonDialogs/CommonDialogs.h | 21 +---------- Extensions/CommonDialogs/Extension.cpp | 23 +----------- .../CommonDialogs/nwidgets/MessageBox.cpp | 21 +---------- Extensions/CommonDialogs/nwidgets/nStyle.cpp | 21 +---------- Extensions/CommonDialogs/nwidgets/nsource.cpp | 21 +---------- .../DestroyOutsideAutomatism.cpp | 21 +---------- .../DestroyOutsideAutomatism.h | 21 +---------- .../DestroyOutsideAutomatism/Extension.cpp | 23 +----------- .../DestroyOutsideAutomatism/JsExtension.cpp | 23 +----------- .../DraggableAutomatism.cpp | 21 +---------- .../DraggableAutomatism/DraggableAutomatism.h | 21 +---------- Extensions/DraggableAutomatism/Extension.cpp | 23 +----------- .../DraggableAutomatism/JsExtension.cpp | 23 +----------- Extensions/Function/Extension.cpp | 23 +----------- Extensions/Function/FunctionEvent.cpp | 21 +---------- Extensions/Function/FunctionEvent.h | 21 +---------- Extensions/Function/FunctionTools.cpp | 21 +---------- Extensions/Function/FunctionTools.h | 21 +---------- Extensions/Light/Extension.cpp | 23 +----------- Extensions/Light/LightObject.cpp | 21 +---------- Extensions/Light/LightObject.h | 21 +---------- Extensions/Light/LightObjectEditor.cpp | 21 +---------- Extensions/Light/LightObjectEditor.h | 21 +---------- Extensions/Light/LightObstacleAutomatism.cpp | 21 +---------- .../Light/LightObstacleAutomatismEditor.cpp | 21 +---------- .../Light/LightObstacleAutomatismEditor.h | 21 +---------- .../Light/RuntimeSceneLightObstacleDatas.cpp | 21 +---------- .../Light/RuntimeSceneLightObstacleDatas.h | 21 +---------- Extensions/Light/SceneLightObstacleDatas.cpp | 21 +---------- Extensions/Light/SceneLightObstacleDatas.h | 21 +---------- Extensions/LinkedObjects/Extension.cpp | 23 +----------- Extensions/LinkedObjects/JsExtension.cpp | 23 +----------- .../LinkedObjects/LinkedObjectsTools.cpp | 21 +---------- Extensions/LinkedObjects/LinkedObjectsTools.h | 21 +---------- .../LinkedObjects/ObjectsLinksManager.cpp | 21 +---------- .../LinkedObjects/ObjectsLinksManager.h | 21 +---------- Extensions/Network/Extension.cpp | 23 +----------- Extensions/Network/NetworkAutomatism.cpp | 21 +---------- Extensions/Network/NetworkAutomatism.h | 21 +---------- .../Network/NetworkAutomatismEditor.cpp | 21 +---------- Extensions/Network/NetworkAutomatismEditor.h | 21 +---------- .../Network/NetworkManagerFunctions.cpp | 21 +---------- Extensions/Network/NetworkManagerFunctions.h | 21 +---------- Extensions/Network/ReceivedDataManager.cpp | 21 +---------- Extensions/Network/ReceivedDataManager.h | 21 +---------- .../Network/RuntimeSceneNetworkDatas.cpp | 21 +---------- Extensions/Network/RuntimeSceneNetworkDatas.h | 21 +---------- Extensions/Network/SceneNetworkDatas.cpp | 21 +---------- Extensions/Network/SceneNetworkDatas.h | 21 +---------- Extensions/PanelSpriteObject/Extension.cpp | 23 +----------- .../PanelSpriteObject/PanelSpriteObject.cpp | 21 +---------- .../PanelSpriteObject/PanelSpriteObject.h | 21 +---------- .../PanelSpriteObjectEditor.cpp | 21 +---------- .../PanelSpriteObjectEditor.h | 21 +---------- Extensions/ParticleSystem/Extension.cpp | 23 +----------- Extensions/ParticleSystem/Extension.h | 21 +---------- .../ExtensionSubDeclaration1.cpp | 21 +---------- .../ExtensionSubDeclaration2.cpp | 21 +---------- .../ExtensionSubDeclaration3.cpp | 21 +---------- .../ParticleSystem/ParticleEmitterObject.cpp | 21 +---------- .../ParticleSystem/ParticleEmitterObject.h | 21 +---------- .../ParticleEmitterObjectEditor.cpp | 21 +---------- .../ParticleEmitterObjectEditor.h | 21 +---------- .../ParticleSystem/ParticleSystemWrapper.cpp | 21 +---------- .../ParticleSystem/ParticleSystemWrapper.h | 21 +---------- Extensions/PathAutomatism/Extension.cpp | 23 +----------- Extensions/PathAutomatism/PathAutomatism.cpp | 21 +---------- Extensions/PathAutomatism/PathAutomatism.h | 21 +---------- .../PathAutomatism/PathAutomatismEditor.cpp | 21 +---------- .../PathAutomatism/PathAutomatismEditor.h | 21 +---------- .../PathAutomatism/RuntimeScenePathDatas.cpp | 21 +---------- .../PathAutomatism/RuntimeScenePathDatas.h | 21 +---------- Extensions/PathAutomatism/ScenePathDatas.cpp | 21 +---------- Extensions/PathAutomatism/ScenePathDatas.h | 21 +---------- .../PathfindingAutomatism/Extension.cpp | 23 +----------- .../PathfindingAutomatism/JsExtension.cpp | 23 +----------- .../PathfindingAutomatism.cpp | 21 +---------- .../PathfindingAutomatism.h | 21 +---------- .../PathfindingObstacleAutomatism.cpp | 21 +---------- .../PathfindingObstacleAutomatism.h | 21 +---------- .../ScenePathfindingObstaclesManager.cpp | 21 +---------- .../ScenePathfindingObstaclesManager.h | 21 +---------- .../PhysicsAutomatism/ContactListener.cpp | 21 +---------- .../PhysicsAutomatism/ContactListener.h | 21 +---------- .../PhysicsAutomatism/CustomPolygonDialog.cpp | 21 +---------- .../PhysicsAutomatism/CustomPolygonDialog.h | 21 +---------- Extensions/PhysicsAutomatism/Extension.cpp | 23 +----------- Extensions/PhysicsAutomatism/JsExtension.cpp | 23 +----------- .../PhysicsAutomatism/PhysicsAutomatism.cpp | 21 +---------- .../PhysicsAutomatism/PhysicsAutomatism.h | 21 +---------- .../PhysicsAutomatismEditor.cpp | 21 +---------- .../PhysicsAutomatismEditor.h | 21 +---------- .../RuntimeScenePhysicsDatas.cpp | 21 +---------- .../RuntimeScenePhysicsDatas.h | 21 +---------- .../PhysicsAutomatism/ScenePhysicsDatas.cpp | 21 +---------- .../PhysicsAutomatism/ScenePhysicsDatas.h | 21 +---------- Extensions/PlatformAutomatism/Extension.cpp | 23 +----------- Extensions/PlatformAutomatism/JsExtension.cpp | 23 +----------- .../PlatformAutomatism/PlatformAutomatism.cpp | 21 +---------- .../PlatformAutomatism/PlatformAutomatism.h | 21 +---------- .../PlatformerObjectAutomatism.cpp | 21 +---------- .../PlatformerObjectAutomatism.h | 21 +---------- .../ScenePlatformObjectsManager.h | 21 +---------- Extensions/PrimitiveDrawing/DrawerObject.cpp | 21 +---------- Extensions/PrimitiveDrawing/DrawerObject.h | 21 +---------- .../PrimitiveDrawing/DrawerObjectEditor.cpp | 21 +---------- .../PrimitiveDrawing/DrawerObjectEditor.h | 21 +---------- Extensions/PrimitiveDrawing/Extension.cpp | 23 +----------- .../PrimitiveDrawingTools.cpp | 21 +---------- .../PrimitiveDrawing/PrimitiveDrawingTools.h | 21 +---------- Extensions/README.md | 5 +-- Extensions/SoundObject/Extension.cpp | 21 +---------- Extensions/SoundObject/SoundListener.cpp | 21 +---------- Extensions/SoundObject/SoundListener.h | 21 +---------- Extensions/SoundObject/SoundObject.cpp | 21 +---------- Extensions/SoundObject/SoundObject.h | 21 +---------- Extensions/SoundObject/SoundObjectEditor.cpp | 21 +---------- Extensions/SoundObject/SoundObjectEditor.h | 21 +---------- Extensions/SoundObject/SoundWrapperBase.cpp | 21 +---------- Extensions/SoundObject/SoundWrapperBase.h | 21 +---------- Extensions/TextEntryObject/Extension.cpp | 23 +----------- .../TextEntryObject/TextEntryObject.cpp | 21 +---------- Extensions/TextEntryObject/TextEntryObject.h | 21 +---------- Extensions/TextObject/Extension.cpp | 23 +----------- Extensions/TextObject/JsExtension.cpp | 23 +----------- Extensions/TextObject/TextObject.cpp | 21 +---------- Extensions/TextObject/TextObject.h | 21 +---------- Extensions/TextObject/TextObjectEditor.cpp | 21 +---------- Extensions/TextObject/TextObjectEditor.h | 21 +---------- Extensions/TileMapObject/Extension.cpp | 23 +----------- .../TileMapObject/RuntimeTileMapObject.cpp | 21 +---------- .../TileMapObject/RuntimeTileMapObject.h | 21 +---------- Extensions/TileMapObject/TileEditor.cpp | 21 +---------- Extensions/TileMapObject/TileEditor.h | 21 +---------- Extensions/TileMapObject/TileMap.cpp | 21 +---------- Extensions/TileMapObject/TileMap.h | 21 +---------- .../TileMapConfigurationEditor.cpp | 21 +---------- .../TileMapConfigurationEditor.h | 21 +---------- Extensions/TileMapObject/TileMapDialogsIds.h | 21 +---------- Extensions/TileMapObject/TileMapObject.cpp | 21 +---------- Extensions/TileMapObject/TileMapObject.h | 21 +---------- .../TileMapObject/TileMapObjectEditor.cpp | 21 +---------- .../TileMapObject/TileMapObjectEditor.h | 21 +---------- .../TileMapObjectEditorCommands.cpp | 23 +----------- .../TileMapObjectEditorCommands.h | 27 ++------------ Extensions/TileMapObject/TileMapPanel.cpp | 37 +++++-------------- Extensions/TileMapObject/TileMapPanel.h | 21 +---------- Extensions/TileMapObject/TileMapProxies.cpp | 21 +---------- Extensions/TileMapObject/TileMapProxies.h | 21 +---------- Extensions/TileMapObject/TileMapTools.cpp | 23 +----------- Extensions/TileMapObject/TileMapTools.h | 21 +---------- Extensions/TileMapObject/TileSet.cpp | 21 +---------- Extensions/TileMapObject/TileSet.h | 21 +---------- .../TileSetConfigurationEditor.cpp | 21 +---------- .../TileSetConfigurationEditor.h | 21 +---------- Extensions/TileMapObject/TileSetPanel.cpp | 21 +---------- Extensions/TileMapObject/TileSetPanel.h | 21 +---------- Extensions/TiledSpriteObject/Extension.cpp | 23 +----------- Extensions/TiledSpriteObject/JsExtension.cpp | 23 +----------- .../TiledSpriteObject/TiledSpriteObject.cpp | 21 +---------- .../TiledSpriteObject/TiledSpriteObject.h | 21 +---------- .../TiledSpriteObjectEditor.cpp | 21 +---------- .../TiledSpriteObjectEditor.h | 21 +---------- Extensions/TimedEvent/Extension.cpp | 23 +----------- Extensions/TimedEvent/TimedEvent.cpp | 21 +---------- Extensions/TimedEvent/TimedEvent.h | 21 +---------- Extensions/TimedEvent/TimedEventEditorDlg.cpp | 21 +---------- Extensions/TimedEvent/TimedEventEditorDlg.h | 21 +---------- Extensions/TimedEvent/TimedEventTools.cpp | 21 +---------- Extensions/TimedEvent/TimedEventTools.h | 21 +---------- Extensions/TimedEvent/TimedEventsManager.cpp | 21 +---------- Extensions/TimedEvent/TimedEventsManager.h | 21 +---------- .../TopDownMovementAutomatism/Extension.cpp | 23 +----------- .../TopDownMovementAutomatism/JsExtension.cpp | 21 +---------- .../TopDownMovementAutomatism.cpp | 21 +---------- .../TopDownMovementAutomatism.h | 21 +---------- Extensions/VideoObject/Extension.cpp | 23 +----------- Extensions/VideoObject/VideoObject.cpp | 21 +---------- Extensions/VideoObject/VideoObject.h | 21 +---------- Extensions/VideoObject/VideoObjectEditor.cpp | 21 +---------- Extensions/VideoObject/VideoObjectEditor.h | 21 +---------- Extensions/VideoObject/VideoWrapper.cpp | 21 +---------- Extensions/VideoObject/VideoWrapper.h | 21 +---------- Extensions/license.txt | 32 ++++++++++++++-- GDCpp/GDCpp/Automatism.cpp | 2 +- GDCpp/GDCpp/Automatism.h | 2 +- GDCpp/GDCpp/AutomatismsRuntimeSharedData.h | 2 +- GDCpp/GDCpp/AutomatismsSharedData.cpp | 2 +- GDCpp/GDCpp/AutomatismsSharedData.h | 2 +- .../BuiltinExtensions/AdvancedExtension.cpp | 2 +- .../BuiltinExtensions/AdvancedExtension.h | 2 +- .../BuiltinExtensions/AudioExtension.cpp | 2 +- .../GDCpp/BuiltinExtensions/AudioExtension.h | 2 +- GDCpp/GDCpp/BuiltinExtensions/AudioTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/AudioTools.h | 2 +- .../BuiltinExtensions/CameraExtension.cpp | 2 +- .../GDCpp/BuiltinExtensions/CameraExtension.h | 2 +- .../CommonInstructionsExtension.cpp | 2 +- .../CommonInstructionsTools.cpp | 2 +- .../CommonInstructionsTools.h | 2 +- .../ExternalLayoutsExtension.h | 2 +- GDCpp/GDCpp/BuiltinExtensions/FileExtension.h | 2 +- GDCpp/GDCpp/BuiltinExtensions/FileTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/FileTools.h | 2 +- .../BuiltinExtensions/JoystickExtension.cpp | 2 +- .../BuiltinExtensions/JoystickExtension.h | 2 +- .../GDCpp/BuiltinExtensions/JoystickTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/JoystickTools.h | 2 +- .../BuiltinExtensions/KeyboardExtension.cpp | 2 +- .../BuiltinExtensions/KeyboardExtension.h | 2 +- .../GDCpp/BuiltinExtensions/KeyboardTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h | 2 +- .../BuiltinExtensions/MathematicalTools.cpp | 2 +- .../BuiltinExtensions/MathematicalTools.h | 2 +- .../MathematicalToolsExtension.cpp | 2 +- .../MathematicalToolsExtension.h | 2 +- .../BuiltinExtensions/MouseExtension.cpp | 2 +- .../GDCpp/BuiltinExtensions/MouseExtension.h | 2 +- .../BuiltinExtensions/NetworkExtension.cpp | 2 +- .../BuiltinExtensions/NetworkExtension.h | 2 +- .../GDCpp/BuiltinExtensions/NetworkTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/NetworkTools.h | 2 +- .../GDCpp/BuiltinExtensions/ProfileTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/ProfileTools.h | 2 +- .../RuntimeSceneCameraTools.cpp | 2 +- .../BuiltinExtensions/RuntimeSceneTools.cpp | 2 +- .../BuiltinExtensions/SceneExtension.cpp | 2 +- .../BuiltinExtensions/SpriteExtension.cpp | 2 +- .../GDCpp/BuiltinExtensions/SpriteExtension.h | 2 +- GDCpp/GDCpp/BuiltinExtensions/SpriteTools.cpp | 2 +- .../StringInstructionsExtension.cpp | 2 +- .../StringInstructionsExtension.h | 2 +- GDCpp/GDCpp/BuiltinExtensions/StringTools.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/StringTools.h | 2 +- .../GDCpp/BuiltinExtensions/TimeExtension.cpp | 2 +- GDCpp/GDCpp/BuiltinExtensions/TimeExtension.h | 2 +- .../BuiltinExtensions/VariablesExtension.cpp | 2 +- .../BuiltinExtensions/VariablesExtension.h | 2 +- .../BuiltinExtensions/WindowExtension.cpp | 2 +- .../GDCpp/BuiltinExtensions/WindowExtension.h | 2 +- GDCpp/GDCpp/CodeExecutionEngine.cpp | 2 +- GDCpp/GDCpp/CodeExecutionEngine.h | 2 +- GDCpp/GDCpp/Collisions.cpp | 2 +- GDCpp/GDCpp/Collisions.h | 2 +- GDCpp/GDCpp/CommonTools.cpp | 2 +- GDCpp/GDCpp/CommonTools.h | 2 +- GDCpp/GDCpp/CppCodeEvent.cpp | 2 +- GDCpp/GDCpp/CppCodeEvent.h | 2 +- GDCpp/GDCpp/CppPlatform.cpp | 2 +- GDCpp/GDCpp/CppPlatform.h | 2 +- GDCpp/GDCpp/DynamicLibrariesTools.cpp | 2 +- GDCpp/GDCpp/DynamicLibrariesTools.h | 2 +- GDCpp/GDCpp/Events/CodeCompilationHelpers.cpp | 2 +- GDCpp/GDCpp/Events/CodeCompilationHelpers.h | 2 +- GDCpp/GDCpp/Events/EventsCodeGenerator.cpp | 2 +- GDCpp/GDCpp/Events/EventsCodeGenerator.h | 2 +- .../GDCpp/Events/VariableParserCallbacks.cpp | 2 +- GDCpp/GDCpp/Events/VariableParserCallbacks.h | 2 +- GDCpp/GDCpp/ExtensionBase.cpp | 2 +- GDCpp/GDCpp/ExtensionBase.h | 2 +- GDCpp/GDCpp/ExtensionsLoader.cpp | 2 +- GDCpp/GDCpp/ExtensionsLoader.h | 2 +- GDCpp/GDCpp/ExternalLayout.cpp | 2 +- GDCpp/GDCpp/ExternalLayout.h | 2 +- GDCpp/GDCpp/FontManager.h | 2 +- GDCpp/GDCpp/Force.cpp | 2 +- GDCpp/GDCpp/Force.h | 2 +- GDCpp/GDCpp/IDE/BaseDebugger.cpp | 2 +- GDCpp/GDCpp/IDE/BaseDebugger.h | 2 +- GDCpp/GDCpp/IDE/BaseProfiler.cpp | 2 +- GDCpp/GDCpp/IDE/BaseProfiler.h | 2 +- GDCpp/GDCpp/IDE/ChangesNotifier.cpp | 2 +- GDCpp/GDCpp/IDE/ChangesNotifier.h | 2 +- GDCpp/GDCpp/IDE/CodeCompiler.cpp | 2 +- GDCpp/GDCpp/IDE/CodeCompiler.h | 2 +- GDCpp/GDCpp/IDE/CompilerMessagesParser.cpp | 2 +- GDCpp/GDCpp/IDE/CompilerMessagesParser.h | 2 +- GDCpp/GDCpp/IDE/DependenciesAnalyzer.h | 2 +- .../IDE/Dialogs/CompilationErrorDialog.cpp | 2 +- .../IDE/Dialogs/CompilationErrorDialog.h | 2 +- .../GDCpp/IDE/Dialogs/CppLayoutPreviewer.cpp | 2 +- GDCpp/GDCpp/IDE/Dialogs/CppLayoutPreviewer.h | 2 +- GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.cpp | 2 +- GDCpp/GDCpp/IDE/Dialogs/EditCppCodeEvent.h | 2 +- GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.cpp | 2 +- GDCpp/GDCpp/IDE/Dialogs/ProfileDlg.h | 2 +- .../GDCpp/IDE/Dialogs/ProjectExportDialog.cpp | 2 +- GDCpp/GDCpp/IDE/Dialogs/RenderDialog.cpp | 2 +- GDCpp/GDCpp/IDE/Dialogs/RenderDialog.h | 2 +- GDCpp/GDCpp/IDE/FullProjectCompiler.cpp | 2 +- GDCpp/GDCpp/IDE/FullProjectCompiler.h | 2 +- GDCpp/GDCpp/IDE/ImageFilesWatcher.cpp | 2 +- GDCpp/GDCpp/IDE/ImageFilesWatcher.h | 2 +- GDCpp/GDCpp/ImageManager.cpp | 2 +- GDCpp/GDCpp/ImageManager.h | 2 +- GDCpp/GDCpp/InitialInstancesContainer.cpp | 2 +- GDCpp/GDCpp/InitialInstancesContainer.h | 2 +- GDCpp/GDCpp/Layer.cpp | 2 +- GDCpp/GDCpp/Layer.h | 2 +- GDCpp/GDCpp/Log.cpp | 2 +- GDCpp/GDCpp/Log.h | 2 +- GDCpp/GDCpp/ManualTimer.h | 2 +- GDCpp/GDCpp/Music.h | 2 +- GDCpp/GDCpp/ObjInstancesHolder.cpp | 2 +- GDCpp/GDCpp/Object.cpp | 2 +- GDCpp/GDCpp/Object.h | 2 +- GDCpp/GDCpp/ObjectHelpers.h | 2 +- .../PlatformDefinition/ClassWithObjects.cpp | 2 +- GDCpp/GDCpp/Point.cpp | 2 +- GDCpp/GDCpp/Point.h | 2 +- GDCpp/GDCpp/Polygon2d.cpp | 2 +- GDCpp/GDCpp/Polygon2d.h | 2 +- GDCpp/GDCpp/PolygonCollision.cpp | 2 +- GDCpp/GDCpp/PolygonCollision.h | 2 +- GDCpp/GDCpp/Position.cpp | 2 +- GDCpp/GDCpp/Position.h | 2 +- GDCpp/GDCpp/ProfileEvent.cpp | 2 +- GDCpp/GDCpp/ProfileEvent.h | 2 +- GDCpp/GDCpp/Project.cpp | 2 +- GDCpp/GDCpp/Project.h | 2 +- GDCpp/GDCpp/ResourcesManager.cpp | 2 +- GDCpp/GDCpp/ResourcesManager.h | 2 +- GDCpp/GDCpp/RessourcesLoader.cpp | 2 +- GDCpp/GDCpp/RessourcesLoader.h | 2 +- GDCpp/GDCpp/RuntimeGame.cpp | 2 +- GDCpp/GDCpp/RuntimeGame.h | 2 +- GDCpp/GDCpp/RuntimeLayer.cpp | 2 +- GDCpp/GDCpp/RuntimeLayer.h | 2 +- GDCpp/GDCpp/RuntimeObject.cpp | 2 +- GDCpp/GDCpp/RuntimeObject.h | 2 +- GDCpp/GDCpp/RuntimeScene.cpp | 2 +- GDCpp/GDCpp/RuntimeScene.h | 2 +- GDCpp/GDCpp/RuntimeSpriteObject.cpp | 2 +- GDCpp/GDCpp/RuntimeSpriteObject.h | 2 +- GDCpp/GDCpp/RuntimeVariablesContainer.cpp | 2 +- GDCpp/GDCpp/RuntimeVariablesContainer.h | 2 +- GDCpp/GDCpp/Scene.cpp | 2 +- GDCpp/GDCpp/Scene.h | 2 +- GDCpp/GDCpp/SceneNameMangler.cpp | 2 +- GDCpp/GDCpp/SceneNameMangler.h | 2 +- GDCpp/GDCpp/Serialization/Serializer.cpp | 2 +- GDCpp/GDCpp/Serialization/Serializer.h | 2 +- .../GDCpp/Serialization/SerializerElement.cpp | 2 +- GDCpp/GDCpp/Serialization/SerializerElement.h | 2 +- GDCpp/GDCpp/Serialization/SerializerValue.cpp | 2 +- GDCpp/GDCpp/Serialization/SerializerValue.h | 2 +- GDCpp/GDCpp/ShaderManager.h | 2 +- GDCpp/GDCpp/Sound.cpp | 2 +- GDCpp/GDCpp/Sound.h | 2 +- GDCpp/GDCpp/SoundManager.cpp | 2 +- GDCpp/GDCpp/SoundManager.h | 2 +- GDCpp/GDCpp/Text.cpp | 2 +- GDCpp/GDCpp/Text.h | 2 +- GDCpp/GDCpp/Variable.cpp | 2 +- GDCpp/GDCpp/Variable.h | 2 +- GDCpp/GDCpp/VariablesContainer.cpp | 2 +- GDCpp/GDCpp/VariablesContainer.h | 2 +- GDCpp/GDCpp/XmlFilesHelper.cpp | 2 +- GDCpp/GDCpp/XmlFilesHelper.h | 2 +- GDCpp/GDCpp/XmlMacros.h | 2 +- GDCpp/README.md | 2 +- GDCpp/Runtime/main.cpp | 2 +- GDCpp/license.txt | 29 ++++++++++----- GDCpp/tests/Common.cpp | 2 +- GDCpp/tests/main.cpp | 2 +- .../BuiltinExtensions/AdvancedExtension.cpp | 4 +- .../BuiltinExtensions/AdvancedExtension.h | 2 +- .../GDJS/BuiltinExtensions/AudioExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/AudioExtension.h | 2 +- .../BuiltinExtensions/BaseObjectExtension.cpp | 4 +- .../BuiltinExtensions/BaseObjectExtension.h | 2 +- .../BuiltinExtensions/CameraExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/CameraExtension.h | 2 +- .../CommonConversionsExtension.cpp | 4 +- .../CommonConversionsExtension.h | 2 +- .../CommonInstructionsExtension.cpp | 4 +- .../CommonInstructionsExtension.h | 2 +- .../ExternalLayoutsExtension.cpp | 4 +- .../ExternalLayoutsExtension.h | 2 +- GDJS/GDJS/BuiltinExtensions/FileExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/FileExtension.h | 2 +- .../BuiltinExtensions/JoystickExtension.cpp | 4 +- .../BuiltinExtensions/JoystickExtension.h | 2 +- .../BuiltinExtensions/KeyboardExtension.cpp | 4 +- .../BuiltinExtensions/KeyboardExtension.h | 2 +- .../MathematicalToolsExtension.cpp | 4 +- .../MathematicalToolsExtension.h | 2 +- .../GDJS/BuiltinExtensions/MouseExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/MouseExtension.h | 2 +- .../BuiltinExtensions/NetworkExtension.cpp | 4 +- .../GDJS/BuiltinExtensions/NetworkExtension.h | 2 +- .../GDJS/BuiltinExtensions/SceneExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/SceneExtension.h | 2 +- .../BuiltinExtensions/SpriteExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/SpriteExtension.h | 2 +- .../StringInstructionsExtension.cpp | 4 +- .../StringInstructionsExtension.h | 2 +- GDJS/GDJS/BuiltinExtensions/TimeExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/TimeExtension.h | 2 +- .../BuiltinExtensions/VariablesExtension.cpp | 4 +- .../BuiltinExtensions/VariablesExtension.h | 2 +- .../BuiltinExtensions/WindowExtension.cpp | 4 +- GDJS/GDJS/BuiltinExtensions/WindowExtension.h | 2 +- GDJS/GDJS/Dialogs/CocoonJSUploadDialog.cpp | 2 +- GDJS/GDJS/Dialogs/CocoonJSUploadDialog.h | 2 +- GDJS/GDJS/Dialogs/IntelXDKPackageDialog.cpp | 2 +- GDJS/GDJS/Dialogs/IntelXDKPackageDialog.h | 2 +- GDJS/GDJS/Dialogs/ProjectExportDialog.cpp | 2 +- GDJS/GDJS/Dialogs/ProjectExportDialog.h | 2 +- GDJS/GDJS/Dialogs/UploadOnlineDialog.cpp | 2 +- GDJS/GDJS/Dialogs/UploadOnlineDialog.h | 2 +- GDJS/GDJS/EventsCodeGenerator.cpp | 2 +- GDJS/GDJS/EventsCodeGenerator.h | 2 +- GDJS/GDJS/Exporter.cpp | 2 +- GDJS/GDJS/Exporter.h | 2 +- GDJS/GDJS/HttpServer.cpp | 2 +- GDJS/GDJS/HttpServer.h | 2 +- GDJS/GDJS/JsPlatform.cpp | 2 +- GDJS/GDJS/JsPlatform.h | 2 +- GDJS/README.md | 2 +- GDJS/Runtime/cameratools.js | 2 +- GDJS/Runtime/commontools.js | 2 +- GDJS/Runtime/eventscontext.js | 2 +- GDJS/Runtime/force.js | 2 +- GDJS/Runtime/gd.js | 2 +- GDJS/Runtime/imagemanager.js | 2 +- GDJS/Runtime/inputtools.js | 2 +- GDJS/Runtime/layer.js | 2 +- GDJS/Runtime/networktools.js | 2 +- GDJS/Runtime/objecttools.js | 2 +- GDJS/Runtime/polygon.js | 2 +- GDJS/Runtime/runtimeautomatism.js | 2 +- GDJS/Runtime/runtimegame.js | 2 +- GDJS/Runtime/runtimeobject.js | 2 +- GDJS/Runtime/runtimescene.js | 2 +- GDJS/Runtime/runtimescenetools.js | 2 +- GDJS/Runtime/soundmanager.js | 2 +- GDJS/Runtime/soundtools.js | 2 +- GDJS/Runtime/spriteruntimeobject.js | 2 +- GDJS/Runtime/storagetools.js | 2 +- GDJS/Runtime/stringtools.js | 2 +- GDJS/Runtime/timer.js | 2 +- GDJS/Runtime/variable.js | 2 +- GDJS/Runtime/variablescontainer.js | 2 +- GDJS/Runtime/windowtools.js | 2 +- GDJS/license.txt | 31 ++++++++++------ IDE/Credits.cpp | 2 +- IDE/wxsmith/Credits.wxs | 2 +- Readme.md | 5 +-- license.txt | 3 +- 735 files changed, 907 insertions(+), 4584 deletions(-) diff --git a/Binaries/Packaging/debian-package/DEBIAN/copyright b/Binaries/Packaging/debian-package/DEBIAN/copyright index bfc33ad8d49..09899b86692 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 3c9cef42e85..b409aa30947 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 ac9f2e8ccc4..4693d33525f 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 e077fa8ebca..8a28ee6f00b 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 a895fa32ac4..7ad63caa4b0 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 84246d7bbc2..e4920781162 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 a79fa1a74bd..22d43fc49ba 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 6d37648abb5..8df37497780 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 3fe896be555..516ec9b1fee 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 71f844e14fd..1913d6c4191 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 922f83d1713..a1b25e295c4 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 9c375ae6b69..5f26923f470 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 3ac3c2d56d7..3a1f780b8fc 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 c3142481ec5..bd1513364cb 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 bf42177acb8..13f5e4151cf 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 3806eaf90f9..b507294f521 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 580ba37e938..e8729c67504 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 e984d12717a..854555e9c90 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 5b43a337aa8..02ac7728351 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 19af596222c..11082db5e03 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 167c42a9496..ed84c3eadef 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 66ff844f792..606dade76e3 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 415471af970..5b53958b04a 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 26788a7ec09..6a66a64f106 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 0238604f5ad..3d8accbbca7 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 5ca82ed6f3e..35bd6cd7255 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 6c98df794e7..7e4d3ba6517 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 b727d7b975d..d924d8f8122 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 7d371636f7e..c6655d13aaf 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 43ee1dd3dde..344d2f3e593 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 eaf4986d020..6b12287600d 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 47951878d0b..277d007c78d 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 9e82f2309c2..653d098d306 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 a76228a28b1..ac6caf43a0e 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 4aea431bec5..c97b3522a4d 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 1d450b1742a..f2729e26f64 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 b0c1fe4eef2..919eaf6b2c2 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 ac5289378f6..33bdf51f180 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 6dd3716dc92..b241b92cfbf 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 98838f25979..879d6c75d58 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 31649cb3f46..43902b1c739 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 afd7c22ff1c..c2504b2bda3 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 2c5c68a0dee..82c75bcbe5d 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 0599d4f0f50..c9e54aafa1d 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 e9b7d6c6f59..b8012a13d75 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 247fb0fa713..85ed63441e4 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 b2807fefa56..ed6927e2684 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 2e0b32687e6..777506ac95b 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 7cdf3d2f518..dbb53cf2a51 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 ed8a605f987..9f5ca415023 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 f1132207f20..de5265dc301 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 a0f4546059f..93d06f29353 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 8c8d342d166..8179e4ad55f 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 fbf9160ae67..ad165312ff4 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 18459579f1a..468fc750833 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 7756039e449..eb068a6c2dc 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 34785351964..9204813ee47 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 5c27ee5289d..8d00774e32a 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 c972849c49b..cf2a3dd0d78 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 c0664ebbf5b..d748a30c57a 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 41f3ffdba1a..d5aa1f68c36 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 edaad50d68e..186f672fc47 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 defb9e5b2a3..610224e1bcc 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 787d57b95dd..b28d89646c3 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 0aec386e113..4a91fdef864 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 af46e60d1b8..2bb77dc67f2 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 ff759143d98..beb840ad890 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 8172818c103..c81077f53a5 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 6d02c61ea65..6e702f855d8 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 c79d69bbf9a..79b26a3d512 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 c34c268c3d8..6716a1d75b2 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 c722d4e520a..d103edee91b 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 fe10b47733c..7bf1b280bf8 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 419a37f13da..84125eea2d5 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 c71cd7602f7..cda2ccf4ff4 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 edf086ee27c..42a3178bf7e 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 700516be31b..20298e8c336 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 586e43f8b52..b31e70188ce 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 d8b7257c617..efd0225ccfb 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 2df4f19ffc3..62d431d1c48 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 e59bf23bf0e..fe34ba5f44f 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 a458cef1e55..74b09ba7d3e 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 1883f8e6d1c..e933747c2b2 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 946ad1663fd..33cfadd7947 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 @@ class GD_CORE_API AnalyticsSender static AnalyticsSender *_singleton; }; -} \ No newline at end of file +} diff --git a/Core/GDCore/IDE/ArbitraryEventsWorker.cpp b/Core/GDCore/IDE/ArbitraryEventsWorker.cpp index 72e217f92fa..01661050489 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 5f88b26e5db..7a509999214 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 4ed63d07eb3..6d24c43895d 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 341ba5315ba..bdaefc7da23 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 d89dedf0bca..d40086e3f4a 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 b24d2c6ec5c..b12ca5312da 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 124028df58c..ff5b279628a 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 a1369f49590..3bcb49ca01f 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 1e39aa1e0d0..e4aed49fa26 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 657dc0085e9..256307775ee 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 aa2c33a51f5..4525c6ebfa7 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 cc67fbd00d1..e5fee764445 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 54dd550e4cb..b01e8f986c8 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 23340d8e1ce..96634b6acf5 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 6ea6b3c9968..2b29d537d1a 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 4d1d931eda7..ea3f2e85696 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 11052887991..9f59d2147be 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 e5163656059..d0e7530ff71 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 25674531a75..404eda87332 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 43a9015a03e..f33ed03f99e 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 a4cad41ecde..30f56927bef 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 966b6f5ed39..7648adbff81 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 e28186ba3e4..8fbb4a2022d 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 34aedf9c49c..2989a45570b 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 05c314da8bb..a72085e72db 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 4ca92eb7acf..438537aa05c 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 51ebb37615e..c8c57db3cdb 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 a09d8d7c3cc..6d3729bb114 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 02382b92aa2..02cfef7a332 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 c649c68d9c1..91b19b26248 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 23211d67070..0ca8a416873 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 5940a1aa481..7a747993e2b 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 13e48179413..0f23ef05d93 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 64bd3d1d733..4d8fe66a6f1 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 4d1e6bbc032..005b75df6e5 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 e861d3aea76..597ba622341 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 6b6cc23487f..b067dea1383 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 ec56d9f0ecd..3545f4e694b 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 37b9397527b..3bb48401b31 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 b9e4eb801dc..54e21170c56 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 07b9e67bb84..52412f67089 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 e1951028540..46c7330d2b9 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 cde67f0b0a0..972880d37ed 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 0414a9e4a29..2d0fb71c5b9 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 ee1c4dbbb83..4b1f39976bd 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 bbfbe45bea6..b5d56e90fe1 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 af7af3817b7..f54c81f2234 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 dfcb75b9cb3..bb5e0e60551 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 6a6b4129165..81e1feab9be 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 81aa839b079..9d8d65d57f2 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 1c24455aff5..580ac2235e1 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 e16406450cb..cff5da13efc 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 1ac67e326c0..85ebb8c50a9 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 536db7563a8..b5d87bc792b 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 ab0ce5dae70..4e80bd38905 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 6d085f9876c..385498c9228 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 e984b067bff..872b23c3d9c 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 ace5b676b1e..b9edb6ff6eb 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 b04dc44fc95..2eded302ddb 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 5c990521e02..cbe7650ece1 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 333c87ab758..3cebe1bab08 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 4f1da217146..ec96a910aba 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 72698e966fb..39e1fac0f05 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 b5545535b8f..1c14be89150 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 5f1616b1dca..66faec8bb41 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 15c0bafaa17..bd7c9aebd2b 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 39e08893826..6ee5a7cf8c3 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 e04499cd9f2..ac1ac26f620 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 514a1926110..ee1a39717b5 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 7b79fe9fc5a..e823a5baea5 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 9e5a8e436ef..528eabb57b2 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 377480c79d5..0bb4d2b52f9 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 2a23ef9e7bd..58ddd94762a 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 ef4a662e692..2b600f3eb5c 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 0bb48f31c9a..3816fc10a62 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 57427533a0f..32d37792440 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 38bb0210555..5276daaef60 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 8c61c066167..1662bddddf0 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 3f2949bd41b..291177b363f 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 84f9a652b9d..401fd9b5275 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 2869c5e2b39..db38906333f 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 4c52cf5f6f4..83ced11e85c 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 5cf084a2501..f8f90614dfa 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 d9f2c0ed407..8ca0c9f9ba3 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 a8619ec9392..be4b3a983c5 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 b90ffc4f5b7..bcb30dba32e 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 8fc148df13d..8dfbcadb86d 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 1e11f85272b..754a8a185b8 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 8540b79cc05..f89d45efca8 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 750797a28f5..5d5d285a428 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 0a7e424f4de..402c07664f4 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 7fd4b01eb7e..14fc6eabb6e 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 8f4d4c946ed..2b0cf6de8b7 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 5e9544f8184..75a9e4cdbe6 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 4a0cf8db121..bef6e0804da 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 317fde5cc00..1c0e27d8554 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 ee4adb9d800..39d3428a2a9 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 e30247e51c2..acf84b98a8b 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 6d1e6cab12a..1c07767a04c 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 29c92851934..a351abcad30 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 9836d044343..efc31bd1b82 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 ae3b4c0a21a..280a96797b4 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 3fcea6d467d..3edd8286d84 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 c0607ac3443..6f3cffc87e4 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 aca09865212..f1ec991c59f 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 0c37e2a3e3a..1d0cd93436c 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 2563aa97786..d4a53c0b31d 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 c4870a9f55f..bf1766ddee3 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 2d89ffe4905..b3c5d46576a 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 09b146d0568..696d844bbbe 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 aa98e36f984..c40d3d3f1d1 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 0368420ea4f..03c93050e20 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 1940db77566..0fe5ac21bf7 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 f3296527032..c0f25d887b7 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 1a35a65c8d1..6ae32dcab86 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 344c88f15df..cd1205b31cf 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 e6fdce4604f..137644bca12 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 9fe2dba7356..e1c63a8c7c4 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 fe42fed353e..deb31fb6166 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 07df8ea02b5..28bc7c25d32 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 c77137c100a..f71105ff51c 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 2f2acfca385..27f7c69769f 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 cae69492ee0..de4b840138b 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 0f1a0d58a46..8473b24d36c 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 fc3fc7b97ac..a7420e2b5e8 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 d87e5dcb9ef..8c1d3e05c5f 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 fef33747258..ed9722a2bb1 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 433ca2f18ed..4b9c10e8d14 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 8196053e373..5a103de10c3 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 d09923a2752..ddb475cf3fe 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 1450eea0440..69b2ec11c34 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 3c66c8accf9..e324e6b4a1d 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 b903e8421ba..f66e9a353db 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 4613f7305f3..dacc8028112 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 1ee862f7ef8..72c7d9a3e4c 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 6b38e9d4e11..58d974ebb22 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 7508e3d1a15..5a6697c8ba2 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 8214c403991..b556301273f 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 e7f23d9009f..64bede47a3f 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 5898b01fe9a..f0f0c9f6907 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 42c4e7fdb13..a01a11836fe 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 fc9a6a82809..6ff05d5cbe5 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 dd7c1af9dc3..f60e182bc53 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 aa7d3f248e1..24e146d1084 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 e170b1d726e..87358a43137 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 4f88432a991..0f5a8cb8128 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 1ab719fdd36..84e0d18109b 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 b87e81e4567..38eed079c41 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 5cf13997683..b9ac21c6727 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 1701c68abd4..55f1daf40ef 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 4334f2e6b37..9b3287034ad 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 efee52b0bab..32510b5aa0d 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. - - 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. - - You should have received a copy of the GNU Lesser General Public License - along with GDevelop Core. If not, see +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 GDevelop Core -------------------------------------------- diff --git a/Core/tests/Clipboard.cpp b/Core/tests/Clipboard.cpp index b67af1b7b64..5f19a7b9af4 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 b204b7c2a5d..0f9ec6f4de2 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 9a8c3e61f24..df7b8090558 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 487b0b94ad9..6ca5bb917f8 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 a748e2dd463..21b85570a42 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 2b397c7a148..6e2a7aed99d 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 021c840eca7..77958e14307 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 689309029e0..e04a3f58cd6 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 e25ee8add84..4a51a553ddb 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 @@ class Extension : public ExtensionBase _("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 6a2e310447d..faa45eed5cc 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 e0d2fd83709..ac0d454fad5 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 c4d2203e043..b4f74c260d7 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 5656141dfa3..144d284a02a 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 d6baabde103..caf0d8aec0f 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 447696d9d34..d11ab44ca00 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 @@ class Extension : public ExtensionBase _("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 a6494a176fd..5dc0f80ea47 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 0d87d46dd62..d2dba1ca8c7 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 416b6d17e7d..a8be349c30c 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 e770f777e52..7569d8cd963 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 3f966fca18f..788a74ea53c 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 @@ class Extension : public ExtensionBase _("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 d9f77a69aae..b530d3e510c 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 bcaaf88984b..6fa20e9eaf1 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 ad8a69c4844..ee6f16fd6bf 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 b8b57231422..e703d359cf3 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 @@ class Extension : public ExtensionBase _("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 32cddddae1e..21cc171193e 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 89f41d0a793..8a481fd42b5 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 23287b5d86b..9118d83a50c 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 7e5f717e413..9e8d7965595 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 4591729da88..ff160b863c1 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 92bfc000aa6..a73625ddc90 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 e48ad222e5e..9533f732384 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 @@ class DestroyOutsideAutomatismJsExtension : public gd::PlatformExtension _("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 81cd5546461..d33b0085751 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 b0fa7768280..93014b2325b 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 46b4d08ba55..bcfdc49fa2c 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 3a0ca11c20a..94732f4ebc6 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 @@ class DraggableAutomatismJsExtension : public gd::PlatformExtension _("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 3259a946ba2..8977e6ae791 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 @@ class Extension : public ExtensionBase _("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 8734b52579f..25daff0ce03 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 ced14696c52..fccb2713ecd 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 df9bb2e5d88..23704a50e0e 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 c605f961e06..02dcac8b7c3 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 a7ca85fbc25..e24f3908ee2 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 @@ class Extension : public ExtensionBase _("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 5f561028011..4009f752b29 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 19a4eb91647..1d112c7dc75 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 83f2986b1e5..058a1fb0304 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 7514ce831eb..4603d278c6f 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 37d163632c7..22bc4158220 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 95ab4ffe4f3..2ecb8fa6f0c 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 7fb3752a701..3ce19e29603 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 6815b0d4ffb..d8e9941b882 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 ba2b585d1bf..53121279bf0 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 34b16e07ec2..52ed7b00bca 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 05688e60929..806ed524d5e 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 b776076ac9c..5549a6df9bc 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 @@ class Extension : public ExtensionBase _("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 a5cdb6d660e..5639963f88b 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 @@ class JsExtension : public gd::PlatformExtension _("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 1856371536b..682b84af867 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 fa33273ee8c..680bd48d8ba 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 b3c687c74ba..c34173d67b7 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 f765ca28390..48ad0eeb8d8 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 e37e87b78d4..c472fdb4b47 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 @@ class Extension : public ExtensionBase _("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 a201ecff859..702e7d0ed18 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 17256ecd059..c98abbf4bc7 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 fcffce40170..aff87c42084 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 f675b0c75df..aa5db5d2438 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 75b3c31471d..5d692ab0a90 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 f6f10589e0d..f61de84a6ea 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 724091aa59d..45ef2d71f30 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 a27bed9c91f..d9297de0c4c 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 8b42970e36e..26dc20149a7 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 b839088454a..e2b5a022bfd 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 b05b9204938..0ea0d2e018c 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 a358287341b..8a4aa190f1e 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 cbc3fd91a70..0339fb310ed 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 @@ class Extension : public ExtensionBase _("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 dfcb7339ac8..1739650ecd0 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 3d225d906d8..9cc3022e405 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 1b43f430041..38f5a0d9f13 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 389bae2ef41..e6bb541c482 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 5ef75ab5d4c..a0949655c7f 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 bc6fdafbed5..a11d8c8ac7b 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 8d3e51b0668..3dca381aa7a 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 bef074b509c..959cb40a9fc 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 ed195a1a6d4..02ae9bf1a5c 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 73b971992c4..460c4ca927d 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 384af9121d5..aba51a6b348 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 0d45e95dee2..72e4ea7121a 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 d2631526e19..1648631b372 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 ca7aa5eab78..0b3e1759e90 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 ee4e3c6b5d7..eef682a97a3 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 34c5c4b9d5d..74bbbe6deaf 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 @@ class Extension : public ExtensionBase _("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 6072fb10c93..0d63c394597 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 5f8aba165ce..733c03f3ffa 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 fef3dbabceb..c4660daca83 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 9158ed08ec7..cfea46160c8 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 006b1ba9b02..9939a39535c 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 6a4999f2b73..f5cfb5ec0aa 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 04c753d99cd..0ff60b41686 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 d46342e8f39..be7255cd998 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 7d91d55d92f..cd4d0b6c03f 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 @@ class Extension : public ExtensionBase _("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 774aa724789..23831effe7d 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 @@ class JsExtension : public gd::PlatformExtension _("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 906c7905422..8b2010eb712 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 484dacaf527..525ca99897f 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 803135ca210..8528a3b98c5 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 4499ac47e83..0257b1914e5 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 ea5a366838a..fd097255382 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 d6cbb0383b0..3edceed8b23 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 2f92630e0cc..6025dc4a608 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 c2175d8e074..d67ee13fe6a 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 1c4313d23d6..4b60d1e7735 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 e3eda97a781..6c6770308e3 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 91ed07010a2..425f2cee8aa 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 @@ class Extension : public ExtensionBase _("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 9fc3d73526b..b2d7f23ee44 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 @@ class JsExtension : public gd::PlatformExtension _("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 8a6aa96cb4d..ce2fced633b 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 86e24961fbe..3c91df13576 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 285e4954457..8c0c691dc85 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 3ce99a7e6a7..eb39ed93c0e 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 820bdfc3808..f90c9ce5119 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 b399ed2a8be..8f40448cd69 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 951e82a8891..3d60c0b01b8 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 68fdc1f688c..a9f2d999d57 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 cf31b806f9c..0d000f5821c 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 a350ba03083..d417d14a310 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 @@ class PlatformAutomatismJsExtension : public gd::PlatformExtension _("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 d7b7f17723d..754ec14654c 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 8ae42b7ef61..01fde6f8c16 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 66ee0616b1e..072491e718c 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 07292f6aee9..a50dc757ca2 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 3674b2a0269..dc51b7a442a 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 f5c51bdeac1..afc250f8a42 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 03ddfeeec33..59b624fc9a1 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 2f6d323e765..85ecf779332 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 6d81715706e..ac22f9b3c3d 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 e308cbc63b7..c09abbe0543 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 @@ class Extension : public ExtensionBase _("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 9aabbec03f0..99e7ba7131f 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 43a353900ba..c90afa9a104 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 85a74f92026..609ea3d6a53 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 456fbe659aa..a2908383e07 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 77fd729743a..512ee99c5f8 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 df80a81ff9f..882db720464 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 5b04c936be4..70e49c56467 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 daccc995225..30719896db8 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 bca151c33e0..885aa9f4c44 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 1b531e2f233..d51144c56ef 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 0abc06293e1..934a549320b 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 09da113d3f2..06f9abdf115 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 48507bcd687..1421b77edd3 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 @@ class Extension : public ExtensionBase _("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 fd1ab162eb7..9cff4e4c120 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 05e8c025a71..59f29f996c1 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 8d26dab268b..322f37e3e00 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 46ba8ce0001..6fec470e9c8 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 @@ class TextObjectJsExtension : public gd::PlatformExtension _("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 e758d2075ef..aa010f5c84d 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 5c11491d0ec..739e5a2004a 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 39b1ecc6678..703b86053ef 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 c2933d5caa4..a3f8b002f56 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 cdd3880cf04..1b32638b7c5 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 bd80f0a58de..1621f72d85a 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 fb473634736..0dfdcf57d4b 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 17da8959fa0..95d090c1fa2 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 417f5fcd702..3944c8103ff 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 e79a4e7887a..7d973f513bc 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 3befa08b045..35a10102263 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 4f93f01cd88..8561ed9795e 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 495bc7ca94d..8f8f5700673 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 cb876a4c870..5b25af2a4c9 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 e0bbc008822..df0bfd6ec6c 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 d6a75066063..02b0774a2ac 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 eebe7f89a8c..eebda791511 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 11bd0fd9ba6..b9befe61624 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 897ec5db39f..372bf521fab 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 b05ac3dcac1..0d967678950 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 9ec916822e9..50985cebc98 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 4b8a063ab77..46c083cabf9 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 72c109b80cf..da3eaa26102 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 6d1528de301..e328aecb0ca 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 364c289d70e..1d9344b1f58 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 03419601a97..26ec90a5149 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 eea434390d3..bad7c83f545 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 b7f1291cfb2..5cd747f9576 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 6fecfb41f64..a723149db6f 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 f916351f4c8..8eace36fdf3 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 7172478487a..cf0b358b8b4 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 5e9f597ca1c..a2b77abcccc 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 29b4f896cdd..18b004d8681 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 09a386f43ff..3292eb0d807 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 @@ class TiledSpriteObjectJsExtension : public gd::PlatformExtension _("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 6b55352268e..e7e0360624e 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 e73da5403e2..304aa30d0d3 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 038fb468919..d2189a85a33 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 1764eeea67c..3111b93fc7b 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 90fe3a3e9cb..3a362a7b9e7 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 @@ class Extension : public ExtensionBase _("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 aadcd4632dc..eabf262ef75 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 d34403fd3dc..3c989a80293 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 1830318ffb6..81c4b44d895 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 cbd32f0101e..adf39bec5d7 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 1e58158c0ba..780f3f6e92a 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 97ee80bc960..00c90dbcea5 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 890a6837be7..c271b7996f8 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 c03dc649921..816a0c1b2cd 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 f01ee74f478..8a3f50e3b54 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 41a43fed533..cb737c71ed5 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 f18b5934222..de093d513cc 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 38ef97ab11e..41fcdd663a4 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 3eb212f1fe9..da48224813e 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 @@ class Extension : public ExtensionBase _("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 158d732ffe7..9a3d0ad44a0 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 37f2205506e..c919a58be45 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 46bfddcfe20..28a661bfc5c 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 5202cb53e44..ed2190609d3 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 f53b37851c8..b2f47086595 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 d05e34454a4..fe06098b9c1 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 342c3b9b829..488df7f2d80 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 1aabbd79ff2..92db874164f 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 0dbcc8d3d0f..fe3569e6f93 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 0957d43f895..c9b5c8da25f 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 a5007773e8a..705b299ec01 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 32efefc5fae..42b9fb895a9 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 0e40eefbab1..7d6a8299b28 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 be851af659b..eb4e2b9c50d 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 075f1e2f5e8..9a17c0ebba5 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 8292e4b790a..e11f915c7d9 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 42e25fb0b89..a0ae2f9d541 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 6052b81d485..a1990582ec5 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 4f30a36402c..e41557f5236 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 57377aee3c9..973f4f995d7 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 c85a8e5dc59..73cfa080dcb 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 40e4af0dddf..70bc48b2078 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 8ef37dc91c0..540f15b0301 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 2d787f1f850..24874fa3ee0 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 f7419cac2c2..fbd4f9d9b01 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 f56d38bd9cc..a081de42578 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 defd8008c1d..8ad2f96da93 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 06cb04e13aa..387e7509aa8 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 e89577bcba9..5265e5fd897 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 b090c675724..de41e771bcf 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 b50bd1afd32..2f78866615e 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 bf6d71648b2..02dc09b612e 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 c183022c301..9cbf3fa079d 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 51d0a696cad..fd57968ac1c 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 044d5113020..a3b629aba68 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 eb9acaa4037..e1ac5226013 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 63ba0a6f624..d137bfc9eaf 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 e89b5a1cacf..5f51b81375c 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 bfd5e075919..a2e6934fd8c 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 a2e49d01a6a..af7b5784c1e 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 7e591248d50..e0b7eb43bb8 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 393287e39fb..57630cbe221 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 7f29a26f2ba..4eeed137f62 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 83ebe829e87..a11af4f4f97 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 8dadf2ed5a3..c1476a18c2a 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 833824f76cf..41b72f5e56c 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 4d8511baa84..80b1ae9cd36 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 75e1e6c1b7a..c4b7c4b01e7 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 067c2def50c..5dc6f522343 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 7b311a493c3..7cd88805bf1 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 811093ddc79..00472cb067e 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 f30c1753e65..8fa7dcbba46 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 1b25627a021..383558e2d23 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 883da794cc8..028249cada8 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 4114a01485d..6064e6e21c6 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 8685540111f..5345e359c6e 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 dc216c22099..2c4ae0fb28d 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 552daacf55b..4324d353f9e 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 d62318dc7aa..f00b919889c 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 979de89add6..d4d9f7cf7e1 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 dfb50857da8..db9886c50f6 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 66cf3f18415..4e2ae5d660f 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 12953763a23..5e0ed36968d 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 83862a75767..d62c781347c 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 b0e52c22db8..206123ac9c2 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 205f03dc8b0..e2e13a069f0 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 d1f7e539149..da4c5c6121a 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 b2e887b7a42..4bf8f75f3f2 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 6d5f0e225df..0577d58dd09 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 4c1cab2072e..d7b73124596 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 cc7fe208f6c..20d9ae00271 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 2cb7734f922..af9765ca96a 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 27db8fd8fd8..f7f1b567337 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 a4f31de0941..05d7a402455 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 61b48c66d6c..45e52a6392b 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 a4a9ac2500d..44ee01278f9 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 c4cc5f484e0..fae0baf34da 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 1c46166881b..3bbc6b2c828 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 a3922334932..c34f9ad53b3 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 8baef6cc139..4a2e7ff947a 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 796064db6ac..a591e15916b 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 de9f57e9b20..97165e846ec 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 0eac855bdda..68cbb195bdb 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 4fc47304c66..550a5d53a3a 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 e545a19eec1..7e52d15d5fd 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 8a2c8ed2231..58520ac455a 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 443b4e6e68d..a701d5ef9e3 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 3f9c873849b..f2f3cdd2ca0 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 feac628cf56..c7ad1d45fb0 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 5d89f5ef600..40b6e28a5d7 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 0dd65c1c08c..d04a453c8eb 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 840a7fe93fe..c48379ed181 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 e4fcac94d53..d49e694790f 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 2650c2aa8a6..054367c5c17 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 22f785a8436..64834bc92ab 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 b1fb81c7b24..846e4ad868a 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 ffe16c8b2b4..dc19aa5b53e 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 d8b127c3e00..07acdfdf1a0 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 f690396bdb5..fc088ffb519 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 2cd60d2416e..21a988e6fd3 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 4bcf31c0c70..31980527bda 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 330b7a54ba0..47924f63229 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 dc44b6c3fac..1872c1c5f04 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 93720d17398..727832c0385 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 565a2790960..448c7429ac4 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 0afbab81b79..cec82e39617 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 a1894f0e525..ee6fa9e7fad 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 7cb5bfd3666..b0ade59250b 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 306b888c254..25cb501868a 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 2cb1bda6927..cd89e0854c4 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 2501797e1e0..fa5f3747a86 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 5c220194f36..bc810cfa128 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 72ee8733dfa..15964d62a62 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 e99a0007777..deaee4bc5c3 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 8fbdbefd503..6e25ee6f9f0 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 7df801fb0a9..34b8fc1868c 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 cc9262124dd..23074537aac 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 0162be8eb52..b87952b7663 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 f29c6b787cd..204a262686c 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 24ed6209885..c00fa58f325 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 e52aa802f0e..152e82aed3c 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 eacc799a2ac..956fda13683 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 6f463ba810a..545558bf2f8 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 1819e9d030e..a4e6d4abd93 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 2c4797ef7e4..4c72557103f 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 85608da0811..307cdd365eb 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 8bf9b0ea5a0..efc63713473 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 cfe339355c7..41763127045 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 a7937b386d6..5ba487ac7b3 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 9682e11313f..85e9c159596 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 a2d7b959ac4..218bda4d308 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 1b28fc238ab..1de47a5ab8f 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 84d0c18af67..07c0f0a06ec 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 333a5b61d10..7fbc0cfe4c6 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 aef98f61c9e..6de0c7b81bb 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 6d448115147..8bf1f4a3896 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 64302b74acc..487a991f05a 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 f29fc197f54..4a4d473bd0c 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 8ec343ce65f..47ce165be94 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 2b3a634acb9..e7ce22c0c5c 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 d33eb764346..44728353f3b 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 9dfcd5646e1..237601e361c 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 d0404f78aa9..d9b86205baa 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 d09401b51e0..1e3a867b889 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 d6b71f973f5..00837118ad5 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 fc966cc4b1b..d71f2a427f0 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 dafe84dffc4..96d8777af1b 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 70365bc95b1..967bc83a8ae 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 da54e5185a3..78167552609 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 dd5ad34b8df..3702133d1f9 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 37994b45d44..c2faf8ee0b3 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 e66a5911d72..d068768a1b2 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 4d106daf9b3..a37b3d51e10 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 22ad31d3823..397f75a0107 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 302184e6ee2..b9bb824dd6d 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 3309b31c98c..56b67a975d3 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 0c7ef93baf2..fef9079a41e 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 cea5f528fe5..4bd08669378 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 a1e5267affe..3ef40976e4c 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 c3ce7f9cc1c..312a59ca3b4 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 bd7e6ef3b8b..ad172b9cef9 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 91d44b2266e..6fa0174b724 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 aaf204e519e..1bc2a403dd5 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 f8e35f98a0a..28530a0e927 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 beada55c3d5..cff9e828665 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 f2cd2c118dc..b28d672a30a 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 d48c082ac37..bc09fb3f22a 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 d763967c69c..1a5df40be33 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 b1e34ef1ed1..45fb35e5e73 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 5939834c509..01e8409c069 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 475f45b11c5..489d37fa4c0 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 a90dea5cce9..5d6c00cad25 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 479aee512eb..4f1c4d2880d 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 cac88c962b3..02d1e5026bb 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 0cf1593703c..51f796a8890 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 cfbaff38f83..e772e7cbef4 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 d0b9a330960..e2f4d0797e1 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 7df29d857e7..47e00e51396 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 408634030cd..8c4608ea0de 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 9cc4a14a95b..ad0c3eba720 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 7d5fb771001..91d0bbd5de8 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 555da86c299..6e5e5e76a9f 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 82b1568a1c1..784ff41cd6d 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 d4652229a43..d80b258645e 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 2889c9354ab..589a0979eec 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 385aa3785b5..7d15fd8a760 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 29df5fc2443..55b0600d262 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 8eb0818036b..f745629c2ce 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 c6d952a53e8..56d30dc337d 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 193f48a2b25..9a92d0d466a 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 d88b0918294..109323d0321 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 3654528f62f..75c3f53e50d 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 d8f7144d6d4..b392cee2e79 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 2840cb0e3c1..be5ac5ded6a 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 c50bf4aa952..435687aa542 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 da90b8e0084..22bc8aa5992 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 5c1983011de..66d03dc22ef 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 c905c8e44dc..982e2f232ba 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 17abae9c46e..2b1a2103f82 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 a016def6485..33bc5cce311 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 64e194f8c16..8e20c5d5587 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 dac8f74ba78..4ebe51c7e14 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 7fba0ed2285..7d810dfd2a0 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 373684f9088..c4f87c7784f 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 47445b4278b..cc5e5f16cb8 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 40c5b477ab1..f7164a60d33 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 d4d77482090..aa113fc4924 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 4d76de15c86..0a4de25a875 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 f9b91b2b02a..622d19af4ea 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 73936ba14c0..29128a7e44b 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 cafbc693daa..47b412f25ff 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 fccaf471e6f..cbac43e47c0 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 a0656dde0d7..02aaaaf57f5 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 779774fcaec..4e74f7bbfbe 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 2776a9ca710..da555f907e9 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 731f9fcb37e..5d597fb7540 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 71f4cc4905b..5fe8b45f8f7 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 2804ed06325..42501fd6966 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 681aa23c77c..156bc893652 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 62b44d4ef10..ce6eae51978 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 a6802851899..708b79d7160 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 46d245a15ff..53eebc239d7 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 0356578cdf7..0597ab4782f 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 a7d004871e7..664cac91c27 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 ef64ca2c518..9e1680b4b51 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 0e1ae6bd798..aa683d53194 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 f4cde43e7f8..44f2e05ac9a 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 e34722b1b6b..65628d71ec0 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 a2e966f4d03..b1a9644ad1b 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 dbe45b32962..10e90028c8d 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 8c2c4ed0b6c..97181a3101e 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 85789c75202..35c4d5faddd 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 9f187693acd..b0e72e630b0 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 ce7c1f1e1af..72afca65c12 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 d32d1df5287..950daa2383c 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 fb13c73bb07..d8035b4a6ff 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 61f7592d3da..73877959981 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 7b9512138b4..0ddc8fd9afb 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 20fe9ddebc1..ca60f49045d 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 76195f78f37..2c6acd14bf7 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 845234c9204..1f6dea03abe 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 006ca2d0c3c..923eb8dc40d 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 fbbf0fee709..91822659386 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 0f2db5831d5..0c30db0fc33 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 c5c7de5495f..b92a753d23a 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 10d5bf62b49..cb961062bfc 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 9c16ab1e87b..7d8bc77a8e4 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 041d16facd8..1cd3898c9df 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 765e0fbc6a9..0a7a4fcedd7 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 e5317cdebd5..c280d40575c 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 3e1abf91f3e..affe9c9f393 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 59919ce0825..97e30f8511a 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 b5f5a353a6a..9c23a267172 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 12b2b90f739..bbbc2f5764e 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 ee0b0222f29..94d7ddafb1e 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 a8a7ea54d6e..15d515dd085 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 d442f42ba02..7aeed5d5d3f 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 a5eb8678f1f..bb28d637699 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 743eb9b8174..a4fd7f5b235 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 fcd1e644fde..5cf1072494c 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 7c5bd0aa749..bd2af859fc5 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 99e855e2702..2ff42a57108 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 ff37fd02457..02ba9d83e72 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 977f48842f7..ecc9677dd08 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 821844d96fb..cf190adb83c 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 e938ca91b14..5b45539ff94 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 d933c47f550..2e63f8192b3 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 8337807ef58..dedfb3748bf 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 361e51349a1..558b0ce5795 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 93f481766fa..819756670c2 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 966bb02acf1..c14333522a2 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 482fda5934f..9cb1dc860ed 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 53052b87c31..841489af871 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.