Skip to content

Commit 0e640db

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
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+

0 commit comments

Comments
 (0)