Skip to content

Commit 0e640db

Browse files
BHoMBotFraser Greenroyd
authored and
Fraser Greenroyd
committed
Update copyright of file headers to 2021
1 parent e20b434 commit 0e640db

19 files changed

+115
-33
lines changed

Python_Engine/Compute/DownloadPython.cs

Lines changed: 3 additions & 2 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.
@@ -58,3 +58,4 @@ public static bool DownloadPython()
5858
/***************************************************/
5959
}
6060
}
61+

Python_Engine/Compute/Init.cs

Lines changed: 3 additions & 2 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.
@@ -65,3 +65,4 @@ public static PyObject Init(dynamic type, Dictionary<string, object> parameters)
6565
/***************************************************/
6666
}
6767
}
68+

Python_Engine/Compute/InstallPip.cs

Lines changed: 3 additions & 2 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.
@@ -55,3 +55,4 @@ public static bool InstallPip()
5555
/***************************************************/
5656
}
5757
}
58+

Python_Engine/Compute/InstallPython.cs

Lines changed: 3 additions & 2 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.
@@ -90,3 +90,4 @@ public static bool InstallPython(bool force = false)
9090
/***************************************************/
9191
}
9292
}
93+

Python_Engine/Compute/InstallPythonToolkit.cs

Lines changed: 3 additions & 2 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.
@@ -86,3 +86,4 @@ public static Output<bool, List<string>> InstallPythonToolkit(bool run = false,
8686

8787
}
8888
}
89+

Python_Engine/Compute/Invoke.cs

Lines changed: 3 additions & 2 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.
@@ -76,3 +76,4 @@ public static PyObject Invoke(PyObject module, string method, IEnumerable<object
7676
/***************************************************/
7777
}
7878
}
79+

Python_Engine/Compute/JupyterLab.cs

Lines changed: 3 additions & 2 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.
@@ -46,3 +46,4 @@ public static void JupyterLab(int port = 7777, string directory = null, bool sta
4646
/***************************************************/
4747
}
4848
}
49+

Python_Engine/Compute/PipInstall.cs

Lines changed: 3 additions & 2 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.
@@ -51,3 +51,4 @@ public static void PipInstall(string module_name, string version = "", bool forc
5151
/***************************************************/
5252
}
5353
}
54+

Python_Engine/Compute/RunCommand.cs

Lines changed: 3 additions & 2 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.
@@ -74,3 +74,4 @@ await Task.Run(() =>
7474
/***************************************************/
7575
}
7676
}
77+

Python_Engine/Compute/SetPythonHome.cs

Lines changed: 3 additions & 2 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.
@@ -50,3 +50,4 @@ public static bool SetPythonHome()
5050
/***************************************************/
5151
}
5252
}
53+

Python_Engine/Convert/FromPython.cs

Lines changed: 3 additions & 2 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.
@@ -153,3 +153,4 @@ private static object FromPython(this object obj)
153153
/***************************************************/
154154
}
155155
}
156+

Python_Engine/Convert/ToPyTuple.cs

Lines changed: 3 additions & 2 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.
@@ -83,3 +83,4 @@ public static PyTuple ToPyTuple<T>(List<T> input)
8383
/***************************************************/
8484
}
8585
}
86+

Python_Engine/Convert/ToPython.cs

Lines changed: 3 additions & 2 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.
@@ -204,3 +204,4 @@ private static PyObject ToPython(this object obj)
204204

205205
}
206206
}
207+

Python_Engine/Properties/AssemblyInfo.cs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
123
using System.Reflection;
224
using System.Runtime.CompilerServices;
325
using System.Runtime.InteropServices;

Python_Engine/Query/EmbeddedPythonHome.cs

Lines changed: 3 additions & 2 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.
@@ -41,3 +41,4 @@ public static string EmbeddedPythonHome()
4141
/***************************************************/
4242
}
4343
}
44+

Python_Engine/Query/Import.cs

Lines changed: 3 additions & 2 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.
@@ -82,3 +82,4 @@ public static PyObject Import(string moduleName)
8282

8383
}
8484
}
85+

Python_Engine/Query/IsInstalled.cs

Lines changed: 3 additions & 2 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.
@@ -62,3 +62,4 @@ public static bool IsModuleInstalled(string module)
6262
/***************************************************/
6363
}
6464
}
65+

Python_PostBuild/Program.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
23+
using System;
224
using System.IO;
325
using System.Linq;
426
using BH.Engine.Python;

Python_PostBuild/Properties/AssemblyInfo.cs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
* This file is part of the Buildings and Habitats object Model (BHoM)
3+
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
4+
*
5+
* Each contributor holds copyright over their respective contributions.
6+
* The project versioning (Git) records all such contribution source information.
7+
*
8+
*
9+
* The BHoM is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3.0 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* The BHoM is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public License
20+
* along with this code. If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
21+
*/
22+
123
using System.Reflection;
224
using System.Runtime.CompilerServices;
325
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)