0024428: Implementation of LGPL license
[occt.git] / src / BRepBuilderAPI / BRepBuilderAPI_Copy.cxx
old mode 100755 (executable)
new mode 100644 (file)
index f5f7c49..61fbd2b
@@ -1,8 +1,18 @@
-// File:       BRepBuilderAPI_Copy.cxx
-// Created:    Mon Dec 12 12:14:38 1994
-// Author:     Jacques GOUSSARD
-//             <jag@topsn2>
-
+// Created on: 1994-12-12
+// Created by: Jacques GOUSSARD
+// Copyright (c) 1994-1999 Matra Datavision
+// Copyright (c) 1999-2014 OPEN CASCADE SAS
+//
+// This file is part of Open CASCADE Technology software library.
+//
+// This library is free software; you can redistribute it and / or modify it
+// under the terms of the GNU Lesser General Public version 2.1 as published
+// by the Free Software Foundation, with special exception defined in the file
+// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
+// distribution for complete text of the license and disclaimer of any warranty.
+//
+// Alternatively, this file may be used under the terms of Open CASCADE
+// commercial license or contractual agreement.
 
 #include <BRepBuilderAPI_Copy.ixx>
 
@@ -65,9 +75,12 @@ public:
 
   //! Returns true to indicate the need to copy edge;
   //! copies pcurve if requested
-  Standard_Boolean NewCurve2d (const TopoDS_Edge& E, const TopoDS_Face& F,
-                               const TopoDS_Edge& NewE, const TopoDS_Face& NewF,
-                               Handle(Geom2d_Curve)& C, Standard_Real& Tol)
+  Standard_Boolean NewCurve2d (const TopoDS_Edge& E, 
+                               const TopoDS_Face& F,
+                               const TopoDS_Edge& /*NewE*/,
+                               const TopoDS_Face& /*NewF*/,
+                               Handle(Geom2d_Curve)& C, 
+                               Standard_Real& Tol)
   {
     Tol = BRep_Tool::Tolerance(E);
     Standard_Real f, l;