diff --git a/STL_Adapter/CRUD/Create.cs b/STL_Adapter/CRUD/Create.cs index a67fd07..ce015ee 100644 --- a/STL_Adapter/CRUD/Create.cs +++ b/STL_Adapter/CRUD/Create.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, 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 bool Create(IEnumerable polylines, string fileName = null) } + diff --git a/STL_Adapter/Convert/ToSTL.cs b/STL_Adapter/Convert/ToSTL.cs index b3e7730..d0fb59d 100644 --- a/STL_Adapter/Convert/ToSTL.cs +++ b/STL_Adapter/Convert/ToSTL.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, 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 @@ private static string ToSTL(this Vector vector, STLSettings settings) } } } + diff --git a/STL_Adapter/Properties/AssemblyInfo.cs b/STL_Adapter/Properties/AssemblyInfo.cs index 52c0108..4ba81c8 100644 --- a/STL_Adapter/Properties/AssemblyInfo.cs +++ b/STL_Adapter/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("5.0.0.0")] [assembly: AssemblyFileVersion("5.1.0.0")] + diff --git a/STL_Adapter/STL_Adapter.cs b/STL_Adapter/STL_Adapter.cs index 800a791..c6ca7ac 100644 --- a/STL_Adapter/STL_Adapter.cs +++ b/STL_Adapter/STL_Adapter.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, 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 STLAdapter(STLSettings stlSettings) } } + diff --git a/STL_Engine/Convert/ToPolyline.cs b/STL_Engine/Convert/ToPolyline.cs index 994131d..674bc22 100644 --- a/STL_Engine/Convert/ToPolyline.cs +++ b/STL_Engine/Convert/ToPolyline.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -110,3 +110,4 @@ public static List ToPolyline(this IObject obj) } } + diff --git a/STL_Engine/Modify/RemoveOverlaps.cs b/STL_Engine/Modify/RemoveOverlaps.cs index a95865f..804afbc 100644 --- a/STL_Engine/Modify/RemoveOverlaps.cs +++ b/STL_Engine/Modify/RemoveOverlaps.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -77,3 +77,4 @@ public static List RemoveOverlaps(List geometryGro } } + diff --git a/STL_Engine/Properties/AssemblyInfo.cs b/STL_Engine/Properties/AssemblyInfo.cs index 07afa70..e2d793f 100644 --- a/STL_Engine/Properties/AssemblyInfo.cs +++ b/STL_Engine/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("5.0.0.0")] [assembly: AssemblyFileVersion("5.1.0.0")] + diff --git a/STL_oM/GeometryGroup.cs b/STL_oM/GeometryGroup.cs index 3e49a1f..4d9a32c 100644 --- a/STL_oM/GeometryGroup.cs +++ b/STL_oM/GeometryGroup.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, 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 GeometryGroup : BHoMObject } + diff --git a/STL_oM/Properties/AssemblyInfo.cs b/STL_oM/Properties/AssemblyInfo.cs index 9bba428..645cd0e 100644 --- a/STL_oM/Properties/AssemblyInfo.cs +++ b/STL_oM/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -57,3 +57,4 @@ [assembly: AssemblyVersion("5.0.0.0")] [assembly: AssemblyFileVersion("5.1.0.0")] + diff --git a/STL_oM/STLSettings.cs b/STL_oM/STLSettings.cs index 75b3274..a7f33bb 100644 --- a/STL_oM/STLSettings.cs +++ b/STL_oM/STLSettings.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2021, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2022, 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 STLSettings : BHoMObject } +