From 4e68e8ff77340e49bb1ccbc40b914e5387fdab72 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 21 Jun 2016 07:53:43 +0100 Subject: [PATCH] Updated copyright notice --- Assets/Fungus/Flowchart/Scripts/Flowchart.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Fungus/Flowchart/Scripts/Flowchart.cs b/Assets/Fungus/Flowchart/Scripts/Flowchart.cs index 14f602ed..14187cba 100644 --- a/Assets/Fungus/Flowchart/Scripts/Flowchart.cs +++ b/Assets/Fungus/Flowchart/Scripts/Flowchart.cs @@ -1,6 +1,7 @@ /** + * Copyright (c) 2014 Fungus Ltd * This code is part of the Fungus library (http://fungusgames.com) created by Chris Gregan (http://twitter.com/gofungus). - * It is released for free under the MIT open source license (https://opensource.org/licenses/MIT) + * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) */ using UnityEngine;