Added license headers

This commit is contained in:
Andreas Fabri 2008-12-06 21:18:27 +00:00
parent e66df2fe73
commit a9aefab1c1
38 changed files with 430 additions and 210 deletions

View File

@ -1,4 +1,13 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,4 +1,13 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
@ -10,7 +19,6 @@
// Author(s) : Arno Eigenwillig <arno@mpi-inf.mpg.de> // Author(s) : Arno Eigenwillig <arno@mpi-inf.mpg.de>
// Michael Seel <seel@mpi-inf.mpg.de> // Michael Seel <seel@mpi-inf.mpg.de>
// Michael Hemmer <hemmer@informatik.uni-mainz.de> // Michael Hemmer <hemmer@informatik.uni-mainz.de>
//
// ============================================================================ // ============================================================================
// TODO: The comments are all original EXACUS comments and aren't adapted. So // TODO: The comments are all original EXACUS comments and aren't adapted. So

View File

@ -1,4 +1,12 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,15 +11,12 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Algebraic_structure_traits_extended.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
Dominik Huelse <dominik.huelse@gmx.de>
// //
// ============================================================================ // ============================================================================

View File

@ -1,10 +1,19 @@
// ---------------------------------------------------------------------------- // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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$
// //
// Library : CGAL
// File : include/CGAL/Arithmetic_kernel.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de> // Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
// //

View File

@ -1,3 +1,22 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_POLYNOMIAL_CHINESE_REMAINDER_TRAITS #ifndef CGAL_POLYNOMIAL_CHINESE_REMAINDER_TRAITS
#define CGAL_POLYNOMIAL_CHINESE_REMAINDER_TRAITS #define CGAL_POLYNOMIAL_CHINESE_REMAINDER_TRAITS

View File

@ -1,10 +1,18 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/Fraction_traits.h $
// $Id:$ // $Id: Fraction_traits.h 44820 2008-08-07 09:49:32Z hemmer $
// //
// //
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de> // Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,5 +1,12 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// TODO: Add licence //
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,3 +1,22 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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) : Michael Hemmer <hemmer@informatik.uni-mainz.de>
#ifndef CGAL_INTERPOLATE_H #ifndef CGAL_INTERPOLATE_H
#define CGAL_INTERPOLATE_H #define CGAL_INTERPOLATE_H

View File

@ -1,5 +1,12 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// TODO: Add licence //
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,4 +1,12 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,5 +1,12 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// TODO: Add licence //
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,5 +1,12 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// TODO: Add licence //
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,15 +11,11 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/Wang_traits.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de> // Author(s) : Michael Hemmer
// //
// ============================================================================ // ============================================================================

View File

@ -1,13 +1,21 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $
// $Id: $ // $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $
// //
// //
// Author(s) : // Author(s) : Michael Hemmer
// //
// ============================================================================ // ============================================================================

View File

@ -1,14 +1,21 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $
// $Id: $ // $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $
// //
// //
// Author(s) : // Author(s) : Michael Hemmer
//
// ============================================================================ // ============================================================================
// TODO: The comments are all original EXACUS comments and aren't adapted. So // TODO: The comments are all original EXACUS comments and aren't adapted. So

View File

@ -1,4 +1,12 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
@ -7,8 +15,7 @@
// $Id$ // $Id$
// //
// //
// Author(s) : Michael Hemmer <hemmer@informatik.uni-mainz.de> // Author(s) : Michael Hemmer
//
// ============================================================================ // ============================================================================

View File

@ -1,14 +1,21 @@
// TODO: Add licence // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $
// $Id: $ // $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $
// //
// //
// Author(s) : // Author(s) : Michael Hemmer
//
// ============================================================================ // ============================================================================
// TODO: The comments are all original EXACUS comments and aren't adapted. So // TODO: The comments are all original EXACUS comments and aren't adapted. So

View File

@ -1,3 +1,22 @@
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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) : Michael Hemmer
#ifndef CGAL_POLYNOMIAL_MISC_H #ifndef CGAL_POLYNOMIAL_MISC_H
#define CGAL_POLYNOMIAL_MISC_H #define CGAL_POLYNOMIAL_MISC_H

View File

@ -1,13 +1,21 @@
// TODO: Add licence // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $
// $Id: $ // $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $
// //
// //
// Author(s) : // Author(s) : Michael Hemmer
// //
// ============================================================================ // ============================================================================

View File

