From be852177e548e4d5155620e32a0393272c5ff960 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Thu, 6 Jan 2022 11:11:27 +0000 Subject: [PATCH] Update copyright headers to 2022 --- Dynamo20/Dynamo_Engine/Compute/RunCaller.cs | 3 ++- Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs | 3 ++- Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs | 3 ++- Dynamo20/Dynamo_Engine/Convert/ToPortData.cs | 3 ++- Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs | 3 ++- Dynamo20/Dynamo_Engine/Create/ListWrapper.cs | 3 ++- Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs | 3 ++- Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs | 3 ++- Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs | 3 ++- Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs | 3 ++- Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs | 3 ++- Dynamo20/Dynamo_Engine/Query/Item.cs | 3 ++- Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs | 3 ++- Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs | 3 ++- Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs | 3 ++- Dynamo20/Dynamo_UI/CallerComponent/Core.cs | 3 ++- Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs | 3 ++- Dynamo20/Dynamo_UI/CallerComponent/View.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/CreateRequest.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/Execute.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/Move.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/Push.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/Compute.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/Convert.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/Explode.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/GetInfo.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/GetProperty.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/Modify.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/Query.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/SetProperty.cs | 3 ++- Dynamo20/Dynamo_UI/Components/Engine/ToJson.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateCustom.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateData.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateDictionary.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateEnum.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateObject.cs | 3 ++- Dynamo20/Dynamo_UI/Components/oM/CreateType.cs | 3 ++- Dynamo20/Dynamo_UI/Global/Extention.cs | 3 ++- Dynamo20/Dynamo_UI/Global/GlobalSearch.cs | 3 ++- Dynamo20/Dynamo_UI/Properties/AssemblyInfo.cs | 3 ++- Dynamo20/Dynamo_UI/Templates/CallerValueList.cs | 3 ++- Dynamo20/Dynamo_UI/Templates/ValueListView.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Adapter/CreateAdapter.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Adapter/CreateRequest.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Engine/Compute.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Engine/Convert.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Engine/Explode.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Engine/Modify.cs | 3 ++- Dynamo20/Dynamo_UI/Views/Engine/Query.cs | 3 ++- Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs | 3 ++- Dynamo20/Dynamo_UI/Views/oM/CreateData.cs | 3 ++- Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs | 3 ++- Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs | 3 ++- Dynamo20/Dynamo_UI/Views/oM/CreateType.cs | 3 ++- 59 files changed, 118 insertions(+), 59 deletions(-) diff --git a/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs b/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs index ecc5a5e..a508aa7 100644 --- a/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs +++ b/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -474,3 +474,4 @@ private static void ClearWarnings(string id) } + diff --git a/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs b/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs index 0049b4e..31497a1 100644 --- a/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs +++ b/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -380,3 +380,4 @@ public static BHG.Mesh FromDesignScript(this ADG.Mesh dSMesh) } + diff --git a/Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs b/Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs index 10d112a..bb7b96c 100644 --- a/Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs +++ b/Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -326,3 +326,4 @@ public static ADG.Mesh ToDesignScript(this BHG.Mesh mesh) } + diff --git a/Dynamo20/Dynamo_Engine/Convert/ToPortData.cs b/Dynamo20/Dynamo_Engine/Convert/ToPortData.cs index babfccf..c6f4590 100644 --- a/Dynamo20/Dynamo_Engine/Convert/ToPortData.cs +++ b/Dynamo20/Dynamo_Engine/Convert/ToPortData.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -88,3 +88,4 @@ public static PortData ToPortData(this ParamInfo info) } + diff --git a/Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs b/Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs index bec3035..4f7c80b 100644 --- a/Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs +++ b/Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -108,3 +108,4 @@ public static List> ToTypeTree(this IEnumerable tree) } + diff --git a/Dynamo20/Dynamo_Engine/Create/ListWrapper.cs b/Dynamo20/Dynamo_Engine/Create/ListWrapper.cs index be85f29..648d535 100644 --- a/Dynamo20/Dynamo_Engine/Create/ListWrapper.cs +++ b/Dynamo20/Dynamo_Engine/Create/ListWrapper.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -47,3 +47,4 @@ public static ListWrapper ListWrapper(List list) } + diff --git a/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs b/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs index 56335c8..bc02062 100644 --- a/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs +++ b/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -46,3 +46,4 @@ public static TreeWrapper TreeWrapper(List> tree) } + diff --git a/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs b/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs index 3a7b68f..81161ce 100644 --- a/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs +++ b/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -276,3 +276,4 @@ private List CollectData(MirrorData mirrorData) } + diff --git a/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs b/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs index 84be0ac..2750598 100644 --- a/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs +++ b/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -45,3 +45,4 @@ public class ListWrapper } + diff --git a/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs b/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs index 3261405..33285e8 100644 --- a/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs +++ b/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -45,3 +45,4 @@ public class TreeWrapper } + diff --git a/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs b/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs index 046107e..76b9c26 100644 --- a/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs +++ b/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("5.0.0.0")] [assembly: AssemblyFileVersion("5.1.0.0")] + diff --git a/Dynamo20/Dynamo_Engine/Query/Item.cs b/Dynamo20/Dynamo_Engine/Query/Item.cs index e0b3a6d..3b1449a 100644 --- a/Dynamo20/Dynamo_Engine/Query/Item.cs +++ b/Dynamo20/Dynamo_Engine/Query/Item.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -58,3 +58,4 @@ public static object Item(string callerId, int index) + diff --git a/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs b/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs index 054617c..50e15e3 100644 --- a/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs +++ b/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -56,3 +56,4 @@ public static object ItemFromCustom(object container, int index) + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs b/Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs index 6282a95..77df9ac 100644 --- a/Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs +++ b/Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -168,3 +168,4 @@ protected List CreateOutputAssignments(AssociativeNode function } + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs b/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs index 6537a32..7784652 100644 --- a/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs +++ b/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -99,3 +99,4 @@ protected override void DeserializeCore(XmlElement element, SaveContext context) } + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/Core.cs b/Dynamo20/Dynamo_UI/CallerComponent/Core.cs index 26dccda..78a3c06 100644 --- a/Dynamo20/Dynamo_UI/CallerComponent/Core.cs +++ b/Dynamo20/Dynamo_UI/CallerComponent/Core.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -143,3 +143,4 @@ protected void PortConnectionChanged(PortModel port) } + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs b/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs index 31c601a..c756854 100644 --- a/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs +++ b/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -259,3 +259,4 @@ protected virtual void FixInputNodes() } + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/View.cs b/Dynamo20/Dynamo_UI/CallerComponent/View.cs index da8291a..423a15e 100644 --- a/Dynamo20/Dynamo_UI/CallerComponent/View.cs +++ b/Dynamo20/Dynamo_UI/CallerComponent/View.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -202,3 +202,4 @@ protected virtual void RemoveButton_Click(object sender, RoutedEventArgs e) } + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs b/Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs index 984a296..86c7d7f 100644 --- a/Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs +++ b/Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public CreateAdapterComponent(IEnumerable inPorts, IEnumerable inPorts, IEnumerable inPorts, IEnumerable o } + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/Move.cs b/Dynamo20/Dynamo_UI/Components/Adapter/Move.cs index e4e9b14..fd27d12 100644 --- a/Dynamo20/Dynamo_UI/Components/Adapter/Move.cs +++ b/Dynamo20/Dynamo_UI/Components/Adapter/Move.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public MoveComponent(IEnumerable inPorts, IEnumerable outP } + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs b/Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs index 206f3ea..a660619 100644 --- a/Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs +++ b/Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -59,3 +59,4 @@ public PullComponent(IEnumerable inPorts, IEnumerable outP } + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs b/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs index 8c0bb19..7fd7e40 100644 --- a/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs +++ b/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public PushComponent(IEnumerable inPorts, IEnumerable outP } + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs b/Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs index 6c8afeb..51cdd0a 100644 --- a/Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs +++ b/Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public RemoveComponent(IEnumerable inPorts, IEnumerable ou } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/Compute.cs b/Dynamo20/Dynamo_UI/Components/Engine/Compute.cs index dbec339..5031519 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/Compute.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/Compute.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public ComputeComponent(IEnumerable inPorts, IEnumerable o } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/Convert.cs b/Dynamo20/Dynamo_UI/Components/Engine/Convert.cs index 8ef2543..4aa3149 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/Convert.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/Convert.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public ConvertComponent(IEnumerable inPorts, IEnumerable o } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/Explode.cs b/Dynamo20/Dynamo_UI/Components/Engine/Explode.cs index 9b3768e..6606e46 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/Explode.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/Explode.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -65,3 +65,4 @@ public ExplodeComponent(IEnumerable inPorts, IEnumerable o } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs b/Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs index 7b9df30..9911d77 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public FromJsonComponent(IEnumerable inPorts, IEnumerable } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs b/Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs index e0f8a27..f699f12 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public GetEventsComponent(IEnumerable inPorts, IEnumerable } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/GetInfo.cs b/Dynamo20/Dynamo_UI/Components/Engine/GetInfo.cs index c74ee9d..ecaa4e7 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/GetInfo.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/GetInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public GetInfoComponent(IEnumerable inPorts, IEnumerable o } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/GetProperty.cs b/Dynamo20/Dynamo_UI/Components/Engine/GetProperty.cs index 8d7c384..c935b13 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/GetProperty.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/GetProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public GetPropertyComponent(IEnumerable inPorts, IEnumerable inPorts, IEnumerable ou } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/Query.cs b/Dynamo20/Dynamo_UI/Components/Engine/Query.cs index 6bdbd70..f92a7ce 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/Query.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/Query.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public QueryComponent(IEnumerable inPorts, IEnumerable out } + diff --git a/Dynamo20/Dynamo_UI/Components/Engine/SetProperty.cs b/Dynamo20/Dynamo_UI/Components/Engine/SetProperty.cs index 6219cf9..54b3efb 100644 --- a/Dynamo20/Dynamo_UI/Components/Engine/SetProperty.cs +++ b/Dynamo20/Dynamo_UI/Components/Engine/SetProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -60,3 +60,4 @@ public SetPropertyComponent(IEnumerable inPorts, IEnumerable inPorts, IEnumerable ou } + diff --git a/Dynamo20/Dynamo_UI/Components/oM/CreateCustom.cs b/Dynamo20/Dynamo_UI/Components/oM/CreateCustom.cs index 9bfac82..272896b 100644 --- a/Dynamo20/Dynamo_UI/Components/oM/CreateCustom.cs +++ b/Dynamo20/Dynamo_UI/Components/oM/CreateCustom.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -63,3 +63,4 @@ public CreateCustomComponent(IEnumerable inPorts, IEnumerable inPorts, IEnumerable inPorts, IEnumerable inPorts, IEnumerable inPorts, IEnumerable inPorts, IEnumerable } + diff --git a/Dynamo20/Dynamo_UI/Views/Adapter/CreateRequest.cs b/Dynamo20/Dynamo_UI/Views/Adapter/CreateRequest.cs index dc11ede..752eb7c 100644 --- a/Dynamo20/Dynamo_UI/Views/Adapter/CreateRequest.cs +++ b/Dynamo20/Dynamo_UI/Views/Adapter/CreateRequest.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class CreatRequestView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs b/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs index f80e6ea..e8a7fb1 100644 --- a/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs +++ b/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class ComputeView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs b/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs index 46dd88f..586ebdf 100644 --- a/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs +++ b/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class ConvertView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs b/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs index 2c96341..3216e24 100644 --- a/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs +++ b/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -42,3 +42,4 @@ public class ExplodeView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs b/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs index 06b8c65..52812dd 100644 --- a/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs +++ b/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class ModifyView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Query.cs b/Dynamo20/Dynamo_UI/Views/Engine/Query.cs index 0822e9b..9c75b55 100644 --- a/Dynamo20/Dynamo_UI/Views/Engine/Query.cs +++ b/Dynamo20/Dynamo_UI/Views/Engine/Query.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class QueryView2 : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs index 5a9941c..a5b407d 100644 --- a/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs +++ b/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -225,3 +225,4 @@ public static IEnumerable FindVisualChildren(DependencyObject depObj) wher } + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateData.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateData.cs index d7fd9c2..f4849de 100644 --- a/Dynamo20/Dynamo_UI/Views/oM/CreateData.cs +++ b/Dynamo20/Dynamo_UI/Views/oM/CreateData.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public class CreateDataView : ValueListView } + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs index 88cb3aa..bface24 100644 --- a/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs +++ b/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -36,3 +36,4 @@ public class CreateEnumView : ValueListView } + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs index e7b1e70..d6a303f 100644 --- a/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs +++ b/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -42,3 +42,4 @@ public class CreateObjectView : CallerView } + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs index 41b18d4..2a8ff24 100644 --- a/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs +++ b/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public class CreateTypeView : CallerView } +