mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0023024: Update headers of OCCT files
Added appropriate copyright and license information in source files
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-- Copyright (c) 1998-1999 Matra Datavision
|
||||
-- Copyright (c) 1999-2012 OPEN CASCADE SAS
|
||||
--
|
||||
-- The content of this file is subject to the Open CASCADE Technology Public
|
||||
-- License Version 6.5 (the "License"). You may not use the content of this file
|
||||
-- except in compliance with the License. Please obtain a copy of the License
|
||||
-- at http://www.opencascade.org and read it completely before using this file.
|
||||
--
|
||||
-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
--
|
||||
-- The Original Code and all software distributed under the License is
|
||||
-- distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
-- Initial Developer hereby disclaims all such warranties, including without
|
||||
-- limitation, any warranties of merchantability, fitness for a particular
|
||||
-- purpose or non-infringement. Please see the License for the specific terms
|
||||
-- and conditions governing the rights and limitations under the License.
|
||||
|
||||
package TColStd
|
||||
|
||||
|
||||
|
@@ -1,8 +1,23 @@
|
||||
-- File: TColStd_HPackedMapOfInteger.cdl
|
||||
-- Created: Tue Dec 05 14:31:27 2006
|
||||
-- Author: Sergey KOCHETKOV
|
||||
-- Copyright: Open Cascade 2006
|
||||
|
||||
-- Created on: 2006-12-05
|
||||
-- Created by: Sergey KOCHETKOV
|
||||
-- Copyright (c) 2006-2012 OPEN CASCADE SAS
|
||||
--
|
||||
-- The content of this file is subject to the Open CASCADE Technology Public
|
||||
-- License Version 6.5 (the "License"). You may not use the content of this file
|
||||
-- except in compliance with the License. Please obtain a copy of the License
|
||||
-- at http://www.opencascade.org and read it completely before using this file.
|
||||
--
|
||||
-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
--
|
||||
-- The Original Code and all software distributed under the License is
|
||||
-- distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
-- Initial Developer hereby disclaims all such warranties, including without
|
||||
-- limitation, any warranties of merchantability, fitness for a particular
|
||||
-- purpose or non-infringement. Please see the License for the specific terms
|
||||
-- and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
class HPackedMapOfInteger from TColStd inherits TShared from MMgt
|
||||
|
||||
---Purpose: Extension of TColStd_PackedMapOfInteger class to be manipulated by handle.
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_HPackedMapOfInteger.cxx
|
||||
// Created: Tue Dec 05 15:04:47 2006
|
||||
// Author: Sergey KOCHETKOV
|
||||
// Copyright: Open Cascade 2006
|
||||
// Created on: 2006-12-05
|
||||
// Created by: Sergey KOCHETKOV
|
||||
// Copyright (c) 2006-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
|
||||
#include <TColStd_HPackedMapOfInteger.ixx>
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_HPackedMapOfInteger.lxx
|
||||
// Created: Tue Dec 05 14:45:46 2006
|
||||
// Author: Sergey KOCHETKOV
|
||||
// Copyright: Open Cascade 2006
|
||||
// Created on: 2006-12-05
|
||||
// Created by: Sergey KOCHETKOV
|
||||
// Copyright (c) 2006-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
//! Access to the map
|
||||
inline const TColStd_PackedMapOfInteger& TColStd_HPackedMapOfInteger::Map () const
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_MapIteratorOfPackedMapOfInteger.cxx
|
||||
// Created: 09.12.05 10:01:49
|
||||
// Author: Alexander GRIGORIEV
|
||||
// Copyright: Open Cascade 2005
|
||||
// Created on: 2005-12-09
|
||||
// Created by: Alexander GRIGORIEV
|
||||
// Copyright (c) 2005-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
|
||||
#include <TColStd_MapIteratorOfPackedMapOfInteger.hxx>
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_MapIteratorOfPackedMapOfInteger.hxx
|
||||
// Created: 26.11.05 16:47:34
|
||||
// Author: Alexander GRIGORIEV
|
||||
// Copyright: Open Cascade 2005
|
||||
// Created on: 2005-11-26
|
||||
// Created by: Alexander GRIGORIEV
|
||||
// Copyright (c) 2005-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
|
||||
#ifndef TColStd_MapIteratorOfPackedMapOfInteger_HeaderFile
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_PackedMapOfInteger.cxx
|
||||
// Created: 05.11.05 11:25:51
|
||||
// Author: Alexander GRIGORIEV
|
||||
// Copyright: Open Cascade 2005
|
||||
// Created on: 2005-11-05
|
||||
// Created by: Alexander GRIGORIEV
|
||||
// Copyright (c) 2005-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
|
||||
#include <TColStd_PackedMapOfInteger.hxx>
|
||||
|
@@ -1,7 +1,22 @@
|
||||
// File: TColStd_PackedMapOfInteger.hxx
|
||||
// Created: 05.11.05 10:43:14
|
||||
// Author: Alexander GRIGORIEV
|
||||
// Copyright: Open Cascade 2005
|
||||
// Created on: 2005-11-05
|
||||
// Created by: Alexander GRIGORIEV
|
||||
// Copyright (c) 2005-2012 OPEN CASCADE SAS
|
||||
//
|
||||
// The content of this file is subject to the Open CASCADE Technology Public
|
||||
// License Version 6.5 (the "License"). You may not use the content of this file
|
||||
// except in compliance with the License. Please obtain a copy of the License
|
||||
// at http://www.opencascade.org and read it completely before using this file.
|
||||
//
|
||||
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
||||
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
||||
//
|
||||
// The Original Code and all software distributed under the License is
|
||||
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
||||
// Initial Developer hereby disclaims all such warranties, including without
|
||||
// limitation, any warranties of merchantability, fitness for a particular
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
|
||||
#ifndef TColStd_PackedMapOfInteger_HeaderFile
|
||||
|
Reference in New Issue
Block a user