@ -1,4 +1,20 @@
// Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
//
// 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) : Michael Hemmer <mhemmer@uni-mainz.de> //Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
// This is experimental code ! // This is experimental code !

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Arithmetic_kernel.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Dominik Huelse <dominik.huelse@gmx.de>
// Michael Hemmer <mhemmer@uni-mainz.de> // Michael Hemmer <mhemmer@uni-mainz.de>

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Dominik Huelse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.C
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Dominik Huelse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Dominik Huelse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,11 +1,9 @@
// ============================================================================ // Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany)
// //
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// All rights reserved. // 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.
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // See the file LICENSE.LGPL distributed with CGAL.
// you may redistribute it under the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with EXACUS.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/modular_gcd_utils.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de> // Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
// Dominik Huelse <dominik.huelse@gmx.de> // Dominik Huelse <dominik.huelse@gmx.de>

View File

@ -1,11 +1,10 @@
// ============================================================================ // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany).
//
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany).
// All rights reserved. // All rights reserved.
// //
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// you may redistribute it under the terms of the Q Public License version 1.0. // modify it under the terms of the GNU Lesser General Public License as
// See the file LICENSE.QPL distributed with EXACUS. // 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 // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +12,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/polynomial_gcd.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Arno Eigenwillig <arno@mpi-inf.mpg.de> // Author(s) : Arno Eigenwillig <arno@mpi-inf.mpg.de>
// Tobias Reithmann <treith@mpi-inf.mpg.de> // Tobias Reithmann <treith@mpi-inf.mpg.de>

View File

@ -1,3 +1,23 @@
// Copyright (c) 2008 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) : Michael Hemmer <hemmer@informatik.uni-mainz.de>
#ifndef CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H #ifndef CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H
#define CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H #define CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H

View File

@ -1,6 +1,10 @@
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany).
// you may redistribute it under the terms of the Q Public License version 1.0. // All rights reserved.
// 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 // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -8,13 +12,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/polynomial_gcd_ntl.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de> // Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de>
// Dominik Hlse <dominik.huelse@gmx.de> // Dominik Hlse <dominik.huelse@gmx.de>

View File

@ -1,8 +1,17 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$ // $URL$
// $Id$ // $Id$
// //

View File

@ -1,9 +1,10 @@
// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved. // All rights reserved.
// //
// This file is part of CGAL (www.cgal.org); you may redistribute it under // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// the terms of the Q Public License version 1.0. // modify it under the terms of the GNU Lesser General Public License as
// See the file LICENSE.QPL distributed with CGAL. // 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 // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -11,8 +12,8 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $
// $Id:$ // $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $
// //
// //
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de> // Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,12 +1,21 @@
// TODO: Add licence // Copyright (c) 1997 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h $
// $Id: $ // $Id: Alpha_shape_2.h 47026 2008-11-25 13:21:09Z afabri $
// //
// Author(s) : //
// Author(s) : Michael Hemmer
// //
// ============================================================================ // ============================================================================
#ifndef CGAL_POLYNOMIAL_SQUARE_FREE_FACTORIZATION_H #ifndef CGAL_POLYNOMIAL_SQUARE_FREE_FACTORIZATION_H

View File

@ -1,10 +1,19 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $
// $Id: $ // $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $
// //
// //
// Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de> // Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de>

View File

@ -1,11 +1,19 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL:$ // $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $
// $Id: $ // $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $
//
// //
// Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de> // Author(s) : Michael Kerber <mkerber@mpi-inf.mpg.de>
// //

View File

@ -1,11 +1,10 @@
// ============================================================================ // Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany).
//
// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany).
// All rights reserved. // All rights reserved.
// //
// This file is part of EXACUS (http://www.mpi-inf.mpg.de/projects/EXACUS/); // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// you may redistribute it under the terms of the Q Public License version 1.0. // modify it under the terms of the GNU Lesser General Public License as
// See the file LICENSE.QPL distributed with EXACUS. // 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 // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,13 +12,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// ---------------------------------------------------------------------------- // $URL$
// $Id$
// //
// Library : CGAL
// File : include/CGAL/Polynomial/wang.h
// CGAL_release : $Name: $
// Revision : $Revision$
// Revision_date : $Date$
// //
// Author(s) : Dominik Huelse <dominik.huelse@gmx.de> // Author(s) : Dominik Huelse <dominik.huelse@gmx.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de> // Michael Hemmer <hemmer@mpi-inf.mpg.de>

View File

@ -1,4 +1,13 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,4 +1,13 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,4 +1,13 @@
// TODO: Add licence // Copyright (c) 2008 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 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.