diff --git a/SAP2000_Adapter/AdapterActions/Execute.cs b/SAP2000_Adapter/AdapterActions/Execute.cs index 471c891..645eb7b 100644 --- a/SAP2000_Adapter/AdapterActions/Execute.cs +++ b/SAP2000_Adapter/AdapterActions/Execute.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -211,3 +211,4 @@ private bool Analyse(IEnumerable cases = null) } } + diff --git a/SAP2000_Adapter/AdapterActions/SetupPushConfig.cs b/SAP2000_Adapter/AdapterActions/SetupPushConfig.cs index db2b7c4..1c08d98 100644 --- a/SAP2000_Adapter/AdapterActions/SetupPushConfig.cs +++ b/SAP2000_Adapter/AdapterActions/SetupPushConfig.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 override bool SetupPushConfig(ActionConfig actionConfig, out ActionConfig } } + diff --git a/SAP2000_Adapter/CRUD/Create/Bar.cs b/SAP2000_Adapter/CRUD/Create/Bar.cs index 07a51c8..3712be0 100644 --- a/SAP2000_Adapter/CRUD/Create/Bar.cs +++ b/SAP2000_Adapter/CRUD/Create/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -259,3 +259,4 @@ private void SetInsertionPoint(Bar bhBar, string name) } + diff --git a/SAP2000_Adapter/CRUD/Create/Errors.cs b/SAP2000_Adapter/CRUD/Create/Errors.cs index d973710..d0676c3 100644 --- a/SAP2000_Adapter/CRUD/Create/Errors.cs +++ b/SAP2000_Adapter/CRUD/Create/Errors.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private void CreatePropertyEvent(string failedProperty, string elemType, string } + diff --git a/SAP2000_Adapter/CRUD/Create/LinkConstraint.cs b/SAP2000_Adapter/CRUD/Create/LinkConstraint.cs index 0a0dffd..a2c668b 100644 --- a/SAP2000_Adapter/CRUD/Create/LinkConstraint.cs +++ b/SAP2000_Adapter/CRUD/Create/LinkConstraint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private bool CreateObject(LinkConstraint bhLinkConstraint) } + diff --git a/SAP2000_Adapter/CRUD/Create/Loads.cs b/SAP2000_Adapter/CRUD/Create/Loads.cs index bfb266a..91c33a7 100644 --- a/SAP2000_Adapter/CRUD/Create/Loads.cs +++ b/SAP2000_Adapter/CRUD/Create/Loads.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -650,3 +650,4 @@ private bool CreateLoad(ILoad bhLoad) } + diff --git a/SAP2000_Adapter/CRUD/Create/Material.cs b/SAP2000_Adapter/CRUD/Create/Material.cs index 1f7064e..d50681a 100644 --- a/SAP2000_Adapter/CRUD/Create/Material.cs +++ b/SAP2000_Adapter/CRUD/Create/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. @@ -184,3 +184,4 @@ private eMatType MaterialTypeToCSI(MaterialType materialType) } + diff --git a/SAP2000_Adapter/CRUD/Create/Node.cs b/SAP2000_Adapter/CRUD/Create/Node.cs index 2ca9ef2..c18c6c0 100644 --- a/SAP2000_Adapter/CRUD/Create/Node.cs +++ b/SAP2000_Adapter/CRUD/Create/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -136,3 +136,4 @@ private bool SetObject(Node bhNode) } + diff --git a/SAP2000_Adapter/CRUD/Create/Panel.cs b/SAP2000_Adapter/CRUD/Create/Panel.cs index f1f530b..20a98a0 100644 --- a/SAP2000_Adapter/CRUD/Create/Panel.cs +++ b/SAP2000_Adapter/CRUD/Create/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. @@ -117,3 +117,4 @@ private bool SetObject(Panel bhPanel) } + diff --git a/SAP2000_Adapter/CRUD/Create/RigidLink.cs b/SAP2000_Adapter/CRUD/Create/RigidLink.cs index 02107d8..fda7d86 100644 --- a/SAP2000_Adapter/CRUD/Create/RigidLink.cs +++ b/SAP2000_Adapter/CRUD/Create/RigidLink.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 CreateObject(RigidLink bhLink) } + diff --git a/SAP2000_Adapter/CRUD/Create/Section.cs b/SAP2000_Adapter/CRUD/Create/Section.cs index dab1e26..42bc31e 100644 --- a/SAP2000_Adapter/CRUD/Create/Section.cs +++ b/SAP2000_Adapter/CRUD/Create/Section.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -312,3 +312,4 @@ private double[] SectionModifierToCSI(SectionModifier modifier) } + diff --git a/SAP2000_Adapter/CRUD/Create/SurfaceProperty.cs b/SAP2000_Adapter/CRUD/Create/SurfaceProperty.cs index eed8f98..0e927e5 100644 --- a/SAP2000_Adapter/CRUD/Create/SurfaceProperty.cs +++ b/SAP2000_Adapter/CRUD/Create/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private bool CreateObject(ISurfaceProperty surfaceProperty) } + diff --git a/SAP2000_Adapter/CRUD/Create/_ICreate.cs b/SAP2000_Adapter/CRUD/Create/_ICreate.cs index c81edbe..2c63def 100644 --- a/SAP2000_Adapter/CRUD/Create/_ICreate.cs +++ b/SAP2000_Adapter/CRUD/Create/_ICreate.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private bool CreateObject(IBHoMObject obj) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Bar.cs b/SAP2000_Adapter/CRUD/Delete/Bar.cs index c09f17d..0293b5c 100644 --- a/SAP2000_Adapter/CRUD/Delete/Bar.cs +++ b/SAP2000_Adapter/CRUD/Delete/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private int DeleteBars(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Errors.cs b/SAP2000_Adapter/CRUD/Delete/Errors.cs index 50bcdf8..d3e0aa7 100644 --- a/SAP2000_Adapter/CRUD/Delete/Errors.cs +++ b/SAP2000_Adapter/CRUD/Delete/Errors.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private void DeletePropertyError(string propType, string propName) } + diff --git a/SAP2000_Adapter/CRUD/Delete/LinkConstraint.cs b/SAP2000_Adapter/CRUD/Delete/LinkConstraint.cs index d0d9ec1..e718b1c 100644 --- a/SAP2000_Adapter/CRUD/Delete/LinkConstraint.cs +++ b/SAP2000_Adapter/CRUD/Delete/LinkConstraint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -63,3 +63,4 @@ private int DeleteLinkConstraints(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Loads.cs b/SAP2000_Adapter/CRUD/Delete/Loads.cs index f0ecc53..2190e6e 100644 --- a/SAP2000_Adapter/CRUD/Delete/Loads.cs +++ b/SAP2000_Adapter/CRUD/Delete/Loads.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -109,3 +109,4 @@ private int DeleteLoadCombination(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Material.cs b/SAP2000_Adapter/CRUD/Delete/Material.cs index 311707f..72d75a2 100644 --- a/SAP2000_Adapter/CRUD/Delete/Material.cs +++ b/SAP2000_Adapter/CRUD/Delete/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. @@ -63,3 +63,4 @@ private int DeleteMaterial(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Node.cs b/SAP2000_Adapter/CRUD/Delete/Node.cs index 8ea8a0a..7820477 100644 --- a/SAP2000_Adapter/CRUD/Delete/Node.cs +++ b/SAP2000_Adapter/CRUD/Delete/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private int DeleteNodes(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Panel.cs b/SAP2000_Adapter/CRUD/Delete/Panel.cs index 708effe..d40ecc9 100644 --- a/SAP2000_Adapter/CRUD/Delete/Panel.cs +++ b/SAP2000_Adapter/CRUD/Delete/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. @@ -64,3 +64,4 @@ private int DeletePanel(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/RigidLink.cs b/SAP2000_Adapter/CRUD/Delete/RigidLink.cs index 39903dc..36182b2 100644 --- a/SAP2000_Adapter/CRUD/Delete/RigidLink.cs +++ b/SAP2000_Adapter/CRUD/Delete/RigidLink.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 int DeleteRigidLink(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/Section.cs b/SAP2000_Adapter/CRUD/Delete/Section.cs index e520e76..79d2d1c 100644 --- a/SAP2000_Adapter/CRUD/Delete/Section.cs +++ b/SAP2000_Adapter/CRUD/Delete/Section.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private int DeleteSectionProperties(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/SurfaceProperty.cs b/SAP2000_Adapter/CRUD/Delete/SurfaceProperty.cs index 3d95e7e..adb628c 100644 --- a/SAP2000_Adapter/CRUD/Delete/SurfaceProperty.cs +++ b/SAP2000_Adapter/CRUD/Delete/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 int DeleteSurfaceProperty(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Delete/_IDelete.cs b/SAP2000_Adapter/CRUD/Delete/_IDelete.cs index 1de4e77..77499fd 100644 --- a/SAP2000_Adapter/CRUD/Delete/_IDelete.cs +++ b/SAP2000_Adapter/CRUD/Delete/_IDelete.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ protected override int IDelete(Type type, IEnumerable ids, ActionConfig } + diff --git a/SAP2000_Adapter/CRUD/Read/Bar.cs b/SAP2000_Adapter/CRUD/Read/Bar.cs index b73da18..cca24bc 100644 --- a/SAP2000_Adapter/CRUD/Read/Bar.cs +++ b/SAP2000_Adapter/CRUD/Read/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -182,3 +182,4 @@ private List ReadBars(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/Errors.cs b/SAP2000_Adapter/CRUD/Read/Errors.cs index f01895e..0390f05 100644 --- a/SAP2000_Adapter/CRUD/Read/Errors.cs +++ b/SAP2000_Adapter/CRUD/Read/Errors.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private void ReadPropertyError(string propType, string propName) } + diff --git a/SAP2000_Adapter/CRUD/Read/LinkConstraint.cs b/SAP2000_Adapter/CRUD/Read/LinkConstraint.cs index c298e4d..0993e0f 100644 --- a/SAP2000_Adapter/CRUD/Read/LinkConstraint.cs +++ b/SAP2000_Adapter/CRUD/Read/LinkConstraint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -126,3 +126,4 @@ private LinkConstraint GetLinearLinkConstraint(string name) } + diff --git a/SAP2000_Adapter/CRUD/Read/Loads.cs b/SAP2000_Adapter/CRUD/Read/Loads.cs index 64e5679..8895822 100644 --- a/SAP2000_Adapter/CRUD/Read/Loads.cs +++ b/SAP2000_Adapter/CRUD/Read/Loads.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -904,3 +904,4 @@ private List ReadGeometricalLineLoad(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/Material.cs b/SAP2000_Adapter/CRUD/Read/Material.cs index 4218a7f..e83f8ce 100644 --- a/SAP2000_Adapter/CRUD/Read/Material.cs +++ b/SAP2000_Adapter/CRUD/Read/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. @@ -169,3 +169,4 @@ private List ReadMaterial(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/Node.cs b/SAP2000_Adapter/CRUD/Read/Node.cs index 6f37a04..028636e 100644 --- a/SAP2000_Adapter/CRUD/Read/Node.cs +++ b/SAP2000_Adapter/CRUD/Read/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -239,3 +239,4 @@ private double ToRadians(double a) } + diff --git a/SAP2000_Adapter/CRUD/Read/Panel.cs b/SAP2000_Adapter/CRUD/Read/Panel.cs index 42118f2..198ebec 100644 --- a/SAP2000_Adapter/CRUD/Read/Panel.cs +++ b/SAP2000_Adapter/CRUD/Read/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. @@ -114,3 +114,4 @@ private List ReadPanel(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/Results/BarResults.cs b/SAP2000_Adapter/CRUD/Read/Results/BarResults.cs index 4529af9..599b99b 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/BarResults.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/BarResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -276,3 +276,4 @@ private double GetBarLength(string barId, Dictionary pts) } + diff --git a/SAP2000_Adapter/CRUD/Read/Results/GlobalResults.cs b/SAP2000_Adapter/CRUD/Read/Results/GlobalResults.cs index 9d39b32..9c1477b 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/GlobalResults.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/GlobalResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -196,3 +196,4 @@ private List GetModalParticipationMassRatios() } + diff --git a/SAP2000_Adapter/CRUD/Read/Results/MeshResults.cs b/SAP2000_Adapter/CRUD/Read/Results/MeshResults.cs index 8c13d8d..2bd1510 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/MeshResults.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/MeshResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -322,3 +322,4 @@ private List SmoothenForces(List forces) } + diff --git a/SAP2000_Adapter/CRUD/Read/Results/NodeResults.cs b/SAP2000_Adapter/CRUD/Read/Results/NodeResults.cs index 636c175..ecd0e05 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/NodeResults.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/NodeResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -186,3 +186,4 @@ private List ReadNodeVelocity(IList ids = null, + diff --git a/SAP2000_Adapter/CRUD/Read/Results/Result.cs b/SAP2000_Adapter/CRUD/Read/Results/Result.cs index 58c5689..b45f039 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/Result.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/Result.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -132,3 +132,4 @@ private List CheckGetNodeIds(NodeResultRequest request) } } + diff --git a/SAP2000_Adapter/CRUD/Read/Results/SteelUtilisationResults.cs b/SAP2000_Adapter/CRUD/Read/Results/SteelUtilisationResults.cs index ee94af1..3606581 100644 --- a/SAP2000_Adapter/CRUD/Read/Results/SteelUtilisationResults.cs +++ b/SAP2000_Adapter/CRUD/Read/Results/SteelUtilisationResults.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -154,3 +154,4 @@ private List ReadAISCBarUtilisation(List barIds = } + diff --git a/SAP2000_Adapter/CRUD/Read/RigidLink.cs b/SAP2000_Adapter/CRUD/Read/RigidLink.cs index a28f26e..85ebeb7 100644 --- a/SAP2000_Adapter/CRUD/Read/RigidLink.cs +++ b/SAP2000_Adapter/CRUD/Read/RigidLink.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -121,3 +121,4 @@ private List ReadRigidLink(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/Section.cs b/SAP2000_Adapter/CRUD/Read/Section.cs index 4924e40..5e5b553 100644 --- a/SAP2000_Adapter/CRUD/Read/Section.cs +++ b/SAP2000_Adapter/CRUD/Read/Section.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -366,3 +366,4 @@ private SectionModifier ReadFrameSectionModifiers(string id) } + diff --git a/SAP2000_Adapter/CRUD/Read/SurfaceProperty.cs b/SAP2000_Adapter/CRUD/Read/SurfaceProperty.cs index e6b2363..bb16a65 100644 --- a/SAP2000_Adapter/CRUD/Read/SurfaceProperty.cs +++ b/SAP2000_Adapter/CRUD/Read/SurfaceProperty.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 List ReadSurfaceProperty(List ids = null) } + diff --git a/SAP2000_Adapter/CRUD/Read/_IRead.cs b/SAP2000_Adapter/CRUD/Read/_IRead.cs index ea456cb..c8d0c07 100644 --- a/SAP2000_Adapter/CRUD/Read/_IRead.cs +++ b/SAP2000_Adapter/CRUD/Read/_IRead.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -170,3 +170,4 @@ private static List FilterIds(IEnumerable ids, IEnumerable bhBars) } } } + diff --git a/SAP2000_Adapter/CRUD/Update/Material.cs b/SAP2000_Adapter/CRUD/Update/Material.cs index 1d70890..bf72a0a 100644 --- a/SAP2000_Adapter/CRUD/Update/Material.cs +++ b/SAP2000_Adapter/CRUD/Update/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. @@ -67,3 +67,4 @@ private bool UpdateObjects(IEnumerable bhMaterials) } } + diff --git a/SAP2000_Adapter/CRUD/Update/Node.cs b/SAP2000_Adapter/CRUD/Update/Node.cs index 9ab4256..ccc2040 100644 --- a/SAP2000_Adapter/CRUD/Update/Node.cs +++ b/SAP2000_Adapter/CRUD/Update/Node.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -73,3 +73,4 @@ private bool UpdateObjects(IEnumerable nodes) } + diff --git a/SAP2000_Adapter/CRUD/Update/Section.cs b/SAP2000_Adapter/CRUD/Update/Section.cs index bf0cebe..c1661dc 100644 --- a/SAP2000_Adapter/CRUD/Update/Section.cs +++ b/SAP2000_Adapter/CRUD/Update/Section.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private bool UpdateObjects(IEnumerable bhomSections) } } } + diff --git a/SAP2000_Adapter/CRUD/Update/_IUpdate.cs b/SAP2000_Adapter/CRUD/Update/_IUpdate.cs index 2ee7959..bcca641 100644 --- a/SAP2000_Adapter/CRUD/Update/_IUpdate.cs +++ b/SAP2000_Adapter/CRUD/Update/_IUpdate.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -62,3 +62,4 @@ private bool UpdateObjects(IEnumerable objects) } + diff --git a/SAP2000_Adapter/Convert/AdapterIdName.cs b/SAP2000_Adapter/Convert/AdapterIdName.cs index 5031b77..2a2de29 100644 --- a/SAP2000_Adapter/Convert/AdapterIdName.cs +++ b/SAP2000_Adapter/Convert/AdapterIdName.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 partial class Convert } + diff --git a/SAP2000_Adapter/Convert/ToBHoM/Bar.cs b/SAP2000_Adapter/Convert/ToBHoM/Bar.cs index f511c4b..40c8d7b 100644 --- a/SAP2000_Adapter/Convert/ToBHoM/Bar.cs +++ b/SAP2000_Adapter/Convert/ToBHoM/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ public static Vector BarLocalAxisToBHoM(this Vector axisCSI) } + diff --git a/SAP2000_Adapter/Convert/ToBHoM/Constraint.cs b/SAP2000_Adapter/Convert/ToBHoM/Constraint.cs index 8db9d99..cd85086 100644 --- a/SAP2000_Adapter/Convert/ToBHoM/Constraint.cs +++ b/SAP2000_Adapter/Convert/ToBHoM/Constraint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -111,3 +111,4 @@ private static DOFType GetDofType(bool[] isReleased, double[] springValue, int i } + diff --git a/SAP2000_Adapter/Convert/ToBHoM/Loads.cs b/SAP2000_Adapter/Convert/ToBHoM/Loads.cs index 954254e..e72a987 100644 --- a/SAP2000_Adapter/Convert/ToBHoM/Loads.cs +++ b/SAP2000_Adapter/Convert/ToBHoM/Loads.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -116,3 +116,4 @@ public static LoadAxis LoadAxisToBHoM(this string cSys) } + diff --git a/SAP2000_Adapter/Convert/ToBHoM/Material.cs b/SAP2000_Adapter/Convert/ToBHoM/Material.cs index e1c4ecd..0d5f034 100644 --- a/SAP2000_Adapter/Convert/ToBHoM/Material.cs +++ b/SAP2000_Adapter/Convert/ToBHoM/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. @@ -63,3 +63,4 @@ public static double[] ToDoubleArray(this Vector v) } + diff --git a/SAP2000_Adapter/Convert/ToSAP2000/Bar.cs b/SAP2000_Adapter/Convert/ToSAP2000/Bar.cs index 68f9997..e0977ce 100644 --- a/SAP2000_Adapter/Convert/ToSAP2000/Bar.cs +++ b/SAP2000_Adapter/Convert/ToSAP2000/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 Vector BarLocalAxisToCSI(this Vector axisBHoM) } + diff --git a/SAP2000_Adapter/Convert/ToSAP2000/Constraint.cs b/SAP2000_Adapter/Convert/ToSAP2000/Constraint.cs index 296dfaa..d2eb124 100644 --- a/SAP2000_Adapter/Convert/ToSAP2000/Constraint.cs +++ b/SAP2000_Adapter/Convert/ToSAP2000/Constraint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -149,3 +149,4 @@ public static void ToSAP2000(this LinkConstraint linkConstraint, out bool[] dof, } + diff --git a/SAP2000_Adapter/Convert/ToSAP2000/Loads.cs b/SAP2000_Adapter/Convert/ToSAP2000/Loads.cs index ab29471..3209f7b 100644 --- a/SAP2000_Adapter/Convert/ToSAP2000/Loads.cs +++ b/SAP2000_Adapter/Convert/ToSAP2000/Loads.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -157,3 +157,4 @@ public static double GetDifferentialComponent(this BarDifferentialTemperatureLoa } + diff --git a/SAP2000_Adapter/Convert/ToSAP2000/Material.cs b/SAP2000_Adapter/Convert/ToSAP2000/Material.cs index d71f167..a62beae 100644 --- a/SAP2000_Adapter/Convert/ToSAP2000/Material.cs +++ b/SAP2000_Adapter/Convert/ToSAP2000/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. @@ -49,3 +49,4 @@ public static Vector ToVector(this double[] darray) } + diff --git a/SAP2000_Adapter/Properties/AssemblyInfo.cs b/SAP2000_Adapter/Properties/AssemblyInfo.cs index 61830c1..8d17085 100644 --- a/SAP2000_Adapter/Properties/AssemblyInfo.cs +++ b/SAP2000_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. @@ -58,3 +58,4 @@ [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/SAP2000_Adapter/SAP2000Adapter.cs b/SAP2000_Adapter/SAP2000Adapter.cs index e953abf..da0de2b 100644 --- a/SAP2000_Adapter/SAP2000Adapter.cs +++ b/SAP2000_Adapter/SAP2000Adapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -160,3 +160,4 @@ public SAP2000Adapter(string filePath = "", bool active = false) } } + diff --git a/SAP2000_Adapter/Types/SetupComparer.cs b/SAP2000_Adapter/Types/SetupComparer.cs index 840db31..4145c83 100644 --- a/SAP2000_Adapter/Types/SetupComparer.cs +++ b/SAP2000_Adapter/Types/SetupComparer.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private void SetupComparers() } } + diff --git a/SAP2000_Adapter/Types/SetupDependencies.cs b/SAP2000_Adapter/Types/SetupDependencies.cs index 0acb7de..8a5bcdc 100644 --- a/SAP2000_Adapter/Types/SetupDependencies.cs +++ b/SAP2000_Adapter/Types/SetupDependencies.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ protected void SetupDependencies() } + diff --git a/SAP2000_Engine/AdapterIdName.cs b/SAP2000_Engine/AdapterIdName.cs index 3f0e842..ae1d9ce 100644 --- a/SAP2000_Engine/AdapterIdName.cs +++ b/SAP2000_Engine/AdapterIdName.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 partial class Convert } + diff --git a/SAP2000_Engine/Modify/SetBar.cs b/SAP2000_Engine/Modify/SetBar.cs index e91f7f1..8551d40 100644 --- a/SAP2000_Engine/Modify/SetBar.cs +++ b/SAP2000_Engine/Modify/SetBar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -68,3 +68,4 @@ public static Bar SetBarInsertionPoint(this Bar bar, BarInsertionPointLocation i } } + diff --git a/SAP2000_Engine/Properties/AssemblyInfo.cs b/SAP2000_Engine/Properties/AssemblyInfo.cs index b4508c6..97cc2a1 100644 --- a/SAP2000_Engine/Properties/AssemblyInfo.cs +++ b/SAP2000_Engine/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -58,3 +58,4 @@ [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/SAP2000_Engine/Query/Bar.cs b/SAP2000_Engine/Query/Bar.cs index 611ceb8..95a2358 100644 --- a/SAP2000_Engine/Query/Bar.cs +++ b/SAP2000_Engine/Query/Bar.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -59,3 +59,4 @@ public static bool BarModifyStiffnessInsertionPoint(this Bar bar) } } + diff --git a/SAP2000_Engine/Query/JoinRigidLink.cs b/SAP2000_Engine/Query/JoinRigidLink.cs index 885c360..27ae2b1 100644 --- a/SAP2000_Engine/Query/JoinRigidLink.cs +++ b/SAP2000_Engine/Query/JoinRigidLink.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 static List JoinRigidLink(List linkList) } + diff --git a/SAP2000_Engine/Query/SplitRigidLink.cs b/SAP2000_Engine/Query/SplitRigidLink.cs index e66e093..492f9e4 100644 --- a/SAP2000_Engine/Query/SplitRigidLink.cs +++ b/SAP2000_Engine/Query/SplitRigidLink.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 static List SplitRigidLink(RigidLink link) } + diff --git a/SAP2000_oM/Config/SAP2000PushConfig.cs b/SAP2000_oM/Config/SAP2000PushConfig.cs index c7cf23b..d0bc1a7 100644 --- a/SAP2000_oM/Config/SAP2000PushConfig.cs +++ b/SAP2000_oM/Config/SAP2000PushConfig.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 SAP2000PushConfig : ActionConfig } + diff --git a/SAP2000_oM/Elements/AISCSteelUtilisation.cs b/SAP2000_oM/Elements/AISCSteelUtilisation.cs index c433c30..7b3e4bb 100644 --- a/SAP2000_oM/Elements/AISCSteelUtilisation.cs +++ b/SAP2000_oM/Elements/AISCSteelUtilisation.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 AISCSteelUtilisation(IComparable objectId, IComparable resultCase, int mo } + diff --git a/SAP2000_oM/Enums/BarDesignProcedureType.cs b/SAP2000_oM/Enums/BarDesignProcedureType.cs index 7aeb938..6ccb0f4 100644 --- a/SAP2000_oM/Enums/BarDesignProcedureType.cs +++ b/SAP2000_oM/Enums/BarDesignProcedureType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 enum BarDesignProcedureType : int } } + diff --git a/SAP2000_oM/Enums/BarInsertionPointLocation.cs b/SAP2000_oM/Enums/BarInsertionPointLocation.cs index 054e39e..aeeece1 100644 --- a/SAP2000_oM/Enums/BarInsertionPointLocation.cs +++ b/SAP2000_oM/Enums/BarInsertionPointLocation.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 enum BarInsertionPointLocation : int } } + diff --git a/SAP2000_oM/Enums/SDShapeType.cs b/SAP2000_oM/Enums/SDShapeType.cs index 184405d..c85da5d 100644 --- a/SAP2000_oM/Enums/SDShapeType.cs +++ b/SAP2000_oM/Enums/SDShapeType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 enum SDShapeType } + diff --git a/SAP2000_oM/Enums/ShellType.cs b/SAP2000_oM/Enums/ShellType.cs index 9edff52..48aeb7a 100644 --- a/SAP2000_oM/Enums/ShellType.cs +++ b/SAP2000_oM/Enums/ShellType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 enum ShellType } + diff --git a/SAP2000_oM/Enums/SteelDesignCode.cs b/SAP2000_oM/Enums/SteelDesignCode.cs index 46ce317..2de2cc1 100644 --- a/SAP2000_oM/Enums/SteelDesignCode.cs +++ b/SAP2000_oM/Enums/SteelDesignCode.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 enum SteelDesignCode } + diff --git a/SAP2000_oM/Fragments/BarAutoMesh.cs b/SAP2000_oM/Fragments/BarAutoMesh.cs index 3cc7355..04433de 100644 --- a/SAP2000_oM/Fragments/BarAutoMesh.cs +++ b/SAP2000_oM/Fragments/BarAutoMesh.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 BarAutoMesh : IFragment } } + diff --git a/SAP2000_oM/Fragments/BarDesignProcedure.cs b/SAP2000_oM/Fragments/BarDesignProcedure.cs index 397318c..073571c 100644 --- a/SAP2000_oM/Fragments/BarDesignProcedure.cs +++ b/SAP2000_oM/Fragments/BarDesignProcedure.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 BarDesignProcedure : IFragment } } + diff --git a/SAP2000_oM/Fragments/BarInsertionPoint.cs b/SAP2000_oM/Fragments/BarInsertionPoint.cs index 22f4de3..3a90aba 100644 --- a/SAP2000_oM/Fragments/BarInsertionPoint.cs +++ b/SAP2000_oM/Fragments/BarInsertionPoint.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 BarInsertionPoint : IFragment } } + diff --git a/SAP2000_oM/Fragments/SAP2000Id.cs b/SAP2000_oM/Fragments/SAP2000Id.cs index 71d8dc2..35ad395 100644 --- a/SAP2000_oM/Fragments/SAP2000Id.cs +++ b/SAP2000_oM/Fragments/SAP2000Id.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 SAP2000Id : IAdapterId, IPersistentAdapterId } } + diff --git a/SAP2000_oM/Properties/AssemblyInfo.cs b/SAP2000_oM/Properties/AssemblyInfo.cs index 1b2086d..13eee90 100644 --- a/SAP2000_oM/Properties/AssemblyInfo.cs +++ b/SAP2000_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. @@ -55,3 +55,4 @@ [assembly: AssemblyFileVersion("6.1.0.0")] + diff --git a/SAP2000_oM/Requests/SteelUtilisationRequest.cs b/SAP2000_oM/Requests/SteelUtilisationRequest.cs index 560b6c4..0786bff 100644 --- a/SAP2000_oM/Requests/SteelUtilisationRequest.cs +++ b/SAP2000_oM/Requests/SteelUtilisationRequest.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 SteelUtilisationRequest : IStructuralResultRequest } } +