diff --git a/Polynomial/include/CGAL/Exponent_vector.h b/Polynomial/include/CGAL/Exponent_vector.h index 5587af31584..04627a2aa1f 100644 --- a/Polynomial/include/CGAL/Exponent_vector.h +++ b/Polynomial/include/CGAL/Exponent_vector.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. diff --git a/Polynomial/include/CGAL/Polynomial.h b/Polynomial/include/CGAL/Polynomial.h index 6e98331d7ce..c84bd05d564 100644 --- a/Polynomial/include/CGAL/Polynomial.h +++ b/Polynomial/include/CGAL/Polynomial.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. @@ -10,7 +19,6 @@ // Author(s) : Arno Eigenwillig // Michael Seel // Michael Hemmer -// // ============================================================================ // TODO: The comments are all original EXACUS comments and aren't adapted. So diff --git a/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h b/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h index 81684dea45e..adcebe0699e 100644 --- a/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h @@ -1,11 +1,19 @@ -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// +// // // Author(s) : Arno Eigenwillig // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits_extended.h b/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits_extended.h index 886e1a922aa..2763b0a02b3 100644 --- a/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits_extended.h +++ b/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits_extended.h @@ -1,11 +1,9 @@ -// ============================================================================ +// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany) // -// Copyright (c) 2001-2006 Max-Planck-Institut 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,15 +11,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. // -// ---------------------------------------------------------------------------- +// $URL$ +// $Id$ // -// Library : CGAL -// File : include/CGAL/Algebraic_structure_traits_extended.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // -// Author(s) : Dominik Huelse +// Author(s) : Michael Hemmer + Dominik Huelse // // ============================================================================ diff --git a/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h b/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h index 0abbb241bf7..aca805f8aa6 100644 --- a/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h +++ b/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h @@ -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 // diff --git a/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h b/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h index c52cb051151..ceb2d38762b 100644 --- a/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h @@ -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_CHINESE_REMAINDER_TRAITS #define CGAL_POLYNOMIAL_CHINESE_REMAINDER_TRAITS diff --git a/Polynomial/include/CGAL/Polynomial/Coercion_traits.h b/Polynomial/include/CGAL/Polynomial/Coercion_traits.h index ec2cbe61d8c..498ee5b5ec0 100644 --- a/Polynomial/include/CGAL/Polynomial/Coercion_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Coercion_traits.h @@ -1,11 +1,19 @@ -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id:$ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/Fraction_traits.h $ +// $Id: Fraction_traits.h 44820 2008-08-07 09:49:32Z hemmer $ +// // // Author(s) : Michael Hemmer // diff --git a/Polynomial/include/CGAL/Polynomial/Fraction_traits.h b/Polynomial/include/CGAL/Polynomial/Fraction_traits.h index ee7601cee58..bf93f82e672 100644 --- a/Polynomial/include/CGAL/Polynomial/Fraction_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Fraction_traits.h @@ -1,5 +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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. diff --git a/Polynomial/include/CGAL/Polynomial/Interpolator.h b/Polynomial/include/CGAL/Polynomial/Interpolator.h index 715f18493fb..53304dbcf73 100644 --- a/Polynomial/include/CGAL/Polynomial/Interpolator.h +++ b/Polynomial/include/CGAL/Polynomial/Interpolator.h @@ -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_INTERPOLATE_H #define CGAL_INTERPOLATE_H diff --git a/Polynomial/include/CGAL/Polynomial/Modular_traits.h b/Polynomial/include/CGAL/Polynomial/Modular_traits.h index d4cad599f9b..ed30e091c95 100644 --- a/Polynomial/include/CGAL/Polynomial/Modular_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Modular_traits.h @@ -1,12 +1,19 @@ - -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// +// // // Author(s) : Arno Eigenwillig // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/Polynomial_type.h b/Polynomial/include/CGAL/Polynomial/Polynomial_type.h index 9e83df0461e..8bc5c4e4121 100644 --- a/Polynomial/include/CGAL/Polynomial/Polynomial_type.h +++ b/Polynomial/include/CGAL/Polynomial/Polynomial_type.h @@ -1,11 +1,19 @@ -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// +// // // Author(s) : Michael Hemmer // Arno Eigenwillig diff --git a/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h b/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h index c8606d0ca29..81d197f8ba8 100644 --- a/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h @@ -1,12 +1,19 @@ - -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// +// // // Author(s) : Arno Eigenwillig // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h b/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h index 1fb2a093200..037b6692430 100644 --- a/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h @@ -1,12 +1,19 @@ - -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// +// // // Author(s) : Arno Eigenwillig // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/Wang_traits.h b/Polynomial/include/CGAL/Polynomial/Wang_traits.h index 88098fb301e..cfdb3cec817 100644 --- a/Polynomial/include/CGAL/Polynomial/Wang_traits.h +++ b/Polynomial/include/CGAL/Polynomial/Wang_traits.h @@ -1,11 +1,9 @@ -// ============================================================================ +// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany) // -// Copyright (c) 2001-2006 Max-Planck-Institut 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,15 +11,11 @@ // 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/Polynomial/Wang_traits.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // -// Author(s) : Michael Hemmer +// Author(s) : Michael Hemmer // // ============================================================================ diff --git a/Polynomial/include/CGAL/Polynomial/bezout_matrix.h b/Polynomial/include/CGAL/Polynomial/bezout_matrix.h index 8d8c69b0a10..0b6402536dd 100644 --- a/Polynomial/include/CGAL/Polynomial/bezout_matrix.h +++ b/Polynomial/include/CGAL/Polynomial/bezout_matrix.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $ +// $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $ // -// Author(s) : +// +// Author(s) : Michael Hemmer // // ============================================================================ diff --git a/Polynomial/include/CGAL/Polynomial/determinant.h b/Polynomial/include/CGAL/Polynomial/determinant.h index 50e71c35928..be74caaf981 100644 --- a/Polynomial/include/CGAL/Polynomial/determinant.h +++ b/Polynomial/include/CGAL/Polynomial/determinant.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $ +// $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 diff --git a/Polynomial/include/CGAL/Polynomial/fwd.h b/Polynomial/include/CGAL/Polynomial/fwd.h index df81b7741fa..898a9a61ddd 100644 --- a/Polynomial/include/CGAL/Polynomial/fwd.h +++ b/Polynomial/include/CGAL/Polynomial/fwd.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// // -// Author(s) : Michael Hemmer // +// Author(s) : Michael Hemmer // ============================================================================ diff --git a/Polynomial/include/CGAL/Polynomial/hgdelta_update.h b/Polynomial/include/CGAL/Polynomial/hgdelta_update.h index cf4b6a8cf85..7d2f10c69b5 100644 --- a/Polynomial/include/CGAL/Polynomial/hgdelta_update.h +++ b/Polynomial/include/CGAL/Polynomial/hgdelta_update.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $ +// $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 diff --git a/Polynomial/include/CGAL/Polynomial/misc.h b/Polynomial/include/CGAL/Polynomial/misc.h index 5f43f8dff44..e0aced90f8e 100644 --- a/Polynomial/include/CGAL/Polynomial/misc.h +++ b/Polynomial/include/CGAL/Polynomial/misc.h @@ -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 #define CGAL_POLYNOMIAL_MISC_H diff --git a/Polynomial/include/CGAL/Polynomial/modular_filter.h b/Polynomial/include/CGAL/Polynomial/modular_filter.h index 7f1734933cd..147703cef0b 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_filter.h +++ b/Polynomial/include/CGAL/Polynomial/modular_filter.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial/polynomial_functions.h $ +// $Id: polynomial_functions.h 46402 2008-10-21 16:20:05Z eric $ // -// Author(s) : +// +// Author(s) : Michael Hemmer // // ============================================================================ diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd.h b/Polynomial/include/CGAL/Polynomial/modular_gcd.h index 340b2615196..2427a2d3c6e 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd.h @@ -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 // This is experimental code ! diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h index 34507915910..f37dd4fd270 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h @@ -1,11 +1,9 @@ -// ============================================================================ +// Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany) // -// Copyright (c) 2001-2006 Max-Planck-Institut 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,13 +11,9 @@ // 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) : Dominik Huelse // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h index 21e164740b1..21d75c82f80 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h @@ -1,25 +1,19 @@ -// ============================================================================ -// -// Copyright (c) 2001-2006 Max-Planck-Institut 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. -// +// 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. // -// ---------------------------------------------------------------------------- -// -// Library : CGAL -// File : include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ +// $URL$ +// $Id$ +// // // Author(s) : Dominik Huelse // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.h b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.h index baab38c37cf..e658018ef4a 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.h @@ -1,25 +1,19 @@ -// ============================================================================ -// -// Copyright (c) 2001-2006 Max-Planck-Institut 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. -// +// 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. // -// ---------------------------------------------------------------------------- -// -// Library : CGAL -// File : include/CGAL/Polynomial/modular_gcd_utcf_pure_wang.C -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ +// $URL$ +// $Id$ +// // // Author(s) : Dominik Huelse // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h index fa90ac06fdd..b6a62425ee4 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h @@ -1,25 +1,19 @@ -// ============================================================================ -// -// Copyright (c) 2001-2006 Max-Planck-Institut 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. -// +// 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. // -// ---------------------------------------------------------------------------- -// -// Library : CGAL -// File : include/CGAL/Polynomial/modular_gcd_utcf_with_wang.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ +// $URL$ +// $Id$ +// // // Author(s) : Dominik Huelse // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h b/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h index 5ec0bca2f28..321fbec881d 100644 --- a/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h +++ b/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h @@ -1,11 +1,9 @@ -// ============================================================================ +// Copyright (c) 2002-2008 Max-Planck-Institute Saarbruecken (Germany) // -// Copyright (c) 2001-2006 Max-Planck-Institut 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,13 +11,9 @@ // 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/Polynomial/modular_gcd_utils.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // // Author(s) : Michael Hemmer // Dominik Huelse diff --git a/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h b/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h index c5cc5d04944..f393699217f 100644 --- a/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h +++ b/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h @@ -1,11 +1,10 @@ -// ============================================================================ -// -// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). +// Copyright (c) 2008 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,13 +12,9 @@ // 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/Polynomial/polynomial_gcd.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // // Author(s) : Arno Eigenwillig // Tobias Reithmann diff --git a/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h b/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h index b00d0c3bab5..905b31909d1 100644 --- a/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h +++ b/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h @@ -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 + #ifndef CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H #define CGAL_POLYNOMIAL_GCD_IMPLEMENTATIONS_H diff --git a/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h b/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h index 6b75c73801f..30a8a62518a 100644 --- a/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h +++ b/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h @@ -1,6 +1,10 @@ -// 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. +// 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. @@ -8,13 +12,9 @@ // 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/Polynomial/polynomial_gcd_ntl.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // // Author(s) : Michael Kerber // Dominik Hlse diff --git a/Polynomial/include/CGAL/Polynomial/prs_resultant.h b/Polynomial/include/CGAL/Polynomial/prs_resultant.h index 30761ab010c..55b99d10ea7 100644 --- a/Polynomial/include/CGAL/Polynomial/prs_resultant.h +++ b/Polynomial/include/CGAL/Polynomial/prs_resultant.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -// + // $URL$ // $Id$ // diff --git a/Polynomial/include/CGAL/Polynomial/resultant.h b/Polynomial/include/CGAL/Polynomial/resultant.h index 04e53937d22..efb790666ef 100644 --- a/Polynomial/include/CGAL/Polynomial/resultant.h +++ b/Polynomial/include/CGAL/Polynomial/resultant.h @@ -1,9 +1,10 @@ -// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany). // 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. +// 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. @@ -11,8 +12,8 @@ // 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:$ +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $ +// $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $ // // // Author(s) : Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial/square_free_factorize.h b/Polynomial/include/CGAL/Polynomial/square_free_factorize.h index f46b88c650b..b9c4bb2fa3a 100644 --- a/Polynomial/include/CGAL/Polynomial/square_free_factorize.h +++ b/Polynomial/include/CGAL/Polynomial/square_free_factorize.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h $ +// $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 diff --git a/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h b/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h index cc8bec8390b..4edbfa6a50f 100644 --- a/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h +++ b/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h @@ -1,11 +1,20 @@ -// 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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $ +// $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $ +// // // Author(s) : Michael Kerber // diff --git a/Polynomial/include/CGAL/Polynomial/subresultants.h b/Polynomial/include/CGAL/Polynomial/subresultants.h index 03f0ffd1be2..250329d6a23 100644 --- a/Polynomial/include/CGAL/Polynomial/subresultants.h +++ b/Polynomial/include/CGAL/Polynomial/subresultants.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id: $ -// +// $URL: svn+ssh://afabri@scm.gforge.inria.fr/svn/cgal/trunk/Polynomial/include/CGAL/Polynomial.h $ +// $Id: Polynomial.h 46502 2008-10-28 08:36:59Z hemmer $ // // Author(s) : Michael Kerber // diff --git a/Polynomial/include/CGAL/Polynomial/wang.h b/Polynomial/include/CGAL/Polynomial/wang.h index 39f2b77dc10..b503454b2be 100644 --- a/Polynomial/include/CGAL/Polynomial/wang.h +++ b/Polynomial/include/CGAL/Polynomial/wang.h @@ -1,11 +1,10 @@ -// ============================================================================ -// -// Copyright (c) 2001-2006 Max-Planck-Institut Saarbruecken (Germany). +// Copyright (c) 2008 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,13 +12,9 @@ // 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/Polynomial/wang.h -// CGAL_release : $Name: $ -// Revision : $Revision$ -// Revision_date : $Date$ // // Author(s) : Dominik Huelse // Michael Hemmer diff --git a/Polynomial/include/CGAL/Polynomial_traits_d.h b/Polynomial/include/CGAL/Polynomial_traits_d.h index 4302004d03c..876668cca91 100644 --- a/Polynomial/include/CGAL/Polynomial_traits_d.h +++ b/Polynomial/include/CGAL/Polynomial_traits_d.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. diff --git a/Polynomial/include/CGAL/Polynomial_type_generator.h b/Polynomial/include/CGAL/Polynomial_type_generator.h index afe927af7f4..7ec715162db 100644 --- a/Polynomial/include/CGAL/Polynomial_type_generator.h +++ b/Polynomial/include/CGAL/Polynomial_type_generator.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. diff --git a/Polynomial/include/CGAL/polynomial_utils.h b/Polynomial/include/CGAL/polynomial_utils.h index a8f9f6c6866..76eae763c30 100644 --- a/Polynomial/include/CGAL/polynomial_utils.h +++ b/Polynomial/include/CGAL/polynomial_utils.h @@ -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 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.