Skip to content

Commit 3bea95e

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update copyright headers to 2023
1 parent 9575222 commit 3bea95e

34 files changed

+69
-36
lines changed

Excel_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 - 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.
@@ -57,3 +57,4 @@ public override IEnumerable<object> Pull(IRequest request = null, PullType pullO
5757

5858

5959

60+

Excel_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 - 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.
@@ -182,3 +182,4 @@ private List<TableRow> ToTableRows(List<object> objects, List<string> properties
182182
}
183183

184184

185+

Excel_Adapter/CRUD/Create/Create.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 - 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.
@@ -66,4 +66,4 @@ private bool Create(IXLWorkbook workbook, string sheetName, List<TableRow> data,
6666
}
6767
/***************************************************/
6868
}
69-
}
69+
}

Excel_Adapter/CRUD/Delete/Delete.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.
@@ -52,3 +52,4 @@ private bool Delete(IXLWorkbook workbook, string sheetName)
5252

5353

5454

55+

Excel_Adapter/CRUD/Read/Read.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.
@@ -237,3 +237,4 @@ private List<IBHoMObject> CreateCustomObjects(List<TableRow> rows)
237237
}
238238

239239

240+

Excel_Adapter/CRUD/Update/Update.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.
@@ -69,3 +69,4 @@ public bool Update(IXLWorkbook workbook, string sheetName, List<TableRow> data,
6969

7070

7171

72+

Excel_Adapter/CRUD/Update/UpdateWorkbookProperties.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.
@@ -65,3 +65,4 @@ public void Update(IXLWorkbook workbook, WorkbookProperties properties)
6565
}
6666

6767

68+

Excel_Adapter/Convert/FromExcel/CellContents.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.
@@ -83,3 +83,4 @@ private static Type SystemType(this XLDataType dataType)
8383
}
8484
}
8585

86+

Excel_Adapter/ExcelAdapter.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.
@@ -122,3 +122,4 @@ private void VerifySecurityEvidenceForIsolatedStorage(Assembly assembly)
122122
/***************************************************/
123123
}
124124
}
125+

Excel_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 - 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.
@@ -58,3 +58,4 @@
5858
[assembly: AssemblyFileVersion("6.1.0.0")]
5959

6060

61+

Excel_Adapter/Validation/Enums/WorksheetValidation.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 - 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.
@@ -33,3 +33,4 @@ public enum WorksheetValidation
3333
Valid
3434
}
3535
}
36+

Excel_Adapter/Validation/WorksheetName.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.
@@ -192,3 +192,4 @@ private static string TrimName(string worksheetName)
192192
}
193193
}
194194
}
195+

Excel_Engine/Compute/ListToText.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.
@@ -50,3 +50,4 @@ public static string ListToText(List<object> objects, string delimiter=",")
5050
}
5151
}
5252

53+

Excel_Engine/Convert/ToExcel/CellAddress.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.
@@ -47,3 +47,4 @@ public static string ToExcel(this CellAddress bhomAddress)
4747
}
4848
}
4949

50+

Excel_Engine/Convert/ToExcel/CellRange.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.
@@ -47,3 +47,4 @@ public static string ToExcel(this CellRange bhomRange)
4747
}
4848
}
4949

50+

Excel_Engine/Create/CellAddress.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.
@@ -51,3 +51,4 @@ public static CellAddress CellAddress(string excelAddress)
5151
}
5252
}
5353

54+

Excel_Engine/Create/CellContentsRequest.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.
@@ -53,3 +53,4 @@ public static CellContentsRequest CellContentsRequest(string worksheet, string r
5353
}
5454
}
5555

56+

Excel_Engine/Create/CellRange.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.
@@ -62,3 +62,4 @@ public static CellRange CellRange(string excelRange)
6262
}
6363
}
6464

65+

Excel_Engine/Create/CellValuesRequest.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.
@@ -53,3 +53,4 @@ public static CellValuesRequest CellValuesRequest(string worksheet = "", string
5353
}
5454
}
5555

56+

Excel_Engine/Create/ExcelPushConfig.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.
@@ -58,3 +58,4 @@ public static ExcelPushConfig ExcelPushConfig(string sheetName = "", string star
5858
}
5959
}
6060

61+

Excel_Engine/Create/ObjectRequest.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.
@@ -59,3 +59,4 @@ public static ObjectRequest ObjectRequest(string worksheet = "", string range =
5959
}
6060
}
6161

62+

Excel_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 - 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.
@@ -58,3 +58,4 @@
5858
[assembly: AssemblyFileVersion("6.1.0.0")]
5959

6060

61+

Excel_Engine/Query/ColumnName.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.
@@ -59,3 +59,4 @@ public static string ColumnName(this int columnIndex)
5959
}
6060
}
6161

62+

Excel_Engine/Query/IsValid.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.
@@ -145,3 +145,4 @@ public static bool IsValidRange(this string range)
145145
}
146146
}
147147

148+

Excel_oM/Address/CellAddress.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.
@@ -42,3 +42,4 @@ public class CellAddress : IObject
4242
}
4343
}
4444

45+

Excel_oM/Address/CellRange.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.
@@ -42,3 +42,4 @@ public class CellRange : IObject
4242
}
4343
}
4444

45+

Excel_oM/ClosedXML/CellContents.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.
@@ -62,3 +62,4 @@ public class CellContents : BHoMObject
6262
}
6363

6464

65+

Excel_oM/ClosedXML/WorkbookProperties.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.
@@ -68,3 +68,4 @@ public class WorkbookProperties : BHoMObject
6868

6969

7070

71+

Excel_oM/Config/ExcelPushConfig.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.
@@ -50,3 +50,4 @@ public class ExcelPushConfig : ActionConfig
5050
}
5151

5252

53+

Excel_oM/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 - 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.
@@ -58,3 +58,4 @@
5858
[assembly: AssemblyFileVersion("6.1.0.0")]
5959

6060

61+

0 commit comments

Comments
 (0)