X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDSEdit_Transform.cxx;h=4a9054ee18412f0fb1de193bf30649a9ae9396bb;hp=ca0f70f1915454b67ee816447ddfba64c1e58576;hb=888669652e8ebdff0161e485913c1d3b93e4b5dc;hpb=bef9beee88cac57394b8dc3bc914381c1a2fff83 diff --git a/src/SMDS/SMDSEdit_Transform.cxx b/src/SMDS/SMDSEdit_Transform.cxx index ca0f70f19..4a9054ee1 100644 --- a/src/SMDS/SMDSEdit_Transform.cxx +++ b/src/SMDS/SMDSEdit_Transform.cxx @@ -1,10 +1,30 @@ -using namespace std; -// File: SMDSEdit_Transform.cxx -// Created: Wed May 15 21:57:17 2002 -// Author: Jean-Michel BOULCOURT -// - +// SMESH SMDS : implementaion of Salome mesh data structure +// +// Copyright (C) 2003 OPEN CASCADE +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License. +// +// This library 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org or email : webmaster@opencascade.org +// +// +// +// File : SMDSEdit_Transform.cxx +// Author : Jean-Michel BOULCOURT +// Module : SMESH +using namespace std; #include "SMDSEdit_Transform.ixx" #include "SMDS_MeshNode.hxx" #include "SMDS_MeshElement.hxx"