diff --git a/.ci/code/UI_Test/Helpers/InstantiateCaller.cs b/.ci/code/UI_Test/Helpers/InstantiateCaller.cs index bbb2a7a..a08507e 100644 --- a/.ci/code/UI_Test/Helpers/InstantiateCaller.cs +++ b/.ci/code/UI_Test/Helpers/InstantiateCaller.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. @@ -91,3 +91,4 @@ public static Caller InstantiateCaller(Type type) } } + diff --git a/.ci/code/UI_Test/Helpers/PossibleComponentItems.cs b/.ci/code/UI_Test/Helpers/PossibleComponentItems.cs index ae3affa..a038920 100644 --- a/.ci/code/UI_Test/Helpers/PossibleComponentItems.cs +++ b/.ci/code/UI_Test/Helpers/PossibleComponentItems.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 static List PossibleComponentItems() } } + diff --git a/.ci/code/UI_Test/Objects/DummyAccessor.cs b/.ci/code/UI_Test/Objects/DummyAccessor.cs index f45765a..52c5293 100644 --- a/.ci/code/UI_Test/Objects/DummyAccessor.cs +++ b/.ci/code/UI_Test/Objects/DummyAccessor.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. @@ -129,3 +129,4 @@ private T GetDummyObject() } + diff --git a/.ci/code/UI_Test/Objects/DummyCaller.cs b/.ci/code/UI_Test/Objects/DummyCaller.cs index 8b1a142..ee757c7 100644 --- a/.ci/code/UI_Test/Objects/DummyCaller.cs +++ b/.ci/code/UI_Test/Objects/DummyCaller.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. @@ -75,3 +75,4 @@ public override object Run(List inputs) } + diff --git a/.ci/code/UI_Test/Properties/AssemblyInfo.cs b/.ci/code/UI_Test/Properties/AssemblyInfo.cs index 37b1883..6135004 100644 --- a/.ci/code/UI_Test/Properties/AssemblyInfo.cs +++ b/.ci/code/UI_Test/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. @@ -56,3 +56,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("6.0.0.0")] [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/.ci/code/UI_Test/Verify/ComponentInstantiation.cs b/.ci/code/UI_Test/Verify/ComponentInstantiation.cs index 79d1791..3070f56 100644 --- a/.ci/code/UI_Test/Verify/ComponentInstantiation.cs +++ b/.ci/code/UI_Test/Verify/ComponentInstantiation.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. @@ -86,3 +86,4 @@ public static TestResult ComponentInstantiation(SearchItem item) } } + diff --git a/.ci/code/UI_Test/Verify/ComponentReadWriteCycle.cs b/.ci/code/UI_Test/Verify/ComponentReadWriteCycle.cs index 38acbdf..f281f26 100644 --- a/.ci/code/UI_Test/Verify/ComponentReadWriteCycle.cs +++ b/.ci/code/UI_Test/Verify/ComponentReadWriteCycle.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. @@ -132,3 +132,4 @@ public static TestResult ComponentReadWriteCycle(SearchItem item) } } + diff --git a/.ci/code/UI_Test/Verify/ComponentRunCycle.cs b/.ci/code/UI_Test/Verify/ComponentRunCycle.cs index 9b3d8c1..d6dd75f 100644 --- a/.ci/code/UI_Test/Verify/ComponentRunCycle.cs +++ b/.ci/code/UI_Test/Verify/ComponentRunCycle.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 @@ public static TestResult ComponentRunCycle(SearchItem item) } } + diff --git a/BHoM_UI/Caller/AddToMenu.cs b/BHoM_UI/Caller/AddToMenu.cs index 83af566..6458edb 100644 --- a/BHoM_UI/Caller/AddToMenu.cs +++ b/BHoM_UI/Caller/AddToMenu.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. @@ -81,3 +81,4 @@ public void SetSelectorMenu(ItemSelectorMenu selectorMenu) + diff --git a/BHoM_UI/Caller/Compile.cs b/BHoM_UI/Caller/Compile.cs index 73d53cf..54c3229 100644 --- a/BHoM_UI/Caller/Compile.cs +++ b/BHoM_UI/Caller/Compile.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. @@ -92,3 +92,4 @@ protected virtual void CompileMethod() + diff --git a/BHoM_UI/Caller/Core.cs b/BHoM_UI/Caller/Core.cs index d97aebb..0fd95ef 100644 --- a/BHoM_UI/Caller/Core.cs +++ b/BHoM_UI/Caller/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. @@ -188,3 +188,4 @@ protected void MarkAsModified(CallerUpdate update) + diff --git a/BHoM_UI/Caller/IO_CRUD.cs b/BHoM_UI/Caller/IO_CRUD.cs index bea3cac..0c0b2d4 100644 --- a/BHoM_UI/Caller/IO_CRUD.cs +++ b/BHoM_UI/Caller/IO_CRUD.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. @@ -196,3 +196,4 @@ public virtual bool CanUpdateInput(int index, string name) + diff --git a/BHoM_UI/Caller/Read.cs b/BHoM_UI/Caller/Read.cs index 1a6e4b7..162820b 100644 --- a/BHoM_UI/Caller/Read.cs +++ b/BHoM_UI/Caller/Read.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. @@ -221,3 +221,4 @@ protected object OldCreateMethodToType(string json, List inputParams, + diff --git a/BHoM_UI/Caller/Run.cs b/BHoM_UI/Caller/Run.cs index 23f8962..384151e 100644 --- a/BHoM_UI/Caller/Run.cs +++ b/BHoM_UI/Caller/Run.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. @@ -319,3 +319,4 @@ protected virtual bool ShouldCalculateNewResult(List inputs, ref object + diff --git a/BHoM_UI/Caller/SetComponentDetails.cs b/BHoM_UI/Caller/SetComponentDetails.cs index dd5e66f..6df059c 100644 --- a/BHoM_UI/Caller/SetComponentDetails.cs +++ b/BHoM_UI/Caller/SetComponentDetails.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. @@ -87,3 +87,4 @@ protected virtual void SetComponentDetails(object item) + diff --git a/BHoM_UI/Caller/SetInputs.cs b/BHoM_UI/Caller/SetInputs.cs index 75907e7..ee48d46 100644 --- a/BHoM_UI/Caller/SetInputs.cs +++ b/BHoM_UI/Caller/SetInputs.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. @@ -108,3 +108,4 @@ protected virtual void SetInputs(object item) + diff --git a/BHoM_UI/Caller/SetItem.cs b/BHoM_UI/Caller/SetItem.cs index cc6e093..52cf944 100644 --- a/BHoM_UI/Caller/SetItem.cs +++ b/BHoM_UI/Caller/SetItem.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. @@ -119,3 +119,4 @@ protected virtual object FromGeneric(object item) + diff --git a/BHoM_UI/Caller/SetOutputs.cs b/BHoM_UI/Caller/SetOutputs.cs index 5ed87b0..3861363 100644 --- a/BHoM_UI/Caller/SetOutputs.cs +++ b/BHoM_UI/Caller/SetOutputs.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. @@ -123,3 +123,4 @@ protected virtual void SetOutputs(object item) + diff --git a/BHoM_UI/Caller/SetParamSelectionMenu.cs b/BHoM_UI/Caller/SetParamSelectionMenu.cs index 71156d7..d069bac 100644 --- a/BHoM_UI/Caller/SetParamSelectionMenu.cs +++ b/BHoM_UI/Caller/SetParamSelectionMenu.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. @@ -88,3 +88,4 @@ protected virtual void SetOutputSelectionMenu() + diff --git a/BHoM_UI/Caller/Write.cs b/BHoM_UI/Caller/Write.cs index bcb0af7..9aada9d 100644 --- a/BHoM_UI/Caller/Write.cs +++ b/BHoM_UI/Caller/Write.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. @@ -63,3 +63,4 @@ public virtual string Write() + diff --git a/BHoM_UI/CallerTemplates/MultiChoiceCaller.cs b/BHoM_UI/CallerTemplates/MultiChoiceCaller.cs index d960482..7f0127b 100644 --- a/BHoM_UI/CallerTemplates/MultiChoiceCaller.cs +++ b/BHoM_UI/CallerTemplates/MultiChoiceCaller.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 override object Run(List inputs) + diff --git a/BHoM_UI/Components/Adapter/CreateAdapter.cs b/BHoM_UI/Components/Adapter/CreateAdapter.cs index 5da34e3..7619ea9 100644 --- a/BHoM_UI/Components/Adapter/CreateAdapter.cs +++ b/BHoM_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. @@ -64,3 +64,4 @@ public CreateAdapterCaller() : base() + diff --git a/BHoM_UI/Components/Adapter/CreateRequest.cs b/BHoM_UI/Components/Adapter/CreateRequest.cs index fb148fb..fbce313 100644 --- a/BHoM_UI/Components/Adapter/CreateRequest.cs +++ b/BHoM_UI/Components/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. @@ -68,3 +68,4 @@ public CreateRequestCaller() : base() + diff --git a/BHoM_UI/Components/Adapter/Execute.cs b/BHoM_UI/Components/Adapter/Execute.cs index a3a0106..233cc9a 100644 --- a/BHoM_UI/Components/Adapter/Execute.cs +++ b/BHoM_UI/Components/Adapter/Execute.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. @@ -111,3 +111,4 @@ public static Output, bool> Execute(BHoMAdapter adapter, IExecuteCo + diff --git a/BHoM_UI/Components/Adapter/Move.cs b/BHoM_UI/Components/Adapter/Move.cs index 728001e..724c844 100644 --- a/BHoM_UI/Components/Adapter/Move.cs +++ b/BHoM_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. @@ -121,3 +121,4 @@ public static bool Move(BHoMAdapter source, BHoMAdapter target, object request = + diff --git a/BHoM_UI/Components/Adapter/Pull.cs b/BHoM_UI/Components/Adapter/Pull.cs index 2a6b2e8..ea49f56 100644 --- a/BHoM_UI/Components/Adapter/Pull.cs +++ b/BHoM_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. @@ -132,3 +132,4 @@ public static IEnumerable Pull(BHoMAdapter adapter, object request = nul + diff --git a/BHoM_UI/Components/Adapter/Push.cs b/BHoM_UI/Components/Adapter/Push.cs index 6438612..ee4e6b7 100644 --- a/BHoM_UI/Components/Adapter/Push.cs +++ b/BHoM_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. @@ -120,3 +120,4 @@ public static Output, bool> Push(BHoMAdapter adapter, IEnumerable objects = null) + diff --git a/BHoM_UI/Components/Engine/External.cs b/BHoM_UI/Components/Engine/External.cs index ca49074..cd04729 100644 --- a/BHoM_UI/Components/Engine/External.cs +++ b/BHoM_UI/Components/Engine/External.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. @@ -62,3 +62,4 @@ public ExternalCaller() : base() + diff --git a/BHoM_UI/Components/Engine/FromJson.cs b/BHoM_UI/Components/Engine/FromJson.cs index 99a7b6a..444e475 100644 --- a/BHoM_UI/Components/Engine/FromJson.cs +++ b/BHoM_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. @@ -56,3 +56,4 @@ public FromJsonCaller() : base(typeof(BH.Engine.Serialiser.Convert).GetMethod("F + diff --git a/BHoM_UI/Components/Engine/GetEvents.cs b/BHoM_UI/Components/Engine/GetEvents.cs index 67af360..5008d5b 100644 --- a/BHoM_UI/Components/Engine/GetEvents.cs +++ b/BHoM_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. @@ -98,3 +98,4 @@ public static Output, List, List, List> GetEven } + diff --git a/BHoM_UI/Components/Engine/GetInfo.cs b/BHoM_UI/Components/Engine/GetInfo.cs index 6855bb4..f82d15f 100644 --- a/BHoM_UI/Components/Engine/GetInfo.cs +++ b/BHoM_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. @@ -114,3 +114,4 @@ public static Output, List, List(IEnumerable list) + diff --git a/BHoM_UI/Components/Engine/ToJson.cs b/BHoM_UI/Components/Engine/ToJson.cs index 1e26167..e14a1cc 100644 --- a/BHoM_UI/Components/Engine/ToJson.cs +++ b/BHoM_UI/Components/Engine/ToJson.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 ToJsonCaller() : base(typeof(BH.Engine.Serialiser.Convert).GetMethod("ToJ + diff --git a/BHoM_UI/Components/UI/UnitTest.cs b/BHoM_UI/Components/UI/UnitTest.cs index 8bd321d..1719d8a 100644 --- a/BHoM_UI/Components/UI/UnitTest.cs +++ b/BHoM_UI/Components/UI/UnitTest.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. @@ -145,3 +145,4 @@ private List SeparateOutputs(object returnObject) } + diff --git a/BHoM_UI/Components/oM/CreateCustom.cs b/BHoM_UI/Components/oM/CreateCustom.cs index fec9e26..0981506 100644 --- a/BHoM_UI/Components/oM/CreateCustom.cs +++ b/BHoM_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. @@ -141,3 +141,4 @@ public override bool RemoveInput(string name) + diff --git a/BHoM_UI/Components/oM/CreateData.cs b/BHoM_UI/Components/oM/CreateData.cs index 343f481..feb4ad7 100644 --- a/BHoM_UI/Components/oM/CreateData.cs +++ b/BHoM_UI/Components/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. @@ -180,3 +180,4 @@ private void AddSourceLinkToMenu(object menu) + diff --git a/BHoM_UI/Components/oM/CreateDictionary.cs b/BHoM_UI/Components/oM/CreateDictionary.cs index a8c3d3b..68acdae 100644 --- a/BHoM_UI/Components/oM/CreateDictionary.cs +++ b/BHoM_UI/Components/oM/CreateDictionary.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. @@ -90,3 +90,4 @@ public static IDictionary CreateDictionary(List keys, List value + diff --git a/BHoM_UI/Components/oM/CreateEnum.cs b/BHoM_UI/Components/oM/CreateEnum.cs index 05afcf9..a97d80b 100644 --- a/BHoM_UI/Components/oM/CreateEnum.cs +++ b/BHoM_UI/Components/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. @@ -108,3 +108,4 @@ public override List GetChoiceNames() + diff --git a/BHoM_UI/Components/oM/CreateObject.cs b/BHoM_UI/Components/oM/CreateObject.cs index 20b5065..07c903c 100644 --- a/BHoM_UI/Components/oM/CreateObject.cs +++ b/BHoM_UI/Components/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. @@ -73,3 +73,4 @@ public CreateObjectCaller() : base() + diff --git a/BHoM_UI/Components/oM/CreateType.cs b/BHoM_UI/Components/oM/CreateType.cs index f9651e4..cc7605d 100644 --- a/BHoM_UI/Components/oM/CreateType.cs +++ b/BHoM_UI/Components/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. @@ -120,3 +120,4 @@ public override void AddToMenu(object menu) + diff --git a/BHoM_UI/Global/DocumentListener.cs b/BHoM_UI/Global/DocumentListener.cs index adfbd2b..4224b6a 100644 --- a/BHoM_UI/Global/DocumentListener.cs +++ b/BHoM_UI/Global/DocumentListener.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. @@ -225,3 +225,4 @@ private static Label GetCell(string text) + diff --git a/BHoM_UI/Global/GlobalSearch.cs b/BHoM_UI/Global/GlobalSearch.cs index 3576083..6401b6c 100644 --- a/BHoM_UI/Global/GlobalSearch.cs +++ b/BHoM_UI/Global/GlobalSearch.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. @@ -188,3 +188,4 @@ private static void ShowWithConstraint(SearchConfig config) + diff --git a/BHoM_UI/Global/Initialisation.cs b/BHoM_UI/Global/Initialisation.cs index 1802b20..b57346b 100644 --- a/BHoM_UI/Global/Initialisation.cs +++ b/BHoM_UI/Global/Initialisation.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. @@ -141,3 +141,4 @@ private static bool InitialiseToolkit(IInitialisationSettings settings) + diff --git a/BHoM_UI/Global/SearchMenu.cs b/BHoM_UI/Global/SearchMenu.cs index 382f32a..59399f7 100644 --- a/BHoM_UI/Global/SearchMenu.cs +++ b/BHoM_UI/Global/SearchMenu.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. @@ -332,3 +332,4 @@ protected List GetComponentItems() + diff --git a/BHoM_UI/Global/SearchMenu_WinForm.cs b/BHoM_UI/Global/SearchMenu_WinForm.cs index ed1516f..1c163a2 100644 --- a/BHoM_UI/Global/SearchMenu_WinForm.cs +++ b/BHoM_UI/Global/SearchMenu_WinForm.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. @@ -253,3 +253,4 @@ protected override void RefreshSearchResults(List hits) + diff --git a/BHoM_UI/Global/SearchMenu_Wpf.cs b/BHoM_UI/Global/SearchMenu_Wpf.cs index 7ab1976..bed9bd0 100644 --- a/BHoM_UI/Global/SearchMenu_Wpf.cs +++ b/BHoM_UI/Global/SearchMenu_Wpf.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. @@ -259,3 +259,4 @@ public static ImageSource GetImage(Bitmap bmp) + diff --git a/BHoM_UI/Menus/IItemSelectorMenu.cs b/BHoM_UI/Menus/IItemSelectorMenu.cs index 1ea0a76..89493ca 100644 --- a/BHoM_UI/Menus/IItemSelectorMenu.cs +++ b/BHoM_UI/Menus/IItemSelectorMenu.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. @@ -39,3 +39,4 @@ public interface IItemSelectorMenu + diff --git a/BHoM_UI/Menus/ItemSelector.cs b/BHoM_UI/Menus/ItemSelector.cs index 016dd98..8eea69e 100644 --- a/BHoM_UI/Menus/ItemSelector.cs +++ b/BHoM_UI/Menus/ItemSelector.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. @@ -126,3 +126,4 @@ private void M_Menu_ItemSelected(object sender, object e) + diff --git a/BHoM_UI/Menus/ItemSelectorMenu.cs b/BHoM_UI/Menus/ItemSelectorMenu.cs index 7381caf..2176610 100644 --- a/BHoM_UI/Menus/ItemSelectorMenu.cs +++ b/BHoM_UI/Menus/ItemSelectorMenu.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. @@ -111,3 +111,4 @@ protected void ReturnSelectedItem(object item) + diff --git a/BHoM_UI/Menus/ItemSelectorMenu_WinForm.cs b/BHoM_UI/Menus/ItemSelectorMenu_WinForm.cs index be08dbd..95ad986 100644 --- a/BHoM_UI/Menus/ItemSelectorMenu_WinForm.cs +++ b/BHoM_UI/Menus/ItemSelectorMenu_WinForm.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. @@ -174,3 +174,4 @@ protected void Search_TextChanged(object sender, EventArgs e) + diff --git a/BHoM_UI/Menus/ItemSelectorMenu_Wpf.cs b/BHoM_UI/Menus/ItemSelectorMenu_Wpf.cs index 3dfc75e..9e25cc5 100644 --- a/BHoM_UI/Menus/ItemSelectorMenu_Wpf.cs +++ b/BHoM_UI/Menus/ItemSelectorMenu_Wpf.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. @@ -185,3 +185,4 @@ private void Menu_SizeChanged(object sender, SizeChangedEventArgs e) + diff --git a/BHoM_UI/Menus/ParamSelectorMenu.cs b/BHoM_UI/Menus/ParamSelectorMenu.cs index 082ddaa..758b654 100644 --- a/BHoM_UI/Menus/ParamSelectorMenu.cs +++ b/BHoM_UI/Menus/ParamSelectorMenu.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. @@ -231,3 +231,4 @@ protected string ParamLabel() + diff --git a/BHoM_UI/Properties/AssemblyInfo.cs b/BHoM_UI/Properties/AssemblyInfo.cs index 268d1a1..ac5ed66 100644 --- a/BHoM_UI/Properties/AssemblyInfo.cs +++ b/BHoM_UI/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. @@ -59,3 +59,4 @@ + diff --git a/BHoM_UI/Properties/Resources.Designer.cs b/BHoM_UI/Properties/Resources.Designer.cs index 8b72355..b1b616d 100644 --- a/BHoM_UI/Properties/Resources.Designer.cs +++ b/BHoM_UI/Properties/Resources.Designer.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. @@ -632,3 +632,4 @@ internal static System.Drawing.Icon BHoM_Icon + diff --git a/UI_Engine/Compute/Constructor.cs b/UI_Engine/Compute/Constructor.cs index 5266fec..670ae5a 100644 --- a/UI_Engine/Compute/Constructor.cs +++ b/UI_Engine/Compute/Constructor.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. @@ -69,3 +69,4 @@ public static Func Constructor(Type type, List para + diff --git a/UI_Engine/Compute/ConstructorText.cs b/UI_Engine/Compute/ConstructorText.cs index 049f63c..8bf2880 100644 --- a/UI_Engine/Compute/ConstructorText.cs +++ b/UI_Engine/Compute/ConstructorText.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 string ConstructorText(this Type type, int maxParams = 5, int maxC + diff --git a/UI_Engine/Compute/LoadAssemblies.cs b/UI_Engine/Compute/LoadAssemblies.cs index 3fef924..a6449b8 100644 --- a/UI_Engine/Compute/LoadAssemblies.cs +++ b/UI_Engine/Compute/LoadAssemblies.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 static void LoadAssemblies() + diff --git a/UI_Engine/Compute/LogUsage.cs b/UI_Engine/Compute/LogUsage.cs index cd207eb..2567ca0 100644 --- a/UI_Engine/Compute/LogUsage.cs +++ b/UI_Engine/Compute/LogUsage.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. @@ -223,3 +223,4 @@ private static void TriggerUIEndOpening() + diff --git a/UI_Engine/Compute/Organise.cs b/UI_Engine/Compute/Organise.cs index 215f788..3bde5bd 100644 --- a/UI_Engine/Compute/Organise.cs +++ b/UI_Engine/Compute/Organise.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. @@ -132,3 +132,4 @@ private static Output, Tree> OrganiseObjects(this List< + diff --git a/UI_Engine/Compute/RecordError.cs b/UI_Engine/Compute/RecordError.cs index 1db560a..85f520b 100644 --- a/UI_Engine/Compute/RecordError.cs +++ b/UI_Engine/Compute/RecordError.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. @@ -80,3 +80,4 @@ public static void RecordExecutionError(Exception e) + diff --git a/UI_Engine/Compute/SaveSettings.cs b/UI_Engine/Compute/SaveSettings.cs index cd41e70..8cf9254 100644 --- a/UI_Engine/Compute/SaveSettings.cs +++ b/UI_Engine/Compute/SaveSettings.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. @@ -74,3 +74,4 @@ public static bool SaveSettings(ISettings settings) + diff --git a/UI_Engine/Compute/SetProjectID.cs b/UI_Engine/Compute/SetProjectID.cs index 3a572e0..c995e33 100644 --- a/UI_Engine/Compute/SetProjectID.cs +++ b/UI_Engine/Compute/SetProjectID.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 static bool SetProjectID(string projectID) } + diff --git a/UI_Engine/Create/InputAccessor.cs b/UI_Engine/Create/InputAccessor.cs index b2b4f16..a08fa75 100644 --- a/UI_Engine/Create/InputAccessor.cs +++ b/UI_Engine/Create/InputAccessor.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. @@ -97,3 +97,4 @@ public static Func InputAccessor(Type accessorType, + diff --git a/UI_Engine/Create/OutputAccessor.cs b/UI_Engine/Create/OutputAccessor.cs index 562422e..2387b10 100644 --- a/UI_Engine/Create/OutputAccessor.cs +++ b/UI_Engine/Create/OutputAccessor.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 static Func OutputAccessor(Type accesso + diff --git a/UI_Engine/Create/ParamInfo.cs b/UI_Engine/Create/ParamInfo.cs index 756d0fc..dde2d80 100644 --- a/UI_Engine/Create/ParamInfo.cs +++ b/UI_Engine/Create/ParamInfo.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. @@ -104,3 +104,4 @@ public static ParamInfo ParamInfo(this ParameterInfo parameter, string descripti + diff --git a/UI_Engine/Objects/DocumentLoading.cs b/UI_Engine/Objects/DocumentLoading.cs index 476c2b8..597af21 100644 --- a/UI_Engine/Objects/DocumentLoading.cs +++ b/UI_Engine/Objects/DocumentLoading.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. @@ -41,3 +41,4 @@ public static void SetDocumentOpeningState(bool state) } } } + diff --git a/UI_Engine/Properties/AssemblyInfo.cs b/UI_Engine/Properties/AssemblyInfo.cs index 632eb5c..ef6e2f8 100644 --- a/UI_Engine/Properties/AssemblyInfo.cs +++ b/UI_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. @@ -59,3 +59,4 @@ + diff --git a/UI_Engine/Query/AreMatching.cs b/UI_Engine/Query/AreMatching.cs index c843147..64521e1 100644 --- a/UI_Engine/Query/AreMatching.cs +++ b/UI_Engine/Query/AreMatching.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 bool AreMatching(List props, List oldList + diff --git a/UI_Engine/Query/Changes.cs b/UI_Engine/Query/Changes.cs index 2e7504f..ddb844f 100644 --- a/UI_Engine/Query/Changes.cs +++ b/UI_Engine/Query/Changes.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. @@ -113,3 +113,4 @@ private static void Move(this List list, int from, int to) + diff --git a/UI_Engine/Query/Depth.cs b/UI_Engine/Query/Depth.cs index 3241642..406e146 100644 --- a/UI_Engine/Query/Depth.cs +++ b/UI_Engine/Query/Depth.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 int Depth(this ParamInfo info) + diff --git a/UI_Engine/Query/Hits.cs b/UI_Engine/Query/Hits.cs index 0c8b6d0..1be57a4 100644 --- a/UI_Engine/Query/Hits.cs +++ b/UI_Engine/Query/Hits.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 List Hits(this List items, string search, + diff --git a/UI_Engine/Query/Items.cs b/UI_Engine/Query/Items.cs index 4434581..3b76b0e 100644 --- a/UI_Engine/Query/Items.cs +++ b/UI_Engine/Query/Items.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. @@ -191,3 +191,4 @@ public static List ExternalItems() + diff --git a/UI_Engine/Query/MatchWith.cs b/UI_Engine/Query/MatchWith.cs index 4e42225..8381f9d 100644 --- a/UI_Engine/Query/MatchWith.cs +++ b/UI_Engine/Query/MatchWith.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. @@ -101,3 +101,4 @@ private static bool IsMatchingName(this ParamInfo param, string name) + diff --git a/UI_Engine/Query/OutputParams.cs b/UI_Engine/Query/OutputParams.cs index 38ccaf1..f7df8df 100644 --- a/UI_Engine/Query/OutputParams.cs +++ b/UI_Engine/Query/OutputParams.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. @@ -182,3 +182,4 @@ private static void CollectOutputTypes(Type type, ref Dictionary parameters, int index) + diff --git a/UI_Engine/Query/Settings.cs b/UI_Engine/Query/Settings.cs index 2f41bce..900af02 100644 --- a/UI_Engine/Query/Settings.cs +++ b/UI_Engine/Query/Settings.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. @@ -107,3 +107,4 @@ public static ISettings Settings(string toolkitName) + diff --git a/UI_Engine/Query/SubType.cs b/UI_Engine/Query/SubType.cs index 3a208d5..b93bdb5 100644 --- a/UI_Engine/Query/SubType.cs +++ b/UI_Engine/Query/SubType.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 Type SubType(this ParamInfo info) + diff --git a/UI_Engine/Query/ToText.cs b/UI_Engine/Query/ToText.cs index 431a40c..6bcd442 100644 --- a/UI_Engine/Query/ToText.cs +++ b/UI_Engine/Query/ToText.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. @@ -101,3 +101,4 @@ private static string ToText(IParamUpdate update) + diff --git a/UI_Engine/Query/UsageLogFileName.cs b/UI_Engine/Query/UsageLogFileName.cs index 6145f70..6951d91 100644 --- a/UI_Engine/Query/UsageLogFileName.cs +++ b/UI_Engine/Query/UsageLogFileName.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. @@ -53,3 +53,4 @@ public static string UsageLogFileName(string uiName) private static string m_usageLogFileName; } } + diff --git a/UI_Engine/Query/UsageLogFolder.cs b/UI_Engine/Query/UsageLogFolder.cs index be0a3aa..72171c4 100644 --- a/UI_Engine/Query/UsageLogFolder.cs +++ b/UI_Engine/Query/UsageLogFolder.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 string UsageLogFolder() } } } + diff --git a/UI_Engine/Query/Weight.cs b/UI_Engine/Query/Weight.cs index 72eaa3a..cef8a7d 100644 --- a/UI_Engine/Query/Weight.cs +++ b/UI_Engine/Query/Weight.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. @@ -241,3 +241,4 @@ private static Type TryGetPropertyType(this PropertyInfo property) + diff --git a/UI_oM/ComponentRequest.cs b/UI_oM/ComponentRequest.cs index a4f40af..3f6a093 100644 --- a/UI_oM/ComponentRequest.cs +++ b/UI_oM/ComponentRequest.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 class ComponentRequest : BHoMObject + diff --git a/UI_oM/CustomItem.cs b/UI_oM/CustomItem.cs index 5ae9638..561fae0 100644 --- a/UI_oM/CustomItem.cs +++ b/UI_oM/CustomItem.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 class CustomItem : BHoMObject + diff --git a/UI_oM/Interfaces/IDataAccessor.cs b/UI_oM/Interfaces/IDataAccessor.cs index 0d60ebd..0312b48 100644 --- a/UI_oM/Interfaces/IDataAccessor.cs +++ b/UI_oM/Interfaces/IDataAccessor.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. @@ -69,3 +69,4 @@ public interface IDataAccessor + diff --git a/UI_oM/Interfaces/IInitialisationSettings.cs b/UI_oM/Interfaces/IInitialisationSettings.cs index 850e6f5..fe2361e 100644 --- a/UI_oM/Interfaces/IInitialisationSettings.cs +++ b/UI_oM/Interfaces/IInitialisationSettings.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 interface IInitialisationSettings : IImmutable + diff --git a/UI_oM/Interfaces/IParamUpdate.cs b/UI_oM/Interfaces/IParamUpdate.cs index 37dc7b0..4c556ae 100644 --- a/UI_oM/Interfaces/IParamUpdate.cs +++ b/UI_oM/Interfaces/IParamUpdate.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. @@ -44,3 +44,4 @@ public interface IParamUpdate : IUpdate + diff --git a/UI_oM/Interfaces/IUpdate.cs b/UI_oM/Interfaces/IUpdate.cs index c875d72..3ef5e3f 100644 --- a/UI_oM/Interfaces/IUpdate.cs +++ b/UI_oM/Interfaces/IUpdate.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 interface IUpdate + diff --git a/UI_oM/ParamInfo.cs b/UI_oM/ParamInfo.cs index ebe485e..778502b 100644 --- a/UI_oM/ParamInfo.cs +++ b/UI_oM/ParamInfo.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 class ParamInfo : BHoMObject + diff --git a/UI_oM/ParamKind.cs b/UI_oM/ParamKind.cs index 52d392f..f0aa638 100644 --- a/UI_oM/ParamKind.cs +++ b/UI_oM/ParamKind.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 enum ParamKind + diff --git a/UI_oM/ParamOldIndexFragment.cs b/UI_oM/ParamOldIndexFragment.cs index c935598..1870667 100644 --- a/UI_oM/ParamOldIndexFragment.cs +++ b/UI_oM/ParamOldIndexFragment.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. @@ -44,3 +44,4 @@ public class ParamOldIndexFragment : IFragment + diff --git a/UI_oM/PreviousNamesFragment.cs b/UI_oM/PreviousNamesFragment.cs index 16e27c8..23df3c7 100644 --- a/UI_oM/PreviousNamesFragment.cs +++ b/UI_oM/PreviousNamesFragment.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. @@ -44,3 +44,4 @@ public class PreviousNamesFragment : IFragment + diff --git a/UI_oM/ProjectIDEvent.cs b/UI_oM/ProjectIDEvent.cs index 1d15d16..fe72dcf 100644 --- a/UI_oM/ProjectIDEvent.cs +++ b/UI_oM/ProjectIDEvent.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 class ProjectIDEvent : Event + diff --git a/UI_oM/Properties/AssemblyInfo.cs b/UI_oM/Properties/AssemblyInfo.cs index 16ba331..e0299dd 100644 --- a/UI_oM/Properties/AssemblyInfo.cs +++ b/UI_oM/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. @@ -59,3 +59,4 @@ + diff --git a/UI_oM/SearchConfig.cs b/UI_oM/SearchConfig.cs index e5554e8..24d7847 100644 --- a/UI_oM/SearchConfig.cs +++ b/UI_oM/SearchConfig.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 SearchConfig : BHoMObject + diff --git a/UI_oM/SearchItem.cs b/UI_oM/SearchItem.cs index 3135b09..0f0e5cf 100644 --- a/UI_oM/SearchItem.cs +++ b/UI_oM/SearchItem.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. @@ -53,3 +53,4 @@ public class SearchItem : BHoMObject + diff --git a/UI_oM/TriggerLogUsageArgs.cs b/UI_oM/TriggerLogUsageArgs.cs index 49ac8d8..a6217c0 100644 --- a/UI_oM/TriggerLogUsageArgs.cs +++ b/UI_oM/TriggerLogUsageArgs.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. @@ -40,3 +40,4 @@ public class TriggerLogUsageArgs : EventArgs, IObject public virtual string FileID { get; set; } = ""; } } + diff --git a/UI_oM/Updates/CallerUpdate.cs b/UI_oM/Updates/CallerUpdate.cs index aa15d77..c998176 100644 --- a/UI_oM/Updates/CallerUpdate.cs +++ b/UI_oM/Updates/CallerUpdate.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. @@ -50,3 +50,4 @@ public class CallerUpdate : BHoMObject, IUpdate + diff --git a/UI_oM/Updates/CallerUpdateCause.cs b/UI_oM/Updates/CallerUpdateCause.cs index dfb5468..4ca93a4 100644 --- a/UI_oM/Updates/CallerUpdateCause.cs +++ b/UI_oM/Updates/CallerUpdateCause.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. @@ -45,3 +45,4 @@ public enum CallerUpdateCause + diff --git a/UI_oM/Updates/ComponentUpdate.cs b/UI_oM/Updates/ComponentUpdate.cs index 735ec2a..a155b47 100644 --- a/UI_oM/Updates/ComponentUpdate.cs +++ b/UI_oM/Updates/ComponentUpdate.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 ComponentUpdate : BHoMObject, IUpdate + diff --git a/UI_oM/Updates/InputsUpdate.cs b/UI_oM/Updates/InputsUpdate.cs index 5a07729..18ac3a1 100644 --- a/UI_oM/Updates/InputsUpdate.cs +++ b/UI_oM/Updates/InputsUpdate.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. @@ -44,3 +44,4 @@ public class InputsUpdate : BHoMObject, IUpdate + diff --git a/UI_oM/Updates/OutputsUpdate.cs b/UI_oM/Updates/OutputsUpdate.cs index bc1a7c7..739dfc3 100644 --- a/UI_oM/Updates/OutputsUpdate.cs +++ b/UI_oM/Updates/OutputsUpdate.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. @@ -44,3 +44,4 @@ public class OutputsUpdate : BHoMObject, IUpdate + diff --git a/UI_oM/Updates/ParamAdded.cs b/UI_oM/Updates/ParamAdded.cs index b1b6c96..e460f06 100644 --- a/UI_oM/Updates/ParamAdded.cs +++ b/UI_oM/Updates/ParamAdded.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 ParamAdded : BHoMObject, IParamUpdate + diff --git a/UI_oM/Updates/ParamMoved.cs b/UI_oM/Updates/ParamMoved.cs index a75035c..f98e662 100644 --- a/UI_oM/Updates/ParamMoved.cs +++ b/UI_oM/Updates/ParamMoved.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 ParamMoved : BHoMObject, IParamUpdate + diff --git a/UI_oM/Updates/ParamRemoved.cs b/UI_oM/Updates/ParamRemoved.cs index edc01af..f6c64d0 100644 --- a/UI_oM/Updates/ParamRemoved.cs +++ b/UI_oM/Updates/ParamRemoved.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. @@ -44,3 +44,4 @@ public class ParamRemoved : BHoMObject, IParamUpdate + diff --git a/UI_oM/Updates/ParamReplaced.cs b/UI_oM/Updates/ParamReplaced.cs index d658578..5236294 100644 --- a/UI_oM/Updates/ParamReplaced.cs +++ b/UI_oM/Updates/ParamReplaced.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 ParamUpdated : BHoMObject, IParamUpdate + diff --git a/UI_oM/UsageLogEntry.cs b/UI_oM/UsageLogEntry.cs index c2c2df4..af28c0a 100644 --- a/UI_oM/UsageLogEntry.cs +++ b/UI_oM/UsageLogEntry.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. @@ -65,3 +65,4 @@ public class UsageLogEntry : BHoMObject +