diff --git a/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs b/Dynamo20/Dynamo_Engine/Compute/RunCaller.cs index e53fb92..a4d8cf7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -475,3 +475,4 @@ private static void ClearWarnings(string id) + diff --git a/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs b/Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs index f209984..c586982 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -381,3 +381,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 6e092cb..a6ba549 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -327,3 +327,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 211624a..45b8d88 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -89,3 +89,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 4f7c80b..536d2ce 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -109,3 +109,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 648d535..a089684 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -48,3 +48,4 @@ public static ListWrapper ListWrapper(List list) + diff --git a/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs b/Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs index bc02062..e704968 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 TreeWrapper TreeWrapper(List> tree) + diff --git a/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs b/Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs index 2c7332c..2f499d7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -277,3 +277,4 @@ private List CollectData(MirrorData mirrorData) + diff --git a/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs b/Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs index 2750598..cb9279c 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 class ListWrapper + diff --git a/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs b/Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs index 33285e8..f25793d 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 class TreeWrapper + diff --git a/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs b/Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs index e6e2b9c..eceb7ec 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/Dynamo20/Dynamo_Engine/Query/Item.cs b/Dynamo20/Dynamo_Engine/Query/Item.cs index 3b1449a..7a8cfb4 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 static object Item(string callerId, int index) + diff --git a/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs b/Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs index 50e15e3..8385ac7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ 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 77df9ac..e0385fc 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -169,3 +169,4 @@ protected List CreateOutputAssignments(AssociativeNode function + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs b/Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs index 7784652..267fbe7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -100,3 +100,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 78a3c06..7fa0678 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -144,3 +144,4 @@ protected void PortConnectionChanged(PortModel port) + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs b/Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs index c756854..dab49a6 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -260,3 +260,4 @@ protected virtual void FixInputNodes() + diff --git a/Dynamo20/Dynamo_UI/CallerComponent/View.cs b/Dynamo20/Dynamo_UI/CallerComponent/View.cs index 423a15e..f06ab17 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -203,3 +203,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 86c7d7f..b82310f 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 fd27d12..aab3b54 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 a660619..a1397d5 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 PullComponent(IEnumerable inPorts, IEnumerable outP + diff --git a/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs b/Dynamo20/Dynamo_UI/Components/Adapter/Push.cs index 7fd7e40..13d97a3 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 51cdd0a..4b2f9b3 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 5031519..68aabd4 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 4aa3149..a1f5b34 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 6606e46..a03e5c6 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -66,3 +66,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 9911d77..02726f7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 f699f12..082d375 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 ecaa4e7..955011e 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 c935b13..8222f3c 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 f92a7ce..7adbad0 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 54b3efb..37840ce 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -61,3 +61,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 272896b..b6de3eb 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -64,3 +64,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 752eb7c..fffe848 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 CreatRequestView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs b/Dynamo20/Dynamo_UI/Views/Engine/Compute.cs index e8a7fb1..0591e24 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 ComputeView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs b/Dynamo20/Dynamo_UI/Views/Engine/Convert.cs index 586ebdf..82ca2ed 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 ConvertView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs b/Dynamo20/Dynamo_UI/Views/Engine/Explode.cs index 3216e24..b690f38 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -43,3 +43,4 @@ public class ExplodeView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs b/Dynamo20/Dynamo_UI/Views/Engine/Modify.cs index 52812dd..a8e818b 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 ModifyView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/Engine/Query.cs b/Dynamo20/Dynamo_UI/Views/Engine/Query.cs index 9c75b55..85697c7 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 QueryView2 : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateCustom.cs index a5b407d..53b6cf9 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -226,3 +226,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 f4849de..7a49f58 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class CreateDataView : ValueListView + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateEnum.cs index bface24..2aed70f 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 CreateEnumView : ValueListView + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateObject.cs index d6a303f..15c2023 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -43,3 +43,4 @@ public class CreateObjectView : CallerView + diff --git a/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs b/Dynamo20/Dynamo_UI/Views/oM/CreateType.cs index 2a8ff24..e2dda6b 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 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class CreateTypeView : CallerView +