diff --git a/LifeCycleAssessment_Engine/Compute/BenchmarkVariance.cs b/LifeCycleAssessment_Engine/Compute/BenchmarkVariance.cs index 4d6d6b99..1ab67ba8 100644 --- a/LifeCycleAssessment_Engine/Compute/BenchmarkVariance.cs +++ b/LifeCycleAssessment_Engine/Compute/BenchmarkVariance.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 static double BenchmarkVariance(double projectEmbodiedCarbon, double proj } + diff --git a/LifeCycleAssessment_Engine/Compute/ConcreteVolume.cs b/LifeCycleAssessment_Engine/Compute/ConcreteVolume.cs index e984f2ba..cc459f7d 100644 --- a/LifeCycleAssessment_Engine/Compute/ConcreteVolume.cs +++ b/LifeCycleAssessment_Engine/Compute/ConcreteVolume.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. @@ -49,3 +49,4 @@ public static double ConcreteVolume(double concreteVolume, double reinforcementV } } + diff --git a/LifeCycleAssessment_Engine/Compute/ElementEmbodiedCarbon.cs b/LifeCycleAssessment_Engine/Compute/ElementEmbodiedCarbon.cs index 277b15f9..07e02d4b 100644 --- a/LifeCycleAssessment_Engine/Compute/ElementEmbodiedCarbon.cs +++ b/LifeCycleAssessment_Engine/Compute/ElementEmbodiedCarbon.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. @@ -54,3 +54,4 @@ public static ElementResult ElementEmbodiedCarbon(this IElementM elementM, List< /***************************************************/ } } + diff --git a/LifeCycleAssessment_Engine/Compute/EvaluateElement.cs b/LifeCycleAssessment_Engine/Compute/EvaluateElement.cs index d5943108..4b829a23 100644 --- a/LifeCycleAssessment_Engine/Compute/EvaluateElement.cs +++ b/LifeCycleAssessment_Engine/Compute/EvaluateElement.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 @@ public static ElementResult EvaluateElement(IElementM elementM, List EvaluateMaterialTakeoff(this VolumetricMateri /***************************************************/ } } + diff --git a/LifeCycleAssessment_Engine/Compute/EvaluateProjectLifeCycleAssessment.cs b/LifeCycleAssessment_Engine/Compute/EvaluateProjectLifeCycleAssessment.cs index b203ca27..ebb32926 100644 --- a/LifeCycleAssessment_Engine/Compute/EvaluateProjectLifeCycleAssessment.cs +++ b/LifeCycleAssessment_Engine/Compute/EvaluateProjectLifeCycleAssessment.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. @@ -83,3 +83,4 @@ public static double EvaluateProjectLifeCycleAssessment(ProjectLifeCycleAssessme } } + diff --git a/LifeCycleAssessment_Engine/Compute/EvaluateReferenceValue.cs b/LifeCycleAssessment_Engine/Compute/EvaluateReferenceValue.cs index 720f3f01..4a3e7933 100644 --- a/LifeCycleAssessment_Engine/Compute/EvaluateReferenceValue.cs +++ b/LifeCycleAssessment_Engine/Compute/EvaluateReferenceValue.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. @@ -72,3 +72,4 @@ public static double EvaluateReferenceValue(double referenceValue, Environmental } } + diff --git a/LifeCycleAssessment_Engine/Compute/GlazingVolume.cs b/LifeCycleAssessment_Engine/Compute/GlazingVolume.cs index 2a00f3be..3cc0da60 100644 --- a/LifeCycleAssessment_Engine/Compute/GlazingVolume.cs +++ b/LifeCycleAssessment_Engine/Compute/GlazingVolume.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 static double GlazingVolume(double glazingArea, double glazingThickness, } } + diff --git a/LifeCycleAssessment_Engine/Compute/ReinforcementVolume.cs b/LifeCycleAssessment_Engine/Compute/ReinforcementVolume.cs index a8434c32..6489a649 100644 --- a/LifeCycleAssessment_Engine/Compute/ReinforcementVolume.cs +++ b/LifeCycleAssessment_Engine/Compute/ReinforcementVolume.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. @@ -49,3 +49,4 @@ public static double ReinforcementVolume(double concreteVolume, double percentag } } + diff --git a/LifeCycleAssessment_Engine/Convert/ToBuildingBenchmarkingData.cs b/LifeCycleAssessment_Engine/Convert/ToBuildingBenchmarkingData.cs index 88c351a0..aedbf8b7 100644 --- a/LifeCycleAssessment_Engine/Convert/ToBuildingBenchmarkingData.cs +++ b/LifeCycleAssessment_Engine/Convert/ToBuildingBenchmarkingData.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. @@ -51,3 +51,4 @@ public static BuildingBenchmarkingData ToBuildingBenchmarkingData(this CustomObj } + diff --git a/LifeCycleAssessment_Engine/Convert/ToHealthProductDeclarationData.cs b/LifeCycleAssessment_Engine/Convert/ToHealthProductDeclarationData.cs index f89a72e2..d62c45c0 100644 --- a/LifeCycleAssessment_Engine/Convert/ToHealthProductDeclarationData.cs +++ b/LifeCycleAssessment_Engine/Convert/ToHealthProductDeclarationData.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. @@ -72,3 +72,4 @@ public static HealthProductDeclaration ToHealthProductDeclarationData(this Custo } + diff --git a/LifeCycleAssessment_Engine/Create/LifeCycleAssessmentScope.cs b/LifeCycleAssessment_Engine/Create/LifeCycleAssessmentScope.cs index 0c4c349d..ba6170a2 100644 --- a/LifeCycleAssessment_Engine/Create/LifeCycleAssessmentScope.cs +++ b/LifeCycleAssessment_Engine/Create/LifeCycleAssessmentScope.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. @@ -95,3 +95,4 @@ public static LifeCycleAssessmentScope LifeCycleAssessmentScope( } + diff --git a/LifeCycleAssessment_Engine/Objects/HelperMethods.cs b/LifeCycleAssessment_Engine/Objects/HelperMethods.cs index d535af58..0c1bbaa4 100644 --- a/LifeCycleAssessment_Engine/Objects/HelperMethods.cs +++ b/LifeCycleAssessment_Engine/Objects/HelperMethods.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 @@ public static List GetEPDDensity(this IElementM elementM, MaterialCompos } } } + diff --git a/LifeCycleAssessment_Engine/Properties/AssemblyInfo.cs b/LifeCycleAssessment_Engine/Properties/AssemblyInfo.cs index 6b557d25..8eba6e49 100644 --- a/LifeCycleAssessment_Engine/Properties/AssemblyInfo.cs +++ b/LifeCycleAssessment_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/LifeCycleAssessment_Engine/Query/GetEPDDensity.cs b/LifeCycleAssessment_Engine/Query/GetEPDDensity.cs index ab33a3e3..5afffca9 100644 --- a/LifeCycleAssessment_Engine/Query/GetEPDDensity.cs +++ b/LifeCycleAssessment_Engine/Query/GetEPDDensity.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 List GetEPDDensity(this IElementM elementM) } + diff --git a/LifeCycleAssessment_Engine/Query/GetEPDPhases.cs b/LifeCycleAssessment_Engine/Query/GetEPDPhases.cs index c414fc26..ab7a2c59 100644 --- a/LifeCycleAssessment_Engine/Query/GetEPDPhases.cs +++ b/LifeCycleAssessment_Engine/Query/GetEPDPhases.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. @@ -110,3 +110,4 @@ public static List> GetEPDPhases(this IElementM } + diff --git a/LifeCycleAssessment_Engine/Query/GetEPDQuantityType.cs b/LifeCycleAssessment_Engine/Query/GetEPDQuantityType.cs index 3092878b..00705838 100644 --- a/LifeCycleAssessment_Engine/Query/GetEPDQuantityType.cs +++ b/LifeCycleAssessment_Engine/Query/GetEPDQuantityType.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. @@ -49,3 +49,4 @@ public static QuantityType GetEPDQuantityType(this EnvironmentalProductDeclarati } } + diff --git a/LifeCycleAssessment_Engine/Query/GetElementEnvironmentalMetric.cs b/LifeCycleAssessment_Engine/Query/GetElementEnvironmentalMetric.cs index 1a5b9305..d6d6b911 100644 --- a/LifeCycleAssessment_Engine/Query/GetElementEnvironmentalMetric.cs +++ b/LifeCycleAssessment_Engine/Query/GetElementEnvironmentalMetric.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 static List> GetElementEnvironmentalMetric(this /***************************************************/ } } + diff --git a/LifeCycleAssessment_Engine/Query/GetElementEpd.cs b/LifeCycleAssessment_Engine/Query/GetElementEpd.cs index 6f7431e2..bac4d1fe 100644 --- a/LifeCycleAssessment_Engine/Query/GetElementEpd.cs +++ b/LifeCycleAssessment_Engine/Query/GetElementEpd.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 static List GetElementEpd(this IElementM } } + diff --git a/LifeCycleAssessment_Engine/Query/GetElementMaterial.cs b/LifeCycleAssessment_Engine/Query/GetElementMaterial.cs index 565416b0..6e4aec89 100644 --- a/LifeCycleAssessment_Engine/Query/GetElementMaterial.cs +++ b/LifeCycleAssessment_Engine/Query/GetElementMaterial.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. @@ -55,3 +55,4 @@ public static List GetElementMaterial(this IElementM elementM) } } + diff --git a/LifeCycleAssessment_Engine/Query/GetElementScope.cs b/LifeCycleAssessment_Engine/Query/GetElementScope.cs index 07b9cd35..582534ca 100644 --- a/LifeCycleAssessment_Engine/Query/GetElementScope.cs +++ b/LifeCycleAssessment_Engine/Query/GetElementScope.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 static ScopeType GetElementScope(this IElementM elementM) } } + diff --git a/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetric.cs b/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetric.cs index 6174885a..5605e1a2 100644 --- a/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetric.cs +++ b/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetric.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. @@ -84,3 +84,4 @@ public static List GetEnvironmentalMetric(this IElementM el } } + diff --git a/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetricValue.cs b/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetricValue.cs index 92735cbe..d7478e4f 100644 --- a/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetricValue.cs +++ b/LifeCycleAssessment_Engine/Query/GetEnvironmentalMetricValue.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 static List GetEnvironmentalMetricValue(this EnvironmentalProduct } } + diff --git a/LifeCycleAssessment_Engine/Query/GetEvaluationValue.cs b/LifeCycleAssessment_Engine/Query/GetEvaluationValue.cs index 9ed1dd70..8752e925 100644 --- a/LifeCycleAssessment_Engine/Query/GetEvaluationValue.cs +++ b/LifeCycleAssessment_Engine/Query/GetEvaluationValue.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. @@ -155,3 +155,4 @@ private static bool IsContaining(this IEnumerable pha } + diff --git a/LifeCycleAssessment_Engine/Query/GetQuantityType.cs b/LifeCycleAssessment_Engine/Query/GetQuantityType.cs index 586de112..d1ad9d82 100644 --- a/LifeCycleAssessment_Engine/Query/GetQuantityType.cs +++ b/LifeCycleAssessment_Engine/Query/GetQuantityType.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 List GetQuantityType(this IElementM elementM) } } + diff --git a/LifeCycleAssessment_Engine/Query/GetQuantityTypeValue.cs b/LifeCycleAssessment_Engine/Query/GetQuantityTypeValue.cs index 472ac0f0..29095e05 100644 --- a/LifeCycleAssessment_Engine/Query/GetQuantityTypeValue.cs +++ b/LifeCycleAssessment_Engine/Query/GetQuantityTypeValue.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. @@ -102,3 +102,4 @@ public static List GetQuantityTypeValue(this Construction construction, } } + diff --git a/LifeCycleAssessment_Engine/Query/MaterialEndOfLifeTreatment.cs b/LifeCycleAssessment_Engine/Query/MaterialEndOfLifeTreatment.cs index eb8fa8e0..c26570cf 100644 --- a/LifeCycleAssessment_Engine/Query/MaterialEndOfLifeTreatment.cs +++ b/LifeCycleAssessment_Engine/Query/MaterialEndOfLifeTreatment.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 static string MaterialEndOfLifeTreatment(this EnvironmentalProductDeclara } + diff --git a/LifeCycleAssessment_Engine/Query/TotalFieldQuantity.cs b/LifeCycleAssessment_Engine/Query/TotalFieldQuantity.cs index ed80789c..c8bc8be7 100644 --- a/LifeCycleAssessment_Engine/Query/TotalFieldQuantity.cs +++ b/LifeCycleAssessment_Engine/Query/TotalFieldQuantity.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 double TotalFieldQuantity(this List TotalMaterialBreakdown(this IEnumerable