From 67adbab9a01772dc657813001199d2415a74e230 Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 23 Jun 2016 18:57:07 +0100 Subject: [PATCH] Added open source license header to all source files --- Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs | 5 +++++ Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs | 5 +++++ Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs | 5 +++++ Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs | 5 +++++ Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs | 5 +++++ Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs | 5 +++++ Assets/Fungus/Audio/Editor/ControlAudioEditor.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs | 5 +++++ Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs | 5 +++++ Assets/Fungus/Audio/Scripts/MusicController.cs | 5 +++++ Assets/Fungus/Camera/Editor/CameraMenuItems.cs | 5 +++++ Assets/Fungus/Camera/Editor/ViewEditor.cs | 5 +++++ Assets/Fungus/Camera/Scripts/CameraController.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs | 5 +++++ Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs | 5 +++++ Assets/Fungus/Camera/Scripts/View.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/BlockEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/BlockInspector.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/CallEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/CommandEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/CustomGUI.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/EditorExtensions.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs | 5 +++++ .../Editor/Extensions/SerializedPropertyExtensions.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/GLDraw.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/IfEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/JumpEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/LabelEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/VariableEditor.cs | 5 +++++ Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Block.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Command.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Break.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Call.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Else.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/End.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/If.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Label.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Commands/While.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/EventHandler.cs | 5 +++++ .../Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs | 5 +++++ .../Flowchart/Scripts/EventHandlers/MessageReceived.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Flowchart.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/FungusState.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Node.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/SceneLoader.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/StringFormatter.cs | 5 +++++ Assets/Fungus/Flowchart/Scripts/Variable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/AnimatorVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/BooleanVariable.cs | 5 +++++ .../Fungus/Flowchart/Scripts/VariableTypes/ColorVariable.cs | 5 +++++ .../Fungus/Flowchart/Scripts/VariableTypes/FloatVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/GameObjectVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/IntegerVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/MaterialVariable.cs | 5 +++++ .../Fungus/Flowchart/Scripts/VariableTypes/ObjectVariable.cs | 5 +++++ .../Fungus/Flowchart/Scripts/VariableTypes/SpriteVariable.cs | 5 +++++ .../Fungus/Flowchart/Scripts/VariableTypes/StringVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/TextureVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/TransformVariable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/Vector2Variable.cs | 5 +++++ .../Flowchart/Scripts/VariableTypes/Vector3Variable.cs | 5 +++++ Assets/Fungus/Lua/Scripts/Commands/ExecuteLua.cs | 5 +++++ Assets/Fungus/Lua/Scripts/LuaExtensions.cs | 5 +++++ Assets/Fungus/Narrative/Editor/CharacterEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/DialogInputEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/LocalizationEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/MenuEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/MenuTimerEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/NarrativeMenuItems.cs | 5 +++++ Assets/Fungus/Narrative/Editor/PortraitEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/SayEditor.cs | 5 +++++ Assets/Fungus/Narrative/Editor/StageEditor.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Character.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/ClearMenu.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/ControlStage.cs | 5 +++++ .../Fungus/Narrative/Scripts/Commands/ControlWithDisplay.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/Menu.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/MenuTimer.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/Portrait.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/Say.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/SetLanguage.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/SetMenuDialog.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Commands/SetSayDialog.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/CustomTag.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/DialogInput.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Localization.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/MenuDialog.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/PortraitController.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/SayDialog.cs | 5 +++++ Assets/Fungus/Narrative/Scripts/Stage.cs | 5 +++++ Assets/Fungus/Sprite/Editor/SetColliderEditor.cs | 5 +++++ Assets/Fungus/Sprite/Editor/SpriteMenuItems.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Clickable2D.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/FadeSprite.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetClickable2D.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetCollider.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetDraggable2D.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetLayerOrder.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetMouseCursor.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/SetSpriteOrder.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Commands/ShowSprite.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Draggable2D.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/DragCancelled.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/DragCompleted.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/DragEntered.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/DragExited.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/DragStarted.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/EventHandlers/ObjectClicked.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/Parallax.cs | 5 +++++ Assets/Fungus/Sprite/Scripts/SpriteFader.cs | 5 +++++ .../Thirdparty/FungusLua/Scripts/Editor/DropDownControl.cs | 5 +++++ .../FungusLua/Scripts/Editor/ExecuteHandlerEditor.cs | 5 +++++ .../Thirdparty/FungusLua/Scripts/Editor/LuaBindingsEditor.cs | 5 +++++ .../Thirdparty/FungusLua/Scripts/Editor/LuaScriptEditor.cs | 5 +++++ .../Thirdparty/FungusLua/Scripts/Editor/LuaStoreEditor.cs | 5 +++++ .../Thirdparty/FungusLua/Scripts/Editor/LuaUtilsEditor.cs | 5 +++++ .../Fungus/Thirdparty/FungusLua/Scripts/Editor/MenuItems.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/ExecuteHandler.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/FungusPrefs.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/InfoText.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaBindings.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaEnvironment.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaStore.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaUtils.cs | 5 +++++ Assets/Fungus/Thirdparty/FungusLua/Scripts/PODTypeFactory.cs | 5 +++++ .../Fungus/Thirdparty/FungusLua/Scripts/StringSubstituter.cs | 5 +++++ .../Thirdparty/FungusLua/Thirdparty/JSON/JSONObject.cs | 5 +++++ .../FungusLua/Thirdparty/TaskManager/TaskManager.cs | 5 +++++ Assets/Fungus/UI/Editor/WriteEditor.cs | 5 +++++ Assets/Fungus/UI/Editor/WriterAudioEditor.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/FadeUI.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/GetText.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/SetInteractable.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/SetSliderValue.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/SetText.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/TweenUI.cs | 5 +++++ Assets/Fungus/UI/Scripts/Commands/Write.cs | 5 +++++ Assets/Fungus/UI/Scripts/EventHandlers/ButtonClicked.cs | 5 +++++ Assets/Fungus/UI/Scripts/EventHandlers/EndEdit.cs | 5 +++++ Assets/Fungus/UI/Scripts/TextTagParser.cs | 5 +++++ Assets/Fungus/UI/Scripts/Writer.cs | 5 +++++ Assets/Fungus/UI/Scripts/WriterAudio.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/LookFrom.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/LookTo.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/MoveAdd.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/MoveFrom.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/MoveTo.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/PunchPosition.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/PunchRotation.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/PunchScale.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/RotateAdd.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/RotateFrom.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/RotateTo.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ScaleAdd.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ScaleFrom.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ScaleTo.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ShakePosition.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ShakeRotation.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/ShakeScale.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/StopTween.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/StopTweens.cs | 5 +++++ Assets/Fungus/iTween/Scripts/Commands/iTweenCommand.cs | 5 +++++ Assets/FungusExamples/FungusLua/Bindings/CustomScript.cs | 5 +++++ Assets/Tests/Commands/FailTest.cs | 5 +++++ Assets/Tests/Commands/PassTest.cs | 5 +++++ Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs | 5 +++++ Assets/Tests/Lua/DummyCollection.cs | 5 +++++ Assets/Tests/Narrative/NarrativeTests.cs | 5 +++++ Assets/Tests/Narrative/OverlapTests.cs | 5 +++++ Assets/Tests/Narrative/PortraitFlipTest.cs | 5 +++++ Assets/Tests/Narrative/SayTest.cs | 5 +++++ Assets/Tests/Scripting/TestInvoke.cs | 5 +++++ Assets/Tests/Scripting/WaitInput.cs | 5 +++++ Assets/Tests/Sprite/SpritesTest.cs | 5 +++++ Assets/Tests/UI/DummyText.cs | 5 +++++ Assets/Tests/UI/Editor/TextTagParserTests.cs | 5 +++++ Assets/Tests/UI/FakeButtonClick.cs | 5 +++++ Assets/Tests/UI/FakeWriterInput.cs | 5 +++++ Assets/Tests/UI/TestFlags.cs | 5 +++++ 233 files changed, 1165 insertions(+) diff --git a/Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs b/Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs index 70084a8f..b5feda4d 100755 --- a/Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/PlayAnimState.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs b/Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs index d81b871d..3df2050b 100644 --- a/Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/ResetAnimTrigger.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs b/Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs index ba1a24db..f86d4802 100644 --- a/Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/SetAnimBool.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs b/Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs index 9a9bc778..fe5e2c69 100644 --- a/Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/SetAnimFloat.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs b/Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs index e7ba8c50..ecc1b3ec 100644 --- a/Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/SetAnimInteger.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs b/Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs index 01a4ae07..af1d549a 100644 --- a/Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs +++ b/Assets/Fungus/Animation/Scripts/Commands/SetAnimTrigger.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Audio/Editor/ControlAudioEditor.cs b/Assets/Fungus/Audio/Editor/ControlAudioEditor.cs index 5b13f995..e71fb2ba 100644 --- a/Assets/Fungus/Audio/Editor/ControlAudioEditor.cs +++ b/Assets/Fungus/Audio/Editor/ControlAudioEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs b/Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs index 03c767a0..c4b4d42c 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/ControlAudio.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs b/Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs index bd357ee3..2ad860b1 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/PlayMusic.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs b/Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs index 2a565551..802f6933 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/PlaySound.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs b/Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs index c120048d..4a5b7cfd 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/PlayUsfxrSound.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + namespace Fungus { using System; using UnityEngine; diff --git a/Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs b/Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs index e9d66bd4..720b5ae7 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/SetAudioPitch.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs b/Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs index e4e455b0..e233fafa 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/SetAudioVolume.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs b/Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs index c23d9dcf..ffc8c5da 100644 --- a/Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs +++ b/Assets/Fungus/Audio/Scripts/Commands/StopMusic.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Audio/Scripts/MusicController.cs b/Assets/Fungus/Audio/Scripts/MusicController.cs index 60f115b2..91897b27 100644 --- a/Assets/Fungus/Audio/Scripts/MusicController.cs +++ b/Assets/Fungus/Audio/Scripts/MusicController.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Camera/Editor/CameraMenuItems.cs b/Assets/Fungus/Camera/Editor/CameraMenuItems.cs index 927c799e..6aa06c47 100644 --- a/Assets/Fungus/Camera/Editor/CameraMenuItems.cs +++ b/Assets/Fungus/Camera/Editor/CameraMenuItems.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.Collections; diff --git a/Assets/Fungus/Camera/Editor/ViewEditor.cs b/Assets/Fungus/Camera/Editor/ViewEditor.cs index 51e79e73..47ba66b7 100644 --- a/Assets/Fungus/Camera/Editor/ViewEditor.cs +++ b/Assets/Fungus/Camera/Editor/ViewEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/CameraController.cs b/Assets/Fungus/Camera/Scripts/CameraController.cs index a679435c..aa04e021 100644 --- a/Assets/Fungus/Camera/Scripts/CameraController.cs +++ b/Assets/Fungus/Camera/Scripts/CameraController.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs b/Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs index 6dd5bb6c..b2edef66 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/FadeScreen.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs b/Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs index 2e46a943..c38dc8dd 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/FadeToView.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs b/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs index db38d4f3..cfa20c6a 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs b/Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs index 2a38c097..8363797a 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/MoveToView.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs b/Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs index d29b0ee4..382278c4 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/ShakeCamera.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs b/Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs index fefb9b41..47169bdb 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/StartSwipe.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs b/Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs index 2d2def2c..56c68c3b 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/StopSwipe.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Camera/Scripts/View.cs b/Assets/Fungus/Camera/Scripts/View.cs index caf33711..a5976911 100644 --- a/Assets/Fungus/Camera/Scripts/View.cs +++ b/Assets/Fungus/Camera/Scripts/View.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs b/Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs index 9e1cec05..45539adc 100644 --- a/Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs +++ b/Assets/Fungus/Flowchart/Editor/AssetModProcessor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System; diff --git a/Assets/Fungus/Flowchart/Editor/BlockEditor.cs b/Assets/Fungus/Flowchart/Editor/BlockEditor.cs index b9fd0162..12a1eee6 100644 --- a/Assets/Fungus/Flowchart/Editor/BlockEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/BlockEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/BlockInspector.cs b/Assets/Fungus/Flowchart/Editor/BlockInspector.cs index 9f3c8d0f..05fec847 100644 --- a/Assets/Fungus/Flowchart/Editor/BlockInspector.cs +++ b/Assets/Fungus/Flowchart/Editor/BlockInspector.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using UnityEditor; diff --git a/Assets/Fungus/Flowchart/Editor/CallEditor.cs b/Assets/Fungus/Flowchart/Editor/CallEditor.cs index 82971aae..ad0aa554 100644 --- a/Assets/Fungus/Flowchart/Editor/CallEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/CallEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/CommandEditor.cs b/Assets/Fungus/Flowchart/Editor/CommandEditor.cs index f48ddb2c..6f2f2831 100644 --- a/Assets/Fungus/Flowchart/Editor/CommandEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/CommandEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs b/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs index 105759be..d9717834 100644 --- a/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs +++ b/Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/Assets/Fungus/Flowchart/Editor/CustomGUI.cs b/Assets/Fungus/Flowchart/Editor/CustomGUI.cs index 7f7ec301..e773e7f5 100644 --- a/Assets/Fungus/Flowchart/Editor/CustomGUI.cs +++ b/Assets/Fungus/Flowchart/Editor/CustomGUI.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Internal; using UnityEditor; diff --git a/Assets/Fungus/Flowchart/Editor/EditorExtensions.cs b/Assets/Fungus/Flowchart/Editor/EditorExtensions.cs index e678389d..b002c67b 100755 --- a/Assets/Fungus/Flowchart/Editor/EditorExtensions.cs +++ b/Assets/Fungus/Flowchart/Editor/EditorExtensions.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs b/Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs index c5b9ac58..ba5dccac 100644 --- a/Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs +++ b/Assets/Fungus/Flowchart/Editor/EditorZoomArea.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Original code by Martin Ecker (http://martinecker.com) using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs b/Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs index 73c6a042..fa4e9b08 100644 --- a/Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/EventHandlerEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs b/Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs index cbe4c793..b4337b34 100644 --- a/Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs +++ b/Assets/Fungus/Flowchart/Editor/Extensions/SerializedPropertyExtensions.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs b/Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs index f7aee951..67e86f0b 100644 --- a/Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/FlowchartEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs b/Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs index 327a6416..db149aed 100644 --- a/Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs +++ b/Assets/Fungus/Flowchart/Editor/FlowchartMenuItems.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.IO; diff --git a/Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs b/Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs index c19d365e..8ed6fe27 100755 --- a/Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs +++ b/Assets/Fungus/Flowchart/Editor/FlowchartWindow.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using UnityEditorInternal; diff --git a/Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs b/Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs index 1334d9a9..f475da31 100644 --- a/Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs +++ b/Assets/Fungus/Flowchart/Editor/FungusEditorResources.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System; diff --git a/Assets/Fungus/Flowchart/Editor/GLDraw.cs b/Assets/Fungus/Flowchart/Editor/GLDraw.cs index b150aa19..a9f49f23 100755 --- a/Assets/Fungus/Flowchart/Editor/GLDraw.cs +++ b/Assets/Fungus/Flowchart/Editor/GLDraw.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System; diff --git a/Assets/Fungus/Flowchart/Editor/IfEditor.cs b/Assets/Fungus/Flowchart/Editor/IfEditor.cs index 43075589..2ef6e6bf 100644 --- a/Assets/Fungus/Flowchart/Editor/IfEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/IfEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs b/Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs index 56e3245e..1daa0485 100644 --- a/Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/InvokeEventEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs b/Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs index eebd2af8..92014333 100755 --- a/Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/InvokeMethodEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using UnityEditor; diff --git a/Assets/Fungus/Flowchart/Editor/JumpEditor.cs b/Assets/Fungus/Flowchart/Editor/JumpEditor.cs index ae53cb34..82c3e672 100644 --- a/Assets/Fungus/Flowchart/Editor/JumpEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/JumpEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/LabelEditor.cs b/Assets/Fungus/Flowchart/Editor/LabelEditor.cs index 19d17471..abbb865e 100644 --- a/Assets/Fungus/Flowchart/Editor/LabelEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/LabelEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs b/Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs index dcd7fa28..7c051a04 100644 --- a/Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/SetVariableEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Editor/VariableEditor.cs b/Assets/Fungus/Flowchart/Editor/VariableEditor.cs index b64eabe5..89002e3c 100644 --- a/Assets/Fungus/Flowchart/Editor/VariableEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/VariableEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs b/Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs index 09e9c5b0..8cee3d1f 100644 --- a/Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs +++ b/Assets/Fungus/Flowchart/Editor/VariableListAdaptor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/Assets/Fungus/Flowchart/Scripts/Block.cs b/Assets/Fungus/Flowchart/Scripts/Block.cs index 1c528820..9b8d483b 100644 --- a/Assets/Fungus/Flowchart/Scripts/Block.cs +++ b/Assets/Fungus/Flowchart/Scripts/Block.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/Command.cs b/Assets/Fungus/Flowchart/Scripts/Command.cs index 6495de0c..94d16c48 100644 --- a/Assets/Fungus/Flowchart/Scripts/Command.cs +++ b/Assets/Fungus/Flowchart/Scripts/Command.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs b/Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs index 4207b009..75da5d64 100644 --- a/Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs +++ b/Assets/Fungus/Flowchart/Scripts/CommandCopyBuffer.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Break.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Break.cs index ac7faadf..635398f7 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Break.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Break.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Call.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Call.cs index 4fb5f7e9..094574ca 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Call.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Call.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs b/Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs index 8f2ff717..e1a83ec4 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/CallMethod.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs index bbde5d1e..2b3058a6 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Comment.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs index 98607903..48ae0d00 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Condition.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs b/Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs index f9dfab95..6dbeb9b9 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/DebugLog.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs b/Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs index 18d85082..5e193b53 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/DeleteSaveKey.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs index bff05755..e2111f2d 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Destroy.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Else.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Else.cs index 23d8da2d..cb663996 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Else.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Else.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs b/Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs index ca76f72f..aecff0d8 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/ElseIf.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/End.cs b/Assets/Fungus/Flowchart/Scripts/Commands/End.cs index 93f3ec9e..46aced8e 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/End.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/End.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/If.cs b/Assets/Fungus/Flowchart/Scripts/Commands/If.cs index c7d67c4f..40fcc3ff 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/If.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/If.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs b/Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs index f85addd7..d26476d9 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/InvokeEvent.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs b/Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs index b725317c..3e56a128 100755 --- a/Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/InvokeMethod.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Reflection; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs index 06e19749..608c9704 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Jump.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Label.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Label.cs index a5c3754c..5472178f 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Label.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Label.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs b/Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs index 796f4301..2b1821d9 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/LoadScene.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs b/Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs index a0e18427..90cf09d9 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/LoadVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs b/Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs index b92acf5f..e00642ce 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/OpenURL.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Fungus; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs index 0939d439..77708251 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Quit.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs b/Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs index dcf48fe7..0d967351 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/RandomFloat.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs b/Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs index 59913fdb..86dfac8b 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/RandomInteger.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs b/Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs index 7903451c..a04a357b 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/ReadTextFile.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Fungus; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs index 763cf56c..b9a0a1fd 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Reset.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs index 807ac8c5..5081a215 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SaveVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs index 8f6fdca0..5b1c77a3 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs index 91d6b27f..3857d429 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SetActive.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs index 27e1ddea..3b4378f6 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SetSaveProfile.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs index e78cc37f..1029eec3 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SetVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs b/Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs index 1b15f123..714636c6 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/SpawnObject.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs index 600d45cc..5e6d0dd9 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Stop.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs b/Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs index 9c3583df..1084e6c1 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/StopBlock.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs b/Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs index e1a99e02..c6c6946a 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/StopFlowchart.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs b/Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs index 709afe67..efb422ed 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/Wait.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/Commands/While.cs b/Assets/Fungus/Flowchart/Scripts/Commands/While.cs index c9e07b18..cf057a41 100644 --- a/Assets/Fungus/Flowchart/Scripts/Commands/While.cs +++ b/Assets/Fungus/Flowchart/Scripts/Commands/While.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/EventHandler.cs b/Assets/Fungus/Flowchart/Scripts/EventHandler.cs index bd7901ee..9e1222a8 100644 --- a/Assets/Fungus/Flowchart/Scripts/EventHandler.cs +++ b/Assets/Fungus/Flowchart/Scripts/EventHandler.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs b/Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs index 4b2fd846..f66cb67b 100644 --- a/Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs +++ b/Assets/Fungus/Flowchart/Scripts/EventHandlers/FlowchartEnabled.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs b/Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs index 14285225..b98eaac2 100644 --- a/Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs +++ b/Assets/Fungus/Flowchart/Scripts/EventHandlers/GameStarted.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs b/Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs index cee5de5b..076fc58c 100644 --- a/Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs +++ b/Assets/Fungus/Flowchart/Scripts/EventHandlers/KeyPressed.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs b/Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs index 91ae6707..6d904dd8 100644 --- a/Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs +++ b/Assets/Fungus/Flowchart/Scripts/EventHandlers/MessageReceived.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Flowchart.cs b/Assets/Fungus/Flowchart/Scripts/Flowchart.cs index 14187cba..ced887fc 100644 --- a/Assets/Fungus/Flowchart/Scripts/Flowchart.cs +++ b/Assets/Fungus/Flowchart/Scripts/Flowchart.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + /** * Copyright (c) 2014 Fungus Ltd * This code is part of the Fungus library (http://fungusgames.com) created by Chris Gregan (http://twitter.com/gofungus). diff --git a/Assets/Fungus/Flowchart/Scripts/FungusState.cs b/Assets/Fungus/Flowchart/Scripts/FungusState.cs index bca5d1f6..0db71603 100644 --- a/Assets/Fungus/Flowchart/Scripts/FungusState.cs +++ b/Assets/Fungus/Flowchart/Scripts/FungusState.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Node.cs b/Assets/Fungus/Flowchart/Scripts/Node.cs index 88472c34..63add30a 100644 --- a/Assets/Fungus/Flowchart/Scripts/Node.cs +++ b/Assets/Fungus/Flowchart/Scripts/Node.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/SceneLoader.cs b/Assets/Fungus/Flowchart/Scripts/SceneLoader.cs index e608ef53..03486f2c 100644 --- a/Assets/Fungus/Flowchart/Scripts/SceneLoader.cs +++ b/Assets/Fungus/Flowchart/Scripts/SceneLoader.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; #if UNITY_5_0 || UNITY_5_1 || UNITY_5_2 #else diff --git a/Assets/Fungus/Flowchart/Scripts/StringFormatter.cs b/Assets/Fungus/Flowchart/Scripts/StringFormatter.cs index 9617a99f..35a77332 100644 --- a/Assets/Fungus/Flowchart/Scripts/StringFormatter.cs +++ b/Assets/Fungus/Flowchart/Scripts/StringFormatter.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.IO; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/Variable.cs b/Assets/Fungus/Flowchart/Scripts/Variable.cs index f2c151e6..c7188f21 100644 --- a/Assets/Fungus/Flowchart/Scripts/Variable.cs +++ b/Assets/Fungus/Flowchart/Scripts/Variable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs index b233d5b7..78da93fe 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/AnimatorVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs index 1dc14994..e535fa71 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/AudioSourceVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/BooleanVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/BooleanVariable.cs index fadfbe14..3d27995c 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/BooleanVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/BooleanVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/ColorVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/ColorVariable.cs index 0592cd4e..ec043a2b 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/ColorVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/ColorVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/FloatVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/FloatVariable.cs index f3eb7a4d..03e99361 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/FloatVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/FloatVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/GameObjectVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/GameObjectVariable.cs index c0fd5db5..d4f2a6ef 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/GameObjectVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/GameObjectVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/IntegerVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/IntegerVariable.cs index 15698ad9..ed24768a 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/IntegerVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/IntegerVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/MaterialVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/MaterialVariable.cs index fa965ce2..4b0bced0 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/MaterialVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/MaterialVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/ObjectVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/ObjectVariable.cs index f7531f3f..8e4b58fd 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/ObjectVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/ObjectVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/SpriteVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/SpriteVariable.cs index 8e69a697..4155deb8 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/SpriteVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/SpriteVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/StringVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/StringVariable.cs index 60e30498..0d34f4ea 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/StringVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/StringVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/TextureVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/TextureVariable.cs index 30081881..bd31328d 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/TextureVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/TextureVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/TransformVariable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/TransformVariable.cs index 5a541c50..2a25b9f2 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/TransformVariable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/TransformVariable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector2Variable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector2Variable.cs index c4504569..00b48ea9 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector2Variable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector2Variable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector3Variable.cs b/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector3Variable.cs index f4131db9..6649d26f 100644 --- a/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector3Variable.cs +++ b/Assets/Fungus/Flowchart/Scripts/VariableTypes/Vector3Variable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Lua/Scripts/Commands/ExecuteLua.cs b/Assets/Fungus/Lua/Scripts/Commands/ExecuteLua.cs index 2c71b168..a308266a 100644 --- a/Assets/Fungus/Lua/Scripts/Commands/ExecuteLua.cs +++ b/Assets/Fungus/Lua/Scripts/Commands/ExecuteLua.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Fungus; diff --git a/Assets/Fungus/Lua/Scripts/LuaExtensions.cs b/Assets/Fungus/Lua/Scripts/LuaExtensions.cs index 40141419..fc7b3d8d 100644 --- a/Assets/Fungus/Lua/Scripts/LuaExtensions.cs +++ b/Assets/Fungus/Lua/Scripts/LuaExtensions.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/Narrative/Editor/CharacterEditor.cs b/Assets/Fungus/Narrative/Editor/CharacterEditor.cs index 02433f14..c8e4a25a 100644 --- a/Assets/Fungus/Narrative/Editor/CharacterEditor.cs +++ b/Assets/Fungus/Narrative/Editor/CharacterEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Narrative/Editor/DialogInputEditor.cs b/Assets/Fungus/Narrative/Editor/DialogInputEditor.cs index 456f7033..3508c45b 100644 --- a/Assets/Fungus/Narrative/Editor/DialogInputEditor.cs +++ b/Assets/Fungus/Narrative/Editor/DialogInputEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Narrative/Editor/LocalizationEditor.cs b/Assets/Fungus/Narrative/Editor/LocalizationEditor.cs index 18e4f812..cb5b2542 100644 --- a/Assets/Fungus/Narrative/Editor/LocalizationEditor.cs +++ b/Assets/Fungus/Narrative/Editor/LocalizationEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Narrative/Editor/MenuEditor.cs b/Assets/Fungus/Narrative/Editor/MenuEditor.cs index 2ae5c4f8..eb02192e 100644 --- a/Assets/Fungus/Narrative/Editor/MenuEditor.cs +++ b/Assets/Fungus/Narrative/Editor/MenuEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System; diff --git a/Assets/Fungus/Narrative/Editor/MenuTimerEditor.cs b/Assets/Fungus/Narrative/Editor/MenuTimerEditor.cs index 666c55aa..d601d7eb 100644 --- a/Assets/Fungus/Narrative/Editor/MenuTimerEditor.cs +++ b/Assets/Fungus/Narrative/Editor/MenuTimerEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System; diff --git a/Assets/Fungus/Narrative/Editor/NarrativeMenuItems.cs b/Assets/Fungus/Narrative/Editor/NarrativeMenuItems.cs index 23a23d56..6ac49e91 100644 --- a/Assets/Fungus/Narrative/Editor/NarrativeMenuItems.cs +++ b/Assets/Fungus/Narrative/Editor/NarrativeMenuItems.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.Collections; diff --git a/Assets/Fungus/Narrative/Editor/PortraitEditor.cs b/Assets/Fungus/Narrative/Editor/PortraitEditor.cs index 260dbd1d..33870458 100644 --- a/Assets/Fungus/Narrative/Editor/PortraitEditor.cs +++ b/Assets/Fungus/Narrative/Editor/PortraitEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Narrative/Editor/SayEditor.cs b/Assets/Fungus/Narrative/Editor/SayEditor.cs index c0d5c764..299c82a5 100644 --- a/Assets/Fungus/Narrative/Editor/SayEditor.cs +++ b/Assets/Fungus/Narrative/Editor/SayEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Narrative/Editor/StageEditor.cs b/Assets/Fungus/Narrative/Editor/StageEditor.cs index d8bb750e..30fec54c 100644 --- a/Assets/Fungus/Narrative/Editor/StageEditor.cs +++ b/Assets/Fungus/Narrative/Editor/StageEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Narrative/Scripts/Character.cs b/Assets/Fungus/Narrative/Scripts/Character.cs index 72511309..4f865033 100644 --- a/Assets/Fungus/Narrative/Scripts/Character.cs +++ b/Assets/Fungus/Narrative/Scripts/Character.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/ClearMenu.cs b/Assets/Fungus/Narrative/Scripts/Commands/ClearMenu.cs index 4eb2e005..2ca0458e 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/ClearMenu.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/ClearMenu.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/ControlStage.cs b/Assets/Fungus/Narrative/Scripts/Commands/ControlStage.cs index 07570ea2..435df5e3 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/ControlStage.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/ControlStage.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/ControlWithDisplay.cs b/Assets/Fungus/Narrative/Scripts/Commands/ControlWithDisplay.cs index f428fa77..42bad038 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/ControlWithDisplay.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/ControlWithDisplay.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using System; using UnityEngine; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/Menu.cs b/Assets/Fungus/Narrative/Scripts/Commands/Menu.cs index b7ffda43..a330c200 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/Menu.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/Menu.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/MenuTimer.cs b/Assets/Fungus/Narrative/Scripts/Commands/MenuTimer.cs index 7bfa1faf..b4d06af0 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/MenuTimer.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/MenuTimer.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using UnityEngine.EventSystems; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/Portrait.cs b/Assets/Fungus/Narrative/Scripts/Commands/Portrait.cs index f9479571..74971c3c 100755 --- a/Assets/Fungus/Narrative/Scripts/Commands/Portrait.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/Portrait.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/Say.cs b/Assets/Fungus/Narrative/Scripts/Commands/Say.cs index 34f35f61..e97277e1 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/Say.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/Say.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/SetLanguage.cs b/Assets/Fungus/Narrative/Scripts/Commands/SetLanguage.cs index 5a6c85d4..c5854134 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/SetLanguage.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/SetLanguage.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/SetMenuDialog.cs b/Assets/Fungus/Narrative/Scripts/Commands/SetMenuDialog.cs index cf0cc93c..b3626bd0 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/SetMenuDialog.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/SetMenuDialog.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Commands/SetSayDialog.cs b/Assets/Fungus/Narrative/Scripts/Commands/SetSayDialog.cs index 3bfc9b46..f22ee4d3 100644 --- a/Assets/Fungus/Narrative/Scripts/Commands/SetSayDialog.cs +++ b/Assets/Fungus/Narrative/Scripts/Commands/SetSayDialog.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/CustomTag.cs b/Assets/Fungus/Narrative/Scripts/CustomTag.cs index ebef3c13..aa42a181 100644 --- a/Assets/Fungus/Narrative/Scripts/CustomTag.cs +++ b/Assets/Fungus/Narrative/Scripts/CustomTag.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; diff --git a/Assets/Fungus/Narrative/Scripts/DialogInput.cs b/Assets/Fungus/Narrative/Scripts/DialogInput.cs index c14b2b41..c93fbc92 100644 --- a/Assets/Fungus/Narrative/Scripts/DialogInput.cs +++ b/Assets/Fungus/Narrative/Scripts/DialogInput.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.EventSystems; using System.Collections; diff --git a/Assets/Fungus/Narrative/Scripts/Localization.cs b/Assets/Fungus/Narrative/Scripts/Localization.cs index c37eecf2..e4248d0c 100644 --- a/Assets/Fungus/Narrative/Scripts/Localization.cs +++ b/Assets/Fungus/Narrative/Scripts/Localization.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; #if UNITY_EDITOR using UnityEditor; diff --git a/Assets/Fungus/Narrative/Scripts/MenuDialog.cs b/Assets/Fungus/Narrative/Scripts/MenuDialog.cs index 7eecd37d..0bf1cf75 100644 --- a/Assets/Fungus/Narrative/Scripts/MenuDialog.cs +++ b/Assets/Fungus/Narrative/Scripts/MenuDialog.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; diff --git a/Assets/Fungus/Narrative/Scripts/PortraitController.cs b/Assets/Fungus/Narrative/Scripts/PortraitController.cs index 5fdc0e1e..fbe03a47 100644 --- a/Assets/Fungus/Narrative/Scripts/PortraitController.cs +++ b/Assets/Fungus/Narrative/Scripts/PortraitController.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Events; using UnityEngine.UI; diff --git a/Assets/Fungus/Narrative/Scripts/SayDialog.cs b/Assets/Fungus/Narrative/Scripts/SayDialog.cs index a2a56de0..fc82d3b0 100644 --- a/Assets/Fungus/Narrative/Scripts/SayDialog.cs +++ b/Assets/Fungus/Narrative/Scripts/SayDialog.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System; diff --git a/Assets/Fungus/Narrative/Scripts/Stage.cs b/Assets/Fungus/Narrative/Scripts/Stage.cs index beda57cf..a73dedc8 100644 --- a/Assets/Fungus/Narrative/Scripts/Stage.cs +++ b/Assets/Fungus/Narrative/Scripts/Stage.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; diff --git a/Assets/Fungus/Sprite/Editor/SetColliderEditor.cs b/Assets/Fungus/Sprite/Editor/SetColliderEditor.cs index 5a313bdb..ba179374 100644 --- a/Assets/Fungus/Sprite/Editor/SetColliderEditor.cs +++ b/Assets/Fungus/Sprite/Editor/SetColliderEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Sprite/Editor/SpriteMenuItems.cs b/Assets/Fungus/Sprite/Editor/SpriteMenuItems.cs index f9c4a841..86595710 100644 --- a/Assets/Fungus/Sprite/Editor/SpriteMenuItems.cs +++ b/Assets/Fungus/Sprite/Editor/SpriteMenuItems.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/Clickable2D.cs b/Assets/Fungus/Sprite/Scripts/Clickable2D.cs index a12265b7..7681efb2 100644 --- a/Assets/Fungus/Sprite/Scripts/Clickable2D.cs +++ b/Assets/Fungus/Sprite/Scripts/Clickable2D.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/FadeSprite.cs b/Assets/Fungus/Sprite/Scripts/Commands/FadeSprite.cs index 715ff921..5d5e7094 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/FadeSprite.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/FadeSprite.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetClickable2D.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetClickable2D.cs index 67ff85ea..f137b56e 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetClickable2D.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetClickable2D.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetCollider.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetCollider.cs index a5fefe12..b16e0f35 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetCollider.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetCollider.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetDraggable2D.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetDraggable2D.cs index fa3a62e0..c8caee2c 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetDraggable2D.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetDraggable2D.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetLayerOrder.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetLayerOrder.cs index 7afe2dc0..8242c4b7 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetLayerOrder.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetLayerOrder.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetMouseCursor.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetMouseCursor.cs index c7e99ce5..0ddf79a4 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetMouseCursor.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetMouseCursor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/SetSpriteOrder.cs b/Assets/Fungus/Sprite/Scripts/Commands/SetSpriteOrder.cs index 9634b5e8..cafbe0b9 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/SetSpriteOrder.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/SetSpriteOrder.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Sprite/Scripts/Commands/ShowSprite.cs b/Assets/Fungus/Sprite/Scripts/Commands/ShowSprite.cs index 0138246c..97e312a5 100644 --- a/Assets/Fungus/Sprite/Scripts/Commands/ShowSprite.cs +++ b/Assets/Fungus/Sprite/Scripts/Commands/ShowSprite.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System; diff --git a/Assets/Fungus/Sprite/Scripts/Draggable2D.cs b/Assets/Fungus/Sprite/Scripts/Draggable2D.cs index 7ef84c56..602adfed 100644 --- a/Assets/Fungus/Sprite/Scripts/Draggable2D.cs +++ b/Assets/Fungus/Sprite/Scripts/Draggable2D.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using UnityEngine.Serialization; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCancelled.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCancelled.cs index a0fca947..5d74cc22 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCancelled.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCancelled.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCompleted.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCompleted.cs index 6c355dc0..b6e2efcc 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCompleted.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragCompleted.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragEntered.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragEntered.cs index d6772cf4..082eca0d 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragEntered.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragEntered.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragExited.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragExited.cs index a600ea8c..5d9f3baf 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragExited.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragExited.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragStarted.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragStarted.cs index a770576e..1ae376f8 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/DragStarted.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/DragStarted.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/EventHandlers/ObjectClicked.cs b/Assets/Fungus/Sprite/Scripts/EventHandlers/ObjectClicked.cs index 0be7eb78..58e07f6a 100644 --- a/Assets/Fungus/Sprite/Scripts/EventHandlers/ObjectClicked.cs +++ b/Assets/Fungus/Sprite/Scripts/EventHandlers/ObjectClicked.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/Parallax.cs b/Assets/Fungus/Sprite/Scripts/Parallax.cs index d1348d10..51a10178 100644 --- a/Assets/Fungus/Sprite/Scripts/Parallax.cs +++ b/Assets/Fungus/Sprite/Scripts/Parallax.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Sprite/Scripts/SpriteFader.cs b/Assets/Fungus/Sprite/Scripts/SpriteFader.cs index dfcd49b2..46b5eb43 100644 --- a/Assets/Fungus/Sprite/Scripts/SpriteFader.cs +++ b/Assets/Fungus/Sprite/Scripts/SpriteFader.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Collections; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/DropDownControl.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/DropDownControl.cs index cd10ef94..f613d899 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/DropDownControl.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/DropDownControl.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Adapted from the Unity Test Tools project (MIT license) // https://bitbucket.org/Unity-Technologies/unitytesttools/src/a30d562427e9/Assets/UnityTestTools/ diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/ExecuteHandlerEditor.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/ExecuteHandlerEditor.cs index 8466186a..9ddf2672 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/ExecuteHandlerEditor.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/ExecuteHandlerEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Adapted from the Unity Test Tools project (MIT license) // https://bitbucket.org/Unity-Technologies/unitytesttools/src/a30d562427e9/Assets/UnityTestTools/ diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaBindingsEditor.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaBindingsEditor.cs index 4c2b57fe..3b8b8b08 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaBindingsEditor.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaBindingsEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaScriptEditor.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaScriptEditor.cs index 3f19feaa..85d069e3 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaScriptEditor.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaScriptEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaStoreEditor.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaStoreEditor.cs index 2439a98b..c8c2f28c 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaStoreEditor.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaStoreEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.Collections; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaUtilsEditor.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaUtilsEditor.cs index 80f1ae72..f892608f 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaUtilsEditor.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/LuaUtilsEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/MenuItems.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/MenuItems.cs index efbc6d66..66cdd2b2 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/MenuItems.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Editor/MenuItems.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEditor; using System.IO; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/ExecuteHandler.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/ExecuteHandler.cs index 876a9042..0a30abc4 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/ExecuteHandler.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/ExecuteHandler.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Adapted from the Unity Test Tools project (MIT license) // https://bitbucket.org/Unity-Technologies/unitytesttools/src/a30d562427e9/Assets/UnityTestTools/ diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/FungusPrefs.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/FungusPrefs.cs index 0889db47..d69ce005 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/FungusPrefs.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/FungusPrefs.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/InfoText.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/InfoText.cs index 42380a9e..4e6d1561 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/InfoText.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/InfoText.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaBindings.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaBindings.cs index f9ee570c..8048e922 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaBindings.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaBindings.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System; using System.Reflection; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaEnvironment.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaEnvironment.cs index e36240bc..dd0724ee 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaEnvironment.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaEnvironment.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs index 5c6e8627..464ace6d 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaScript.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + // Adapted from the Unity Test Tools project (MIT license) // https://bitbucket.org/Unity-Technologies/unitytesttools/src/a30d562427e9/Assets/UnityTestTools/ diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaStore.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaStore.cs index b49f94bc..8fcdef6d 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaStore.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaStore.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaUtils.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaUtils.cs index a154eda3..c2e68d7c 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaUtils.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/LuaUtils.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/PODTypeFactory.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/PODTypeFactory.cs index bef1e265..af94c1b4 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/PODTypeFactory.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/PODTypeFactory.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/StringSubstituter.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/StringSubstituter.cs index 3ee4a4ba..3e334400 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/StringSubstituter.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/StringSubstituter.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/JSON/JSONObject.cs b/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/JSON/JSONObject.cs index 79fdc906..783c0c32 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/JSON/JSONObject.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/JSON/JSONObject.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + #define PRETTY //Comment out when you no longer need to read JSON to disable pretty Print system-wide //Using doubles will cause errors in VectorTemplates.cs; Unity speaks floats #define USEFLOAT //Use floats for numbers instead of doubles (enable if you're getting too many significant digits in string output) diff --git a/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/TaskManager/TaskManager.cs b/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/TaskManager/TaskManager.cs index d9869197..893d0308 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/TaskManager/TaskManager.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Thirdparty/TaskManager/TaskManager.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + /// TaskManager.cs /// Copyright (c) 2011, Ken Rockot . All rights reserved. /// Everyone is granted non-exclusive license to do anything at all with this code. diff --git a/Assets/Fungus/UI/Editor/WriteEditor.cs b/Assets/Fungus/UI/Editor/WriteEditor.cs index d5b395fc..27284c72 100644 --- a/Assets/Fungus/UI/Editor/WriteEditor.cs +++ b/Assets/Fungus/UI/Editor/WriteEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/UI/Editor/WriterAudioEditor.cs b/Assets/Fungus/UI/Editor/WriterAudioEditor.cs index a790c824..10e03491 100644 --- a/Assets/Fungus/UI/Editor/WriterAudioEditor.cs +++ b/Assets/Fungus/UI/Editor/WriterAudioEditor.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEditor; using UnityEditorInternal; using UnityEngine; diff --git a/Assets/Fungus/UI/Scripts/Commands/FadeUI.cs b/Assets/Fungus/UI/Scripts/Commands/FadeUI.cs index 3b80e3b0..d5457fe9 100644 --- a/Assets/Fungus/UI/Scripts/Commands/FadeUI.cs +++ b/Assets/Fungus/UI/Scripts/Commands/FadeUI.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/Commands/GetText.cs b/Assets/Fungus/UI/Scripts/Commands/GetText.cs index d4c19e79..0e64fbdf 100644 --- a/Assets/Fungus/UI/Scripts/Commands/GetText.cs +++ b/Assets/Fungus/UI/Scripts/Commands/GetText.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System; diff --git a/Assets/Fungus/UI/Scripts/Commands/SetInteractable.cs b/Assets/Fungus/UI/Scripts/Commands/SetInteractable.cs index 4920e9ed..bbd2f696 100644 --- a/Assets/Fungus/UI/Scripts/Commands/SetInteractable.cs +++ b/Assets/Fungus/UI/Scripts/Commands/SetInteractable.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/Commands/SetSliderValue.cs b/Assets/Fungus/UI/Scripts/Commands/SetSliderValue.cs index cb4478ff..1779a045 100644 --- a/Assets/Fungus/UI/Scripts/Commands/SetSliderValue.cs +++ b/Assets/Fungus/UI/Scripts/Commands/SetSliderValue.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/Commands/SetText.cs b/Assets/Fungus/UI/Scripts/Commands/SetText.cs index 001c88c9..2cfea6be 100644 --- a/Assets/Fungus/UI/Scripts/Commands/SetText.cs +++ b/Assets/Fungus/UI/Scripts/Commands/SetText.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System; diff --git a/Assets/Fungus/UI/Scripts/Commands/TweenUI.cs b/Assets/Fungus/UI/Scripts/Commands/TweenUI.cs index aa8c04c0..c1ae5ce9 100644 --- a/Assets/Fungus/UI/Scripts/Commands/TweenUI.cs +++ b/Assets/Fungus/UI/Scripts/Commands/TweenUI.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/Commands/Write.cs b/Assets/Fungus/UI/Scripts/Commands/Write.cs index e1338cde..10836056 100644 --- a/Assets/Fungus/UI/Scripts/Commands/Write.cs +++ b/Assets/Fungus/UI/Scripts/Commands/Write.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System; diff --git a/Assets/Fungus/UI/Scripts/EventHandlers/ButtonClicked.cs b/Assets/Fungus/UI/Scripts/EventHandlers/ButtonClicked.cs index 173fc5b2..a74bc542 100644 --- a/Assets/Fungus/UI/Scripts/EventHandlers/ButtonClicked.cs +++ b/Assets/Fungus/UI/Scripts/EventHandlers/ButtonClicked.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/EventHandlers/EndEdit.cs b/Assets/Fungus/UI/Scripts/EventHandlers/EndEdit.cs index c395090d..515b850e 100644 --- a/Assets/Fungus/UI/Scripts/EventHandlers/EndEdit.cs +++ b/Assets/Fungus/UI/Scripts/EventHandlers/EndEdit.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/TextTagParser.cs b/Assets/Fungus/UI/Scripts/TextTagParser.cs index fe6f898d..407190ff 100644 --- a/Assets/Fungus/UI/Scripts/TextTagParser.cs +++ b/Assets/Fungus/UI/Scripts/TextTagParser.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Assets/Fungus/UI/Scripts/Writer.cs b/Assets/Fungus/UI/Scripts/Writer.cs index a7a7c5e9..9932da67 100644 --- a/Assets/Fungus/UI/Scripts/Writer.cs +++ b/Assets/Fungus/UI/Scripts/Writer.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Fungus/UI/Scripts/WriterAudio.cs b/Assets/Fungus/UI/Scripts/WriterAudio.cs index 8f09720d..e3dcd348 100644 --- a/Assets/Fungus/UI/Scripts/WriterAudio.cs +++ b/Assets/Fungus/UI/Scripts/WriterAudio.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Fungus/iTween/Scripts/Commands/LookFrom.cs b/Assets/Fungus/iTween/Scripts/Commands/LookFrom.cs index b4d2de22..6bd2aaf7 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/LookFrom.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/LookFrom.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/LookTo.cs b/Assets/Fungus/iTween/Scripts/Commands/LookTo.cs index 7918b7ae..2799b520 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/LookTo.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/LookTo.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/MoveAdd.cs b/Assets/Fungus/iTween/Scripts/Commands/MoveAdd.cs index 295abc53..39d91cb9 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/MoveAdd.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/MoveAdd.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/MoveFrom.cs b/Assets/Fungus/iTween/Scripts/Commands/MoveFrom.cs index 1aa5e065..95777e9e 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/MoveFrom.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/MoveFrom.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/MoveTo.cs b/Assets/Fungus/iTween/Scripts/Commands/MoveTo.cs index 84acc82b..b4c16092 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/MoveTo.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/MoveTo.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/PunchPosition.cs b/Assets/Fungus/iTween/Scripts/Commands/PunchPosition.cs index ad20520d..f8daba17 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/PunchPosition.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/PunchPosition.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/PunchRotation.cs b/Assets/Fungus/iTween/Scripts/Commands/PunchRotation.cs index bdefcd6b..7fd929bb 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/PunchRotation.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/PunchRotation.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/PunchScale.cs b/Assets/Fungus/iTween/Scripts/Commands/PunchScale.cs index 7e859ce1..a1bfd236 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/PunchScale.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/PunchScale.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/RotateAdd.cs b/Assets/Fungus/iTween/Scripts/Commands/RotateAdd.cs index b0b4a5ac..0f7b6ea6 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/RotateAdd.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/RotateAdd.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/RotateFrom.cs b/Assets/Fungus/iTween/Scripts/Commands/RotateFrom.cs index 72f5ee95..955e9a64 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/RotateFrom.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/RotateFrom.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/RotateTo.cs b/Assets/Fungus/iTween/Scripts/Commands/RotateTo.cs index ac05a652..73b951f0 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/RotateTo.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/RotateTo.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ScaleAdd.cs b/Assets/Fungus/iTween/Scripts/Commands/ScaleAdd.cs index b4d22500..d76fc707 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ScaleAdd.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ScaleAdd.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ScaleFrom.cs b/Assets/Fungus/iTween/Scripts/Commands/ScaleFrom.cs index 5b2a7ba6..c0074ebf 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ScaleFrom.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ScaleFrom.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ScaleTo.cs b/Assets/Fungus/iTween/Scripts/Commands/ScaleTo.cs index 20851b50..173af4e9 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ScaleTo.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ScaleTo.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ShakePosition.cs b/Assets/Fungus/iTween/Scripts/Commands/ShakePosition.cs index dda2c07e..34567d25 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ShakePosition.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ShakePosition.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ShakeRotation.cs b/Assets/Fungus/iTween/Scripts/Commands/ShakeRotation.cs index d3591485..f6789d2a 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ShakeRotation.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ShakeRotation.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/ShakeScale.cs b/Assets/Fungus/iTween/Scripts/Commands/ShakeScale.cs index 127801a4..d2be4096 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/ShakeScale.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/ShakeScale.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/StopTween.cs b/Assets/Fungus/iTween/Scripts/Commands/StopTween.cs index 2e5548ea..45d6e580 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/StopTween.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/StopTween.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/StopTweens.cs b/Assets/Fungus/iTween/Scripts/Commands/StopTweens.cs index 3e323ca2..e85be231 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/StopTweens.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/StopTweens.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Fungus/iTween/Scripts/Commands/iTweenCommand.cs b/Assets/Fungus/iTween/Scripts/Commands/iTweenCommand.cs index 7a810a72..149f35be 100644 --- a/Assets/Fungus/iTween/Scripts/Commands/iTweenCommand.cs +++ b/Assets/Fungus/iTween/Scripts/Commands/iTweenCommand.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.Serialization; using System.Collections; diff --git a/Assets/FungusExamples/FungusLua/Bindings/CustomScript.cs b/Assets/FungusExamples/FungusLua/Bindings/CustomScript.cs index eaa079dd..34129a03 100644 --- a/Assets/FungusExamples/FungusLua/Bindings/CustomScript.cs +++ b/Assets/FungusExamples/FungusLua/Bindings/CustomScript.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Commands/FailTest.cs b/Assets/Tests/Commands/FailTest.cs index e5f286e9..544bdc2a 100644 --- a/Assets/Tests/Commands/FailTest.cs +++ b/Assets/Tests/Commands/FailTest.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Commands/PassTest.cs b/Assets/Tests/Commands/PassTest.cs index 733c09c7..f71a4fd3 100644 --- a/Assets/Tests/Commands/PassTest.cs +++ b/Assets/Tests/Commands/PassTest.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs b/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs index db72b24c..09aa1555 100644 --- a/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs +++ b/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Ideafixxxer.CsvParser; diff --git a/Assets/Tests/Lua/DummyCollection.cs b/Assets/Tests/Lua/DummyCollection.cs index cf5bc909..55631057 100644 --- a/Assets/Tests/Lua/DummyCollection.cs +++ b/Assets/Tests/Lua/DummyCollection.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using System.Collections.Generic; diff --git a/Assets/Tests/Narrative/NarrativeTests.cs b/Assets/Tests/Narrative/NarrativeTests.cs index fa408a6f..38f301a0 100644 --- a/Assets/Tests/Narrative/NarrativeTests.cs +++ b/Assets/Tests/Narrative/NarrativeTests.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Tests/Narrative/OverlapTests.cs b/Assets/Tests/Narrative/OverlapTests.cs index 919cf4ec..bfc4c22b 100644 --- a/Assets/Tests/Narrative/OverlapTests.cs +++ b/Assets/Tests/Narrative/OverlapTests.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Fungus; diff --git a/Assets/Tests/Narrative/PortraitFlipTest.cs b/Assets/Tests/Narrative/PortraitFlipTest.cs index 47cd0e45..b86d9227 100644 --- a/Assets/Tests/Narrative/PortraitFlipTest.cs +++ b/Assets/Tests/Narrative/PortraitFlipTest.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Narrative/SayTest.cs b/Assets/Tests/Narrative/SayTest.cs index 6debd3a8..e9b38231 100644 --- a/Assets/Tests/Narrative/SayTest.cs +++ b/Assets/Tests/Narrative/SayTest.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Scripting/TestInvoke.cs b/Assets/Tests/Scripting/TestInvoke.cs index 0c680587..4ce85601 100644 --- a/Assets/Tests/Scripting/TestInvoke.cs +++ b/Assets/Tests/Scripting/TestInvoke.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/Scripting/WaitInput.cs b/Assets/Tests/Scripting/WaitInput.cs index d8bf4e2c..7a7670c2 100644 --- a/Assets/Tests/Scripting/WaitInput.cs +++ b/Assets/Tests/Scripting/WaitInput.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; using Fungus; diff --git a/Assets/Tests/Sprite/SpritesTest.cs b/Assets/Tests/Sprite/SpritesTest.cs index e7f42ff0..ecb51bd6 100644 --- a/Assets/Tests/Sprite/SpritesTest.cs +++ b/Assets/Tests/Sprite/SpritesTest.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/UI/DummyText.cs b/Assets/Tests/UI/DummyText.cs index 1b97e32a..fb2c5477 100644 --- a/Assets/Tests/UI/DummyText.cs +++ b/Assets/Tests/UI/DummyText.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/UI/Editor/TextTagParserTests.cs b/Assets/Tests/UI/Editor/TextTagParserTests.cs index e9ad375d..4a290d46 100644 --- a/Assets/Tests/UI/Editor/TextTagParserTests.cs +++ b/Assets/Tests/UI/Editor/TextTagParserTests.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using System; using System.Collections.Generic; using UnityEngine; diff --git a/Assets/Tests/UI/FakeButtonClick.cs b/Assets/Tests/UI/FakeButtonClick.cs index 356a0619..e7f49e28 100644 --- a/Assets/Tests/UI/FakeButtonClick.cs +++ b/Assets/Tests/UI/FakeButtonClick.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using UnityEngine.UI; using System.Collections; diff --git a/Assets/Tests/UI/FakeWriterInput.cs b/Assets/Tests/UI/FakeWriterInput.cs index 1af30265..3d9d2579 100644 --- a/Assets/Tests/UI/FakeWriterInput.cs +++ b/Assets/Tests/UI/FakeWriterInput.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections; diff --git a/Assets/Tests/UI/TestFlags.cs b/Assets/Tests/UI/TestFlags.cs index c5ab821d..7193c190 100644 --- a/Assets/Tests/UI/TestFlags.cs +++ b/Assets/Tests/UI/TestFlags.cs @@ -1,3 +1,8 @@ +/** + * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) + */ + using UnityEngine; using System.Collections;