Skip to content

Commit 1b3293e

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update copyright of file headers to 2021
1 parent 39857b8 commit 1b3293e

File tree

149 files changed

+311
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+311
-168
lines changed

Lusas_Adapter/AdapterActions/Execute.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -233,4 +233,4 @@ private bool Analyse(IEnumerable<object> cases = null)
233233
/***************************************************/
234234

235235
}
236-
}
236+
}

Lusas_Adapter/CRUD/Create/Create.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -735,3 +735,4 @@ private bool CreateCollection(IEnumerable<MeshSettings2D> meshSettings2Ds)
735735
}
736736

737737

738+

Lusas_Adapter/CRUD/Create/Elements/Edge.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -66,3 +66,4 @@ private IFLine CreateEdge(Edge edge, IFPoint startPoint, IFPoint endPoint)
6666
}
6767
}
6868

69+

Lusas_Adapter/CRUD/Create/Elements/Line.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -124,3 +124,4 @@ private IFLine CreateLine(Bar bar)
124124
}
125125
}
126126

127+

Lusas_Adapter/CRUD/Create/Elements/Point.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -83,3 +83,4 @@ private IFPoint CreatePoint(Point point)
8383
}
8484
}
8585

86+

Lusas_Adapter/CRUD/Create/Elements/Surface.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -89,4 +89,4 @@ private IFSurface CreateSurface(Panel panel, IFLine[] lusasLines)
8989
/***************************************************/
9090

9191
}
92-
}
92+
}

Lusas_Adapter/CRUD/Create/Loads/BarDistributedLoad.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -178,3 +178,4 @@ private List<IFLoadingBeamDistributed> CreateBarDistributedLoad(
178178

179179
}
180180
}
181+

Lusas_Adapter/CRUD/Create/Loads/BarPointLoad.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -75,3 +75,4 @@ private IFLoadingBeamPoint CreateBarPointLoad(BarPointLoad barPointLoad, object[
7575

7676
}
7777
}
78+

Lusas_Adapter/CRUD/Create/Loads/ConcentratedLoad.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -69,4 +69,4 @@ private IFLoadingConcentrated CreateConcentratedLoad(PointLoad pointLoad, object
6969
/***************************************************/
7070

7171
}
72-
}
72+
}

Lusas_Adapter/CRUD/Create/Loads/DistributedLoad.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2020, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -158,3 +158,4 @@ private IFLoadingLocalDistributed CreateLocalDistributed(string lusasName,
158158

159159
}
160160
}
161+

0 commit comments

Comments
 (0)