@template TransientRootClientJAVA(%Interface,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
+$
$
$
$package %Interface;
@template StorableRootClientJAVA(%Interface,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;
@template MemoryRootClientJAVA(%Interface,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;
@template TransientClassClientJAVA(%Interface,%Class,%Inherits,%Includes,%Methods,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;
@end;
@template TransientClassClientCXX(%Interface,%Class,%Methods,%Includes,%IncludeInterface) is
-$// Copyright (C) 1991,1995 by
-$//
-$// MATRA DATAVISION, FRANCE
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$// This file is part of the Open CASCADE Technology software.
+$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$#include <%IncludeInterface_%Class.h>
$#include <%Class.hxx>
@template ValueClassClientJAVA(%Interface,%Class,%Inherits,%Includes,%Methods,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;
@end;
@template ValueClassClientCXX(%Interface,%Class,%Methods,%Includes,%IncludeInterface) is
-$// Copyright (C) 1991,1995 by
-$//
-$// MATRA DATAVISION, FRANCE
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$// This file is part of the Open CASCADE Technology software.
+$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$#include <%IncludeInterface_%Class.h>
$#include <%Class.hxx>
@template PackageClientJAVA(%Interface,%Class,%Includes,%Methods,%LibName) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;
@end;
@template PackageClientCXX(%Interface,%Class,%Methods,%Includes,%IncludeInterface) is
-$// Copyright (C) 1991,1995 by
-$//
-$// MATRA DATAVISION, FRANCE
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$// This file is part of the Open CASCADE Technology software.
+$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$#include <%IncludeInterface_%Class.h>
@template EnumJAVA(%Interface,%Class,%Values) is
$// Java Native Class from Cas.Cade
-$// Copyright (C) 1991,1999 by
-$//
-$// MATRA DATAVISION, FRANCE
-$//
-$// This software is furnished in accordance with the terms and conditions
-$// of the contract and with the inclusion of the above copyright notice.
-$// This software or any other copy thereof may not be provided or otherwise
-$// be made available to any other person. No title to an ownership of the
-$// software is hereby transferred.
+$//
+$// Copyright (C) 1991 - 2000 by
+$// Matra Datavision SA. All rights reserved.
$//
-$// At the termination of the contract, the software and all copies of this
-$// software must be deleted.
+$// This file is part of the Open CASCADE Technology software.
$//
+$// This software may be distributed and/or modified under the terms and
+$// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
+$// and appearing in the file LICENSE included in the packaging of this file.
+$//
+$// This software is distributed on an "AS IS" basis, without warranty of any
+$// kind, and Open CASCADE SA 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 rights and limitations under the
+$// License.
$
$
$package %Interface;