From ce478665778d2f5582de4f80b5a8d700bc2e8e23 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Wed, 4 Jan 2023 11:35:26 +0000 Subject: [PATCH] Update copyright headers to 2023 --- BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.cs | 3 ++- BHoMAnalytics_Adapter/Properties/AssemblyInfo.cs | 3 ++- BHoMAnalytics_Engine/Compute/CollectUsageData.cs | 3 ++- BHoMAnalytics_Engine/Compute/SummariseUsageData.cs | 3 ++- BHoMAnalytics_Engine/Create/ToolkitSettings.cs | 3 ++- BHoMAnalytics_Engine/Properties/AssemblyInfo.cs | 3 ++- BHoMAnalytics_oM/Enums/ItemType.cs | 3 ++- BHoMAnalytics_oM/Properties/AssemblyInfo.cs | 3 ++- BHoMAnalytics_oM/ToolkitSettings.cs | 3 ++- BHoMAnalytics_oM/UsageEntry.cs | 3 ++- BHoMAnalytics_oM/WebUsageEntry.cs | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.cs b/BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.cs index f11e450..961ce9b 100644 --- a/BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.cs +++ b/BHoMAnalytics_Adapter/BHoMAnalyticsAdapter.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. @@ -106,3 +106,4 @@ private static MongoAdapter GetTargetDatabase() + diff --git a/BHoMAnalytics_Adapter/Properties/AssemblyInfo.cs b/BHoMAnalytics_Adapter/Properties/AssemblyInfo.cs index d7efe8b..57f4bb1 100644 --- a/BHoMAnalytics_Adapter/Properties/AssemblyInfo.cs +++ b/BHoMAnalytics_Adapter/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. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("6.0.0.0")] [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/BHoMAnalytics_Engine/Compute/CollectUsageData.cs b/BHoMAnalytics_Engine/Compute/CollectUsageData.cs index 3c5fff1..49f4fa9 100644 --- a/BHoMAnalytics_Engine/Compute/CollectUsageData.cs +++ b/BHoMAnalytics_Engine/Compute/CollectUsageData.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 @@ public static List CollectUsageData(bool deleteProcessedFiles = fals } + diff --git a/BHoMAnalytics_Engine/Compute/SummariseUsageData.cs b/BHoMAnalytics_Engine/Compute/SummariseUsageData.cs index 2faa13d..95b9730 100644 --- a/BHoMAnalytics_Engine/Compute/SummariseUsageData.cs +++ b/BHoMAnalytics_Engine/Compute/SummariseUsageData.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 static List SummariseUsageData(this List logEn } + diff --git a/BHoMAnalytics_Engine/Create/ToolkitSettings.cs b/BHoMAnalytics_Engine/Create/ToolkitSettings.cs index 11461fb..c93d6f9 100644 --- a/BHoMAnalytics_Engine/Create/ToolkitSettings.cs +++ b/BHoMAnalytics_Engine/Create/ToolkitSettings.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 ToolkitSettings ToolkitSettings(string serverAddress, string datab } + diff --git a/BHoMAnalytics_Engine/Properties/AssemblyInfo.cs b/BHoMAnalytics_Engine/Properties/AssemblyInfo.cs index c5b9792..82cd291 100644 --- a/BHoMAnalytics_Engine/Properties/AssemblyInfo.cs +++ b/BHoMAnalytics_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. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("6.0.0.0")] [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/BHoMAnalytics_oM/Enums/ItemType.cs b/BHoMAnalytics_oM/Enums/ItemType.cs index d50bf2c..35169cc 100644 --- a/BHoMAnalytics_oM/Enums/ItemType.cs +++ b/BHoMAnalytics_oM/Enums/ItemType.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 enum ItemType + diff --git a/BHoMAnalytics_oM/Properties/AssemblyInfo.cs b/BHoMAnalytics_oM/Properties/AssemblyInfo.cs index f5ba67b..7484191 100644 --- a/BHoMAnalytics_oM/Properties/AssemblyInfo.cs +++ b/BHoMAnalytics_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. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("6.0.0.0")] [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/BHoMAnalytics_oM/ToolkitSettings.cs b/BHoMAnalytics_oM/ToolkitSettings.cs index 9928768..e5afde4 100644 --- a/BHoMAnalytics_oM/ToolkitSettings.cs +++ b/BHoMAnalytics_oM/ToolkitSettings.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. @@ -70,3 +70,4 @@ public ToolkitSettings(string serverAddress, string databaseName, string collect + diff --git a/BHoMAnalytics_oM/UsageEntry.cs b/BHoMAnalytics_oM/UsageEntry.cs index fb9ef99..9b113af 100644 --- a/BHoMAnalytics_oM/UsageEntry.cs +++ b/BHoMAnalytics_oM/UsageEntry.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. @@ -71,3 +71,4 @@ public class UsageEntry : BHoMObject + diff --git a/BHoMAnalytics_oM/WebUsageEntry.cs b/BHoMAnalytics_oM/WebUsageEntry.cs index d2e2e53..2a4c463 100644 --- a/BHoMAnalytics_oM/WebUsageEntry.cs +++ b/BHoMAnalytics_oM/WebUsageEntry.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 WebUsageEntry : BHoMObject +