diff --git a/Structure_Engine/Create/Elements/PadFoundation.cs b/Structure_Engine/Create/Elements/PadFoundation.cs index e281c2400b..0461df5f48 100644 --- a/Structure_Engine/Create/Elements/PadFoundation.cs +++ b/Structure_Engine/Create/Elements/PadFoundation.cs @@ -1,3 +1,25 @@ +/* + * This file is part of the Buildings and Habitats object Model (BHoM) + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * + * Each contributor holds copyright over their respective contributions. + * The project versioning (Git) records all such contribution source information. + * + * + * The BHoM is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3.0 of the License, or + * (at your option) any later version. + * + * The BHoM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this code. If not, see . + */ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Structure_Engine/Create/Elements/Pile.cs b/Structure_Engine/Create/Elements/Pile.cs index 13b82d9280..de45feba0a 100644 --- a/Structure_Engine/Create/Elements/Pile.cs +++ b/Structure_Engine/Create/Elements/Pile.cs @@ -1,3 +1,25 @@ +/* + * This file is part of the Buildings and Habitats object Model (BHoM) + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * + * Each contributor holds copyright over their respective contributions. + * The project versioning (Git) records all such contribution source information. + * + * + * The BHoM is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3.0 of the License, or + * (at your option) any later version. + * + * The BHoM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this code. If not, see . + */ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Structure_Engine/Create/Elements/PileFoundation.cs b/Structure_Engine/Create/Elements/PileFoundation.cs index c9750cbf04..2b439d436a 100644 --- a/Structure_Engine/Create/Elements/PileFoundation.cs +++ b/Structure_Engine/Create/Elements/PileFoundation.cs @@ -1,3 +1,25 @@ +/* + * This file is part of the Buildings and Habitats object Model (BHoM) + * Copyright (c) 2015 - 2023, the respective contributors. All rights reserved. + * + * Each contributor holds copyright over their respective contributions. + * The project versioning (Git) records all such contribution source information. + * + * + * The BHoM is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3.0 of the License, or + * (at your option) any later version. + * + * The BHoM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this code. If not, see . + */ + using System; using System.Collections.Generic; using System.Linq;