Fix headers.

This commit is contained in:
Sylvain Pion 2007-04-03 15:13:47 +00:00
parent bd2971268b
commit 57730e837e
4 changed files with 40 additions and 48 deletions

View File

@ -1,11 +1,10 @@
// ============================================================================
//
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany).
// Copyright (c) 2001-2006 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/);
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// This file is part of CGAL (www.cgal.org); 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; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
@ -13,17 +12,10 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// ----------------------------------------------------------------------------
//
// Library : Support
// File : include/LiS/Cache.h
// SoX_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// $URL$
// $Id$
//
// Author(s) : Michael Hemmer <hemmer@informatik.uni-mainz.de>
//
// ============================================================================
#ifndef CGAL_CACHE_H
#define CGAL_CACHE_H 1
@ -167,4 +159,3 @@ public:
CGAL_END_NAMESPACE
#endif
// EOF

View File

@ -1,11 +1,10 @@
// ============================================================================
//
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany).
// Copyright (c) 2001-2006 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/);
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// This file is part of CGAL (www.cgal.org); 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; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
@ -13,17 +12,10 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// ----------------------------------------------------------------------------
//
// Library : LiS
// File : include/LiS/Flattening_iterator.h
// LiS_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// $URL$
// $Id$
//
// Author(s) : Arno Eigenwillig <arno@mpi-inf.mpg.de>
//
// ============================================================================
/*! \file LiS/Flattening_iterator.h
* \brief declares classes \c LiS::Flattening_iterator and
@ -283,4 +275,3 @@ flattener(InputIterator it);
CGAL_END_NAMESPACE
#endif // LiS_FLATTENING_ITERATOR_H
// EOF

View File

@ -1,11 +1,10 @@
// ============================================================================
//
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany).
// Copyright (c) 2001-2006 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/);
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// This file is part of CGAL (www.cgal.org); 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; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
@ -13,19 +12,12 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// ----------------------------------------------------------------------------
//
// Library : LiS
// File : include/LiS/Handle.h
// LiS_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// $URL$
// $Id$
//
// Author(s) : Michael Seel <seel@mpi-inf.mpg.de>
// Arno Eigenwillig <arno@mpi-inf.mpg.de>
// Lutz Kettner <kettner@mpi-inf.mpg.de>
//
// ============================================================================
/*! \file LiS/Handle.h
\brief Handles with policy parameter for reference counting and union-find

View File

@ -1,3 +1,22 @@
// Copyright (c) 2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); 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; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL: $
// $Id: $
//
// Author(s) : Andreas Meyer
#ifndef CGAL_TYPE_TRAITS_H
#define CGAL_TYPE_TRAITS_H
@ -18,4 +37,3 @@ struct is_same_or_derived :
};
#endif