0024428: Implementation of LGPL license
[occt.git] / src / BRepMesh / BRepMesh_PairOfIndex.hxx
old mode 100755 (executable)
new mode 100644 (file)
index e4646b9..e01b2f0
@@ -1,7 +1,17 @@
-// File:      BRepMesh_PairOfIndex.hxx
-// Created:   29.01.09 15:55:25
-// Author:    Pavel TELKOV
-// Copyright: Open CASCADE 2009
+// Created on: 2009-01-29
+// Created by: Pavel TELKOV
+// Copyright (c) 2009-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.
 
 /*
 * Purpose: This class represent pair of integer indices
@@ -23,7 +33,7 @@ public:
   BRepMesh_PairOfIndex(const BRepMesh_PairOfIndex& theOther)
   {
     myIndx1 = theOther.myIndx1;
-    myIndx1 = theOther.myIndx2;
+    myIndx2 = theOther.myIndx2;
   }
 
   //! Clear indices