Skip to content

Commit f8fcd15

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update copyright headers to 2022
1 parent 235ec02 commit f8fcd15

File tree

15 files changed

+30
-15
lines changed

15 files changed

+30
-15
lines changed

Socket_Adapter/AdapterActions/Pull.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -49,3 +49,4 @@ public override IEnumerable<object> Pull(IRequest request, oM.Adapter.PullType p
4949
}
5050

5151

52+

Socket_Adapter/AdapterActions/Push.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -40,3 +40,4 @@ public override List<object> Push(IEnumerable<object> objects, string tag = "",
4040
}
4141

4242

43+

Socket_Adapter/Properties/AssemblyInfo.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -57,3 +57,4 @@
5757
[assembly: AssemblyFileVersion("5.1.0.0")]
5858

5959

60+

Socket_Adapter/Socket_Adapter.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -62,3 +62,4 @@ private void M_Link_DataObservers(DataPackage package)
6262
}
6363

6464

65+

Socket_Adapter/Tcp/DataEvent.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -28,3 +28,4 @@ namespace BH.Adapter.Socket
2828
}
2929

3030

31+

Socket_Adapter/Tcp/DataTransmitter.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -140,3 +140,4 @@ protected bool SendToClient(TcpClient client, byte[] data)
140140
}
141141

142142

143+

Socket_Adapter/Tcp/Global.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -31,3 +31,4 @@ public static class Global
3131
}
3232

3333

34+

Socket_Adapter/Tcp/SocketLink_Tcp.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -193,3 +193,4 @@ protected override void HandleNewData(byte[] data, TcpClient source)
193193
}
194194

195195

196+

Socket_Adapter/Tcp/SocketServer_Tcp.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -171,3 +171,4 @@ private void AcceptClient(IAsyncResult ar)
171171
}
172172

173173

174+

Socket_Adapter/Udp/MessageEvent_Udp.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 - 2021, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2022, 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.
@@ -32,3 +32,4 @@ namespace BH.Adapter.Socket
3232
public delegate void MessageEvent(string data);
3333
}
3434

35+

0 commit comments

Comments
 (0)