Skip to content

Commit

Permalink
Merge pull request #369 from sbriseid/license_header
Browse files Browse the repository at this point in the history
Added missing license headers.
  • Loading branch information
sbriseid authored Sep 26, 2024
2 parents 07791fd + 128e194 commit 732d7e2
Show file tree
Hide file tree
Showing 61 changed files with 2,273 additions and 484 deletions.
56 changes: 38 additions & 18 deletions compositemodel/include/GoTools/compositemodel/ftChartSurface.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,45 @@
//===========================================================================
//
// File: ftChartSurface.h
//
// Created: Mon Jan 28 12:22:27 2002
//
// Author: Sverre Briseid
//
// Revision:
//
// Description:
//
// Implementation files: ftChartSurface.C
//
//===========================================================================
/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#ifndef _FTCHARTSURFACE_COMP_H
#define _FTCHARTSURFACE_COMP_H

//===========================================================================
//===========================================================================

#include <vector> // Standard library STL vector
#include <string> // Standard library string
#include "GoTools/compositemodel/ftMessage.h" // Output message (warning or error)
Expand Down
51 changes: 38 additions & 13 deletions compositemodel/include/GoTools/compositemodel/ftPlanarGraph.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@
//===========================================================================
//
// File: ftPlanarGraph.h
//
// Created: Mon Jan 28 10:54:09 2002
//
// Author: Sverre Briseid <[email protected]>
//
// Revision: $Id: ftPlanarGraph.h,v 1.10 2008-07-10 17:54:10 kfp Exp $
//
// Description: ftSamplePoints are stored in a graph structure. For fast
// location of points, structure is organized.
//===========================================================================
/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#ifndef _FTPLANARGRAPH_H
#define _FTPLANARGRAPH_H
Expand Down
51 changes: 38 additions & 13 deletions compositemodel/include/GoTools/compositemodel/ftSSfEdge.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@
//===========================================================================
//
// File: ftSSfEdge.h
//
// Created: 010802.
//
// Author: Vibeke Skytt, SINTEF.
//
// Revision:
//
// Description:
//
//===========================================================================
/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#ifndef _FTSSFEDGE_H
#define _FTSSFEDGE_H
Expand Down
54 changes: 38 additions & 16 deletions compositemodel/include/GoTools/compositemodel/ftSurfaceSet.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
//===========================================================================
//
// File: ftSurfaceSet.h
//
// Created: Mon Jan 28 12:22:01 2002
//
// Author: Sverre Briseid <[email protected]>
//
// Revision:
//
// Description: A set of surfaces is viewed as one surface. Member functions
// assume object is handled by a tpTopologyTable.
//
// Implementation files: ftSurfaceSet.C
//
//===========================================================================
/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#ifndef _FTSURFACESET_COMP_H
#define _FTSURFACESET_COMP_H
Expand Down
52 changes: 38 additions & 14 deletions compositemodel/src/ftChartSurface.C
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
//===========================================================================
//
// File: ftChartSurface.C
//
// Created: Mon Jan 28 12:22:27 2002
//
// Author: Sverre Briseid <[email protected]>
//
// Revision: $Id: ftChartSurface.C,v 1.92 2008-07-10 17:57:17 kfp Exp $
//
// Description:
//
//===========================================================================

/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#include "GoTools/compositemodel/ftChartSurface.h"

Expand Down
52 changes: 38 additions & 14 deletions compositemodel/src/ftPlanarGraph.C
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
//===========================================================================
//
// File: ftPlanarGraph.C
//
// Created: Mon Jan 28 12:21:37 2002
//
// Author: Sverre Briseid <[email protected]>
//
// Revision: $Id: ftPlanarGraph.C,v 1.19 2005-06-09 07:14:33 oan Exp $
//
// Description: Implementation file for the classes ftSearchNode, ftGraphEdge
// & ftPlanarGraph.
//
//===========================================================================
/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#include <algorithm>
#include "GoTools/compositemodel/ftPlanarGraph.h"
Expand Down
52 changes: 38 additions & 14 deletions compositemodel/src/ftSSfEdge.C
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
//===========================================================================
//
// File: ftSSfEdge.C
//
// Created: 010802
//
// Author: Vibeke Skytt, SINTEF
//
// Revision:
//
// Description:
//
//===========================================================================

/*
* Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT,
* Applied Mathematics, Norway.
*
* Contact information: E-mail: [email protected]
* SINTEF ICT, Department of Applied Mathematics,
* P.O. Box 124 Blindern,
* 0314 Oslo, Norway.
*
* This file is part of GoTools.
*
* GoTools is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GoTools 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with GoTools. If not, see
* <http://www.gnu.org/licenses/>.
*
* In accordance with Section 7(b) of the GNU Affero General Public
* License, a covered work must retain the producer line in every data
* file that is created or manipulated using GoTools.
*
* Other Usage
* You can be released from the requirements of the license by purchasing
* a commercial license. Buying such a license is mandatory as soon as you
* develop commercial activities involving the GoTools library without
* disclosing the source code of your own applications.
*
* This file may be used in accordance with the terms contained in a
* written agreement between you and SINTEF ICT.
*/

#include "GoTools/compositemodel/ftEdge.h"
#include "GoTools/compositemodel/ftSSfEdge.h"
Expand Down
Loading

0 comments on commit 732d7e2

Please sign in to comment.