Skip to content

Commit bc5bd24

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Resolve copyright compliance
1 parent 6a1bf43 commit bc5bd24

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Python_Engine/Query/VirtualEnv.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 - 2022, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2023, 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 static PythonEnvironment VirtualEnv(string envName)
4949
}
5050
}
5151

52+

Python_Engine/Query/VirtualEnvDirectory.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 - 2022, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2023, 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.
@@ -48,3 +48,4 @@ public static string VirtualEnvDirectory(string envName)
4848
}
4949
}
5050

51+

Python_Engine/Query/VirtualEnvPythonExePath.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 - 2022, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2023, 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.
@@ -48,3 +48,4 @@ public static string VirtualEnvPythonExePath(string envName)
4848
}
4949
}
5050

51+

0 commit comments

Comments
 (0)