diff --git a/Core/include/CGAL/CORE/Config.h b/Core/include/CGAL/CORE/Config.h index f348ba4f614..9e96b7a5b76 100644 --- a/Core/include/CGAL/CORE/Config.h +++ b/Core/include/CGAL/CORE/Config.h @@ -1,3 +1,25 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ + #ifndef _CORE_CONFIG_H_ #define _CORE_CONFIG_H_ diff --git a/Core/include/CGAL/CORE/Gmp.h b/Core/include/CGAL/CORE/Gmp.h index df5194bbd06..164095fd5d9 100644 --- a/Core/include/CGAL/CORE/Gmp.h +++ b/Core/include/CGAL/CORE/Gmp.h @@ -1,3 +1,25 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ + // CORE LIBRARY FILE #ifndef _CORE_GMP_H_ #define _CORE_GMP_H_ diff --git a/Core/include/CGAL/CORE/Impl.h b/Core/include/CGAL/CORE/Impl.h index 863a9b98faa..5271f332ffc 100644 --- a/Core/include/CGAL/CORE/Impl.h +++ b/Core/include/CGAL/CORE/Impl.h @@ -1,3 +1,25 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ + #ifndef _CORE_IMPL_H_ #define _CORE_IMPL_H_ diff --git a/Core/include/CGAL/CORE/geom2d/circle2d.h b/Core/include/CGAL/CORE/geom2d/circle2d.h index 77d94f97130..4399eae912c 100644 --- a/Core/include/CGAL/CORE/geom2d/circle2d.h +++ b/Core/include/CGAL/CORE/geom2d/circle2d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: circle2d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom2d/line2d.h b/Core/include/CGAL/CORE/geom2d/line2d.h index 894336c618f..c50bc61b494 100644 --- a/Core/include/CGAL/CORE/geom2d/line2d.h +++ b/Core/include/CGAL/CORE/geom2d/line2d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: line2d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom2d/point2d.h b/Core/include/CGAL/CORE/geom2d/point2d.h index 3e1a2a02a48..62e7d6bb12a 100644 --- a/Core/include/CGAL/CORE/geom2d/point2d.h +++ b/Core/include/CGAL/CORE/geom2d/point2d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: point2d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom2d/segment2d.h b/Core/include/CGAL/CORE/geom2d/segment2d.h index ce1a169aeca..3b4cb36f1da 100644 --- a/Core/include/CGAL/CORE/geom2d/segment2d.h +++ b/Core/include/CGAL/CORE/geom2d/segment2d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: segment2d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/line3d.h b/Core/include/CGAL/CORE/geom3d/line3d.h index 6135e6fd509..5965022c471 100644 --- a/Core/include/CGAL/CORE/geom3d/line3d.h +++ b/Core/include/CGAL/CORE/geom3d/line3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: line3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/plane3d.h b/Core/include/CGAL/CORE/geom3d/plane3d.h index 57972a96aa9..019f6731f95 100644 --- a/Core/include/CGAL/CORE/geom3d/plane3d.h +++ b/Core/include/CGAL/CORE/geom3d/plane3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: plane3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/point3d.h b/Core/include/CGAL/CORE/geom3d/point3d.h index 98104327ca2..be9495c871a 100644 --- a/Core/include/CGAL/CORE/geom3d/point3d.h +++ b/Core/include/CGAL/CORE/geom3d/point3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: point3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/polygon3d.h b/Core/include/CGAL/CORE/geom3d/polygon3d.h index 65f9f053f3c..530d4273b6f 100644 --- a/Core/include/CGAL/CORE/geom3d/polygon3d.h +++ b/Core/include/CGAL/CORE/geom3d/polygon3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: polygon3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/segment3d.h b/Core/include/CGAL/CORE/geom3d/segment3d.h index fa47779d20f..2f027a46940 100644 --- a/Core/include/CGAL/CORE/geom3d/segment3d.h +++ b/Core/include/CGAL/CORE/geom3d/segment3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: segment3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geom3d/triangle3d.h b/Core/include/CGAL/CORE/geom3d/triangle3d.h index d2fc26b254d..c8b3d4cf83d 100644 --- a/Core/include/CGAL/CORE/geom3d/triangle3d.h +++ b/Core/include/CGAL/CORE/geom3d/triangle3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /***************************************************************** * File: triangle3d.h * Synopsis: diff --git a/Core/include/CGAL/CORE/geombase.h b/Core/include/CGAL/CORE/geombase.h index ddaf7f84c85..427362702a0 100644 --- a/Core/include/CGAL/CORE/geombase.h +++ b/Core/include/CGAL/CORE/geombase.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /****************************************************************** * Core Library Version 1.7, August 2004 * Copyright (c) 1995-2002 Exact Computation Project diff --git a/Core/include/CGAL/CORE/geometry2d.h b/Core/include/CGAL/CORE/geometry2d.h index 49aaf9c886b..4c718912f24 100644 --- a/Core/include/CGAL/CORE/geometry2d.h +++ b/Core/include/CGAL/CORE/geometry2d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /****************************************************************** * Core Library Version 1.5, August 2002 * Copyright (c) 1995-2002 Exact Computation Project diff --git a/Core/include/CGAL/CORE/geometry3d.h b/Core/include/CGAL/CORE/geometry3d.h index 754a70a7572..f7fba650207 100644 --- a/Core/include/CGAL/CORE/geometry3d.h +++ b/Core/include/CGAL/CORE/geometry3d.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /****************************************************************** * Core Library Version 1.7, August 2004 * Copyright (c) 1995-2002 Exact Computation Project diff --git a/Core/include/CGAL/CORE/linearAlgebra.h b/Core/include/CGAL/CORE/linearAlgebra.h index 1cf19e0cc2a..d4dfb89d04c 100644 --- a/Core/include/CGAL/CORE/linearAlgebra.h +++ b/Core/include/CGAL/CORE/linearAlgebra.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * Core Library Version 1.7, August 2004 + * Copyright (c) 1995-2004 Exact Computation Project + * All rights reserved. + * + * This file is part of CORE (http://cs.nyu.edu/exact/core/). + * You can redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software Foundation, + * either version 3 of the License, or (at your option) any later version. + * + * 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$ + ***************************************************************************/ /****************************************************************** * Core Library Version 1.7, August 2004 * Copyright (c) 1995-2002 Exact Computation Project