diff --git a/STL_Extension/include/CGAL/Cache.h b/STL_Extension/include/CGAL/Cache.h index bd3d1c42cc5..b39739a6e97 100644 --- a/STL_Extension/include/CGAL/Cache.h +++ b/STL_Extension/include/CGAL/Cache.h @@ -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 -// -// ============================================================================ #ifndef CGAL_CACHE_H #define CGAL_CACHE_H 1 @@ -167,4 +159,3 @@ public: CGAL_END_NAMESPACE #endif -// EOF diff --git a/STL_Extension/include/CGAL/Flattening_iterator.h b/STL_Extension/include/CGAL/Flattening_iterator.h index 9b521bed089..4597227bbc3 100644 --- a/STL_Extension/include/CGAL/Flattening_iterator.h +++ b/STL_Extension/include/CGAL/Flattening_iterator.h @@ -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 -// -// ============================================================================ /*! \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 diff --git a/STL_Extension/include/CGAL/Handle_with_policy.h b/STL_Extension/include/CGAL/Handle_with_policy.h index cca176d5221..42c48c0c7d8 100644 --- a/STL_Extension/include/CGAL/Handle_with_policy.h +++ b/STL_Extension/include/CGAL/Handle_with_policy.h @@ -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 // Arno Eigenwillig // Lutz Kettner -// -// ============================================================================ /*! \file LiS/Handle.h \brief Handles with policy parameter for reference counting and union-find diff --git a/STL_Extension/include/CGAL/type_traits.h b/STL_Extension/include/CGAL/type_traits.h index c3fc25f6b23..21bbbabde24 100644 --- a/STL_Extension/include/CGAL/type_traits.h +++ b/STL_Extension/include/CGAL/type_traits.h @@ -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 -