From de09fdefbb1da7ba74c76b0bbb32e6be31f91707 Mon Sep 17 00:00:00 2001 From: Sverre Briseid Date: Thu, 26 Sep 2024 18:30:31 +0200 Subject: [PATCH] Fixed duplicate license and include guard. --- .../GoTools/creators/CreatorsOffsetUtils.h | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/gotools-core/include/GoTools/creators/CreatorsOffsetUtils.h b/gotools-core/include/GoTools/creators/CreatorsOffsetUtils.h index 29137a3e5..d27c344d7 100644 --- a/gotools-core/include/GoTools/creators/CreatorsOffsetUtils.h +++ b/gotools-core/include/GoTools/creators/CreatorsOffsetUtils.h @@ -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: tor.dokken@sintef.no - * 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 - * . - * - * 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