0024428: Implementation of LGPL license
[occt.git] / src / AIS / AIS_EqualRadiusRelation.cdl
old mode 100755 (executable)
new mode 100644 (file)
index 4194c33..48cbfbf
@@ -1,9 +1,18 @@
--- File:       AIS_EqualRadiusRelation.cdl
--- Created:    Sat Jan 17 13:42:18 1998
--- Author:     Julia GERASIMOVA
---             <jgv@orthodox.nnov.matra-dtv.fr>
----Copyright:   Matra Datavision 1998
-
+-- Created on: 1998-01-17
+-- Created by: Julia GERASIMOVA
+-- Copyright (c) 1998-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.
 
 class EqualRadiusRelation from AIS inherits Relation from AIS 
 
@@ -16,8 +25,6 @@ uses
     Presentation from Prs3d,
     Projector from Prs3d,
     Transformation        from Geom,
-    PresentationManager2d from PrsMgr,
-    GraphicObject from Graphic2d,
     Selection from SelectMgr,
     Pnt from gp
     
@@ -41,13 +48,7 @@ is
     Compute( me            : mutable;
             aProjector    : Projector from Prs3d;
              aPresentation : mutable Presentation from Prs3d )
-    is redefined static private;     
-
-    Compute( me                  : mutable;
-           aPresentationManager : PresentationManager2d from PrsMgr;
-            aPresentation        : mutable GraphicObject from Graphic2d;
-            aMode                : Integer from Standard = 0 )
-    is redefined static private;       
+    is redefined static private;
     
     Compute(me            : mutable;
            aProjector    : Projector from Prs3d;