Skip to content

Commit

Permalink
Merge pull request #371 from sbriseid/creators_include_fix
Browse files Browse the repository at this point in the history
Fixed duplicate license and include guard.
  • Loading branch information
sbriseid authored Sep 26, 2024
2 parents 13327ae + de09fde commit 4cdff43
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions gotools-core/include/GoTools/creators/CreatorsOffsetUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,50 +40,6 @@
#ifndef _CREATORSOFFSETUTILS_H
#define _CREATORSOFFSETUTILS_H

#endif // _CREATORSOFFSETUTILS_H

/*
* 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 _OFFSETUTILS_H
#define _OFFSETUTILS_H

#include "GoTools/geometry/SplineSurface.h"
#include <vector>

Expand Down

0 comments on commit 4cdff43

Please sign in to comment.