From d88d04d98f79d65c8ab0d6b1b05ccb8b47c03333 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Wed, 4 Jan 2023 11:35:13 +0000 Subject: [PATCH] Update copyright headers to 2023 --- XML_Adapter/AdapterActions/Pull.cs | 3 ++- XML_Adapter/AdapterActions/Push.cs | 3 ++- XML_Adapter/CRUD/Bluebeam/ReadBluebeam.cs | 3 ++- XML_Adapter/CRUD/CSProject/CreateCSProject.cs | 3 ++- XML_Adapter/CRUD/CSProject/ReadCSProject.cs | 3 ++- XML_Adapter/CRUD/Create.cs | 3 ++- XML_Adapter/CRUD/Default/CreateDefault.cs | 3 ++- XML_Adapter/CRUD/Default/ReadDefault.cs | 3 ++- XML_Adapter/CRUD/EnergyPlus/ReadEnergyPlus.cs | 3 ++- XML_Adapter/CRUD/GBXML/CreateGBXML.cs | 3 ++- XML_Adapter/CRUD/GBXML/ReadGBXML.cs | 3 ++- XML_Adapter/CRUD/KML/CreateKML.cs | 3 ++- XML_Adapter/CRUD/Read.cs | 3 ++- XML_Adapter/CRUD/gbXMLObjects.cs | 3 ++- XML_Adapter/Convert/Default/ToXML.cs | 3 ++- XML_Adapter/Convert/GBXML/Architecture/Level.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Building.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Construction.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/ElementType.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Material.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Opening.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Panel.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Roughness.cs | 3 ++- XML_Adapter/Convert/GBXML/Environment/Space.cs | 3 ++- XML_Adapter/Convert/GBXML/Geometry/Point.cs | 3 ++- XML_Adapter/Convert/GBXML/Geometry/Polyline.cs | 3 ++- XML_Adapter/Convert/GBXML/Geometry/SpaceBoundaries.cs | 3 ++- XML_Adapter/Convert/GBXML/ToGBXML.cs | 3 ++- XML_Adapter/Convert/KML/AltitudeMode.cs | 3 ++- XML_Adapter/Convert/KML/Mesh.cs | 3 ++- XML_Adapter/Convert/KML/Point.cs | 3 ++- XML_Adapter/Convert/KML/ToKML.cs | 3 ++- XML_Adapter/Convert/KML/ToLatLon.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Absorptance.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/AdjacentSpaceID.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Building.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/BuildingStorey.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Campus.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/CartesianPoint.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/ClosedShell.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/DesignCoolT.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/DesignHeatT.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Location.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/OAFlowPerArea.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/OAFlowPerPerson.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Opening.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/PlanarGeometry.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Polyloop.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/ProjectEntity.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/RectangularGeometry.cs | 3 ++- .../Objects/GBXML/Campus/RectangularGeometryOpenings.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Roughness.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/ShellGeometry.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Space.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/SpaceBoundary.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/StationID.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/Surface.cs | 3 ++- XML_Adapter/Objects/GBXML/Campus/UValue.cs | 3 ++- XML_Adapter/Objects/GBXML/Construction/Construction.cs | 3 ++- XML_Adapter/Objects/GBXML/Construction/LayerID.cs | 3 ++- XML_Adapter/Objects/GBXML/DocumentHistory/CreatedBy.cs | 3 ++- XML_Adapter/Objects/GBXML/DocumentHistory/DocumentHistory.cs | 3 ++- XML_Adapter/Objects/GBXML/DocumentHistory/GUID.cs | 3 ++- XML_Adapter/Objects/GBXML/DocumentHistory/PersonInfo.cs | 3 ++- XML_Adapter/Objects/GBXML/DocumentHistory/ProgramInfo.cs | 3 ++- XML_Adapter/Objects/GBXML/GBXML.cs | 3 ++- XML_Adapter/Objects/GBXML/Layer/Layer.cs | 3 ++- XML_Adapter/Objects/GBXML/Layer/MaterialID.cs | 3 ++- XML_Adapter/Objects/GBXML/Materials/Conductivity.cs | 3 ++- XML_Adapter/Objects/GBXML/Materials/Density.cs | 3 ++- XML_Adapter/Objects/GBXML/Materials/Material.cs | 3 ++- XML_Adapter/Objects/GBXML/Materials/RValue.cs | 3 ++- XML_Adapter/Objects/GBXML/Materials/SpecificHeat.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Emittance.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Gap.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Glaze.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Reflectance.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/SolarHeatGainCoefficient.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Thickness.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/Transmittance.cs | 3 ++- XML_Adapter/Objects/GBXML/Window/WindowType.cs | 3 ++- XML_Adapter/Objects/GBXML/Zone/Zone.cs | 3 ++- XML_Adapter/Objects/KML/Container/Container.cs | 3 ++- XML_Adapter/Objects/KML/Container/Document.cs | 3 ++- XML_Adapter/Objects/KML/Container/Folder.cs | 3 ++- XML_Adapter/Objects/KML/Container/Placemark.cs | 3 ++- XML_Adapter/Objects/KML/Enums/AltitudeMode.cs | 3 ++- XML_Adapter/Objects/KML/Enums/ColourMode.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/InnerBoundaryIs.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/LinearRing.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/MultiGeometry.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/OuterBoundaryIs.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/Point.cs | 3 ++- XML_Adapter/Objects/KML/Geometry/Polygon.cs | 3 ++- XML_Adapter/Objects/KML/IFeature.cs | 3 ++- XML_Adapter/Objects/KML/KML.cs | 3 ++- XML_Adapter/Objects/KML/Style/ColourStyle.cs | 3 ++- XML_Adapter/Objects/KML/Style/LineStyle.cs | 3 ++- XML_Adapter/Objects/KML/Style/PolyStyle.cs | 3 ++- XML_Adapter/Objects/KML/Style/Style.cs | 3 ++- XML_Adapter/Properties/AssemblyInfo.cs | 3 ++- XML_Adapter/Query/CADObjectID.cs | 3 ++- XML_Adapter/Query/ConstructionID.cs | 3 ++- XML_Adapter/XMLAdapter.cs | 3 ++- XML_Engine/Create/DocumentBuilder.cs | 3 ++- XML_Engine/Create/GBXMLUnitSetUp.cs | 3 ++- XML_Engine/Properties/AssemblyInfo.cs | 3 ++- XML_Engine/Query/CleanName.cs | 3 ++- XML_Engine/Query/Depth.cs | 3 ++- XML_Engine/Query/ExposedToSun.cs | 3 ++- XML_Engine/Query/ExternalElements.cs | 3 ++- XML_Engine/Query/IsExternal.cs | 3 ++- XML_oM/Bluebeam/BluebeamObject.cs | 3 ++- XML_oM/Bluebeam/Markup.cs | 3 ++- XML_oM/Bluebeam/MarkupSummary.cs | 3 ++- XML_oM/CSProject/CSProjectObject.cs | 3 ++- XML_oM/CSProject/Import.cs | 3 ++- XML_oM/CSProject/ItemGroup/IncludedFile.cs | 3 ++- XML_oM/CSProject/ItemGroup/ItemGroup.cs | 3 ++- XML_oM/CSProject/ItemGroup/ProjectReference.cs | 3 ++- XML_oM/CSProject/ItemGroup/Reference.cs | 3 ++- XML_oM/CSProject/Project.cs | 3 ++- XML_oM/CSProject/PropertyGroup/Configuration.cs | 3 ++- XML_oM/CSProject/PropertyGroup/PropertyGroup.cs | 3 ++- XML_oM/EnergyPlus/CoolingPeakCondition.cs | 3 ++- XML_oM/EnergyPlus/Difference.cs | 3 ++- XML_oM/EnergyPlus/EnergyPlusObject.cs | 3 ++- XML_oM/EnergyPlus/EnergyPlusTabularReport.cs | 3 ++- XML_oM/EnergyPlus/EstimatedCoolingPeakLoadComponent.cs | 3 ++- XML_oM/EnergyPlus/EstimatedInstantDelayedSensibleLoad.cs | 3 ++- XML_oM/EnergyPlus/HeatingPeakCondition.cs | 3 ++- XML_oM/EnergyPlus/Latent.cs | 3 ++- XML_oM/EnergyPlus/OutsideDryBulbTemperature.cs | 3 ++- XML_oM/EnergyPlus/OutsideHumidityRatioAtPeak.cs | 3 ++- XML_oM/EnergyPlus/OutsideWetBulbTemperature.cs | 3 ++- XML_oM/EnergyPlus/PeakDesignSensibleLoad.cs | 3 ++- XML_oM/EnergyPlus/SensibleDelayed.cs | 3 ++- XML_oM/EnergyPlus/SensibleInstant.cs | 3 ++- XML_oM/EnergyPlus/SensibleReturnAir.cs | 3 ++- XML_oM/EnergyPlus/SimulationTimestamp.cs | 3 ++- XML_oM/EnergyPlus/Total.cs | 3 ++- XML_oM/EnergyPlus/ZoneComponentLoadSummary.cs | 3 ++- XML_oM/EnergyPlus/ZoneDryBulbTemperature.cs | 3 ++- XML_oM/EnergyPlus/ZoneHumidityRatioAtPeak.cs | 3 ++- XML_oM/EnergyPlus/ZoneRelativeHumidity.cs | 3 ++- XML_oM/Enums/AltitudeMode.cs | 3 ++- XML_oM/Enums/ExportDetail.cs | 3 ++- XML_oM/Enums/Schema.cs | 3 ++- XML_oM/Enums/UnitType.cs | 3 ++- XML_oM/Fragments/XMLBuildingType.cs | 3 ++- XML_oM/GBXML/Enums/AreaUnit.cs | 3 ++- XML_oM/GBXML/Enums/LengthUnit.cs | 3 ++- XML_oM/GBXML/Enums/TemperatureUnit.cs | 3 ++- XML_oM/GBXML/Enums/VolumeUnit.cs | 3 ++- XML_oM/GBXML/GBXMLDocumentBuilder.cs | 3 ++- XML_oM/GBXML/GBXMLUnitSetUp.cs | 3 ++- XML_oM/GBXML/RoundingSettings.cs | 3 ++- XML_oM/KML/GeoReference.cs | 3 ++- XML_oM/KML/KMLDocumentBuilder.cs | 3 ++- XML_oM/KML/KMLGeometry.cs | 3 ++- XML_oM/Properties/AssemblyInfo.cs | 3 ++- XML_oM/Settings/GBXMLSettings.cs | 3 ++- XML_oM/Settings/IXMLSettings.cs | 3 ++- XML_oM/Settings/KMLSettings.cs | 3 ++- XML_oM/XMLConfig.cs | 3 ++- 165 files changed, 330 insertions(+), 165 deletions(-) diff --git a/XML_Adapter/AdapterActions/Pull.cs b/XML_Adapter/AdapterActions/Pull.cs index 5c6e6a9..111d40c 100644 --- a/XML_Adapter/AdapterActions/Pull.cs +++ b/XML_Adapter/AdapterActions/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. @@ -56,3 +56,4 @@ public override IEnumerable Pull(IRequest request, PullType pullType = P } + diff --git a/XML_Adapter/AdapterActions/Push.cs b/XML_Adapter/AdapterActions/Push.cs index a5dee14..453c441 100644 --- a/XML_Adapter/AdapterActions/Push.cs +++ b/XML_Adapter/AdapterActions/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. @@ -65,3 +65,4 @@ public override List Push(IEnumerable objects, String tag = "", } + diff --git a/XML_Adapter/CRUD/Bluebeam/ReadBluebeam.cs b/XML_Adapter/CRUD/Bluebeam/ReadBluebeam.cs index 382bfcd..2595f5b 100644 --- a/XML_Adapter/CRUD/Bluebeam/ReadBluebeam.cs +++ b/XML_Adapter/CRUD/Bluebeam/ReadBluebeam.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 @@ private IEnumerable ReadBluebeam(Type type = null, XMLConfig config } } + diff --git a/XML_Adapter/CRUD/CSProject/CreateCSProject.cs b/XML_Adapter/CRUD/CSProject/CreateCSProject.cs index a2075d1..1ed5bc1 100644 --- a/XML_Adapter/CRUD/CSProject/CreateCSProject.cs +++ b/XML_Adapter/CRUD/CSProject/CreateCSProject.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. @@ -131,3 +131,4 @@ private bool CreateCSProject(IEnumerable objects, XMLConfig config) } + diff --git a/XML_Adapter/CRUD/CSProject/ReadCSProject.cs b/XML_Adapter/CRUD/CSProject/ReadCSProject.cs index 4ad8152..e6408b9 100644 --- a/XML_Adapter/CRUD/CSProject/ReadCSProject.cs +++ b/XML_Adapter/CRUD/CSProject/ReadCSProject.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 @@ private IEnumerable ReadCSProject(Type type = null, XMLConfig confi } } + diff --git a/XML_Adapter/CRUD/Create.cs b/XML_Adapter/CRUD/Create.cs index 03b8c99..93be062 100644 --- a/XML_Adapter/CRUD/Create.cs +++ b/XML_Adapter/CRUD/Create.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 @@ protected override bool ICreate(IEnumerable objects, ActionConfig actionCo } } + diff --git a/XML_Adapter/CRUD/Default/CreateDefault.cs b/XML_Adapter/CRUD/Default/CreateDefault.cs index 03624a7..23b0e1c 100644 --- a/XML_Adapter/CRUD/Default/CreateDefault.cs +++ b/XML_Adapter/CRUD/Default/CreateDefault.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 bool CreateDefault(IEnumerable objects, XMLConfig config) } + diff --git a/XML_Adapter/CRUD/Default/ReadDefault.cs b/XML_Adapter/CRUD/Default/ReadDefault.cs index 617bf76..23029a4 100644 --- a/XML_Adapter/CRUD/Default/ReadDefault.cs +++ b/XML_Adapter/CRUD/Default/ReadDefault.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. @@ -161,3 +161,4 @@ private string ExtractData(XmlNode node, string previousName = null, bool isBHoM } } + diff --git a/XML_Adapter/CRUD/EnergyPlus/ReadEnergyPlus.cs b/XML_Adapter/CRUD/EnergyPlus/ReadEnergyPlus.cs index c081053..e8eac84 100644 --- a/XML_Adapter/CRUD/EnergyPlus/ReadEnergyPlus.cs +++ b/XML_Adapter/CRUD/EnergyPlus/ReadEnergyPlus.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 @@ private IEnumerable ReadEnergyPlus(Type type = null, XMLConfig conf } } + diff --git a/XML_Adapter/CRUD/GBXML/CreateGBXML.cs b/XML_Adapter/CRUD/GBXML/CreateGBXML.cs index 5330108..1d2fb2a 100644 --- a/XML_Adapter/CRUD/GBXML/CreateGBXML.cs +++ b/XML_Adapter/CRUD/GBXML/CreateGBXML.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. @@ -115,3 +115,4 @@ private bool CreateGBXML(IEnumerable objects, XMLConfig config) } + diff --git a/XML_Adapter/CRUD/GBXML/ReadGBXML.cs b/XML_Adapter/CRUD/GBXML/ReadGBXML.cs index c0fcea2..13f006b 100644 --- a/XML_Adapter/CRUD/GBXML/ReadGBXML.cs +++ b/XML_Adapter/CRUD/GBXML/ReadGBXML.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. @@ -208,3 +208,4 @@ private List ReadFullXMLFile(BH.Adapter.XML.GBXMLSchema.GBXML gbx, } } + diff --git a/XML_Adapter/CRUD/KML/CreateKML.cs b/XML_Adapter/CRUD/KML/CreateKML.cs index e8ac002..5387629 100644 --- a/XML_Adapter/CRUD/KML/CreateKML.cs +++ b/XML_Adapter/CRUD/KML/CreateKML.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 @@ private bool CreateKML(IEnumerable objects, XMLConfig config) } + diff --git a/XML_Adapter/CRUD/Read.cs b/XML_Adapter/CRUD/Read.cs index 0f1a932..cc4e54a 100644 --- a/XML_Adapter/CRUD/Read.cs +++ b/XML_Adapter/CRUD/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. @@ -82,3 +82,4 @@ protected override IEnumerable IRead(Type type, IList indices = nul } } + diff --git a/XML_Adapter/CRUD/gbXMLObjects.cs b/XML_Adapter/CRUD/gbXMLObjects.cs index 4224424..f8576f1 100644 --- a/XML_Adapter/CRUD/gbXMLObjects.cs +++ b/XML_Adapter/CRUD/gbXMLObjects.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. @@ -367,3 +367,4 @@ + diff --git a/XML_Adapter/Convert/Default/ToXML.cs b/XML_Adapter/Convert/Default/ToXML.cs index b109ee0..f4a396c 100644 --- a/XML_Adapter/Convert/Default/ToXML.cs +++ b/XML_Adapter/Convert/Default/ToXML.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. @@ -103,3 +103,4 @@ private static bool IsPrimitiveOrStringOrGuid(this Type type) } + diff --git a/XML_Adapter/Convert/GBXML/Architecture/Level.cs b/XML_Adapter/Convert/GBXML/Architecture/Level.cs index 22eeb0e..3b7104c 100644 --- a/XML_Adapter/Convert/GBXML/Architecture/Level.cs +++ b/XML_Adapter/Convert/GBXML/Architecture/Level.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. @@ -78,3 +78,4 @@ public static BHS.SettingOut.Level FromGBXML(this BHX.BuildingStorey storey) + diff --git a/XML_Adapter/Convert/GBXML/Environment/Building.cs b/XML_Adapter/Convert/GBXML/Environment/Building.cs index 8defe57..5d842b6 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Building.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Building.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. @@ -130,3 +130,4 @@ public static BHE.Building FromGBXML(this BHX.Location location) + diff --git a/XML_Adapter/Convert/GBXML/Environment/Construction.cs b/XML_Adapter/Convert/GBXML/Environment/Construction.cs index 42220a7..317bffb 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Construction.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Construction.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. @@ -173,3 +173,4 @@ public static BHC.Layer FromGBXML(this BHX.Layer gbLayer, BHM.Material material, + diff --git a/XML_Adapter/Convert/GBXML/Environment/ElementType.cs b/XML_Adapter/Convert/GBXML/Environment/ElementType.cs index 9929335..0321393 100644 --- a/XML_Adapter/Convert/GBXML/Environment/ElementType.cs +++ b/XML_Adapter/Convert/GBXML/Environment/ElementType.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. @@ -190,3 +190,4 @@ public static BHE.OpeningType FromGBXMLOpeningType(this string type) } + diff --git a/XML_Adapter/Convert/GBXML/Environment/Material.cs b/XML_Adapter/Convert/GBXML/Environment/Material.cs index 5600616..2f04b10 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Material.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Material.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. @@ -198,3 +198,4 @@ public static BHC.Layer FromGBXML(this BHX.Material gbMaterial) } + diff --git a/XML_Adapter/Convert/GBXML/Environment/Opening.cs b/XML_Adapter/Convert/GBXML/Environment/Opening.cs index 79275b6..8ebe5b9 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Opening.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Opening.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. @@ -147,3 +147,4 @@ public static BHE.Opening FromGBXML(this BHX.Opening gbOpening) } + diff --git a/XML_Adapter/Convert/GBXML/Environment/Panel.cs b/XML_Adapter/Convert/GBXML/Environment/Panel.cs index 5752d0a..e7e7be2 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Panel.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Panel.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. @@ -288,3 +288,4 @@ public static BHE.Panel FromGBXML(this BHX.Surface surface) + diff --git a/XML_Adapter/Convert/GBXML/Environment/Roughness.cs b/XML_Adapter/Convert/GBXML/Environment/Roughness.cs index 243cc8f..62465a5 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Roughness.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Roughness.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 Roughness FromGBXML(this BHX.Roughness roughness) + diff --git a/XML_Adapter/Convert/GBXML/Environment/Space.cs b/XML_Adapter/Convert/GBXML/Environment/Space.cs index 20c8b21..940db88 100644 --- a/XML_Adapter/Convert/GBXML/Environment/Space.cs +++ b/XML_Adapter/Convert/GBXML/Environment/Space.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -100,3 +100,4 @@ public static Space FromGBXML(this GBXML.Space space, GBXMLSettings settings = n + diff --git a/XML_Adapter/Convert/GBXML/Geometry/Point.cs b/XML_Adapter/Convert/GBXML/Geometry/Point.cs index 696687e..a320a2a 100644 --- a/XML_Adapter/Convert/GBXML/Geometry/Point.cs +++ b/XML_Adapter/Convert/GBXML/Geometry/Point.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. @@ -76,3 +76,4 @@ public static BHG.Point FromGBXML(this BHX.CartesianPoint pt) } + diff --git a/XML_Adapter/Convert/GBXML/Geometry/Polyline.cs b/XML_Adapter/Convert/GBXML/Geometry/Polyline.cs index 9921b43..3d3d9f5 100644 --- a/XML_Adapter/Convert/GBXML/Geometry/Polyline.cs +++ b/XML_Adapter/Convert/GBXML/Geometry/Polyline.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 BHG.Polyline FromGBXML(this BHX.Polyloop pLoop, double tolerance = + diff --git a/XML_Adapter/Convert/GBXML/Geometry/SpaceBoundaries.cs b/XML_Adapter/Convert/GBXML/Geometry/SpaceBoundaries.cs index 5ac259c..d9f44ce 100644 --- a/XML_Adapter/Convert/GBXML/Geometry/SpaceBoundaries.cs +++ b/XML_Adapter/Convert/GBXML/Geometry/SpaceBoundaries.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 SpaceBoundary[] SpaceBoundaries(this List spaceBoundari + diff --git a/XML_Adapter/Convert/GBXML/ToGBXML.cs b/XML_Adapter/Convert/GBXML/ToGBXML.cs index 81e9a8a..6a29d13 100644 --- a/XML_Adapter/Convert/GBXML/ToGBXML.cs +++ b/XML_Adapter/Convert/GBXML/ToGBXML.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -277,3 +277,4 @@ private static string ToGBX(this VolumeUnit volumeUnit) } + diff --git a/XML_Adapter/Convert/KML/AltitudeMode.cs b/XML_Adapter/Convert/KML/AltitudeMode.cs index 97faefd..9fcbcda 100644 --- a/XML_Adapter/Convert/KML/AltitudeMode.cs +++ b/XML_Adapter/Convert/KML/AltitudeMode.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 KML.AltitudeMode ToKML(this AltitudeMode altitudeMode) } + diff --git a/XML_Adapter/Convert/KML/Mesh.cs b/XML_Adapter/Convert/KML/Mesh.cs index 9071b86..cca82a4 100644 --- a/XML_Adapter/Convert/KML/Mesh.cs +++ b/XML_Adapter/Convert/KML/Mesh.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. @@ -67,3 +67,4 @@ public static partial class Convert } + diff --git a/XML_Adapter/Convert/KML/Point.cs b/XML_Adapter/Convert/KML/Point.cs index 7a830bb..c4015d4 100644 --- a/XML_Adapter/Convert/KML/Point.cs +++ b/XML_Adapter/Convert/KML/Point.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 KML.Point ToKML(this BHG.Point point, GeoReference geoReference) } + diff --git a/XML_Adapter/Convert/KML/ToKML.cs b/XML_Adapter/Convert/KML/ToKML.cs index 2474c3a..c9c92d0 100644 --- a/XML_Adapter/Convert/KML/ToKML.cs +++ b/XML_Adapter/Convert/KML/ToKML.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 @@ public static KML.KML ToKML(this KMLDocumentBuilder docBuilder, KMLSettings sett } + diff --git a/XML_Adapter/Convert/KML/ToLatLon.cs b/XML_Adapter/Convert/KML/ToLatLon.cs index e8e2580..983958f 100644 --- a/XML_Adapter/Convert/KML/ToLatLon.cs +++ b/XML_Adapter/Convert/KML/ToLatLon.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 @@ public static BHG.Point ToLatLon(this BHG.Point point, GeoReference geoReference } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Absorptance.cs b/XML_Adapter/Objects/GBXML/Campus/Absorptance.cs index 9582590..990d749 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Absorptance.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Absorptance.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 class Absorptance } + diff --git a/XML_Adapter/Objects/GBXML/Campus/AdjacentSpaceID.cs b/XML_Adapter/Objects/GBXML/Campus/AdjacentSpaceID.cs index c08b418..19f896f 100644 --- a/XML_Adapter/Objects/GBXML/Campus/AdjacentSpaceID.cs +++ b/XML_Adapter/Objects/GBXML/Campus/AdjacentSpaceID.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class AdjacentSpaceID } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Building.cs b/XML_Adapter/Objects/GBXML/Campus/Building.cs index 73bf6de..3a6842d 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Building.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Building.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. @@ -52,3 +52,4 @@ public class Building } + diff --git a/XML_Adapter/Objects/GBXML/Campus/BuildingStorey.cs b/XML_Adapter/Objects/GBXML/Campus/BuildingStorey.cs index c26f272..6be2c33 100644 --- a/XML_Adapter/Objects/GBXML/Campus/BuildingStorey.cs +++ b/XML_Adapter/Objects/GBXML/Campus/BuildingStorey.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 BuildingStorey } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Campus.cs b/XML_Adapter/Objects/GBXML/Campus/Campus.cs index 50b9f6b..7c2415c 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Campus.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Campus.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 Campus } + diff --git a/XML_Adapter/Objects/GBXML/Campus/CartesianPoint.cs b/XML_Adapter/Objects/GBXML/Campus/CartesianPoint.cs index ec0c622..f7af9e3 100644 --- a/XML_Adapter/Objects/GBXML/Campus/CartesianPoint.cs +++ b/XML_Adapter/Objects/GBXML/Campus/CartesianPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class CartesianPoint } + diff --git a/XML_Adapter/Objects/GBXML/Campus/ClosedShell.cs b/XML_Adapter/Objects/GBXML/Campus/ClosedShell.cs index e1100b6..01fc347 100644 --- a/XML_Adapter/Objects/GBXML/Campus/ClosedShell.cs +++ b/XML_Adapter/Objects/GBXML/Campus/ClosedShell.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class ClosedShell } + diff --git a/XML_Adapter/Objects/GBXML/Campus/DesignCoolT.cs b/XML_Adapter/Objects/GBXML/Campus/DesignCoolT.cs index 4270424..f1f8b35 100644 --- a/XML_Adapter/Objects/GBXML/Campus/DesignCoolT.cs +++ b/XML_Adapter/Objects/GBXML/Campus/DesignCoolT.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 DesignCoolT } + diff --git a/XML_Adapter/Objects/GBXML/Campus/DesignHeatT.cs b/XML_Adapter/Objects/GBXML/Campus/DesignHeatT.cs index 56c7e30..0777acb 100644 --- a/XML_Adapter/Objects/GBXML/Campus/DesignHeatT.cs +++ b/XML_Adapter/Objects/GBXML/Campus/DesignHeatT.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 class DesignHeatT } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Location.cs b/XML_Adapter/Objects/GBXML/Campus/Location.cs index 1316a96..37b9c2b 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Location.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Location.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 Location } + diff --git a/XML_Adapter/Objects/GBXML/Campus/OAFlowPerArea.cs b/XML_Adapter/Objects/GBXML/Campus/OAFlowPerArea.cs index 383bba7..85d924c 100644 --- a/XML_Adapter/Objects/GBXML/Campus/OAFlowPerArea.cs +++ b/XML_Adapter/Objects/GBXML/Campus/OAFlowPerArea.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 class OAFlowPerArea } + diff --git a/XML_Adapter/Objects/GBXML/Campus/OAFlowPerPerson.cs b/XML_Adapter/Objects/GBXML/Campus/OAFlowPerPerson.cs index 6a2de0b..39448d3 100644 --- a/XML_Adapter/Objects/GBXML/Campus/OAFlowPerPerson.cs +++ b/XML_Adapter/Objects/GBXML/Campus/OAFlowPerPerson.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 class OAFlowPerPerson } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Opening.cs b/XML_Adapter/Objects/GBXML/Campus/Opening.cs index e80f335..11f7df4 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Opening.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Opening.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. @@ -52,3 +52,4 @@ public class Opening } + diff --git a/XML_Adapter/Objects/GBXML/Campus/PlanarGeometry.cs b/XML_Adapter/Objects/GBXML/Campus/PlanarGeometry.cs index 0a66d7d..8851e75 100644 --- a/XML_Adapter/Objects/GBXML/Campus/PlanarGeometry.cs +++ b/XML_Adapter/Objects/GBXML/Campus/PlanarGeometry.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 PlanarGeometry } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Polyloop.cs b/XML_Adapter/Objects/GBXML/Campus/Polyloop.cs index f8c3122..683b5ca 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Polyloop.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Polyloop.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class Polyloop } + diff --git a/XML_Adapter/Objects/GBXML/Campus/ProjectEntity.cs b/XML_Adapter/Objects/GBXML/Campus/ProjectEntity.cs index 19ed06a..0053ce5 100644 --- a/XML_Adapter/Objects/GBXML/Campus/ProjectEntity.cs +++ b/XML_Adapter/Objects/GBXML/Campus/ProjectEntity.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 ProjectEntity } + diff --git a/XML_Adapter/Objects/GBXML/Campus/RectangularGeometry.cs b/XML_Adapter/Objects/GBXML/Campus/RectangularGeometry.cs index 1f402ad..51a76f5 100644 --- a/XML_Adapter/Objects/GBXML/Campus/RectangularGeometry.cs +++ b/XML_Adapter/Objects/GBXML/Campus/RectangularGeometry.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 RectangularGeometry } + diff --git a/XML_Adapter/Objects/GBXML/Campus/RectangularGeometryOpenings.cs b/XML_Adapter/Objects/GBXML/Campus/RectangularGeometryOpenings.cs index d3044c1..e2493d3 100644 --- a/XML_Adapter/Objects/GBXML/Campus/RectangularGeometryOpenings.cs +++ b/XML_Adapter/Objects/GBXML/Campus/RectangularGeometryOpenings.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 RectangularGeometryOpenings } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Roughness.cs b/XML_Adapter/Objects/GBXML/Campus/Roughness.cs index 9e2f18a..b2d83a7 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Roughness.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Roughness.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. @@ -36,3 +36,4 @@ public class Roughness } + diff --git a/XML_Adapter/Objects/GBXML/Campus/ShellGeometry.cs b/XML_Adapter/Objects/GBXML/Campus/ShellGeometry.cs index e0feb5c..38c7b95 100644 --- a/XML_Adapter/Objects/GBXML/Campus/ShellGeometry.cs +++ b/XML_Adapter/Objects/GBXML/Campus/ShellGeometry.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 ShellGeometry } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Space.cs b/XML_Adapter/Objects/GBXML/Campus/Space.cs index ef07e7a..8860b2a 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Space.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Space.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 class Space } + diff --git a/XML_Adapter/Objects/GBXML/Campus/SpaceBoundary.cs b/XML_Adapter/Objects/GBXML/Campus/SpaceBoundary.cs index 78dd642..12ca364 100644 --- a/XML_Adapter/Objects/GBXML/Campus/SpaceBoundary.cs +++ b/XML_Adapter/Objects/GBXML/Campus/SpaceBoundary.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. @@ -42,3 +42,4 @@ public class SpaceBoundary } + diff --git a/XML_Adapter/Objects/GBXML/Campus/StationID.cs b/XML_Adapter/Objects/GBXML/Campus/StationID.cs index 23b6116..c253c2c 100644 --- a/XML_Adapter/Objects/GBXML/Campus/StationID.cs +++ b/XML_Adapter/Objects/GBXML/Campus/StationID.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 StationID } + diff --git a/XML_Adapter/Objects/GBXML/Campus/Surface.cs b/XML_Adapter/Objects/GBXML/Campus/Surface.cs index 73b707d..618e910 100644 --- a/XML_Adapter/Objects/GBXML/Campus/Surface.cs +++ b/XML_Adapter/Objects/GBXML/Campus/Surface.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 class Surface } + diff --git a/XML_Adapter/Objects/GBXML/Campus/UValue.cs b/XML_Adapter/Objects/GBXML/Campus/UValue.cs index c08b492..f8dbeb2 100644 --- a/XML_Adapter/Objects/GBXML/Campus/UValue.cs +++ b/XML_Adapter/Objects/GBXML/Campus/UValue.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 UValue } + diff --git a/XML_Adapter/Objects/GBXML/Construction/Construction.cs b/XML_Adapter/Objects/GBXML/Construction/Construction.cs index b0d7093..03e2f97 100644 --- a/XML_Adapter/Objects/GBXML/Construction/Construction.cs +++ b/XML_Adapter/Objects/GBXML/Construction/Construction.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 Construction } + diff --git a/XML_Adapter/Objects/GBXML/Construction/LayerID.cs b/XML_Adapter/Objects/GBXML/Construction/LayerID.cs index c5ccb13..d186dce 100644 --- a/XML_Adapter/Objects/GBXML/Construction/LayerID.cs +++ b/XML_Adapter/Objects/GBXML/Construction/LayerID.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class LayerID } + diff --git a/XML_Adapter/Objects/GBXML/DocumentHistory/CreatedBy.cs b/XML_Adapter/Objects/GBXML/DocumentHistory/CreatedBy.cs index d3a13c6..f6d4eb3 100644 --- a/XML_Adapter/Objects/GBXML/DocumentHistory/CreatedBy.cs +++ b/XML_Adapter/Objects/GBXML/DocumentHistory/CreatedBy.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 CreatedBy } + diff --git a/XML_Adapter/Objects/GBXML/DocumentHistory/DocumentHistory.cs b/XML_Adapter/Objects/GBXML/DocumentHistory/DocumentHistory.cs index df81407..547bd43 100644 --- a/XML_Adapter/Objects/GBXML/DocumentHistory/DocumentHistory.cs +++ b/XML_Adapter/Objects/GBXML/DocumentHistory/DocumentHistory.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. @@ -42,3 +42,4 @@ public class DocumentHistory } + diff --git a/XML_Adapter/Objects/GBXML/DocumentHistory/GUID.cs b/XML_Adapter/Objects/GBXML/DocumentHistory/GUID.cs index 730b543..82cdddb 100644 --- a/XML_Adapter/Objects/GBXML/DocumentHistory/GUID.cs +++ b/XML_Adapter/Objects/GBXML/DocumentHistory/GUID.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 class GUID } + diff --git a/XML_Adapter/Objects/GBXML/DocumentHistory/PersonInfo.cs b/XML_Adapter/Objects/GBXML/DocumentHistory/PersonInfo.cs index 238a208..a3d0467 100644 --- a/XML_Adapter/Objects/GBXML/DocumentHistory/PersonInfo.cs +++ b/XML_Adapter/Objects/GBXML/DocumentHistory/PersonInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class PersonInfo } + diff --git a/XML_Adapter/Objects/GBXML/DocumentHistory/ProgramInfo.cs b/XML_Adapter/Objects/GBXML/DocumentHistory/ProgramInfo.cs index 6a2147f..4b306e8 100644 --- a/XML_Adapter/Objects/GBXML/DocumentHistory/ProgramInfo.cs +++ b/XML_Adapter/Objects/GBXML/DocumentHistory/ProgramInfo.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 ProgramInfo } + diff --git a/XML_Adapter/Objects/GBXML/GBXML.cs b/XML_Adapter/Objects/GBXML/GBXML.cs index 3c0174c..53dc5d2 100644 --- a/XML_Adapter/Objects/GBXML/GBXML.cs +++ b/XML_Adapter/Objects/GBXML/GBXML.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 class GBXML } + diff --git a/XML_Adapter/Objects/GBXML/Layer/Layer.cs b/XML_Adapter/Objects/GBXML/Layer/Layer.cs index 668827c..06e8c18 100644 --- a/XML_Adapter/Objects/GBXML/Layer/Layer.cs +++ b/XML_Adapter/Objects/GBXML/Layer/Layer.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 Layer } + diff --git a/XML_Adapter/Objects/GBXML/Layer/MaterialID.cs b/XML_Adapter/Objects/GBXML/Layer/MaterialID.cs index c40655d..3c70d4d 100644 --- a/XML_Adapter/Objects/GBXML/Layer/MaterialID.cs +++ b/XML_Adapter/Objects/GBXML/Layer/MaterialID.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class MaterialID } + diff --git a/XML_Adapter/Objects/GBXML/Materials/Conductivity.cs b/XML_Adapter/Objects/GBXML/Materials/Conductivity.cs index 73bb8ee..26e5212 100644 --- a/XML_Adapter/Objects/GBXML/Materials/Conductivity.cs +++ b/XML_Adapter/Objects/GBXML/Materials/Conductivity.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 class Conductivity } + diff --git a/XML_Adapter/Objects/GBXML/Materials/Density.cs b/XML_Adapter/Objects/GBXML/Materials/Density.cs index 5bd639c..641c1cd 100644 --- a/XML_Adapter/Objects/GBXML/Materials/Density.cs +++ b/XML_Adapter/Objects/GBXML/Materials/Density.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 class Density } + diff --git a/XML_Adapter/Objects/GBXML/Materials/Material.cs b/XML_Adapter/Objects/GBXML/Materials/Material.cs index a49354d..f5c0a68 100644 --- a/XML_Adapter/Objects/GBXML/Materials/Material.cs +++ b/XML_Adapter/Objects/GBXML/Materials/Material.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 Material } + diff --git a/XML_Adapter/Objects/GBXML/Materials/RValue.cs b/XML_Adapter/Objects/GBXML/Materials/RValue.cs index bb312ae..4e85c69 100644 --- a/XML_Adapter/Objects/GBXML/Materials/RValue.cs +++ b/XML_Adapter/Objects/GBXML/Materials/RValue.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 class RValue } + diff --git a/XML_Adapter/Objects/GBXML/Materials/SpecificHeat.cs b/XML_Adapter/Objects/GBXML/Materials/SpecificHeat.cs index f53333c..ad21e31 100644 --- a/XML_Adapter/Objects/GBXML/Materials/SpecificHeat.cs +++ b/XML_Adapter/Objects/GBXML/Materials/SpecificHeat.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 class SpecificHeat } + diff --git a/XML_Adapter/Objects/GBXML/Window/Emittance.cs b/XML_Adapter/Objects/GBXML/Window/Emittance.cs index 5ec85fc..8de2a3a 100644 --- a/XML_Adapter/Objects/GBXML/Window/Emittance.cs +++ b/XML_Adapter/Objects/GBXML/Window/Emittance.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 class Emittance } + diff --git a/XML_Adapter/Objects/GBXML/Window/Gap.cs b/XML_Adapter/Objects/GBXML/Window/Gap.cs index 7897632..4b53d74 100644 --- a/XML_Adapter/Objects/GBXML/Window/Gap.cs +++ b/XML_Adapter/Objects/GBXML/Window/Gap.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 Gap } + diff --git a/XML_Adapter/Objects/GBXML/Window/Glaze.cs b/XML_Adapter/Objects/GBXML/Window/Glaze.cs index 1830751..da9e44b 100644 --- a/XML_Adapter/Objects/GBXML/Window/Glaze.cs +++ b/XML_Adapter/Objects/GBXML/Window/Glaze.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -66,3 +66,4 @@ public class Glaze } + diff --git a/XML_Adapter/Objects/GBXML/Window/Reflectance.cs b/XML_Adapter/Objects/GBXML/Window/Reflectance.cs index eba762e..c9aa183 100644 --- a/XML_Adapter/Objects/GBXML/Window/Reflectance.cs +++ b/XML_Adapter/Objects/GBXML/Window/Reflectance.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 class Reflectance } + diff --git a/XML_Adapter/Objects/GBXML/Window/SolarHeatGainCoefficient.cs b/XML_Adapter/Objects/GBXML/Window/SolarHeatGainCoefficient.cs index efb80e4..f389537 100644 --- a/XML_Adapter/Objects/GBXML/Window/SolarHeatGainCoefficient.cs +++ b/XML_Adapter/Objects/GBXML/Window/SolarHeatGainCoefficient.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 class SolarHeatGainCoefficient } + diff --git a/XML_Adapter/Objects/GBXML/Window/Thickness.cs b/XML_Adapter/Objects/GBXML/Window/Thickness.cs index 36dbf87..5696b54 100644 --- a/XML_Adapter/Objects/GBXML/Window/Thickness.cs +++ b/XML_Adapter/Objects/GBXML/Window/Thickness.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 class Thickness } + diff --git a/XML_Adapter/Objects/GBXML/Window/Transmittance.cs b/XML_Adapter/Objects/GBXML/Window/Transmittance.cs index ad3a7de..2204972 100644 --- a/XML_Adapter/Objects/GBXML/Window/Transmittance.cs +++ b/XML_Adapter/Objects/GBXML/Window/Transmittance.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 class Transmittance } + diff --git a/XML_Adapter/Objects/GBXML/Window/WindowType.cs b/XML_Adapter/Objects/GBXML/Window/WindowType.cs index 4b786b9..4532c12 100644 --- a/XML_Adapter/Objects/GBXML/Window/WindowType.cs +++ b/XML_Adapter/Objects/GBXML/Window/WindowType.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 class WindowType } + diff --git a/XML_Adapter/Objects/GBXML/Zone/Zone.cs b/XML_Adapter/Objects/GBXML/Zone/Zone.cs index e0ac2f6..c828492 100644 --- a/XML_Adapter/Objects/GBXML/Zone/Zone.cs +++ b/XML_Adapter/Objects/GBXML/Zone/Zone.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 class Zone } + diff --git a/XML_Adapter/Objects/KML/Container/Container.cs b/XML_Adapter/Objects/KML/Container/Container.cs index 3dda6a5..ae54c7d 100644 --- a/XML_Adapter/Objects/KML/Container/Container.cs +++ b/XML_Adapter/Objects/KML/Container/Container.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 class Container : IFeature } + diff --git a/XML_Adapter/Objects/KML/Container/Document.cs b/XML_Adapter/Objects/KML/Container/Document.cs index b1000eb..7f8087f 100644 --- a/XML_Adapter/Objects/KML/Container/Document.cs +++ b/XML_Adapter/Objects/KML/Container/Document.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 Document : Container } + diff --git a/XML_Adapter/Objects/KML/Container/Folder.cs b/XML_Adapter/Objects/KML/Container/Folder.cs index f192de3..6ad2ba7 100644 --- a/XML_Adapter/Objects/KML/Container/Folder.cs +++ b/XML_Adapter/Objects/KML/Container/Folder.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public class Folder : Container } + diff --git a/XML_Adapter/Objects/KML/Container/Placemark.cs b/XML_Adapter/Objects/KML/Container/Placemark.cs index 74686ec..ba7ca71 100644 --- a/XML_Adapter/Objects/KML/Container/Placemark.cs +++ b/XML_Adapter/Objects/KML/Container/Placemark.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 class Placemark : IFeature } + diff --git a/XML_Adapter/Objects/KML/Enums/AltitudeMode.cs b/XML_Adapter/Objects/KML/Enums/AltitudeMode.cs index beb5b6c..c3a6d01 100644 --- a/XML_Adapter/Objects/KML/Enums/AltitudeMode.cs +++ b/XML_Adapter/Objects/KML/Enums/AltitudeMode.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public enum AltitudeMode } + diff --git a/XML_Adapter/Objects/KML/Enums/ColourMode.cs b/XML_Adapter/Objects/KML/Enums/ColourMode.cs index ee2b6f3..c071560 100644 --- a/XML_Adapter/Objects/KML/Enums/ColourMode.cs +++ b/XML_Adapter/Objects/KML/Enums/ColourMode.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. @@ -34,3 +34,4 @@ public enum ColourMode } + diff --git a/XML_Adapter/Objects/KML/Geometry/InnerBoundaryIs.cs b/XML_Adapter/Objects/KML/Geometry/InnerBoundaryIs.cs index 9e38a3d..ef9a2a2 100644 --- a/XML_Adapter/Objects/KML/Geometry/InnerBoundaryIs.cs +++ b/XML_Adapter/Objects/KML/Geometry/InnerBoundaryIs.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. @@ -35,3 +35,4 @@ public class InnerBoundaryIs } + diff --git a/XML_Adapter/Objects/KML/Geometry/LinearRing.cs b/XML_Adapter/Objects/KML/Geometry/LinearRing.cs index a0038c3..ea85002 100644 --- a/XML_Adapter/Objects/KML/Geometry/LinearRing.cs +++ b/XML_Adapter/Objects/KML/Geometry/LinearRing.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -43,3 +43,4 @@ public string CoordinatesText } + diff --git a/XML_Adapter/Objects/KML/Geometry/MultiGeometry.cs b/XML_Adapter/Objects/KML/Geometry/MultiGeometry.cs index ea0b994..6eb1e17 100644 --- a/XML_Adapter/Objects/KML/Geometry/MultiGeometry.cs +++ b/XML_Adapter/Objects/KML/Geometry/MultiGeometry.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -43,3 +43,4 @@ public class MultiGeometry } + diff --git a/XML_Adapter/Objects/KML/Geometry/OuterBoundaryIs.cs b/XML_Adapter/Objects/KML/Geometry/OuterBoundaryIs.cs index 67bf24e..b9cd333 100644 --- a/XML_Adapter/Objects/KML/Geometry/OuterBoundaryIs.cs +++ b/XML_Adapter/Objects/KML/Geometry/OuterBoundaryIs.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. @@ -35,3 +35,4 @@ public class OuterBoundaryIs } + diff --git a/XML_Adapter/Objects/KML/Geometry/Point.cs b/XML_Adapter/Objects/KML/Geometry/Point.cs index e32aba0..ab49f68 100644 --- a/XML_Adapter/Objects/KML/Geometry/Point.cs +++ b/XML_Adapter/Objects/KML/Geometry/Point.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. @@ -52,3 +52,4 @@ public string CoordinatesText } + diff --git a/XML_Adapter/Objects/KML/Geometry/Polygon.cs b/XML_Adapter/Objects/KML/Geometry/Polygon.cs index 18cd6cc..30eaf9e 100644 --- a/XML_Adapter/Objects/KML/Geometry/Polygon.cs +++ b/XML_Adapter/Objects/KML/Geometry/Polygon.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 class Polygon } + diff --git a/XML_Adapter/Objects/KML/IFeature.cs b/XML_Adapter/Objects/KML/IFeature.cs index b3fec9b..103b319 100644 --- a/XML_Adapter/Objects/KML/IFeature.cs +++ b/XML_Adapter/Objects/KML/IFeature.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public interface IFeature } + diff --git a/XML_Adapter/Objects/KML/KML.cs b/XML_Adapter/Objects/KML/KML.cs index 6d6d05f..bbad444 100644 --- a/XML_Adapter/Objects/KML/KML.cs +++ b/XML_Adapter/Objects/KML/KML.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. @@ -35,3 +35,4 @@ public class KML } + diff --git a/XML_Adapter/Objects/KML/Style/ColourStyle.cs b/XML_Adapter/Objects/KML/Style/ColourStyle.cs index 4a74c9a..3d576e8 100644 --- a/XML_Adapter/Objects/KML/Style/ColourStyle.cs +++ b/XML_Adapter/Objects/KML/Style/ColourStyle.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 class ColourStyle } + diff --git a/XML_Adapter/Objects/KML/Style/LineStyle.cs b/XML_Adapter/Objects/KML/Style/LineStyle.cs index ba3a28b..1102de1 100644 --- a/XML_Adapter/Objects/KML/Style/LineStyle.cs +++ b/XML_Adapter/Objects/KML/Style/LineStyle.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public class LineStyle : ColourStyle } + diff --git a/XML_Adapter/Objects/KML/Style/PolyStyle.cs b/XML_Adapter/Objects/KML/Style/PolyStyle.cs index 90cdda7..95985fe 100644 --- a/XML_Adapter/Objects/KML/Style/PolyStyle.cs +++ b/XML_Adapter/Objects/KML/Style/PolyStyle.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 class PolyStyle : ColourStyle } + diff --git a/XML_Adapter/Objects/KML/Style/Style.cs b/XML_Adapter/Objects/KML/Style/Style.cs index ce3e9e2..dd638f4 100644 --- a/XML_Adapter/Objects/KML/Style/Style.cs +++ b/XML_Adapter/Objects/KML/Style/Style.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 class Style } + diff --git a/XML_Adapter/Properties/AssemblyInfo.cs b/XML_Adapter/Properties/AssemblyInfo.cs index 726eafa..457becb 100644 --- a/XML_Adapter/Properties/AssemblyInfo.cs +++ b/XML_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. @@ -59,3 +59,4 @@ + diff --git a/XML_Adapter/Query/CADObjectID.cs b/XML_Adapter/Query/CADObjectID.cs index 30c1a02..09f8f2c 100644 --- a/XML_Adapter/Query/CADObjectID.cs +++ b/XML_Adapter/Query/CADObjectID.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. @@ -171,3 +171,4 @@ public static string CADObjectID(this BHE.Space space) + diff --git a/XML_Adapter/Query/ConstructionID.cs b/XML_Adapter/Query/ConstructionID.cs index 50bba3c..bccbc91 100644 --- a/XML_Adapter/Query/ConstructionID.cs +++ b/XML_Adapter/Query/ConstructionID.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 @@ public static string ConstructionID(this BHC.Construction construction) + diff --git a/XML_Adapter/XMLAdapter.cs b/XML_Adapter/XMLAdapter.cs index e4af3fc..496284c 100644 --- a/XML_Adapter/XMLAdapter.cs +++ b/XML_Adapter/XMLAdapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -66,3 +66,4 @@ public XMLAdapter(BH.oM.Adapter.FileSettings fileSettings = null) } + diff --git a/XML_Engine/Create/DocumentBuilder.cs b/XML_Engine/Create/DocumentBuilder.cs index 2b57960..91ab361 100644 --- a/XML_Engine/Create/DocumentBuilder.cs +++ b/XML_Engine/Create/DocumentBuilder.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 GBXML.GBXMLDocumentBuilder DocumentBuilder(List objs) } + diff --git a/XML_Engine/Create/GBXMLUnitSetUp.cs b/XML_Engine/Create/GBXMLUnitSetUp.cs index b006a61..0eeddea 100644 --- a/XML_Engine/Create/GBXMLUnitSetUp.cs +++ b/XML_Engine/Create/GBXMLUnitSetUp.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 GBXMLUnitSetUp GBXMLUnitSetUp(LengthUnit length, TemperatureUnit t } } + diff --git a/XML_Engine/Properties/AssemblyInfo.cs b/XML_Engine/Properties/AssemblyInfo.cs index ed3093c..eab0df4 100644 --- a/XML_Engine/Properties/AssemblyInfo.cs +++ b/XML_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/XML_Engine/Query/CleanName.cs b/XML_Engine/Query/CleanName.cs index 1f1fdf7..8d7c9b8 100644 --- a/XML_Engine/Query/CleanName.cs +++ b/XML_Engine/Query/CleanName.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 string CleanName(this string name) + diff --git a/XML_Engine/Query/Depth.cs b/XML_Engine/Query/Depth.cs index 08be60f..b544509 100644 --- a/XML_Engine/Query/Depth.cs +++ b/XML_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. @@ -64,3 +64,4 @@ public static double Depth(this Markup markup) } } + diff --git a/XML_Engine/Query/ExposedToSun.cs b/XML_Engine/Query/ExposedToSun.cs index dfed8e4..023ec39 100644 --- a/XML_Engine/Query/ExposedToSun.cs +++ b/XML_Engine/Query/ExposedToSun.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 bool ExposedToSun(string surfaceType) + diff --git a/XML_Engine/Query/ExternalElements.cs b/XML_Engine/Query/ExternalElements.cs index ef34fe2..57cd937 100644 --- a/XML_Engine/Query/ExternalElements.cs +++ b/XML_Engine/Query/ExternalElements.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. @@ -52,3 +52,4 @@ public static List ExternalElements(this List> elementsAsSpac } } + diff --git a/XML_Engine/Query/IsExternal.cs b/XML_Engine/Query/IsExternal.cs index 4acf87a..4292b02 100644 --- a/XML_Engine/Query/IsExternal.cs +++ b/XML_Engine/Query/IsExternal.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 bool IsExternal(this List elementsAsSpace, List } } + diff --git a/XML_oM/Bluebeam/BluebeamObject.cs b/XML_oM/Bluebeam/BluebeamObject.cs index 98b7953..9c4f246 100644 --- a/XML_oM/Bluebeam/BluebeamObject.cs +++ b/XML_oM/Bluebeam/BluebeamObject.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 BluebeamObject : IBHoMObject } } + diff --git a/XML_oM/Bluebeam/Markup.cs b/XML_oM/Bluebeam/Markup.cs index 210034d..534cc85 100644 --- a/XML_oM/Bluebeam/Markup.cs +++ b/XML_oM/Bluebeam/Markup.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 class Markup : BluebeamObject } } + diff --git a/XML_oM/Bluebeam/MarkupSummary.cs b/XML_oM/Bluebeam/MarkupSummary.cs index 3c37b23..b02e2d8 100644 --- a/XML_oM/Bluebeam/MarkupSummary.cs +++ b/XML_oM/Bluebeam/MarkupSummary.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 MarkupSummary : BluebeamObject } } + diff --git a/XML_oM/CSProject/CSProjectObject.cs b/XML_oM/CSProject/CSProjectObject.cs index 8ac46a9..fefc203 100644 --- a/XML_oM/CSProject/CSProjectObject.cs +++ b/XML_oM/CSProject/CSProjectObject.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 class CSProjectObject : IBHoMObject } + diff --git a/XML_oM/CSProject/Import.cs b/XML_oM/CSProject/Import.cs index b84f74e..39f8fd2 100644 --- a/XML_oM/CSProject/Import.cs +++ b/XML_oM/CSProject/Import.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 Import : CSProjectObject } + diff --git a/XML_oM/CSProject/ItemGroup/IncludedFile.cs b/XML_oM/CSProject/ItemGroup/IncludedFile.cs index a321e80..501356d 100644 --- a/XML_oM/CSProject/ItemGroup/IncludedFile.cs +++ b/XML_oM/CSProject/ItemGroup/IncludedFile.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 class IncludedFile : CSProjectObject } + diff --git a/XML_oM/CSProject/ItemGroup/ItemGroup.cs b/XML_oM/CSProject/ItemGroup/ItemGroup.cs index f647859..7b8b755 100644 --- a/XML_oM/CSProject/ItemGroup/ItemGroup.cs +++ b/XML_oM/CSProject/ItemGroup/ItemGroup.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 ItemGroup : CSProjectObject } + diff --git a/XML_oM/CSProject/ItemGroup/ProjectReference.cs b/XML_oM/CSProject/ItemGroup/ProjectReference.cs index f09d303..192b768 100644 --- a/XML_oM/CSProject/ItemGroup/ProjectReference.cs +++ b/XML_oM/CSProject/ItemGroup/ProjectReference.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 class ProjectReference : CSProjectObject } + diff --git a/XML_oM/CSProject/ItemGroup/Reference.cs b/XML_oM/CSProject/ItemGroup/Reference.cs index 3ce8700..cfe0785 100644 --- a/XML_oM/CSProject/ItemGroup/Reference.cs +++ b/XML_oM/CSProject/ItemGroup/Reference.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 Reference : CSProjectObject } + diff --git a/XML_oM/CSProject/Project.cs b/XML_oM/CSProject/Project.cs index dc9914a..ae35a22 100644 --- a/XML_oM/CSProject/Project.cs +++ b/XML_oM/CSProject/Project.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 class Project : CSProjectObject } + diff --git a/XML_oM/CSProject/PropertyGroup/Configuration.cs b/XML_oM/CSProject/PropertyGroup/Configuration.cs index 31e7cca..e7659f5 100644 --- a/XML_oM/CSProject/PropertyGroup/Configuration.cs +++ b/XML_oM/CSProject/PropertyGroup/Configuration.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 Configuration : CSProjectObject } + diff --git a/XML_oM/CSProject/PropertyGroup/PropertyGroup.cs b/XML_oM/CSProject/PropertyGroup/PropertyGroup.cs index f8a94cc..6adeda4 100644 --- a/XML_oM/CSProject/PropertyGroup/PropertyGroup.cs +++ b/XML_oM/CSProject/PropertyGroup/PropertyGroup.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 bool ShouldSerializeWarningLevel() } + diff --git a/XML_oM/EnergyPlus/CoolingPeakCondition.cs b/XML_oM/EnergyPlus/CoolingPeakCondition.cs index b8c6cbe..35d7f79 100644 --- a/XML_oM/EnergyPlus/CoolingPeakCondition.cs +++ b/XML_oM/EnergyPlus/CoolingPeakCondition.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 CoolingPeakCondition : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/Difference.cs b/XML_oM/EnergyPlus/Difference.cs index 6e5792a..9756cc9 100644 --- a/XML_oM/EnergyPlus/Difference.cs +++ b/XML_oM/EnergyPlus/Difference.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 Difference : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/EnergyPlusObject.cs b/XML_oM/EnergyPlus/EnergyPlusObject.cs index e967d68..a25e234 100644 --- a/XML_oM/EnergyPlus/EnergyPlusObject.cs +++ b/XML_oM/EnergyPlus/EnergyPlusObject.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 class EnergyPlusObject : IBHoMObject } + diff --git a/XML_oM/EnergyPlus/EnergyPlusTabularReport.cs b/XML_oM/EnergyPlus/EnergyPlusTabularReport.cs index d3efe95..674ef84 100644 --- a/XML_oM/EnergyPlus/EnergyPlusTabularReport.cs +++ b/XML_oM/EnergyPlus/EnergyPlusTabularReport.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 class EnergyPlusTabularReport : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/EstimatedCoolingPeakLoadComponent.cs b/XML_oM/EnergyPlus/EstimatedCoolingPeakLoadComponent.cs index 5211f7a..ef768dd 100644 --- a/XML_oM/EnergyPlus/EstimatedCoolingPeakLoadComponent.cs +++ b/XML_oM/EnergyPlus/EstimatedCoolingPeakLoadComponent.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 class EstimatedCoolingPeakLoadComponent : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/EstimatedInstantDelayedSensibleLoad.cs b/XML_oM/EnergyPlus/EstimatedInstantDelayedSensibleLoad.cs index 5438896..f6fcba0 100644 --- a/XML_oM/EnergyPlus/EstimatedInstantDelayedSensibleLoad.cs +++ b/XML_oM/EnergyPlus/EstimatedInstantDelayedSensibleLoad.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 EstimatedInstantDelayedSensibleLoad : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/HeatingPeakCondition.cs b/XML_oM/EnergyPlus/HeatingPeakCondition.cs index 05edaf3..b0ac915 100644 --- a/XML_oM/EnergyPlus/HeatingPeakCondition.cs +++ b/XML_oM/EnergyPlus/HeatingPeakCondition.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 HeatingPeakCondition : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/Latent.cs b/XML_oM/EnergyPlus/Latent.cs index a68e3bf..61e85e9 100644 --- a/XML_oM/EnergyPlus/Latent.cs +++ b/XML_oM/EnergyPlus/Latent.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 Latent : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/OutsideDryBulbTemperature.cs b/XML_oM/EnergyPlus/OutsideDryBulbTemperature.cs index 655706f..52ebdd8 100644 --- a/XML_oM/EnergyPlus/OutsideDryBulbTemperature.cs +++ b/XML_oM/EnergyPlus/OutsideDryBulbTemperature.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 OutsideDryBulbTemperature : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/OutsideHumidityRatioAtPeak.cs b/XML_oM/EnergyPlus/OutsideHumidityRatioAtPeak.cs index 2ad4d95..b66746b 100644 --- a/XML_oM/EnergyPlus/OutsideHumidityRatioAtPeak.cs +++ b/XML_oM/EnergyPlus/OutsideHumidityRatioAtPeak.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 OutsideHumidityRatioAtPeak : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/OutsideWetBulbTemperature.cs b/XML_oM/EnergyPlus/OutsideWetBulbTemperature.cs index a9262fd..50bdc9e 100644 --- a/XML_oM/EnergyPlus/OutsideWetBulbTemperature.cs +++ b/XML_oM/EnergyPlus/OutsideWetBulbTemperature.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 OutsideWetBulbTemperature : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/PeakDesignSensibleLoad.cs b/XML_oM/EnergyPlus/PeakDesignSensibleLoad.cs index 2aa2533..5ebb1c4 100644 --- a/XML_oM/EnergyPlus/PeakDesignSensibleLoad.cs +++ b/XML_oM/EnergyPlus/PeakDesignSensibleLoad.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 PeakDesignSensibleLoad : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/SensibleDelayed.cs b/XML_oM/EnergyPlus/SensibleDelayed.cs index eb4080b..46841bd 100644 --- a/XML_oM/EnergyPlus/SensibleDelayed.cs +++ b/XML_oM/EnergyPlus/SensibleDelayed.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 SensibleDelayed : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/SensibleInstant.cs b/XML_oM/EnergyPlus/SensibleInstant.cs index a8f9bcf..dcd4f9c 100644 --- a/XML_oM/EnergyPlus/SensibleInstant.cs +++ b/XML_oM/EnergyPlus/SensibleInstant.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 SensibleInstant : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/SensibleReturnAir.cs b/XML_oM/EnergyPlus/SensibleReturnAir.cs index e6c0088..69638dd 100644 --- a/XML_oM/EnergyPlus/SensibleReturnAir.cs +++ b/XML_oM/EnergyPlus/SensibleReturnAir.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 SensibleReturnAir : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/SimulationTimestamp.cs b/XML_oM/EnergyPlus/SimulationTimestamp.cs index d8056e3..e9234b5 100644 --- a/XML_oM/EnergyPlus/SimulationTimestamp.cs +++ b/XML_oM/EnergyPlus/SimulationTimestamp.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 SimulationTimestamp : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/Total.cs b/XML_oM/EnergyPlus/Total.cs index 5d43bb8..cc5ab1c 100644 --- a/XML_oM/EnergyPlus/Total.cs +++ b/XML_oM/EnergyPlus/Total.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 Total : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/ZoneComponentLoadSummary.cs b/XML_oM/EnergyPlus/ZoneComponentLoadSummary.cs index eb51037..25eefbd 100644 --- a/XML_oM/EnergyPlus/ZoneComponentLoadSummary.cs +++ b/XML_oM/EnergyPlus/ZoneComponentLoadSummary.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 ZoneComponentLoadSummary : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/ZoneDryBulbTemperature.cs b/XML_oM/EnergyPlus/ZoneDryBulbTemperature.cs index dc901e7..faf7294 100644 --- a/XML_oM/EnergyPlus/ZoneDryBulbTemperature.cs +++ b/XML_oM/EnergyPlus/ZoneDryBulbTemperature.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 ZoneDryBulbTemperature : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/ZoneHumidityRatioAtPeak.cs b/XML_oM/EnergyPlus/ZoneHumidityRatioAtPeak.cs index 7478221..d42ccac 100644 --- a/XML_oM/EnergyPlus/ZoneHumidityRatioAtPeak.cs +++ b/XML_oM/EnergyPlus/ZoneHumidityRatioAtPeak.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 ZoneHumidityRatioAtPeak : EnergyPlusObject } + diff --git a/XML_oM/EnergyPlus/ZoneRelativeHumidity.cs b/XML_oM/EnergyPlus/ZoneRelativeHumidity.cs index e2952fe..c9226fa 100644 --- a/XML_oM/EnergyPlus/ZoneRelativeHumidity.cs +++ b/XML_oM/EnergyPlus/ZoneRelativeHumidity.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 ZoneRelativeHumidity : EnergyPlusObject } + diff --git a/XML_oM/Enums/AltitudeMode.cs b/XML_oM/Enums/AltitudeMode.cs index 78d82a1..a7f760b 100644 --- a/XML_oM/Enums/AltitudeMode.cs +++ b/XML_oM/Enums/AltitudeMode.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. @@ -32,3 +32,4 @@ public enum AltitudeMode } + diff --git a/XML_oM/Enums/ExportDetail.cs b/XML_oM/Enums/ExportDetail.cs index c2ba6f9..0357b24 100644 --- a/XML_oM/Enums/ExportDetail.cs +++ b/XML_oM/Enums/ExportDetail.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. @@ -32,3 +32,4 @@ public enum ExportDetail + diff --git a/XML_oM/Enums/Schema.cs b/XML_oM/Enums/Schema.cs index e23c04f..03d0a26 100644 --- a/XML_oM/Enums/Schema.cs +++ b/XML_oM/Enums/Schema.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 enum Schema } + diff --git a/XML_oM/Enums/UnitType.cs b/XML_oM/Enums/UnitType.cs index f8a0e43..f289d70 100644 --- a/XML_oM/Enums/UnitType.cs +++ b/XML_oM/Enums/UnitType.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. @@ -32,3 +32,4 @@ public enum UnitType + diff --git a/XML_oM/Fragments/XMLBuildingType.cs b/XML_oM/Fragments/XMLBuildingType.cs index 62ae67b..f6e3113 100644 --- a/XML_oM/Fragments/XMLBuildingType.cs +++ b/XML_oM/Fragments/XMLBuildingType.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. @@ -36,3 +36,4 @@ public class XMLBuildingType : IFragment } + diff --git a/XML_oM/GBXML/Enums/AreaUnit.cs b/XML_oM/GBXML/Enums/AreaUnit.cs index f838064..44a593d 100644 --- a/XML_oM/GBXML/Enums/AreaUnit.cs +++ b/XML_oM/GBXML/Enums/AreaUnit.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public enum AreaUnit + diff --git a/XML_oM/GBXML/Enums/LengthUnit.cs b/XML_oM/GBXML/Enums/LengthUnit.cs index 573607b..5b62cca 100644 --- a/XML_oM/GBXML/Enums/LengthUnit.cs +++ b/XML_oM/GBXML/Enums/LengthUnit.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public enum LengthUnit + diff --git a/XML_oM/GBXML/Enums/TemperatureUnit.cs b/XML_oM/GBXML/Enums/TemperatureUnit.cs index 54b5abf..b609d35 100644 --- a/XML_oM/GBXML/Enums/TemperatureUnit.cs +++ b/XML_oM/GBXML/Enums/TemperatureUnit.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. @@ -33,3 +33,4 @@ public enum TemperatureUnit + diff --git a/XML_oM/GBXML/Enums/VolumeUnit.cs b/XML_oM/GBXML/Enums/VolumeUnit.cs index 91d1794..4386942 100644 --- a/XML_oM/GBXML/Enums/VolumeUnit.cs +++ b/XML_oM/GBXML/Enums/VolumeUnit.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -37,3 +37,4 @@ public enum VolumeUnit + diff --git a/XML_oM/GBXML/GBXMLDocumentBuilder.cs b/XML_oM/GBXML/GBXMLDocumentBuilder.cs index 40b9b5e..5ae8963 100644 --- a/XML_oM/GBXML/GBXMLDocumentBuilder.cs +++ b/XML_oM/GBXML/GBXMLDocumentBuilder.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 class GBXMLDocumentBuilder : BHoMObject + diff --git a/XML_oM/GBXML/GBXMLUnitSetUp.cs b/XML_oM/GBXML/GBXMLUnitSetUp.cs index f35103b..d392f3b 100644 --- a/XML_oM/GBXML/GBXMLUnitSetUp.cs +++ b/XML_oM/GBXML/GBXMLUnitSetUp.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 class GBXMLUnitSetUp : BHoMObject + diff --git a/XML_oM/GBXML/RoundingSettings.cs b/XML_oM/GBXML/RoundingSettings.cs index 349b153..2368ea2 100644 --- a/XML_oM/GBXML/RoundingSettings.cs +++ b/XML_oM/GBXML/RoundingSettings.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 class RoundingSettings : BHoMObject } } + diff --git a/XML_oM/KML/GeoReference.cs b/XML_oM/KML/GeoReference.cs index 692dc02..67c85de 100644 --- a/XML_oM/KML/GeoReference.cs +++ b/XML_oM/KML/GeoReference.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 class GeoReference : BHoMObject } + diff --git a/XML_oM/KML/KMLDocumentBuilder.cs b/XML_oM/KML/KMLDocumentBuilder.cs index 04ebc13..c5d7d86 100644 --- a/XML_oM/KML/KMLDocumentBuilder.cs +++ b/XML_oM/KML/KMLDocumentBuilder.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -38,3 +38,4 @@ public class KMLDocumentBuilder : BHoMObject + diff --git a/XML_oM/KML/KMLGeometry.cs b/XML_oM/KML/KMLGeometry.cs index 6342f18..dfee118 100644 --- a/XML_oM/KML/KMLGeometry.cs +++ b/XML_oM/KML/KMLGeometry.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 KMLGeometry : BHoMObject } + diff --git a/XML_oM/Properties/AssemblyInfo.cs b/XML_oM/Properties/AssemblyInfo.cs index e1fab3e..cc50477 100644 --- a/XML_oM/Properties/AssemblyInfo.cs +++ b/XML_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/XML_oM/Settings/GBXMLSettings.cs b/XML_oM/Settings/GBXMLSettings.cs index f407eca..6f59155 100644 --- a/XML_oM/Settings/GBXMLSettings.cs +++ b/XML_oM/Settings/GBXMLSettings.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 class GBXMLSettings : BHoMObject, IXMLSettings + diff --git a/XML_oM/Settings/IXMLSettings.cs b/XML_oM/Settings/IXMLSettings.cs index 9d46c9d..d86c188 100644 --- a/XML_oM/Settings/IXMLSettings.cs +++ b/XML_oM/Settings/IXMLSettings.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. @@ -34,3 +34,4 @@ public interface IXMLSettings } + diff --git a/XML_oM/Settings/KMLSettings.cs b/XML_oM/Settings/KMLSettings.cs index 0502e2f..3e4b269 100644 --- a/XML_oM/Settings/KMLSettings.cs +++ b/XML_oM/Settings/KMLSettings.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 KMLSettings : BHoMObject, IXMLSettings + diff --git a/XML_oM/XMLConfig.cs b/XML_oM/XMLConfig.cs index 4b61319..d435298 100644 --- a/XML_oM/XMLConfig.cs +++ b/XML_oM/XMLConfig.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 class XMLConfig : ActionConfig } +