Skip to content

Commit 7711765

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update copyright headers to 2022
1 parent 36b7cc6 commit 7711765

File tree

13 files changed

+26
-14
lines changed

13 files changed

+26
-14
lines changed

CarbonQueryDatabase_Adapter/CRUD/Read.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 - 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.
@@ -119,4 +119,4 @@ private List<EnvironmentalProductDeclaration> ReadEnvironmentalProductDeclaratio
119119

120120
/***************************************************/
121121
}
122-
}
122+
}

CarbonQueryDatabase_Adapter/CarbonQueryDatabase_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.
@@ -61,3 +61,4 @@ public CarbonQueryDatabaseAdapter(string username = "", string password = "", bo
6161

6262
}
6363
}
64+

CarbonQueryDatabase_Adapter/Convert/ToBHoM.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.
@@ -255,3 +255,4 @@ public static string GetUnitsFromString(this string str)
255255
}
256256
}
257257

258+

CarbonQueryDatabase_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: AssemblyVersion("5.0.0.0")]
5858
[assembly: AssemblyFileVersion("5.1.0.0")]
5959

60+

CarbonQueryDatabase_Engine/Compute/BearerToken.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.
@@ -81,3 +81,4 @@ public static string CQDBearerToken(string username, string password)
8181
}
8282
}
8383

84+

CarbonQueryDatabase_Engine/Convert/ToBHoM.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.
@@ -122,3 +122,4 @@ public static SectorEnvironmentalProductDeclaration ToSectorEnvironmentalProduct
122122
}
123123
}
124124

125+

CarbonQueryDatabase_Engine/Create/GetRequest.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.
@@ -63,3 +63,4 @@ public static GetRequest CarbonQueryDatabaseRequest(string apiCommand, string be
6363
}
6464
}
6565

66+

CarbonQueryDatabase_Engine/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: AssemblyVersion("5.0.0.0")]
5858
[assembly: AssemblyFileVersion("5.1.0.0")]
5959

60+

CarbonQueryDatabase_Engine/Query/DeclaredUnitInSI.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.
@@ -67,3 +67,4 @@ public static double DeclaredUnitValueInSI(this IEnvironmentalProductDeclaration
6767
}
6868
}
6969

70+

CarbonQueryDatabase_Engine/Query/DeclaredUnitType.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.
@@ -65,3 +65,4 @@ public static string DeclaredUnitType(this IEnvironmentalProductDeclarationData
6565
}
6666
}
6767

68+

0 commit comments

Comments
 (0)