[Ktutorial-commits] SF.net SVN: ktutorial:[385] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2012-09-04 14:47:43
|
Revision: 385
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=385&view=rev
Author: danxuliu
Date: 2012-09-04 14:47:27 +0000 (Tue, 04 Sep 2012)
Log Message:
-----------
Change KTutorial license from GPLv3+ to GPLv2+ to ensure compatibility with any KDE application and to be able to move the code to KDE repositories.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/EditActions.cpp
trunk/ktutorial/ktutorial-editor/src/EditActions.h
trunk/ktutorial/ktutorial-editor/src/FileActions.cpp
trunk/ktutorial/ktutorial-editor/src/FileActions.h
trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.h
trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.cpp
trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.h
trunk/ktutorial/ktutorial-editor/src/TutorialTester.cpp
trunk/ktutorial/ktutorial-editor/src/TutorialTester.h
trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.cpp
trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.h
trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.cpp
trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.h
trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.cpp
trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.h
trunk/ktutorial/ktutorial-editor/src/data/Reaction.cpp
trunk/ktutorial/ktutorial-editor/src/data/Reaction.h
trunk/ktutorial/ktutorial-editor/src/data/Step.cpp
trunk/ktutorial/ktutorial-editor/src/data/Step.h
trunk/ktutorial/ktutorial-editor/src/data/Tutorial.cpp
trunk/ktutorial/ktutorial-editor/src/data/Tutorial.h
trunk/ktutorial/ktutorial-editor/src/data/WaitFor.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitFor.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.h
trunk/ktutorial/ktutorial-editor/src/data/WaitForWindow.cpp
trunk/ktutorial/ktutorial-editor/src/data/WaitForWindow.h
trunk/ktutorial/ktutorial-editor/src/main.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/DeserializationException.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/DeserializationException.h
trunk/ktutorial/ktutorial-editor/src/serialization/IOException.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/IOException.h
trunk/ktutorial/ktutorial-editor/src/serialization/JavascriptExporter.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/JavascriptExporter.h
trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/Serialization.h
trunk/ktutorial/ktutorial-editor/src/serialization/TutorialReader.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/TutorialReader.h
trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.cpp
trunk/ktutorial/ktutorial-editor/src/serialization/TutorialWriter.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/DBusException.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/DBusException.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteClass.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteClass.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteEditorSupport.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteEditorSupport.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteEventSpy.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteEventSpy.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteObject.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteObject.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteObjectMapper.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/RemoteObjectMapper.h
trunk/ktutorial/ktutorial-editor/src/targetapplication/TargetApplication.cpp
trunk/ktutorial/ktutorial-editor/src/targetapplication/TargetApplication.h
trunk/ktutorial/ktutorial-editor/src/util/Exception.cpp
trunk/ktutorial/ktutorial-editor/src/util/Exception.h
trunk/ktutorial/ktutorial-editor/src/view/ActionListWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/ActionListWidget.h
trunk/ktutorial/ktutorial-editor/src/view/AutoExpandableTreeView.cpp
trunk/ktutorial/ktutorial-editor/src/view/AutoExpandableTreeView.h
trunk/ktutorial/ktutorial-editor/src/view/CommandWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/CommandWidget.h
trunk/ktutorial/ktutorial-editor/src/view/DialogRunner.cpp
trunk/ktutorial/ktutorial-editor/src/view/DialogRunner.h
trunk/ktutorial/ktutorial-editor/src/view/EditionDialog.cpp
trunk/ktutorial/ktutorial-editor/src/view/EditionDialog.h
trunk/ktutorial/ktutorial-editor/src/view/EditionWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/EditionWidget.h
trunk/ktutorial/ktutorial-editor/src/view/LicenseWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/LicenseWidget.h
trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/NewWaitForWidget.h
trunk/ktutorial/ktutorial-editor/src/view/ReactionTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/ReactionTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/ReactionWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/ReactionWidget.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectChooser.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectChooser.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectChooserFilterModel.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectChooserFilterModel.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameRegister.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameRegister.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeItemUpdater.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeItemUpdater.h
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeSelectionManager.cpp
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectTreeSelectionManager.h
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupEdition.cpp
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupEdition.h
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupLinkWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupLinkWidget.h
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupParser.cpp
trunk/ktutorial/ktutorial-editor/src/view/SemanticMarkupParser.h
trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.h
trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.h
trunk/ktutorial/ktutorial-editor/src/view/StepTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/StepTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/TargetApplicationView.cpp
trunk/ktutorial/ktutorial-editor/src/view/TargetApplicationView.h
trunk/ktutorial/ktutorial-editor/src/view/TextTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/TextTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/TreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/TreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/TreeItemUtil.cpp
trunk/ktutorial/ktutorial-editor/src/view/TreeItemUtil.h
trunk/ktutorial/ktutorial-editor/src/view/TreeModel.cpp
trunk/ktutorial/ktutorial-editor/src/view/TreeModel.h
trunk/ktutorial/ktutorial-editor/src/view/TutorialCustomCodeWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/TutorialCustomCodeWidget.h
trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.h
trunk/ktutorial/ktutorial-editor/src/view/TutorialTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/TutorialTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/TutorialTreeSelectionManager.cpp
trunk/ktutorial/ktutorial-editor/src/view/TutorialTreeSelectionManager.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForComposedTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForComposedTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForEventTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForEventTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForEventWidget.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForNotTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForNotTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForPropertyTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForPropertyTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForPropertyWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForPropertyWidget.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForSignalWidget.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForStepActivationTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForStepActivationTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForWidget.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForWindowTreeItem.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForWindowTreeItem.h
trunk/ktutorial/ktutorial-editor/src/view/WaitForWindowWidget.cpp
trunk/ktutorial/ktutorial-editor/src/view/WaitForWindowWidget.h
trunk/ktutorial/ktutorial-editor/tests/unit/commands/ReactionCommandsTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/commands/StepCommandsTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/commands/TutorialCommandsTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/ReactionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/StepTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/TutorialTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForComposedTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForEventTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForNotTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForPropertyTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForSignalTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForStepActivationTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/data/WaitForWindowTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/DeserializationExceptionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/IOExceptionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/JavascriptExporterTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/SerializationTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/TutorialReaderTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/serialization/TutorialWriterTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/DBusExceptionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/DummyApplication.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteClassStubs.h
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteClassTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteEditorSupportTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteEventSpyTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteObjectMapperTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/RemoteObjectTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/TargetApplicationStub.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/TargetApplicationStubWithDelayedRegister.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/targetapplication/TargetApplicationTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/util/ExceptionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/ActionListWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/AutoExpandableTreeViewTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/CommandWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/DialogRunnerTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/EditionDialogTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/LicenseWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/NewWaitForWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/ReactionTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/ReactionWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserFilterModelTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameRegisterTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectTreeItemUpdaterTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectTreeSelectionManagerTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/SemanticMarkupEditionTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/SemanticMarkupLinkWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/SemanticMarkupParserTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/StepCustomCodeWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/StepDataWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/StepTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TextTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TreeItemUtilTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TreeModelTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TutorialCustomCodeWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TutorialInformationWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TutorialTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/TutorialTreeSelectionManagerTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForComposedTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForEventTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForEventWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForNotTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForPropertyTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForPropertyWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForSignalTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForSignalWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForStepActivationTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForWidgetTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForWindowTreeItemTest.cpp
trunk/ktutorial/ktutorial-editor/tests/unit/view/WaitForWindowWidgetTest.cpp
trunk/ktutorial/ktutorial-library/src/KTutorial.cpp
trunk/ktutorial/ktutorial-library/src/KTutorial.h
trunk/ktutorial/ktutorial-library/src/KTutorialCustomization.cpp
trunk/ktutorial/ktutorial-library/src/KTutorialCustomization.h
trunk/ktutorial/ktutorial-library/src/ObjectFinder.cpp
trunk/ktutorial/ktutorial-library/src/ObjectFinder.h
trunk/ktutorial/ktutorial-library/src/Option.cpp
trunk/ktutorial/ktutorial-library/src/Option.h
trunk/ktutorial/ktutorial-library/src/Step.cpp
trunk/ktutorial/ktutorial-library/src/Step.h
trunk/ktutorial/ktutorial-library/src/Tutorial.cpp
trunk/ktutorial/ktutorial-library/src/Tutorial.h
trunk/ktutorial/ktutorial-library/src/TutorialInformation.cpp
trunk/ktutorial/ktutorial-library/src/TutorialInformation.h
trunk/ktutorial/ktutorial-library/src/TutorialManager.cpp
trunk/ktutorial/ktutorial-library/src/TutorialManager.h
trunk/ktutorial/ktutorial-library/src/WaitFor.cpp
trunk/ktutorial/ktutorial-library/src/WaitFor.h
trunk/ktutorial/ktutorial-library/src/WaitForAnd.cpp
trunk/ktutorial/ktutorial-library/src/WaitForAnd.h
trunk/ktutorial/ktutorial-library/src/WaitForComposed.cpp
trunk/ktutorial/ktutorial-library/src/WaitForComposed.h
trunk/ktutorial/ktutorial-library/src/WaitForEvent.cpp
trunk/ktutorial/ktutorial-library/src/WaitForEvent.h
trunk/ktutorial/ktutorial-library/src/WaitForNot.cpp
trunk/ktutorial/ktutorial-library/src/WaitForNot.h
trunk/ktutorial/ktutorial-library/src/WaitForOr.cpp
trunk/ktutorial/ktutorial-library/src/WaitForOr.h
trunk/ktutorial/ktutorial-library/src/WaitForProperty.cpp
trunk/ktutorial/ktutorial-library/src/WaitForProperty.h
trunk/ktutorial/ktutorial-library/src/WaitForSignal.cpp
trunk/ktutorial/ktutorial-library/src/WaitForSignal.h
trunk/ktutorial/ktutorial-library/src/WaitForStepActivation.cpp
trunk/ktutorial/ktutorial-library/src/WaitForStepActivation.h
trunk/ktutorial/ktutorial-library/src/WaitForWindow.cpp
trunk/ktutorial/ktutorial-library/src/WaitForWindow.h
trunk/ktutorial/ktutorial-library/src/common/WindowVisibilitySpy.cpp
trunk/ktutorial/ktutorial-library/src/common/WindowVisibilitySpy.h
trunk/ktutorial/ktutorial-library/src/customization/DefaultKdeCustomization.cpp
trunk/ktutorial/ktutorial-library/src/customization/DefaultKdeCustomization.h
trunk/ktutorial/ktutorial-library/src/editorsupport/ClassRegisterAdaptor.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/ClassRegisterAdaptor.h
trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.h
trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupportAdaptor.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupportAdaptor.h
trunk/ktutorial/ktutorial-library/src/editorsupport/EventSpy.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/EventSpy.h
trunk/ktutorial/ktutorial-library/src/editorsupport/EventSpyAdaptor.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/EventSpyAdaptor.h
trunk/ktutorial/ktutorial-library/src/editorsupport/ObjectRegister.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/ObjectRegister.h
trunk/ktutorial/ktutorial-library/src/editorsupport/ObjectRegisterAdaptor.cpp
trunk/ktutorial/ktutorial-library/src/editorsupport/ObjectRegisterAdaptor.h
trunk/ktutorial/ktutorial-library/src/extendedinformation/WidgetHighlighter.cpp
trunk/ktutorial/ktutorial-library/src/extendedinformation/WidgetHighlighter.h
trunk/ktutorial/ktutorial-library/src/extendedinformation/WidgetHighlighterManager.cpp
trunk/ktutorial/ktutorial-library/src/extendedinformation/WidgetHighlighterManager.h
trunk/ktutorial/ktutorial-library/src/ktutorial_export.h
trunk/ktutorial/ktutorial-library/src/scripting/ScriptManager.cpp
trunk/ktutorial/ktutorial-library/src/scripting/ScriptManager.h
trunk/ktutorial/ktutorial-library/src/scripting/ScriptedStep.cpp
trunk/ktutorial/ktutorial-library/src/scripting/ScriptedStep.h
trunk/ktutorial/ktutorial-library/src/scripting/ScriptedTutorial.cpp
trunk/ktutorial/ktutorial-library/src/scripting/ScriptedTutorial.h
trunk/ktutorial/ktutorial-library/src/scripting/ScriptingModule.cpp
trunk/ktutorial/ktutorial-library/src/scripting/ScriptingModule.h
trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp
trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.h
trunk/ktutorial/ktutorial-library/src/version.h.cmake
trunk/ktutorial/ktutorial-library/src/view/StepTextWidget.cpp
trunk/ktutorial/ktutorial-library/src/view/StepTextWidget.h
trunk/ktutorial/ktutorial-library/src/view/StepWidget.cpp
trunk/ktutorial/ktutorial-library/src/view/StepWidget.h
trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.cpp
trunk/ktutorial/ktutorial-library/src/view/TutorialListModel.h
trunk/ktutorial/ktutorial-library/src/view/TutorialManagerDialog.cpp
trunk/ktutorial/ktutorial-library/src/view/TutorialManagerDialog.h
trunk/ktutorial/ktutorial-library/src/view/WindowOnTopEnforcer.cpp
trunk/ktutorial/ktutorial-library/src/view/WindowOnTopEnforcer.h
trunk/ktutorial/ktutorial-library/tests/ObjectFinderTest.cpp
trunk/ktutorial/ktutorial-library/tests/OptionTest.cpp
trunk/ktutorial/ktutorial-library/tests/StepTest.cpp
trunk/ktutorial/ktutorial-library/tests/TutorialInformationTest.cpp
trunk/ktutorial/ktutorial-library/tests/TutorialManagerTest.cpp
trunk/ktutorial/ktutorial-library/tests/TutorialTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForAndTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForComposedTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForEventTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForNotTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForOrTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForPropertyTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForSignalTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForStepActivationTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForTest.cpp
trunk/ktutorial/ktutorial-library/tests/WaitForWindowTest.cpp
trunk/ktutorial/ktutorial-library/tests/common/WindowVisibilitySpyTest.cpp
trunk/ktutorial/ktutorial-library/tests/customization/DefaultKdeCustomizationTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/ClassRegisterAdaptorTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/EditorSupportAdaptorTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/EditorSupportTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/EventSpyAdaptorTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/EventSpyTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/ObjectRegisterAdaptorTest.cpp
trunk/ktutorial/ktutorial-library/tests/editorsupport/ObjectRegisterTest.cpp
trunk/ktutorial/ktutorial-library/tests/extendedinformation/WidgetHighlighterManagerTest.cpp
trunk/ktutorial/ktutorial-library/tests/extendedinformation/WidgetHighlighterTest.cpp
trunk/ktutorial/ktutorial-library/tests/scripting/ScriptManagerTest.cpp
trunk/ktutorial/ktutorial-library/tests/scripting/ScriptedStepTest.cpp
trunk/ktutorial/ktutorial-library/tests/scripting/ScriptedTutorialTest.cpp
trunk/ktutorial/ktutorial-library/tests/scripting/ScriptingModuleTest.cpp
trunk/ktutorial/ktutorial-library/tests/scripting/ScriptingTest.cpp
trunk/ktutorial/ktutorial-library/tests/view/StepTextWidgetTest.cpp
trunk/ktutorial/ktutorial-library/tests/view/StepWidgetTest.cpp
trunk/ktutorial/ktutorial-library/tests/view/TutorialListModelTest.cpp
trunk/ktutorial/ktutorial-library/tests/view/TutorialManagerDialogTest.cpp
trunk/ktutorial/ktutorial-library/tests/view/WindowOnTopEnforcerTest.cpp
trunk/ktutorial/ktutorial-test-app/TestApp.cpp
trunk/ktutorial/ktutorial-test-app/TestApp.h
trunk/ktutorial/ktutorial-test-app/TutorialClearText.cpp
trunk/ktutorial/ktutorial-test-app/TutorialClearText.h
trunk/ktutorial/ktutorial-test-app/TutorialClearText.js
trunk/ktutorial/ktutorial-test-app/TutorialClearText.py
trunk/ktutorial/ktutorial-test-app/TutorialMoveText.cpp
trunk/ktutorial/ktutorial-test-app/TutorialMoveText.h
trunk/ktutorial/ktutorial-test-app/TutorialMoveText.py
trunk/ktutorial/ktutorial-test-app/main.cpp
Modified: trunk/ktutorial/ktutorial-editor/src/EditActions.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/EditActions.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/EditActions.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/EditActions.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/EditActions.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/EditActions.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/FileActions.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/FileActions.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/FileActions.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/FileActions.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/FileActions.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/FileActions.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/TestTutorialActions.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/TutorialTester.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/TutorialTester.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/TutorialTester.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/TutorialTester.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/TutorialTester.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/TutorialTester.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/ReactionCommands.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/StepCommands.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/commands/TutorialCommands.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Reaction.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Reaction.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Reaction.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Reaction.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Reaction.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Reaction.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Step.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Step.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Step.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Step.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Step.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Step.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Tutorial.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Tutorial.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Tutorial.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Tutorial.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/Tutorial.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/Tutorial.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitFor.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitFor.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitFor.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitFor.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitFor.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitFor.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForComposed.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForEvent.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForNot.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForProperty.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForSignal.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.cpp 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.cpp 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.h
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.h 2012-08-30 14:50:46 UTC (rev 384)
+++ trunk/ktutorial/ktutorial-editor/src/data/WaitForStepActivation.h 2012-09-04 14:47:27 UTC (rev 385)
@@ -4,7 +4,7 @@
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 3 of the License, or *
+ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
Modified: trunk/ktutorial/ktutorial-editor/src/data/Wai...
[truncated message content] |