Skip to content

Commit

Permalink
Update copyright headers to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot authored and Fraser Greenroyd committed Mar 23, 2023
1 parent 4be0622 commit 445cde0
Show file tree
Hide file tree
Showing 59 changed files with 118 additions and 59 deletions.
3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Compute/RunCaller.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -475,3 +475,4 @@ private static void ClearWarnings(string id)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Convert/FromDesignScript.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -381,3 +381,4 @@ public static BHG.Mesh FromDesignScript(this ADG.Mesh dSMesh)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Convert/ToDesignScript.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -327,3 +327,4 @@ public static ADG.Mesh ToDesignScript(this BHG.Mesh mesh)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Convert/ToPortData.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -89,3 +89,4 @@ public static PortData ToPortData(this ParamInfo info)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Convert/ToTargetType.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -109,3 +109,4 @@ public static List<List<T>> ToTypeTree<T>(this IEnumerable tree)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Create/ListWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -48,3 +48,4 @@ public static ListWrapper ListWrapper(List<object> list)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Create/TreeWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -47,3 +47,4 @@ public static TreeWrapper TreeWrapper(List<List<object>> tree)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Objects/DataAccessor_Dynamo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -277,3 +277,4 @@ private List<object> CollectData(MirrorData mirrorData)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Objects/ListWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -46,3 +46,4 @@ public class ListWrapper




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Objects/TreeWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -46,3 +46,4 @@ public class TreeWrapper




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -58,3 +58,4 @@
[assembly: AssemblyFileVersion("6.1.0.0")]



3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Query/Item.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -59,3 +59,4 @@ public static object Item(string callerId, int index)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_Engine/Query/ItemFromCustom.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -57,3 +57,4 @@ public static object ItemFromCustom(object container, int index)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/CallerComponent/BuildOutputAst.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -169,3 +169,4 @@ protected List<AssociativeNode> CreateOutputAssignments(AssociativeNode function




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/CallerComponent/CopyPaste.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -100,3 +100,4 @@ protected override void DeserializeCore(XmlElement element, SaveContext context)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/CallerComponent/Core.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -144,3 +144,4 @@ protected void PortConnectionChanged(PortModel port)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/CallerComponent/OnCallerModified.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -260,3 +260,4 @@ protected virtual void FixInputNodes()




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/CallerComponent/View.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -203,3 +203,4 @@ protected virtual void RemoveButton_Click(object sender, RoutedEventArgs e)




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/CreateAdapter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public CreateAdapterComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortMo




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/CreateRequest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public CreateRequestComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortMo




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/Execute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public ExecuteComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> o




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/Move.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public MoveComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> outP




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/Pull.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -60,3 +60,4 @@ public PullComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> outP




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/Push.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public PushComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> outP




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Adapter/Remove.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public RemoveComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> ou




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Engine/Compute.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public ComputeComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> o




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Engine/Convert.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public ConvertComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> o




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Engine/Explode.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -66,3 +66,4 @@ public ExplodeComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel> o




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Engine/FromJson.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public FromJsonComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel>




3 changes: 2 additions & 1 deletion Dynamo20/Dynamo_UI/Components/Engine/GetEvents.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -61,3 +61,4 @@ public GetEventsComponent(IEnumerable<PortModel> inPorts, IEnumerable<PortModel>




Loading

0 comments on commit 445cde0

Please sign in to comment.