0024624: Lost word in license statement in source files
[occt.git] / src / AIS / AIS_Trihedron.cdl
old mode 100755 (executable)
new mode 100644 (file)
index 8b5ad47..342512a
@@ -1,14 +1,25 @@
--- File:       AIS_Trihedron.cdl
--- Created:    Mon Oct  9 16:23:38 1995
--- Author:     Arnaud BOUZY/Odile Olivier
---             <adn@houblon>
+-- Created on: 1995-10-09
+-- Created by: Arnaud BOUZY/Odile Olivier
+-- Copyright (c) 1995-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 License 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.
+
 -- Modified by:  rob Wed Feb 11 -> Size of Trihedron
 --   GG  :  GER61351 17/11/1999 Change SetColor() with a compatible Quantity_Color instead
 --                                    the restricted NameOfColor.
 --   GG  :  IMP120100 Add SetTextColor() methods.
 --                        SetArrowColor() methods.
 
----Copyright:   Matra Datavision 1995
 
 class Trihedron from AIS inherits InteractiveObject from AIS
 
@@ -43,8 +54,6 @@ uses
     Selection             from SelectMgr,
     Projector             from Prs3d,
     Transformation        from Geom,
-    PresentationManager2d from PrsMgr,
-    GraphicObject         from Graphic2d,      
     Axis                  from AIS,
     Point                 from AIS,
     Plane                 from AIS,
@@ -126,11 +135,7 @@ is
                 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;       
+
 
     Compute(me            : mutable;
             aProjector    : Projector from Prs3d;