update license header

This commit is contained in:
Michael Hemmer 2007-03-15 09:10:53 +00:00
parent 397f22e2ae
commit fa3da62348
33 changed files with 157 additions and 98 deletions

View File

@ -1,14 +1,22 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
// Michael Hemmer <mhemmer@uni-mainz.de>
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_CORE_BIGFLOAT_H
#define CGAL_CORE_BIGFLOAT_H

View File

@ -1,15 +1,24 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
// Arno Eigenwillig <arno@mpi-inf.mpg.de>
// Michael Hemmer <mhemmer@uni-mainz.de>
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_CORE_BIGINT_H
#define CGAL_CORE_BIGINT_H

View File

@ -1,15 +1,24 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
// Arno Eigenwillig <arno@mpi-inf.mpg.de>
// Michael Hemmer <mhemmer@uni-mainz.de>
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_CORE_BIGRAT_H
#define CGAL_CORE_BIGRAT_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 2002-2004 Utrecht University (The Netherlands),
// Copyright (c) 2002-2004,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,15 +1,23 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
//
// ============================================================================
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
/*! \file NiX/CORE/Coercion_traits.h
* \brief Provides specializations of Coercion_traits for the CORE types.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2001 Utrecht University (The Netherlands),
// Copyright (c) 2001,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -20,7 +20,7 @@
//
//
// Author(s) : Geert-Jan Giezeman,
// Michael Hemmer <mhemmer@uni-mainz.de>
// Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_COUNTED_NUMBER_H
#define CGAL_COUNTED_NUMBER_H

View File

@ -1,15 +1,23 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
// $URL:$
// $Id:$
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
//
// ============================================================================
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
/*! \file NiX/Gmp/Coercion_traits.h
* \brief Provides specializations of Coercion_traits for the Gmp types.

View File

@ -1,8 +1,5 @@
// Copyright (c) 2002,2003 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
// and Tel-Aviv University (Israel). All rights reserved.
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
@ -15,12 +12,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$
//
// $URL:$
// $Id:$
//
// Author(s) : Andreas Fabri, Sylvain Pion
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_GMPQ_H
#define CGAL_GMPQ_H

View File

@ -1,8 +1,6 @@
// Copyright (c) 1999,2003,2004 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
// and Tel-Aviv University (Israel). All rights reserved.
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany),
// INRIA Sophia-Antipolis (France).
// 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
@ -15,12 +13,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$
//
// $URL:$
// $Id:$
//
// Author(s) : Andreas Fabri, Stefan Schirra, Sylvain Pion
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
// Sylvain Pion
#ifndef CGAL_GMPZ_H
#define CGAL_GMPZ_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 1997-2001 ETH Zurich (Switzerland).
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -12,11 +12,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$
//
// $URL:$
// $Id:$
//
// Author(s) : Bernd Gaertner <gaertner@inf.ethz.ch>
//
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
#ifndef CGAL_GMPZF_H
#define CGAL_GMPZF_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 1998-2005 Utrecht University (The Netherlands),
// Copyright (c) 1998-2005,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -19,7 +19,7 @@
// $Id$
//
//
// Author(s) : Sylvain Pion
// Author(s) : Sylvain Pion, Michael Hemmer
#ifndef CGAL_INTERVAL_NT_H
#define CGAL_INTERVAL_NT_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999-2006 INRIA Sophia-Antipolis (France).
// Copyright (c) 1999-2007 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or

View File

@ -1,4 +1,4 @@
// Copyright (c) 2001-2006 INRIA Sophia-Antipolis (France).
// Copyright (c) 2001-2007 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005 Utrecht University (The Netherlands),
// Copyright (c) 2005-2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999-2005 Utrecht University (The Netherlands),
// Copyright (c) 1999-2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -19,7 +19,7 @@
// $Id$
//
//
// Author(s) : Stefan Schirra, Sylvain Pion
// Author(s) : Stefan Schirra, Sylvain Pion, Michael Hemmer
// The template class Quotient<NT> is based on the LEDA class
// leda_rational written by Stefan Naeher and Christian Uhrig.

View File

@ -16,7 +16,7 @@
// $Id$
//
//
// Author(s) : Sylvain Pion, Monique Teillaud, Athanasios Kakargias
// Author(s) : Sylvain Pion, Monique Teillaud, Athanasios Kakargias, Michael Hemmer
#ifndef CGAL_ROOT_OF_TRAITS_H
#define CGAL_ROOT_OF_TRAITS_H

View File

@ -1,17 +1,23 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
// $URL:$
// $Id:$
//
// Author(s) : Elmar Schoemer <schoemer@mpi-inf.mpg.de>
// Michael Hemmer <mhemmer@uni-mainz.de>
// Arno Eigenwillig <arno@mpi-inf.mpg.de>
//
// ============================================================================
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
// TODO: The comments are all original EXACUS comments and aren't adapted. So
// they may be wrong now.

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,15 +1,24 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
// $URL:$
// $Id:$
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
//
// ============================================================================
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
/*! \file NiX/Gmp/Coercion_traits.h
* \brief Provides specializations of Coercion_traits for the Gmp types.

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,15 +1,23 @@
// TODO: Add licence
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; version 2.1 of the License.
// See the file LICENSE.LGPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL$
// $Id$
//
// $URL:$
// $Id:$
//
// Author(s) : Michael Hemmer <mhemmer@uni-mainz.de>
//
// ============================================================================
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
/*! \file NiX/LEDA/Coercion_traits.h
* \brief Provides specializations of Coercion_traits for the LEDA number types.

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005 Utrecht University (The Netherlands),
// Copyright (c) 2005,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999,2001 Utrecht University (The Netherlands),
// Copyright (c) 1999,2001,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),

View File

@ -19,7 +19,7 @@
// $Id$
//
//
// Author(s) : Sylvain Pion
// Author(s) : Sylvain Pion, Michael Hemmer
#ifndef CGAL_MPQ_CLASS_H
#define CGAL_MPQ_CLASS_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 2002,2003 Utrecht University (The Netherlands),
// Copyright (c) 2002,2003,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -19,7 +19,7 @@
// $Id$
//
//
// Author(s) : Sylvain Pion
// Author(s) : Sylvain Pion, Michael Hemmer
#ifndef CGAL_MPZ_CLASS_H
#define CGAL_MPZ_CLASS_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 1999 Utrecht University (The Netherlands),
// Copyright (c) 1999,2007 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@ -19,7 +19,7 @@
// $Id$
//
//
// Author(s) : Stefan Schirra
// Author(s) : Stefan Schirra, Michael Hemmer
#ifndef CGAL_NUMBER_Type_BASIC_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 2007 Max-Planck-Institute Saarbruecken (Germany)
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -16,7 +16,7 @@
// $Id$
//
//
// Author(s) : Sebastian Limbach <slimbach@mpi-sb.mpg.de>
// Author(s) : Michael Hemmer <hemmer@mpi-sb.mpg.de>
#ifndef CGAL_UTILS_H
#define CGAL_UTILS_H

View File

@ -1,4 +1,4 @@
// Copyright (c) 2007 Max-Planck-Institute Saarbruecken (Germany)
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
@ -13,7 +13,7 @@
// $Id$
//
//
// Author(s) : Sebastian Limbach <slimbach@mpi-sb.mpg.de>
// Author(s) : Michael Hemmer <hemmer@mpi-sb.mpg.de>
#ifndef CGAL_UTILS_CLASSES_H
#define CGAL_UTILS_CLASSES_H