diff --git a/CSharp_Engine/Compute/ApplyGroups.cs b/CSharp_Engine/Compute/ApplyGroups.cs index 5a433d1..1c71ecf 100644 --- a/CSharp_Engine/Compute/ApplyGroups.cs +++ b/CSharp_Engine/Compute/ApplyGroups.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -85,3 +85,4 @@ private static BlockNode ApplyGroup(Dictionary nodes, NodeGroup gro } + diff --git a/CSharp_Engine/Compute/Compile.cs b/CSharp_Engine/Compute/Compile.cs index 58da516..3a96284 100644 --- a/CSharp_Engine/Compute/Compile.cs +++ b/CSharp_Engine/Compute/Compile.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -75,3 +75,4 @@ public static MethodInfo CompileMethod(string code, List refFiles) } } + diff --git a/CSharp_Engine/Compute/MakeStandAlone.cs b/CSharp_Engine/Compute/MakeStandAlone.cs index 31d3c92..b7d81a5 100644 --- a/CSharp_Engine/Compute/MakeStandAlone.cs +++ b/CSharp_Engine/Compute/MakeStandAlone.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 static List CollectPrivateMethods(IEnumerable me } + diff --git a/CSharp_Engine/Compute/NodeSequence.cs b/CSharp_Engine/Compute/NodeSequence.cs index 9ed6cbe..1ae8654 100644 --- a/CSharp_Engine/Compute/NodeSequence.cs +++ b/CSharp_Engine/Compute/NodeSequence.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private static List NextReceivers(List emitters, Dicti } + diff --git a/CSharp_Engine/Compute/Variables.cs b/CSharp_Engine/Compute/Variables.cs index 8b0cea7..9c40c9d 100644 --- a/CSharp_Engine/Compute/Variables.cs +++ b/CSharp_Engine/Compute/Variables.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -176,3 +176,4 @@ private static string VariableName(string name, Dictionary nameCoun } + diff --git a/CSharp_Engine/Convert/ToCSharpSyntaxNode.cs b/CSharp_Engine/Convert/ToCSharpSyntaxNode.cs index 5adf62c..150b306 100644 --- a/CSharp_Engine/Convert/ToCSharpSyntaxNode.cs +++ b/CSharp_Engine/Convert/ToCSharpSyntaxNode.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -80,3 +80,4 @@ private static List MethodParameters(this ClusterContent conten } + diff --git a/CSharp_Engine/Convert/ToCSharpText.cs b/CSharp_Engine/Convert/ToCSharpText.cs index 1a27b17..685423c 100644 --- a/CSharp_Engine/Convert/ToCSharpText.cs +++ b/CSharp_Engine/Convert/ToCSharpText.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private static string WrapWithType(string code, MethodInfo method) } + diff --git a/CSharp_Engine/Objects/NodeState.cs b/CSharp_Engine/Objects/NodeState.cs index a386552..e259980 100644 --- a/CSharp_Engine/Objects/NodeState.cs +++ b/CSharp_Engine/Objects/NodeState.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 NodeState } + diff --git a/CSharp_Engine/Objects/ReceiverState.cs b/CSharp_Engine/Objects/ReceiverState.cs index d329dad..c86ccab 100644 --- a/CSharp_Engine/Objects/ReceiverState.cs +++ b/CSharp_Engine/Objects/ReceiverState.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 ReceiverState } + diff --git a/CSharp_Engine/Properties/AssemblyInfo.cs b/CSharp_Engine/Properties/AssemblyInfo.cs index 88b9273..68a9fa6 100644 --- a/CSharp_Engine/Properties/AssemblyInfo.cs +++ b/CSharp_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/CSharp_Engine/Query/ArgumentValue.cs b/CSharp_Engine/Query/ArgumentValue.cs index d6845cf..be58269 100644 --- a/CSharp_Engine/Query/ArgumentValue.cs +++ b/CSharp_Engine/Query/ArgumentValue.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 ExpressionSyntax ArgumentValue(this ReceiverParam receiver, Dictio } + diff --git a/CSharp_Engine/Query/Body.cs b/CSharp_Engine/Query/Body.cs index 7d4ada7..e2c07dc 100644 --- a/CSharp_Engine/Query/Body.cs +++ b/CSharp_Engine/Query/Body.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -88,3 +88,4 @@ private static StatementSyntax ReturnStatement(Variable variable) } + diff --git a/CSharp_Engine/Query/Children.cs b/CSharp_Engine/Query/Children.cs index 4ccb5db..6c657db 100644 --- a/CSharp_Engine/Query/Children.cs +++ b/CSharp_Engine/Query/Children.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 static List Children(this NodeGroup group) } + diff --git a/CSharp_Engine/Query/DepthDifference.cs b/CSharp_Engine/Query/DepthDifference.cs index ab08f57..fdb7a3b 100644 --- a/CSharp_Engine/Query/DepthDifference.cs +++ b/CSharp_Engine/Query/DepthDifference.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 @@ private static int DepthDifference(this Type t1, Type t2) } + diff --git a/CSharp_Engine/Query/Expression.cs b/CSharp_Engine/Query/Expression.cs index c6811f6..c676463 100644 --- a/CSharp_Engine/Query/Expression.cs +++ b/CSharp_Engine/Query/Expression.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -240,3 +240,4 @@ private static string MethodName(this Type type) } + diff --git a/CSharp_Engine/Query/OutputVariables.cs b/CSharp_Engine/Query/OutputVariables.cs index 20f0031..0be388a 100644 --- a/CSharp_Engine/Query/OutputVariables.cs +++ b/CSharp_Engine/Query/OutputVariables.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -179,3 +179,4 @@ private static Dictionary OutputVariables(this INode node, Dicti } + diff --git a/CSharp_Engine/Query/ReturnType.cs b/CSharp_Engine/Query/ReturnType.cs index 6943131..16a0926 100644 --- a/CSharp_Engine/Query/ReturnType.cs +++ b/CSharp_Engine/Query/ReturnType.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 TypeSyntax IReturnType(this INode node, int depth = 0) } + diff --git a/CSharp_Engine/Query/Statements.cs b/CSharp_Engine/Query/Statements.cs index cb38caa..239e57e 100644 --- a/CSharp_Engine/Query/Statements.cs +++ b/CSharp_Engine/Query/Statements.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. * * Each contributor holds copyright over their respective contributions. * The project versioning (Git) records all such contribution source information. @@ -357,3 +357,4 @@ private static void PromoteToList(Dictionary variables, Guid id) } + diff --git a/CSharp_Engine/Query/SyntaxToken.cs b/CSharp_Engine/Query/SyntaxToken.cs index 2c5e03d..cc0a3ae 100644 --- a/CSharp_Engine/Query/SyntaxToken.cs +++ b/CSharp_Engine/Query/SyntaxToken.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 SyntaxToken SyntaxToken(this Variable variable) } + diff --git a/CSharp_oM/Others/Variable.cs b/CSharp_oM/Others/Variable.cs index 08376e2..bf77328 100644 --- a/CSharp_oM/Others/Variable.cs +++ b/CSharp_oM/Others/Variable.cs @@ -1,6 +1,6 @@ /* * This file is part of the Buildings and Habitats object Model (BHoM) - * Copyright (c) 2015 - 2022, the respective contributors. All rights reserved. + * Copyright (c) 2015 - 2023, 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 Variable : BHoMObject } + diff --git a/CSharp_oM/Properties/AssemblyInfo.cs b/CSharp_oM/Properties/AssemblyInfo.cs index 6bc5779..4d261de 100644 --- a/CSharp_oM/Properties/AssemblyInfo.cs +++ b/CSharp_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. @@ -58,3 +58,4 @@ [assembly: AssemblyFileVersion("6.1.0.0")] +